cliffdeclerck / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

Yomani and Xenta terminals are not detected when connected to desktop for reading EID card details. #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure the eID applet servlet in web.xml and updated identity.html for 
launch applet using java script
2. run the application 
3. try to access identity.html

What is the expected output? What do you see instead?
When we connected card reader with usb port, machine is detecteing the device 
and eid applet window is displaying the message "Please insert your eID 
card...".
But tried with Yomani and Xenta terminal(provided by atos wordline) with serial 
port, eid applet is not displaying the same message. Its showing “Please 
connect a card reader...”. it means Yomani and Xenta terminals are not 
detected.  

What version of the product are you using? On what operating system?
Client side: 
OS = windows 7, 
Browser : IE10.

eid-applet-service.1.0.4.GA.jar

Please provide any additional information below.
PFB the logs we get when we invoke the applet.

eID Applet - Copyright  (C) 2008-2013 FedICT.
Released under GNU LGPL version 3.0 license.
More info: http://code.google.com/p/eid-applet/
checking applet privileges...
security manager permission check for java 1.6...
checking web application trust...
running privileged code...
eID browser applet version: 1.1.3
Java version: 1.7.0_67
Java vendor: Oracle Corporation
OS: Windows 7
OS version: 6.1
OS arch: x86
Current time: Tue Sep 16 15:55:15 CEST 2014
session cookie detected
sending message: HelloMessage
current protocol state: null
protocol state transition: INIT
SSL handshake finish cipher suite: SSL_RSA_WITH_RC4_128_SHA
response message: IdentificationRequestMessage
current protocol state: INIT
protocol state transition: IDENTIFY
include address: true
include photo: true
include integrity data: false
include certificates: true
remove card: true
identity data usage: null
Detecting eID card...
card terminals list error: list() failed
Please connect a card reader...
no reader found yet, wait a bit...
no reader found yet, wait a bit...
no reader found yet, wait a bit...
no reader found yet, wait a bit...

Original issue reported on code.google.com by shravy...@gmail.com on 16 Sep 2014 at 4:01