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!

Pcscexception : SCARD_E_NO_READERS_AVAILABLE

1040826Sep 16 2013 — edited Sep 20 2013

Hi everyone,

i writing a simple applet to access a smartcard throw the browser.

It seems to work properly in the several principal browser, with OS Linux and Windows.

But on a pc with windows 7 professional i've a problem :

when i try to get the list of the terminals available

"...

TerminalFactory factory = TerminalFactory.getDefault();

  factory = TerminalFactory.getDefault();

  factory.terminals().list()..."

this fail with this error :

javax.smartcardio.CardException: list() failed

and the PCSCException "SCARD_E_NO_READERS_AVAILABLE"


this was very strange because the reader is available for another tool that use smartcard,

i try to reinstall the driver of the reader and  the smart card service was active.


I read many thread but no one have a solution.


Any idea what might be causing this random problem? it is a permission problem?


Regards

Saverio

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2013
Added on Sep 16 2013
1 comment
2,432 views