Hi Gurus,

I am implementing a Java Card project with OCF. The following is my
environment:

1. Windows XP
2. OCF 1.2
3. Java Plug-in 1.4.1
4. Smart Card Reader Towitoko CHIPDRIVE micro 130 (USB Interface)
5. IBM JCOP Java Card
6. PCSC

When I send some APDU commands to the card, I always get the following
exception (It should be from
JNI interface between Java Class and DLL). For example:

APDU Command: LOAD APPLICATION
 (CLA INS  P1 P2  Lc)  (Data ...)
-> 84   E8  00  0E  F6  00000A0500000C0500000E050000020680030003800
   3010600072A060004C601000000060000010380030303800A01068
   00701060002370600026606000325060007E70600044B0600046A0
   6000852060004DB060003DB0600036D0600087E060008CA060008
   A6060008FA060009180600093D0300000806000A08050000100380
   0A0703800A0903800A0403800A0606801001068008010600063F06
   800800068008020600053E06000498060007D00600050A0600051C
   0500000006820100050000040500000606810D000500000806810E0
   00680080D060008000600082803810E0106000B2E06000B8706801
   06440355796D38492
<- 9000

APDU Command: LOAD APPLICATION
   (CLA  INS   P1   P2   Lc) (Data ...)
->  84     E8   00    0F   F6  0001810A000382010303820101068300000901D100B3
    0C0606080E0808060631070D0606070909090909FF635C09050F0D
    120409030209141D09160508051703100A0805090A0505051209050
    5050B0A0805090A050505120B050505420B0D480B6E0F106D2F3E
    0F0A0E3A0E4956130505050509040615080B070931282A0A228911
    202409021C0A0A0B331103050C040525090608020A02050C090608
    020A0205071C030E0F04120608020A0205121506080308030803090
    309020A02051A030903090608020A0205011A05202A060606070606
    132109090909060404060708071BAD06060606060606050506063517
    258511D9460D

[ERROR    ] com.ibm.opencard.terminal.pcsc10.OCFPCSC1.OCFPCSC1.SCardTransmit
--- message   PCSC Exception in method SCardTransmit: error occurred with
SCardTransmit
return code = 8010002f

--- thread
Thread[Thread-48,4,https://192.168.1.220:8443/ast/servlet/-threadGroup]
--- source    com.ibm.opencard.terminal.pcsc10.OCFPCSC1@e0d16b

There are a lot of dicussions about error code =  00000057 (PCSC Exception),
but I believe it is different from this one.

Thanks,

Alvin



---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to