Data error (cyclic redundancy check)
843851Apr 14 2005 — edited Apr 26 2005I'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 ??