Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data error (cyclic redundancy check)

843851Apr 14 2005 — edited Apr 26 2005
I've got some applets working together, with starting and stopping some applets.
I'm using the JCOP plugin 3.0.1. within Eclipse SDK 301.

Within the simulation environment everything is working correctly, but on target (applets put on card)
I get SOMETIMES a strange exception. Note that sometimes I don't get the problem while doing the
same scenario.

Exception in thread "AWT-EventQueue-0" Data error (cyclic redundancy check).

at com.ibm.jc.terminal.NativeJCTerminal.send(Native Method)
at com.ibm.jc.JCTerminal.send(Unknown Source)
at host.APDUController.selectDisplayApplet(APDUController.java:148)


What can be the reason that SOMETIMES this exception occurs, and sometimes not ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2005
Added on Apr 14 2005
5 comments
327 views