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!

CLA not supported 6E00 APDU Response

834734Sep 8 2011 — edited Jan 6 2012
Hi,

I am trying to deploy an applet to a real Smart MX Java Card.

I get the following trace on GP Shell with 6E00 as the error apdu response.

However I am able to deploy an empty applet on the same card, thus the card must not be a blocked one.

My CLA value is as follows
private static final byte CARD_CLA = (byte)0x80;
However I am able to deploy an empty applet on the same card, thus the card must not be a blocked one.
cm>  upload -b 250 "C:\Workspace\JCOP3.2.7\BankRIV2.1.1\bin\com\gp211\jc211\bank\javacard\bank.cap"
 => 80 E6 02 00 12 05 A0 00 00 00 00 08 A0 00 00 00    ................
    03 00 00 00 00 00 00 00                            ........
 (12813 usec)
 <= 00 90 00                                           ...
Status: No Error
 => 80 E8 00 00 FA C4 82 03 0A 01 00 0F DE CA FF ED    ................
    01 02 04 00 01 05 A0 00 00 00 00 02 00 1F 00 0F    ................
    00 1F 00 09 00 0B 00 6E 00 12 01 D8 00 11 00 44    .......n.......D
    00 00 00 FA 00 04 00 01 00 04 01 01 00 04 00 0B    ................
    01 00 01 07 A0 00 00 00 62 01 01 03 00 09 01 05    ........b.......
    A0 00 00 00 01 00 36 06 00 12 00 80 03 02 00 01    ......6.........
    04 04 00 00 00 50 FF FF 00 42 00 59 07 01 D8 01    .....P...B.Y....
    01 C4 80 09 01 CF 00 17 05 40 18 8C 00 06 8F 00    .........@......
    09 3D 06 07 8C 00 02 7F 00 11 18 19 1E 04 41 19    .=............A.
    1E 25 8B 00 18 7B 00 11 7B 00 10 03 7B 00 10 92    .%...{..{...{...
    5B 8B 00 0E 7A 04 30 8F 00 13 18 1D 1E 8C 00 0C    [...z.0.........
    7A 01 10 7B 00 11 8B 00 12 61 04 03 78 04 78 01    z..{.....a..x.x.
    10 7B 00 11 8B 00 07 7A 02 21 19 8B 00 08 2D 18    .{.....z.!....-.
    8B 00 0B 60 03 7A 1A 03 25 10 B0 6A 08 11 6E 00    ...`.z..%..j..n.
    8D 00 0D 1A 04 25 75 00 37 00 05 00 10 00 25 00    .....%u.7.....%.
    20 00 1F 00 30 00 19 00 40 00 2B 00 50 00 31 00     ...0...@.+.P.1.
 (138794 usec)
 <= 6E 00                                              n.
Status: CLA value not supported
jcshell: Error code: 6e00 (CLA value not supported)
jcshell: Wrong response APDU: 6E00
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2012
Added on Sep 8 2011
6 comments
3,595 views