ZaphodBBX / eidlib

Automatically exported from code.google.com/p/eidlib
0 stars 0 forks source link

Error : EID Exception: sun.security.smartcardio.PCSCException: Unknown error 0x8010002f #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Read a card
2. Error is thrown
3. No data is readed

What is the expected output? What do you see instead?
Expected output should be normal reading

What version of the product are you using? On what operating system?
OS is Windows 7 64 Bit

Please provide any additional information below.

The printstacktrace of the program is:
be.belgium.eid.exceptions.EIDException: EID Exception: 
sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
    at be.belgium.eid.eidlib.BeID.getIDData(BeID.java:200)
    at be.practimed.eidnascholing.controller.StartController$1.cardInserted(StartController.java:139)
    at be.belgium.eid.event.CardAlivePromptTask.run(CardAlivePromptTask.java:85)
Caused by: javax.smartcardio.CardException: 
sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
    at sun.security.smartcardio.ChannelImpl.doTransmit(Unknown Source)
    at sun.security.smartcardio.ChannelImpl.transmit(Unknown Source)
    at be.belgium.eid.eidlib.SmartCard.transmitAPDU(SmartCard.java:279)
    at be.belgium.eid.eidlib.SmartCard.selectFile(SmartCard.java:308)
    at be.belgium.eid.eidlib.SmartCard.readFile(SmartCard.java:379)
    at be.belgium.eid.eidlib.BeID.getIDData(BeID.java:179)
    ... 2 more
Caused by: sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
    at sun.security.smartcardio.PCSC.SCardTransmit(Native Method)
    ... 8 more

Is it possible to give feedback as soon as possible. I'm working on a project 
with this. And by the way, thanks for your library it's very useful

Original issue reported on code.google.com by balkes7...@gmail.com on 6 Jan 2012 at 9:49