Project

General

Profile

Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden

Added by Ralf Dingeldey about 5 years ago

Hallo,

seit heute Nachmittag kann ich keine Authentifizierung mehr durchführen, sie schlägt in 90% der Fälle fehl. Ich kann den Fehler leider nur sehr laienhaft beschreiben und würde Hilfe in deutscher Sprache brauchen.

Ich nutze Xubuntu 18.04.1 LTS. Biser hat alles immer einwandfrei funktioniert, das Problem tauchte erst heute auf und ist auf allen Seiten, egal ob De-Mail der Telekom oder Kraftfahrtbundesamt und in allen Browsern. Beim ersten Auftauchen des Fehlers funktionierte es in Chromium noch, aber inzwischen nicht mehr.

Ich habe mal einen Screenshot der Fehlermeldung angehängt. Sorry für meine laienhafte Beschreibung.

Viele Grüße
Ralf


Replies (15)

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Anonymous about 5 years ago

Hallo,

könnten sie uns bitte ein Logfile der Open eCard App zukommen lassen, am besten im DEBUG Modus. Dazu bitte in der Open eCard App Konfiguration -> Protokollierungs-Einstellungen -> Basis Level auf DEBUG umstellen und nochmal eine Authenifizierung bei einem der Fehlerhaften Diensten durchführen.
Das Log-File ist dann unter $HOME/.openecard/logs/richclient_info.log zu finden.

Danke und viele Grüße
Stefan

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo Stefan,

ich habe jetzt mal beim Kraftfahrtbundesamt, bei De-Mail der Telekom und bei Governikus probiert. Es funktioniert ausschließlich bei Governikus, bei den anderen Seiten leider nicht. Das müsste alles im Logfile stehen, denn ich habe vorher auf DEBUG umgestellt.

Ich habe hier die Einstellungen in der Software aus der Datei openecard.properties

#Wed Feb 06 12:08:13 CET 2019
Portugal.enabled=false
proxy.scheme=System Proxy
legacy.tls1=true
NexusPersonal.enabled=false
OpenSC.enabled=false
notification.omit_show_remove_card=false
Georgia.enabled=false
LuxTrust.enabled=false
legacy.invalid_schema=true
SafeNet.enabled=false
proxy.validate_tls=false

Und hier das Logfile nach der Umstellung auf DEBUG.

2019-02-06 02:15:27,520+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:15:27,529+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:15:27,620+01 [Thread-8] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:15:27,620+01 [Thread-8] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:19:15,631+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:19:15,639+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:19:15,765+01 [Thread-14] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:19:15,766+01 [Thread-14] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:24:34,403+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:24:34,409+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:24:34,497+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:24:34,497+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:29:45,709+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:29:45,711+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:29:45,826+01 [Thread-10] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:29:45,828+01 [Thread-10] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:56:10,052+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:56:10,053+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:56:10,143+01 [Thread-18] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:56:10,145+01 [Thread-18] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:58:28,070+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 02:58:28,070+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 02:58:28,147+01 [Thread-21] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 02:58:28,147+01 [Thread-21] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 12:08:41,660+01 [AWT-EventQueue-0] INFO o.o.richclient.LogbackConfig:81 - Configured Logback with config file from: /home/frosch/.openecard/richclient_logback.xml
2019-02-06 12:08:42,622+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:44,124+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:45,625+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:47,126+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:48,627+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:50,128+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:51,629+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:53,130+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:54,631+01 [SCIO Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:415 - Waiting for PCSC system to become available again.
2019-02-06 12:08:56,138+01 [IFD Watcher 0] DEBUG o.o.ifd.event.IfdEventRunner:213 - Found a terminal added event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:08:56,146+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification TERMINAL_ADDED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:08:56,149+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification TERMINAL_ADDED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:08:56,150+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: TERMINAL_ADDED
2019-02-06 12:08:56,150+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification TERMINAL_ADDED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:08:56,150+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:08:56,150+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:394 - RecognitionInfo: null
2019-02-06 12:08:56,150+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:08:56,152+01 [IFD Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:201 - Detecting initial terminal status.
2019-02-06 12:08:56,152+01 [IFD Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:205 - Terminal='REINER SCT cyberJack RFID basis 00 00' cardPresent=false
2019-02-06 12:09:21,744+01 [SCIO Watcher 0] INFO o.o.i.s.wrapper.SingleThreadChannel:139 - Card connected with protocol T=1.
2019-02-06 12:09:21,746+01 [IFD Watcher 0] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type GetIFDCapabilities.
2019-02-06 12:09:21,749+01 [IFD Watcher 0] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,749+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,749+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,749+01 [IFD Watcher 0] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.GetIFDCapabilities
2019-02-06 12:09:21,750+01 [IFD Watcher 0] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:09:21,759+01 [IFD Watcher 0] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.ifd.event.IfdEventRunner:235 - Found a card insert event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:09:21,760+01 [IFD Watcher 0] INFO o.o.ifd.event.IfdEventRunner:236 - Card with ATR=3B8780018031B8738401E019 inserted.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,760+01 [IFD Watcher 0] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,760+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_INSERTED
2019-02-06 12:09:21,760+01 [IFD Watcher 0] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:09:21,761+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:09:21,761+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/unknown, 3B8780018031B8738401E019
2019-02-06 12:09:21,761+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:09:21,761+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:09:21,763+01 [IFD Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:201 - Detecting initial terminal status.
2019-02-06 12:09:21,763+01 [IFD Watcher 0] DEBUG o.o.scio.PCSCTerminals$PCSCWatcher:205 - Terminal='REINER SCT cyberJack RFID basis 00 00' cardPresent=true
2019-02-06 12:09:21,764+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,764+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,764+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,764+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:09:21,764+01 [IFD Watcher 1] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:09:21,771+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,772+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,772+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,772+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type BeginTransaction.
2019-02-06 12:09:21,775+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,775+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,775+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,775+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.BeginTransaction
2019-02-06 12:09:21,780+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,780+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,780+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,780+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,789+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,789+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,789+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,789+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,789+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:09:21,821+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:21,833+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,834+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,834+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,835+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,842+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,842+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,843+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,843+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,851+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C020003
2019-02-06 12:09:21,857+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:09:21,873+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,873+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,873+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,873+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,877+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,877+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,878+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,878+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,878+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:09:21,885+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:21,893+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,893+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,893+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,893+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,896+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,896+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,896+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,896+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,896+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:09:21,904+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:21,910+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,911+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,911+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,911+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,913+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,913+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,913+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,913+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,913+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20404FF
2019-02-06 12:09:21,918+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:09:21,925+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,925+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,926+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,926+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,935+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,936+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,936+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,936+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,936+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:09:21,943+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:21,950+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,950+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,950+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,951+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,953+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,953+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,953+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,953+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,954+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:09:21,961+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:21,964+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,964+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,964+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,964+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,969+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,969+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,969+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,969+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,969+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20304FF
2019-02-06 12:09:21,974+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:09:21,978+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:21,978+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,978+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,978+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:21,983+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:21,984+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:21,984+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:21,984+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:21,984+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FF04573744549442076657220312E30
2019-02-06 12:09:21,995+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:09:22,006+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,006+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,007+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,007+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:22,008+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,008+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,008+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,008+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:22,012+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FD23300000045737445494420763335
2019-02-06 12:09:22,021+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:09:22,024+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,024+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,024+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,024+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:22,026+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,026+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,026+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,026+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:22,027+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:09:22,035+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:22,038+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,038+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,038+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,038+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:22,040+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,040+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,040+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,040+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:22,041+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:09:22,048+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:09:22,051+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,051+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,051+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,052+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:09:22,053+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,053+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,053+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,053+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:09:22,054+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B00000FF
2019-02-06 12:09:22,064+01 [IFD Watcher 1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 61324F0FE828BD080FA000000167455349474E500F434941207A752044462E655369676E5100730C4F0AA000000167455349474E61094F07A0000002471001610B4F09E80704007F00070302610C4F0AA000000167455349474E6282
2019-02-06 12:09:22,067+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,067+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,067+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,068+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type EndTransaction.
2019-02-06 12:09:22,069+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,069+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,069+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,069+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.EndTransaction
2019-02-06 12:09:22,081+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,081+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,081+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,081+01 [IFD Watcher 1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:09:22,083+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:09:22,083+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,083+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,083+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG org.openecard.ifd.event.Recognizer:60 - Found a recognized card event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,086+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_RECOGNIZED
2019-02-06 12:09:22,086+01 [IFD Watcher 1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,087+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:09:22,087+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/npa.xml, null
2019-02-06 12:09:22,087+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:09:22,087+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:63 - Add ConnectionHandle to SAL:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:09:22,088+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:185 - Looking up responsible SAL for handle with, ctx=9E4322E48C29E95C7849227468919679, slot=null
2019-02-06 12:09:22,088+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:193 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:09:22,088+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:09:22,106+01 [Dispatcher Event 0] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:09:22,106+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:09:22,126+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:09:22,127+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@0 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:09:22,128+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:09:22,128+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:09:22,144+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:09:51,955+01 [Thread-8] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:88 - HTTP request: GET /eID-Client?tcTokenURL=https%3A%2F%2Fwww.kba-online.de%3A443%2Fregisterauskunft%2Fapp%2Feidstart.html%3Bjsessionid%3DHZE6D267B907224AFFA6EE213F3A577251%3Fref%3DHZE6D267B907224AFFA6EE213F3A577251 [Host: 127.0.0.1:24727, Connection: keep-alive, Cache-Control: max-age=0, Origin: https://www.kba-online.de, Upgrade-Insecure-Requests: 1, Content-Type: application/x-www-form-urlencoded, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:09:51,956+01 [Thread-8] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:95 - HTTP response: HTTP/1.1 403 []
2019-02-06 12:09:51,956+01 [Thread-8] DEBUG o.o.c.b.h.i.ErrorResponseInterceptor:99 - HTTP response intercepted
2019-02-06 12:09:51,972+01 [Thread-8] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:88 - HTTP request: GET /css/style.css [Host: 127.0.0.1:24727, Connection: keep-alive, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/css,*/*;q=0.1, Referer: http://127.0.0.1:24727/eID-Client?tcTokenURL=https%3A%2F%2Fwww.kba-online.de%3A443%2Fregisterauskunft%2Fapp%2Feidstart.html%3Bjsessionid%3DHZE6D267B907224AFFA6EE213F3A577251%3Fref%3DHZE6D267B907224AFFA6EE213F3A577251, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:09:51,974+01 [Thread-8] DEBUG o.o.c.b.h.h.ControlCommonHandler:81 - HTTP request: GET /css/style.css [Host: 127.0.0.1:24727, Connection: keep-alive, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/css,*/*;q=0.1, Referer: http://127.0.0.1:24727/eID-Client?tcTokenURL=https%3A%2F%2Fwww.kba-online.de%3A443%2Fregisterauskunft%2Fapp%2Feidstart.html%3Bjsessionid%3DHZE6D267B907224AFFA6EE213F3A577251%3Fref%3DHZE6D267B907224AFFA6EE213F3A577251, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:09:51,974+01 [Thread-8] DEBUG o.o.c.b.http.handler.FileHandler:74 - Handle file request
2019-02-06 12:09:51,975+01 [Thread-8] DEBUG o.o.c.b.h.h.ControlCommonHandler:103 - HTTP response: HTTP/1.1 200 [Content-Type: text/css; charset=UTF-8] [Content-Type: text/css; charset=UTF-8,Chunked: false]
2019-02-06 12:09:51,975+01 [Thread-8] DEBUG o.o.c.b.h.h.ControlCommonHandler:104 - HTTP request handled by: org.openecard.control.binding.http.handler.FileHandler
2019-02-06 12:11:41,769+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:88 - HTTP request: GET /eID-Client?tcTokenURL=https%3A%2F%2Fwww.kba-online.de%3A443%2Fregisterauskunft%2Fapp%2Feidstart.html%3Bjsessionid%3DHZ2C38BF90DE5E475CAF14A1E5EA3D5E2A%3Fref%3DHZ2C38BF90DE5E475CAF14A1E5EA3D5E2A [Host: 127.0.0.1:24727, Connection: keep-alive, Cache-Control: max-age=0, Upgrade-Insecure-Requests: 1, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:11:41,779+01 [Thread-9] WARN org.openecard.common.I18n:152 - Failed to load resource tr03112 for lang de_DE.
2019-02-06 12:11:41,781+01 [Thread-9] WARN org.openecard.common.I18n:152 - Failed to load resource tctoken for lang de_DE.
2019-02-06 12:11:41,782+01 [Thread-9] WARN org.openecard.common.I18n:152 - Failed to load resource pinplugin for lang de_DE.
2019-02-06 12:11:41,782+01 [Thread-9] WARN org.openecard.common.I18n:152 - Failed to load resource pace for lang de_DE.
2019-02-06 12:11:41,783+01 [FuturePromise-3] WARN o.o.binding.tctoken.TCTokenHandler:156 - Schema validation is disabled.
2019-02-06 12:11:41,789+01 [Thread-9] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:11:41,790+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:11:41,801+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:11:41,805+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://www.kba-online.de:443/registerauskunft/app/eidstart.html;jsessionid=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A?ref=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A
2019-02-06 12:11:41,821+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for java. Trying next one.
2019-02-06 12:11:41,822+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Firefox settings folder not found!
2019-02-06 12:11:41,822+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Strategy {0} failed trying next one.
com.github.markusbernhardt.proxy.util.ProxyException: No Firefox installation found
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.readSettings(FirefoxProxySearchStrategy.java:174)
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.getProxySelector(FirefoxProxySearchStrategy.java:106)
at com.github.markusbernhardt.proxy.ProxySearch.getProxySelector(ProxySearch.java:216)
at org.openecard.crypto.tls.proxy.ProxySettingsLoader$2.find(ProxySettingsLoader.java:210)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.loadSelector(UpdatingProxySelector.java:57)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.select(UpdatingProxySelector.java:67)
at org.openecard.crypto.tls.proxy.ProxySettings.getProxy(ProxySettings.java:123)
at org.openecard.crypto.tls.proxy.ProxySettings.getSocket(ProxySettings.java:149)
at org.openecard.binding.tctoken.ResourceContext.getStreamInt(ResourceContext.java:242)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:198)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:175)
at org.openecard.binding.tctoken.TCTokenContext.generateTCToken(TCTokenContext.java:73)
at org.openecard.binding.tctoken.TCTokenRequest.parseTCTokenRequestURI(TCTokenRequest.java:197)
at org.openecard.binding.tctoken.TCTokenRequest.convert(TCTokenRequest.java:116)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:408)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
2019-02-06 12:11:41,823+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for desktop. Trying next one.
2019-02-06 12:11:41,823+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for env. Trying next one.
2019-02-06 12:11:41,823+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:41,823+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:41,861+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:41,958+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [www.kba-online.de] [www.kba-online.de]
2019-02-06 12:11:42,099+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:42,111+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /registerauskunft/app/eidstart.html;jsessionid=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A?ref=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: www.kba-online.de:443
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:11:42,111+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:11:42,169+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:11:42,169+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 302 Found
Date: Wed, 06 Feb 2019 11:11:40 GMT
Server: HTTP
Expires: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
X-XSS-Protection: 1; mode=block
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Location: https://eid1.eid-service.de:443/gov_autent/async?SAMLRequest=rVfZsqNGEv2VG5pH4l4WsQhF33YgsYlFEosk4MXBUixip0CAvn7o7mu7e%2Bzx2I6JQDwUmSczzzmoik8%2FTWXx8gAdzOrqfYW%2FYasXUIV1lFXJ%2B%2Bpii6%2Bb1U%2BfP0G%2FLIhmyw19WpmgHQDsX5bECm6%2FPXlfDV21rX2YwW3llwBu%2B3Brcbq2Jd6wbdPVfR3WxeqFgxB0%2FVJqX1dwKEFnge6RheBiau%2BrtO8buEXRcRzf8sB%2Frasiq8BbBNAOJBnsQecPMB%2BquEf9pkFBFnUDCPMcpN1b2pcLPL%2F0lVV%2B%2F3WWX%2BCWOPxtub3Cb7UWwC1JrtGkfvzsDz2oFjg4V%2BHqRay7EHyd8X3VL9irlwP%2Fvvo5wCM%2FpmkGRDGFBWzEkCzAgniz%2FGg2IvwlDJ59CLMHeF%2FFfgG%2FJEI4gEMFe7%2Fq31cEhrOvGPGK0TaOb5eLxN7WG9JbvZw%2FqNll1TfK%2F4zH4FsQ3Mq2fX41QZR1IOxXL9df5FuCVh9ibb920H2v0p%2BD%2B79Is%2Fr814X4hH5f7FefCNNC65eW4OdPC%2FNboQq7uelB9L2Bfg366HEJ%2FCbaUjmA2VswVNGXmuDAo8tU02LL34B4v%2Fc%2F8r48%2BDXxS8vj%2Bq3uEpTAMBzFSHSJWiL%2BtXqx5wb8hUChAOViiv8oufSpgz6toxeuSOou69PyL2D5AOLE5jUMFnf9vW7Rz58iuFXBfKji%2BiM3gv8lE0Mx9ktmBLPkX7%2FjagH5m8X%2FH6N3cDGOD5rXMonxZvV1HD5LFuH%2FItgPQ8HUx1d%2Fj4aFQfQPx%2FiYbp81Kei%2BGOmHhatfDOCzAovrnJZWpU6aQPFXvTgcxjrrUiopBKo6X3AJhBZ5cU1PoO%2FsWZjbGKXwAV5npmoQhlAiOrTkBjdRynZw4grl3DsKOaknPMd7dA4ZQWXOk9GKayooXAMzJUnuudgMG2dnGyGpFagOxjY2tFPTKZtm0l1crT23zRpVU1nO2nWAwE61NumJvdey%2B67gDmyamxOzcxj81rh2jrpZRmjM5GZ3UyPVIFeNUHhIrRXZniVd78BRR956UNfANTzUuXKyaLe6H3BSepOFcHlhUNbbz%2FLjeaqtvoubhpWQyjn1DCIBy88RjbhzBKKeaMcTqNw50RsBcDdwqtgLkoRiO1%2FRdY5irXahOvUxvr9%2FSPI91T8sfZMD%2FZ2Bl7XfXoffCfjP7P19E4V3QFhCpuusojMNKxtlk%2BAhXa4rHhv4p37UxjjZ9zetD%2Bhu2Wx254fgJr3QR2c6avCAZ6PjdKcJcpG8QZXrXtPVNaFepGiHUua5sun61stkUN3HdH1p7%2FllD%2BZx2E8wbIe9C456dZdObAKuh%2FWu1rvswD2a%2FOwWRx9BaT25dXqKl41FEqEp9JVYpI%2FrcwjTmZM4I9jg61StbMm5Pdb7h5fyaFkCHLZ%2BZWJzTHqHvnInc4rQuCLbwxrqpEA9s5rlJ1yfcktuCSmrjXTt7opETUmh9rEeJdKuuG7SPVVTxsl2WpVeFxIPk8DX2xDF7qB7Xop0j6PFYX4IPDNVO3A9IR5Xm1WO8vkd8UnCiY1gfxOaq3gcT3Tw6Mojyu2lc4z7U3Bl8CFHkE3rYfbFt4M2AM99FQxc0z08P5bbHeO7V%2FMxkzdg2YQu9uElyPoLU6SHIkVDudFZWX3e2ILweb09jRau7k2PniXs7lZWpDgEpQn%2BsaKeWC9ves4xFHY982Yla2zlYMw5xfawf5rXXGXGoWM2Cblz9ucrwSnrfCcexAH63XpA9A63ARisS8Ur6ebhZhoz6sMlSe82DoAm4UQ3%2BoGx1u%2BH2whR6uHV7SD2PYVamWJI0K8N5WnwJbBT22ql86CNnHC2aFNu2F41DHtTjW1q7XomLoAjyLVyTqqnQkRl8MSeAT5m0HN6xERFcjfb1X5eN5VnDTetFG5HKojOTnqJEt3ueiUqeVRtU3Ss71JZqsy9sbhKmDtFfNqlaT16JzT5GN2zic3AriQIslJCAtgLWW3hnIdrK5%2BwZOJ85pi6lJantUUZotHsb7u6HyReDgdp9PZNHlnC7cFBohOE%2FOaizMbfad60O8iA6WUv24jP9lxpKDDoi2467dljBAZPa5DAy%2BTYmtUZFYEfsBuz0TNel%2BIDqoguSgWTFADRcnGrFXGvycNrd9wQFeej93NoN43ZanzkN3v30nrGLkFNr6fNasTOQtXnlmAcmfMzF1rxoYotMWdiej8q9BQ288VM7%2FBUerln1HOgWbHinUJ6ZvecHYFdJSLZHBVaxdR5CL3MwTyqQCX%2FeZGHJJxQJ3Gn%2BZCKYhRZa8U4Ki6q33LSg93BN6aEjLtSW%2F7SD96pTL3FKSiyrtvRFnfYyaTlAL1Q%2B0FkN7dnIzssFXbICWnp%2BeQlykT1AoJ48XCK16DgXa1cuxFikgKPZAtn%2FqRql2YHMfmROBIGD4lS5ipWkhoi5OOdo1Ol5dYThlqmQJSyVHuWfaG4cddtkGOf6BJa7fAy2Yj1fjE4i50DU0SuyKObWNx5aIRCqcyGPj0MF04Z7Zsod5ufLSNGRxc5iDRz96eDC0EtmCfuoHZj27GGSxg4hh1TZsx69Dny0S0pOB6xI1Q87i5UcTUNKCScf8snhiMwh83kpiyR3EeLxDm1vuncjNFt%2B5qnT1Z0A7gk7Rvi3HSzxPtqPPYSO3ThtcLnpAuYfCRx69nAdHMjJ1i1rBXXfDha4kxbiH3nnhKZwv4B9xxgMkKUdkGrsA6j1Yd1jbDM%2BWqZjWCR96GUD72K3JrLDMlMMqWg3kzYhLOt2BrL50C3k5a9zKMwAmuJtYy0yqltkfulqxs6jxOTSKzG4%2BVDoJ7i53HgTE0dylMeKvI1jWdDajBKW5f6mcX9PHhGRSIT%2BMM7jvJOuz93qDQi0brvdDfeeZvCkK7rjjlO%2FLQXlaAuUi8vBWGIlctzagwa1dMBsZJ%2FuF9%2BLP7vk%2Ffnj%2FP7jyd29A%2B%2B9j7%2FGw%3D%3D&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&Signature=pxv1gi4jfvgiqfxbWmC30OZL%2FZB%2BNXQQ7JfBBT2JmCDMGhCFCg46tFQAy%2BJmoaKCMEWeRq%2FTWSYuGmvz5LH64gqXXBgPREHH5ntNZmh85r4DvPckVWBgUBpzXEq4yY%2BtBULIsgItOOUogkb1NbcmUNdvB2%2FyTTOvLnxWkyp6Ak9OGOmkOcL2HFZQbIN7UCYumC7PYQnE57dRH1cXHO%2B35vJ5ZDWNqWMDlX6LvDJdlJDvapv%2B2vBFw4vRSGcvoUT3zHd3lc8L6TIX57KwO1SscZW07SdnmeIIpqVYOe2mDYO8l2XWX7Ytoxi3qP21DeMf4K7mJwWefZDM%2Fg4sFkOxuw%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256
Content-Security-Policy: default-src 'self';
X-Content-Type-Options: nosniff
Content-Length: 0
Referrer-Policy: same-origin
Connection: close
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

2019-02-06 12:11:42,170+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:42,170+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:42,170+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://eid1.eid-service.de:443/gov_autent/async?SAMLRequest=rVfZsqNGEv2VG5pH4l4WsQhF33YgsYlFEosk4MXBUixip0CAvn7o7mu7e%2Bzx2I6JQDwUmSczzzmoik8%2FTWXx8gAdzOrqfYW%2FYasXUIV1lFXJ%2B%2Bpii6%2Bb1U%2BfP0G%2FLIhmyw19WpmgHQDsX5bECm6%2FPXlfDV21rX2YwW3llwBu%2B3Brcbq2Jd6wbdPVfR3WxeqFgxB0%2FVJqX1dwKEFnge6RheBiau%2BrtO8buEXRcRzf8sB%2Frasiq8BbBNAOJBnsQecPMB%2BquEf9pkFBFnUDCPMcpN1b2pcLPL%2F0lVV%2B%2F3WWX%2BCWOPxtub3Cb7UWwC1JrtGkfvzsDz2oFjg4V%2BHqRay7EHyd8X3VL9irlwP%2Fvvo5wCM%2FpmkGRDGFBWzEkCzAgniz%2FGg2IvwlDJ59CLMHeF%2FFfgG%2FJEI4gEMFe7%2Fq31cEhrOvGPGK0TaOb5eLxN7WG9JbvZw%2FqNll1TfK%2F4zH4FsQ3Mq2fX41QZR1IOxXL9df5FuCVh9ibb920H2v0p%2BD%2B79Is%2Fr814X4hH5f7FefCNNC65eW4OdPC%2FNboQq7uelB9L2Bfg366HEJ%2FCbaUjmA2VswVNGXmuDAo8tU02LL34B4v%2Fc%2F8r48%2BDXxS8vj%2Bq3uEpTAMBzFSHSJWiL%2BtXqx5wb8hUChAOViiv8oufSpgz6toxeuSOou69PyL2D5AOLE5jUMFnf9vW7Rz58iuFXBfKji%2BiM3gv8lE0Mx9ktmBLPkX7%2FjagH5m8X%2FH6N3cDGOD5rXMonxZvV1HD5LFuH%2FItgPQ8HUx1d%2Fj4aFQfQPx%2FiYbp81Kei%2BGOmHhatfDOCzAovrnJZWpU6aQPFXvTgcxjrrUiopBKo6X3AJhBZ5cU1PoO%2FsWZjbGKXwAV5npmoQhlAiOrTkBjdRynZw4grl3DsKOaknPMd7dA4ZQWXOk9GKayooXAMzJUnuudgMG2dnGyGpFagOxjY2tFPTKZtm0l1crT23zRpVU1nO2nWAwE61NumJvdey%2B67gDmyamxOzcxj81rh2jrpZRmjM5GZ3UyPVIFeNUHhIrRXZniVd78BRR956UNfANTzUuXKyaLe6H3BSepOFcHlhUNbbz%2FLjeaqtvoubhpWQyjn1DCIBy88RjbhzBKKeaMcTqNw50RsBcDdwqtgLkoRiO1%2FRdY5irXahOvUxvr9%2FSPI91T8sfZMD%2FZ2Bl7XfXoffCfjP7P19E4V3QFhCpuusojMNKxtlk%2BAhXa4rHhv4p37UxjjZ9zetD%2Bhu2Wx254fgJr3QR2c6avCAZ6PjdKcJcpG8QZXrXtPVNaFepGiHUua5sun61stkUN3HdH1p7%2FllD%2BZx2E8wbIe9C456dZdObAKuh%2FWu1rvswD2a%2FOwWRx9BaT25dXqKl41FEqEp9JVYpI%2FrcwjTmZM4I9jg61StbMm5Pdb7h5fyaFkCHLZ%2BZWJzTHqHvnInc4rQuCLbwxrqpEA9s5rlJ1yfcktuCSmrjXTt7opETUmh9rEeJdKuuG7SPVVTxsl2WpVeFxIPk8DX2xDF7qB7Xop0j6PFYX4IPDNVO3A9IR5Xm1WO8vkd8UnCiY1gfxOaq3gcT3Tw6Mojyu2lc4z7U3Bl8CFHkE3rYfbFt4M2AM99FQxc0z08P5bbHeO7V%2FMxkzdg2YQu9uElyPoLU6SHIkVDudFZWX3e2ILweb09jRau7k2PniXs7lZWpDgEpQn%2BsaKeWC9ves4xFHY982Yla2zlYMw5xfawf5rXXGXGoWM2Cblz9ucrwSnrfCcexAH63XpA9A63ARisS8Ur6ebhZhoz6sMlSe82DoAm4UQ3%2BoGx1u%2BH2whR6uHV7SD2PYVamWJI0K8N5WnwJbBT22ql86CNnHC2aFNu2F41DHtTjW1q7XomLoAjyLVyTqqnQkRl8MSeAT5m0HN6xERFcjfb1X5eN5VnDTetFG5HKojOTnqJEt3ueiUqeVRtU3Ss71JZqsy9sbhKmDtFfNqlaT16JzT5GN2zic3AriQIslJCAtgLWW3hnIdrK5%2BwZOJ85pi6lJantUUZotHsb7u6HyReDgdp9PZNHlnC7cFBohOE%2FOaizMbfad60O8iA6WUv24jP9lxpKDDoi2467dljBAZPa5DAy%2BTYmtUZFYEfsBuz0TNel%2BIDqoguSgWTFADRcnGrFXGvycNrd9wQFeej93NoN43ZanzkN3v30nrGLkFNr6fNasTOQtXnlmAcmfMzF1rxoYotMWdiej8q9BQ288VM7%2FBUerln1HOgWbHinUJ6ZvecHYFdJSLZHBVaxdR5CL3MwTyqQCX%2FeZGHJJxQJ3Gn%2BZCKYhRZa8U4Ki6q33LSg93BN6aEjLtSW%2F7SD96pTL3FKSiyrtvRFnfYyaTlAL1Q%2B0FkN7dnIzssFXbICWnp%2BeQlykT1AoJ48XCK16DgXa1cuxFikgKPZAtn%2FqRql2YHMfmROBIGD4lS5ipWkhoi5OOdo1Ol5dYThlqmQJSyVHuWfaG4cddtkGOf6BJa7fAy2Yj1fjE4i50DU0SuyKObWNx5aIRCqcyGPj0MF04Z7Zsod5ufLSNGRxc5iDRz96eDC0EtmCfuoHZj27GGSxg4hh1TZsx69Dny0S0pOB6xI1Q87i5UcTUNKCScf8snhiMwh83kpiyR3EeLxDm1vuncjNFt%2B5qnT1Z0A7gk7Rvi3HSzxPtqPPYSO3ThtcLnpAuYfCRx69nAdHMjJ1i1rBXXfDha4kxbiH3nnhKZwv4B9xxgMkKUdkGrsA6j1Yd1jbDM%2BWqZjWCR96GUD72K3JrLDMlMMqWg3kzYhLOt2BrL50C3k5a9zKMwAmuJtYy0yqltkfulqxs6jxOTSKzG4%2BVDoJ7i53HgTE0dylMeKvI1jWdDajBKW5f6mcX9PHhGRSIT%2BMM7jvJOuz93qDQi0brvdDfeeZvCkK7rjjlO%2FLQXlaAuUi8vBWGIlctzagwa1dMBsZJ%2FuF9%2BLP7vk%2Ffnj%2FP7jyd29A%2B%2B9j7%2FGw%3D%3D&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&Signature=pxv1gi4jfvgiqfxbWmC30OZL%2FZB%2BNXQQ7JfBBT2JmCDMGhCFCg46tFQAy%2BJmoaKCMEWeRq%2FTWSYuGmvz5LH64gqXXBgPREHH5ntNZmh85r4DvPckVWBgUBpzXEq4yY%2BtBULIsgItOOUogkb1NbcmUNdvB2%2FyTTOvLnxWkyp6Ak9OGOmkOcL2HFZQbIN7UCYumC7PYQnE57dRH1cXHO%2B35vJ5ZDWNqWMDlX6LvDJdlJDvapv%2B2vBFw4vRSGcvoUT3zHd3lc8L6TIX57KwO1SscZW07SdnmeIIpqVYOe2mDYO8l2XWX7Ytoxi3qP21DeMf4K7mJwWefZDM%2Fg4sFkOxuw%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256
2019-02-06 12:11:42,171+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:42,171+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:42,233+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:42,271+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [eid1.eid-service.de] [eid1.eid-service.de]
2019-02-06 12:11:42,368+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:42,369+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /gov_autent/async?SAMLRequest=rVfZsqNGEv2VG5pH4l4WsQhF33YgsYlFEosk4MXBUixip0CAvn7o7mu7e%2Bzx2I6JQDwUmSczzzmoik8%2FTWXx8gAdzOrqfYW%2FYasXUIV1lFXJ%2B%2Bpii6%2Bb1U%2BfP0G%2FLIhmyw19WpmgHQDsX5bECm6%2FPXlfDV21rX2YwW3llwBu%2B3Brcbq2Jd6wbdPVfR3WxeqFgxB0%2FVJqX1dwKEFnge6RheBiau%2BrtO8buEXRcRzf8sB%2Frasiq8BbBNAOJBnsQecPMB%2BquEf9pkFBFnUDCPMcpN1b2pcLPL%2F0lVV%2B%2F3WWX%2BCWOPxtub3Cb7UWwC1JrtGkfvzsDz2oFjg4V%2BHqRay7EHyd8X3VL9irlwP%2Fvvo5wCM%2FpmkGRDGFBWzEkCzAgniz%2FGg2IvwlDJ59CLMHeF%2FFfgG%2FJEI4gEMFe7%2Fq31cEhrOvGPGK0TaOb5eLxN7WG9JbvZw%2FqNll1TfK%2F4zH4FsQ3Mq2fX41QZR1IOxXL9df5FuCVh9ibb920H2v0p%2BD%2B79Is%2Fr814X4hH5f7FefCNNC65eW4OdPC%2FNboQq7uelB9L2Bfg366HEJ%2FCbaUjmA2VswVNGXmuDAo8tU02LL34B4v%2Fc%2F8r48%2BDXxS8vj%2Bq3uEpTAMBzFSHSJWiL%2BtXqx5wb8hUChAOViiv8oufSpgz6toxeuSOou69PyL2D5AOLE5jUMFnf9vW7Rz58iuFXBfKji%2BiM3gv8lE0Mx9ktmBLPkX7%2FjagH5m8X%2FH6N3cDGOD5rXMonxZvV1HD5LFuH%2FItgPQ8HUx1d%2Fj4aFQfQPx%2FiYbp81Kei%2BGOmHhatfDOCzAovrnJZWpU6aQPFXvTgcxjrrUiopBKo6X3AJhBZ5cU1PoO%2FsWZjbGKXwAV5npmoQhlAiOrTkBjdRynZw4grl3DsKOaknPMd7dA4ZQWXOk9GKayooXAMzJUnuudgMG2dnGyGpFagOxjY2tFPTKZtm0l1crT23zRpVU1nO2nWAwE61NumJvdey%2B67gDmyamxOzcxj81rh2jrpZRmjM5GZ3UyPVIFeNUHhIrRXZniVd78BRR956UNfANTzUuXKyaLe6H3BSepOFcHlhUNbbz%2FLjeaqtvoubhpWQyjn1DCIBy88RjbhzBKKeaMcTqNw50RsBcDdwqtgLkoRiO1%2FRdY5irXahOvUxvr9%2FSPI91T8sfZMD%2FZ2Bl7XfXoffCfjP7P19E4V3QFhCpuusojMNKxtlk%2BAhXa4rHhv4p37UxjjZ9zetD%2Bhu2Wx254fgJr3QR2c6avCAZ6PjdKcJcpG8QZXrXtPVNaFepGiHUua5sun61stkUN3HdH1p7%2FllD%2BZx2E8wbIe9C456dZdObAKuh%2FWu1rvswD2a%2FOwWRx9BaT25dXqKl41FEqEp9JVYpI%2FrcwjTmZM4I9jg61StbMm5Pdb7h5fyaFkCHLZ%2BZWJzTHqHvnInc4rQuCLbwxrqpEA9s5rlJ1yfcktuCSmrjXTt7opETUmh9rEeJdKuuG7SPVVTxsl2WpVeFxIPk8DX2xDF7qB7Xop0j6PFYX4IPDNVO3A9IR5Xm1WO8vkd8UnCiY1gfxOaq3gcT3Tw6Mojyu2lc4z7U3Bl8CFHkE3rYfbFt4M2AM99FQxc0z08P5bbHeO7V%2FMxkzdg2YQu9uElyPoLU6SHIkVDudFZWX3e2ILweb09jRau7k2PniXs7lZWpDgEpQn%2BsaKeWC9ves4xFHY982Yla2zlYMw5xfawf5rXXGXGoWM2Cblz9ucrwSnrfCcexAH63XpA9A63ARisS8Ur6ebhZhoz6sMlSe82DoAm4UQ3%2BoGx1u%2BH2whR6uHV7SD2PYVamWJI0K8N5WnwJbBT22ql86CNnHC2aFNu2F41DHtTjW1q7XomLoAjyLVyTqqnQkRl8MSeAT5m0HN6xERFcjfb1X5eN5VnDTetFG5HKojOTnqJEt3ueiUqeVRtU3Ss71JZqsy9sbhKmDtFfNqlaT16JzT5GN2zic3AriQIslJCAtgLWW3hnIdrK5%2BwZOJ85pi6lJantUUZotHsb7u6HyReDgdp9PZNHlnC7cFBohOE%2FOaizMbfad60O8iA6WUv24jP9lxpKDDoi2467dljBAZPa5DAy%2BTYmtUZFYEfsBuz0TNel%2BIDqoguSgWTFADRcnGrFXGvycNrd9wQFeej93NoN43ZanzkN3v30nrGLkFNr6fNasTOQtXnlmAcmfMzF1rxoYotMWdiej8q9BQ288VM7%2FBUerln1HOgWbHinUJ6ZvecHYFdJSLZHBVaxdR5CL3MwTyqQCX%2FeZGHJJxQJ3Gn%2BZCKYhRZa8U4Ki6q33LSg93BN6aEjLtSW%2F7SD96pTL3FKSiyrtvRFnfYyaTlAL1Q%2B0FkN7dnIzssFXbICWnp%2BeQlykT1AoJ48XCK16DgXa1cuxFikgKPZAtn%2FqRql2YHMfmROBIGD4lS5ipWkhoi5OOdo1Ol5dYThlqmQJSyVHuWfaG4cddtkGOf6BJa7fAy2Yj1fjE4i50DU0SuyKObWNx5aIRCqcyGPj0MF04Z7Zsod5ufLSNGRxc5iDRz96eDC0EtmCfuoHZj27GGSxg4hh1TZsx69Dny0S0pOB6xI1Q87i5UcTUNKCScf8snhiMwh83kpiyR3EeLxDm1vuncjNFt%2B5qnT1Z0A7gk7Rvi3HSzxPtqPPYSO3ThtcLnpAuYfCRx69nAdHMjJ1i1rBXXfDha4kxbiH3nnhKZwv4B9xxgMkKUdkGrsA6j1Yd1jbDM%2BWqZjWCR96GUD72K3JrLDMlMMqWg3kzYhLOt2BrL50C3k5a9zKMwAmuJtYy0yqltkfulqxs6jxOTSKzG4%2BVDoJ7i53HgTE0dylMeKvI1jWdDajBKW5f6mcX9PHhGRSIT%2BMM7jvJOuz93qDQi0brvdDfeeZvCkK7rjjlO%2FLQXlaAuUi8vBWGIlctzagwa1dMBsZJ%2FuF9%2BLP7vk%2Ffnj%2FP7jyd29A%2B%2B9j7%2FGw%3D%3D&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&Signature=pxv1gi4jfvgiqfxbWmC30OZL%2FZB%2BNXQQ7JfBBT2JmCDMGhCFCg46tFQAy%2BJmoaKCMEWeRq%2FTWSYuGmvz5LH64gqXXBgPREHH5ntNZmh85r4DvPckVWBgUBpzXEq4yY%2BtBULIsgItOOUogkb1NbcmUNdvB2%2FyTTOvLnxWkyp6Ak9OGOmkOcL2HFZQbIN7UCYumC7PYQnE57dRH1cXHO%2B35vJ5ZDWNqWMDlX6LvDJdlJDvapv%2B2vBFw4vRSGcvoUT3zHd3lc8L6TIX57KwO1SscZW07SdnmeIIpqVYOe2mDYO8l2XWX7Ytoxi3qP21DeMf4K7mJwWefZDM%2Fg4sFkOxuw%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256 HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: eid1.eid-service.de:443
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:11:42,370+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:11:42,436+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:11:42,437+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 302 Found
Cache-Control: no-cache, no-store
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Pragma: no-cache
Date: Wed, 06 Feb 2019 11:11:42 GMT
Location: https://eid1.eid-service.de:443/ecardpaos/startauthentication?DateOfBirth=true&RestrictedID=true&DocumentType=true&FamilyNames=true&receiverUrl=https%3A%2F%2Feid2.eid-service.de%3A443%2Fecardpaos%2Fpaosreceiver&PlaceOfBirth=true&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&requestID=64c1ea56-ddd1-40a0-b98f-a0b656f4e4e3&GivenNames=true&Signature=ijuZmXmqq%2BUGrZca5pYorKNEzzkaNXoaFr9ORtUOtCa9%2Fr2T94tNe6syPu8Dj1BNTQvtkqET9WDVEiyH3OjlOWvB%2FJjaxYOMjlzYpnEWeJu%2FfBid%2BlfvJ93g%2FvvyAeV59Zvd00bEUkA8PoPRrT6S25KfnNTw%2BYlcUyQOP5%2FZrwd9rGwJJKgMumzlZjoMKpcJC%2BRVew5wyxunE3oOJsN7jE3SJRE%2FHY6pNYA29zyCZEbZr68LglvYczFr37DuUAFI6aMwX53qMOJOuXkXrHJWCRXxYTx%2FPDJPAhAmJq1FTUMWkgcl1HvpVGhm%2BrRk5%2Fw3LoIPY%2BTvhEQB8bP0TBOu6w%3D%3D&PlaceOfResidence=true&BirthName=true&idProviderUrl=https%3A%2F%2Feid1.eid-service.de%3A443%2Fgov_autent%2Fasync%3FrefID%3D_22fb78a9111beae6b057ded2f70efc4a91d0625c
Content-Length: 0

2019-02-06 12:11:42,438+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:42,438+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:42,439+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://eid1.eid-service.de:443/ecardpaos/startauthentication?DateOfBirth=true&RestrictedID=true&DocumentType=true&FamilyNames=true&receiverUrl=https%3A%2F%2Feid2.eid-service.de%3A443%2Fecardpaos%2Fpaosreceiver&PlaceOfBirth=true&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&requestID=64c1ea56-ddd1-40a0-b98f-a0b656f4e4e3&GivenNames=true&Signature=ijuZmXmqq%2BUGrZca5pYorKNEzzkaNXoaFr9ORtUOtCa9%2Fr2T94tNe6syPu8Dj1BNTQvtkqET9WDVEiyH3OjlOWvB%2FJjaxYOMjlzYpnEWeJu%2FfBid%2BlfvJ93g%2FvvyAeV59Zvd00bEUkA8PoPRrT6S25KfnNTw%2BYlcUyQOP5%2FZrwd9rGwJJKgMumzlZjoMKpcJC%2BRVew5wyxunE3oOJsN7jE3SJRE%2FHY6pNYA29zyCZEbZr68LglvYczFr37DuUAFI6aMwX53qMOJOuXkXrHJWCRXxYTx%2FPDJPAhAmJq1FTUMWkgcl1HvpVGhm%2BrRk5%2Fw3LoIPY%2BTvhEQB8bP0TBOu6w%3D%3D&PlaceOfResidence=true&BirthName=true&idProviderUrl=https%3A%2F%2Feid1.eid-service.de%3A443%2Fgov_autent%2Fasync%3FrefID%3D_22fb78a9111beae6b057ded2f70efc4a91d0625c
2019-02-06 12:11:42,439+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:42,440+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:42,464+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:42,501+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [eid1.eid-service.de] [eid1.eid-service.de]
2019-02-06 12:11:42,563+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:42,564+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /ecardpaos/startauthentication?DateOfBirth=true&RestrictedID=true&DocumentType=true&FamilyNames=true&receiverUrl=https%3A%2F%2Feid2.eid-service.de%3A443%2Fecardpaos%2Fpaosreceiver&PlaceOfBirth=true&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&requestID=64c1ea56-ddd1-40a0-b98f-a0b656f4e4e3&GivenNames=true&Signature=ijuZmXmqq%2BUGrZca5pYorKNEzzkaNXoaFr9ORtUOtCa9%2Fr2T94tNe6syPu8Dj1BNTQvtkqET9WDVEiyH3OjlOWvB%2FJjaxYOMjlzYpnEWeJu%2FfBid%2BlfvJ93g%2FvvyAeV59Zvd00bEUkA8PoPRrT6S25KfnNTw%2BYlcUyQOP5%2FZrwd9rGwJJKgMumzlZjoMKpcJC%2BRVew5wyxunE3oOJsN7jE3SJRE%2FHY6pNYA29zyCZEbZr68LglvYczFr37DuUAFI6aMwX53qMOJOuXkXrHJWCRXxYTx%2FPDJPAhAmJq1FTUMWkgcl1HvpVGhm%2BrRk5%2Fw3LoIPY%2BTvhEQB8bP0TBOu6w%3D%3D&PlaceOfResidence=true&BirthName=true&idProviderUrl=https%3A%2F%2Feid1.eid-service.de%3A443%2Fgov_autent%2Fasync%3FrefID%3D_22fb78a9111beae6b057ded2f70efc4a91d0625c HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: eid1.eid-service.de:443
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:11:42,564+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:11:42,593+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:11:42,593+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Date: Wed, 06 Feb 2019 11:11:42 GMT
Content-Type: text/xml;charset=utf-8
Content-Length: 652

2019-02-06 12:11:42,593+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:90 - Received TCToken:
<TCTokenType>
<ServerAddress>https://eid2.eid-service.de:443/ecardpaos/paosreceiver&lt;/ServerAddress>
<SessionIdentifier>64c1ea56-ddd1-40a0-b98f-a0b656f4e4e3</SessionIdentifier>
<RefreshAddress>https://eid1.eid-service.de:443/gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c&lt;/RefreshAddress>
<CommunicationErrorAddress/>
<Binding>urn:liberty:paos:2006-08</Binding>
<PathSecurity-Protocol>urn:ietf:rfc:4279</PathSecurity-Protocol>
<PathSecurity-Parameters>
<PSK>9c3d620180ba30f63e67e43cf73112a144ca2b8888b6b2b57a46dbb72e1b1e5cd427ff92f18cc372beed8a6a84dc1aad395ae4ecb030881c6f17f09f8eb62271</PSK>
</PathSecurity-Parameters>
</TCTokenType>

2019-02-06 12:11:42,593+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:92 - Cleaned up TCToken:
<TCTokenType>
<ServerAddress>https://eid2.eid-service.de:443/ecardpaos/paosreceiver&lt;/ServerAddress>
<SessionIdentifier>64c1ea56-ddd1-40a0-b98f-a0b656f4e4e3</SessionIdentifier>
<RefreshAddress>https://eid1.eid-service.de:443/gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c&lt;/RefreshAddress>
<CommunicationErrorAddress/>
<Binding>urn:liberty:paos:2006-08</Binding>
<PathSecurity-Protocol>urn:ietf:rfc:4279</PathSecurity-Protocol>
<PathSecurity-Parameters>
<PSK>9c3d620180ba30f63e67e43cf73112a144ca2b8888b6b2b57a46dbb72e1b1e5cd427ff92f18cc372beed8a6a84dc1aad395ae4ecb030881c6f17f09f8eb62271</PSK>
</PathSecurity-Parameters>
</TCTokenType>

2019-02-06 12:11:42,607+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,607+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,607+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,607+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationPath
2019-02-06 12:11:42,610+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,610+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,610+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,611+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,611+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,611+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,612+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationConnect
2019-02-06 12:11:42,612+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:11:42,613+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,613+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,613+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,613+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:11:42,613+01 [Thread-9] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:11:42,615+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,615+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,615+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,616+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,617+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,618+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,618+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,618+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,618+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:11:42,625+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:42,631+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,631+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,631+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,631+01 [Thread-9] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@1 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=890F8229AC6303D1085B634CF85D7AA9FB8A5DC86C8C6AD8
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:11:42,633+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,633+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,633+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,634+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:42,635+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:42,642+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:470 - Opening connection to PAOS server.
2019-02-06 12:11:42,642+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:42,643+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:42,732+01 [PAOS] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [eid2.eid-service.de] [eid2.eid-service.de]
2019-02-06 12:11:42,779+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 12:11:42,780+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 12:11:42,786+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:125 - Found ConnectionHandle in object of type CardApplicationDisconnect.
2019-02-06 12:11:42,791+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,792+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,793+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,793+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationDisconnect
2019-02-06 12:11:42,796+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:135 - Removing CardStateEntries for slot=890F8229AC6303D1085B634CF85D7AA9FB8A5DC86C8C6AD8.
2019-02-06 12:11:42,797+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
SlotHandle: 890F8229AC6303D1085B634CF85D7AA9FB8A5DC86C8C6AD8
2019-02-06 12:11:42,798+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=false.
2019-02-06 12:11:42,798+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:11:42,799+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:11:42,800+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:180 - Removing entry for slot=890F8229AC6303D1085B634CF85D7AA9FB8A5DC86C8C6AD8.
2019-02-06 12:11:42,800+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:11:42,800+01 [PAOS] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:11:42,801+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:11:42,801+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:11:42,805+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,806+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,806+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,807+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:11:42,872+01 [PAOS] INFO o.o.i.s.wrapper.SingleThreadChannel:139 - Card connected with protocol T=1.
2019-02-06 12:11:42,873+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:11:42,873+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,874+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_REMOVED
2019-02-06 12:11:42,874+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,875+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type GetIFDCapabilities.
2019-02-06 12:11:42,875+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:11:42,875+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:75 - Remove ConnectionHandle from SAL.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:11:42,875+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:394 - RecognitionInfo: null
2019-02-06 12:11:42,875+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:11:42,876+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:11:42,876+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=true.
2019-02-06 12:11:42,877+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:11:42,877+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:11:42,878+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:172 - Removing all entries for SlotHandles.
2019-02-06 12:11:42,879+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:11:42,879+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,880+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,880+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:11:42,880+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:11:42,880+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,881+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.GetIFDCapabilities
2019-02-06 12:11:42,881+01 [PAOS] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:11:42,891+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,892+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,894+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,895+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:11:42,896+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,896+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_INSERTED
2019-02-06 12:11:42,896+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,896+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:11:42,897+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/unknown, 3B8780018031B8738401E019
2019-02-06 12:11:42,897+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:11:42,897+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:11:42,904+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,905+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,905+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,906+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:11:42,906+01 [Recoginiton-1] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:11:42,909+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,909+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,909+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,915+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,915+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,915+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,916+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type BeginTransaction.
2019-02-06 12:11:42,916+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,917+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,917+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,918+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 12:11:42,918+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 12:11:42,918+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,918+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,919+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,919+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.BeginTransaction
2019-02-06 12:11:42,920+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://eid1.eid-service.de:443/gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c
2019-02-06 12:11:42,921+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:42,921+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:42,923+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,923+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,924+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,924+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,926+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,927+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,927+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,927+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,927+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:11:42,945+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:42,958+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:42,961+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,961+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,961+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,961+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,962+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,963+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,963+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,963+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,964+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C020003
2019-02-06 12:11:42,969+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:11:42,971+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,971+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,971+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,971+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,972+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,972+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,972+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,972+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,972+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:11:42,976+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [eid1.eid-service.de] [eid1.eid-service.de]
2019-02-06 12:11:42,979+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:42,986+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,986+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,986+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,986+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,987+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,987+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,987+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,987+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,987+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:11:42,994+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:42,996+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:42,996+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,996+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,996+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:42,997+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:42,997+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:42,997+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:42,997+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:42,997+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20404FF
2019-02-06 12:11:43,002+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:11:43,003+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,004+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,004+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,004+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,004+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,004+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,005+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,005+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,005+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:11:43,011+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:43,013+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,013+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,013+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,013+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,014+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,014+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,014+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,014+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,014+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:11:43,021+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:43,023+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,023+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,023+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,023+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,024+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,024+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,024+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,024+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,024+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20304FF
2019-02-06 12:11:43,024+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:43,025+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://eid1.eid-service.de:443/gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c and https://www.kba-online.de:443/registerauskunft/app/eidstart.html;jsessionid=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A?ref=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A.
2019-02-06 12:11:43,025+01 [Thread-9] ERROR o.o.common.util.TR03112Utils:72 - SOP violated; the hosts do not match.
2019-02-06 12:11:43,025+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: eid1.eid-service.de:443
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:11:43,025+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:11:43,028+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:11:43,030+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,030+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,030+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,030+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,030+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,031+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,031+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,031+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,031+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FF04573744549442076657220312E30
2019-02-06 12:11:43,042+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:11:43,043+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,043+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,044+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,044+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,044+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,044+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,044+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,045+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,045+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FD23300000045737445494420763335
2019-02-06 12:11:43,054+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:11:43,058+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:11:43,059+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 302 Found
Cache-Control: no-cache, no-store
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Pragma: no-cache
Date: Wed, 06 Feb 2019 11:11:42 GMT
Location: https://www.kba-online.de/registerauskunft/app/eidrueckkehr.html?SAMLResponse=hVLbbqMwEP0Vy%2B%2FcSVKsJFW02apI21RqSB%2F6UhkYghWwWY9pVvv1a0jYrfLQlQCJsefMuczy%2FlfbkA%2FQKJRc0cD1KQFZqFLI44oesgfnjt6vl8jbJuzYC2CnJAKxTRLZpbqivZZMcRTIJG8BmSnYfvP0g4WuzzqtjCpUQ8kW0AjJzTioNqZD5nnn89k95dxRshES3BI8DUeBBjTv8dTLyni86zwQpe6hOJ2g1m5tWguXblf0fZ4UUTlLKodHwJ04BnByWPjOYgaxHy0iCPPIXpUT8UzZpjwoeTWfL6CsZn6elIs4AT%2Bv7uw7T8qQ2wbEHlKJhkuzoqEfJI4fOv48CwJmnzhy%2FdnsjZLXyTerlF5dYmOz%2FmzR1w5xRNCDK3Q9uWLlBq79OPbkQxSDLyyOo6U3On6d8DeVveGmx5vfb6oE8sqbHr6ebjXaZpvsz97mA3qS0bEL7C1OrtDJNbQgB1JjzK2QSg%2F32OaQPT6%2FpG%2BbLH3evR92D%2Bku3T9%2B31JvfeX%2BGfaG8RMg8iOssxoI702ttPg9bguxO1TYQ1IpTfSFKPlviuNNoQEJl8rUNhFejGiVVi2xBVI0AqQhOVhcO5IMYohRJ5Ck4NLWiRiiLN0b7hPRm%2FI%2FidO2rf8A&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=lkKwjgdb3ZaE8Zp0zcCFctpOx%2B%2BlKe1Df7JudMu3Z2%2BYkLZm6nz50ekq0U17%2B09aIkQjj0eeYAdJIMgQVqKCLpcYBUDGVq9ApAqJeCwT2XNradc2HuDJKps1d%2Fb9BowDPc75zZDU5DgecdEybyOwfUkAqOZXr4NILw%2FGepDFiIvoV%2BAIFCxIXWjNBq18z6nsOqCruNpUxhf24YGz5jt%2BAP5LcGzhI1iG%2But3rN8mZYKXvULNz9TnSHXaaQoKsbzy6%2Bb6L92TaZAlf3j8H8SQ08lJ9ADnuY0BtbMY%2BbrEu0UxF7crk6GzWifA9UenzudYscggYVCGqqRpDDP0GKc3Dg%3D%3D
Content-Length: 0

2019-02-06 12:11:43,059+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:43,060+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:43,061+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://www.kba-online.de/registerauskunft/app/eidrueckkehr.html?SAMLResponse=hVLbbqMwEP0Vy%2B%2FcSVKsJFW02apI21RqSB%2F6UhkYghWwWY9pVvv1a0jYrfLQlQCJsefMuczy%2FlfbkA%2FQKJRc0cD1KQFZqFLI44oesgfnjt6vl8jbJuzYC2CnJAKxTRLZpbqivZZMcRTIJG8BmSnYfvP0g4WuzzqtjCpUQ8kW0AjJzTioNqZD5nnn89k95dxRshES3BI8DUeBBjTv8dTLyni86zwQpe6hOJ2g1m5tWguXblf0fZ4UUTlLKodHwJ04BnByWPjOYgaxHy0iCPPIXpUT8UzZpjwoeTWfL6CsZn6elIs4AT%2Bv7uw7T8qQ2wbEHlKJhkuzoqEfJI4fOv48CwJmnzhy%2FdnsjZLXyTerlF5dYmOz%2FmzR1w5xRNCDK3Q9uWLlBq79OPbkQxSDLyyOo6U3On6d8DeVveGmx5vfb6oE8sqbHr6ebjXaZpvsz97mA3qS0bEL7C1OrtDJNbQgB1JjzK2QSg%2F32OaQPT6%2FpG%2BbLH3evR92D%2Bku3T9%2B31JvfeX%2BGfaG8RMg8iOssxoI702ttPg9bguxO1TYQ1IpTfSFKPlviuNNoQEJl8rUNhFejGiVVi2xBVI0AqQhOVhcO5IMYohRJ5Ck4NLWiRiiLN0b7hPRm%2FI%2FidO2rf8A&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=lkKwjgdb3ZaE8Zp0zcCFctpOx%2B%2BlKe1Df7JudMu3Z2%2BYkLZm6nz50ekq0U17%2B09aIkQjj0eeYAdJIMgQVqKCLpcYBUDGVq9ApAqJeCwT2XNradc2HuDJKps1d%2Fb9BowDPc75zZDU5DgecdEybyOwfUkAqOZXr4NILw%2FGepDFiIvoV%2BAIFCxIXWjNBq18z6nsOqCruNpUxhf24YGz5jt%2BAP5LcGzhI1iG%2But3rN8mZYKXvULNz9TnSHXaaQoKsbzy6%2Bb6L92TaZAlf3j8H8SQ08lJ9ADnuY0BtbMY%2BbrEu0UxF7crk6GzWifA9UenzudYscggYVCGqqRpDDP0GKc3Dg%3D%3D
2019-02-06 12:11:43,063+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:43,063+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:43,065+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,065+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,066+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,066+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,070+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,070+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,070+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,071+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,071+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:11:43,080+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:43,088+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,088+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,088+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,089+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,093+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,093+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,093+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,093+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,094+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:11:43,095+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:43,102+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:11:43,106+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,107+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,107+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,107+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:11:43,110+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,110+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,110+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,110+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:11:43,111+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B00000FF
2019-02-06 12:11:43,121+01 [Recoginiton-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 61324F0FE828BD080FA000000167455349474E500F434941207A752044462E655369676E5100730C4F0AA000000167455349474E61094F07A0000002471001610B4F09E80704007F00070302610C4F0AA000000167455349474E6282
2019-02-06 12:11:43,126+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,126+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,127+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,127+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type EndTransaction.
2019-02-06 12:11:43,130+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,131+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,131+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,131+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.EndTransaction
2019-02-06 12:11:43,132+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [www.kba-online.de] [www.kba-online.de]
2019-02-06 12:11:43,141+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,141+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,142+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,142+01 [Recoginiton-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:11:43,144+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:11:43,144+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,144+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,144+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG org.openecard.ifd.event.Recognizer:60 - Found a recognized card event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,147+01 [Recoginiton-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,147+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_RECOGNIZED
2019-02-06 12:11:43,147+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:11:43,148+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:63 - Add ConnectionHandle to SAL:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:11:43,148+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/npa.xml, null
2019-02-06 12:11:43,148+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:11:43,148+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:185 - Looking up responsible SAL for handle with, ctx=9E4322E48C29E95C7849227468919679, slot=null
2019-02-06 12:11:43,148+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:193 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:11:43,148+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:11:43,148+01 [Dispatcher Event 0] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:11:43,148+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:11:43,171+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:11:43,172+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@2 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:11:43,172+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:11:43,172+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:11:43,190+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:11:43,242+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:43,242+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://eid1.eid-service.de:443/gov_autent/async?refID=_22fb78a9111beae6b057ded2f70efc4a91d0625c and https://www.kba-online.de:443/registerauskunft/app/eidstart.html;jsessionid=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A?ref=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A.
2019-02-06 12:11:43,243+01 [Thread-9] ERROR o.o.common.util.TR03112Utils:72 - SOP violated; the hosts do not match.
2019-02-06 12:11:43,244+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /registerauskunft/app/eidrueckkehr.html?SAMLResponse=hVLbbqMwEP0Vy%2B%2FcSVKsJFW02apI21RqSB%2F6UhkYghWwWY9pVvv1a0jYrfLQlQCJsefMuczy%2FlfbkA%2FQKJRc0cD1KQFZqFLI44oesgfnjt6vl8jbJuzYC2CnJAKxTRLZpbqivZZMcRTIJG8BmSnYfvP0g4WuzzqtjCpUQ8kW0AjJzTioNqZD5nnn89k95dxRshES3BI8DUeBBjTv8dTLyni86zwQpe6hOJ2g1m5tWguXblf0fZ4UUTlLKodHwJ04BnByWPjOYgaxHy0iCPPIXpUT8UzZpjwoeTWfL6CsZn6elIs4AT%2Bv7uw7T8qQ2wbEHlKJhkuzoqEfJI4fOv48CwJmnzhy%2FdnsjZLXyTerlF5dYmOz%2FmzR1w5xRNCDK3Q9uWLlBq79OPbkQxSDLyyOo6U3On6d8DeVveGmx5vfb6oE8sqbHr6ebjXaZpvsz97mA3qS0bEL7C1OrtDJNbQgB1JjzK2QSg%2F32OaQPT6%2FpG%2BbLH3evR92D%2Bku3T9%2B31JvfeX%2BGfaG8RMg8iOssxoI702ttPg9bguxO1TYQ1IpTfSFKPlviuNNoQEJl8rUNhFejGiVVi2xBVI0AqQhOVhcO5IMYohRJ5Ck4NLWiRiiLN0b7hPRm%2FI%2FidO2rf8A&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=lkKwjgdb3ZaE8Zp0zcCFctpOx%2B%2BlKe1Df7JudMu3Z2%2BYkLZm6nz50ekq0U17%2B09aIkQjj0eeYAdJIMgQVqKCLpcYBUDGVq9ApAqJeCwT2XNradc2HuDJKps1d%2Fb9BowDPc75zZDU5DgecdEybyOwfUkAqOZXr4NILw%2FGepDFiIvoV%2BAIFCxIXWjNBq18z6nsOqCruNpUxhf24YGz5jt%2BAP5LcGzhI1iG%2But3rN8mZYKXvULNz9TnSHXaaQoKsbzy6%2Bb6L92TaZAlf3j8H8SQ08lJ9ADnuY0BtbMY%2BbrEu0UxF7crk6GzWifA9UenzudYscggYVCGqqRpDDP0GKc3Dg%3D%3D HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: www.kba-online.de
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:11:43,244+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:11:43,300+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:11:43,301+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 302 Found
Date: Wed, 06 Feb 2019 11:11:42 GMT
Server: HTTP
Expires: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
X-XSS-Protection: 1; mode=block
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Location: https://www.kba-online.de:443/registerauskunft/app/registeranfrage.html?eidfehler=1
Content-Security-Policy: default-src 'self';
X-Content-Type-Options: nosniff
Content-Length: 0
Referrer-Policy: same-origin
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

2019-02-06 12:11:43,301+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:43,302+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:43,302+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://www.kba-online.de:443/registerauskunft/app/registeranfrage.html?eidfehler=1
2019-02-06 12:11:43,303+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:11:43,303+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:11:43,334+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:11:43,372+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [www.kba-online.de] [www.kba-online.de]
2019-02-06 12:11:43,488+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:11:43,488+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://www.kba-online.de/registerauskunft/app/eidrueckkehr.html?SAMLResponse=hVLbbqMwEP0Vy%2B%2FcSVKsJFW02apI21RqSB%2F6UhkYghWwWY9pVvv1a0jYrfLQlQCJsefMuczy%2FlfbkA%2FQKJRc0cD1KQFZqFLI44oesgfnjt6vl8jbJuzYC2CnJAKxTRLZpbqivZZMcRTIJG8BmSnYfvP0g4WuzzqtjCpUQ8kW0AjJzTioNqZD5nnn89k95dxRshES3BI8DUeBBjTv8dTLyni86zwQpe6hOJ2g1m5tWguXblf0fZ4UUTlLKodHwJ04BnByWPjOYgaxHy0iCPPIXpUT8UzZpjwoeTWfL6CsZn6elIs4AT%2Bv7uw7T8qQ2wbEHlKJhkuzoqEfJI4fOv48CwJmnzhy%2FdnsjZLXyTerlF5dYmOz%2FmzR1w5xRNCDK3Q9uWLlBq79OPbkQxSDLyyOo6U3On6d8DeVveGmx5vfb6oE8sqbHr6ebjXaZpvsz97mA3qS0bEL7C1OrtDJNbQgB1JjzK2QSg%2F32OaQPT6%2FpG%2BbLH3evR92D%2Bku3T9%2B31JvfeX%2BGfaG8RMg8iOssxoI702ttPg9bguxO1TYQ1IpTfSFKPlviuNNoQEJl8rUNhFejGiVVi2xBVI0AqQhOVhcO5IMYohRJ5Ck4NLWiRiiLN0b7hPRm%2FI%2FidO2rf8A&RelayState=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=lkKwjgdb3ZaE8Zp0zcCFctpOx%2B%2BlKe1Df7JudMu3Z2%2BYkLZm6nz50ekq0U17%2B09aIkQjj0eeYAdJIMgQVqKCLpcYBUDGVq9ApAqJeCwT2XNradc2HuDJKps1d%2Fb9BowDPc75zZDU5DgecdEybyOwfUkAqOZXr4NILw%2FGepDFiIvoV%2BAIFCxIXWjNBq18z6nsOqCruNpUxhf24YGz5jt%2BAP5LcGzhI1iG%2But3rN8mZYKXvULNz9TnSHXaaQoKsbzy6%2Bb6L92TaZAlf3j8H8SQ08lJ9ADnuY0BtbMY%2BbrEu0UxF7crk6GzWifA9UenzudYscggYVCGqqRpDDP0GKc3Dg%3D%3D and https://www.kba-online.de:443/registerauskunft/app/eidstart.html;jsessionid=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A?ref=HZ2C38BF90DE5E475CAF14A1E5EA3D5E2A.
2019-02-06 12:11:43,489+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:11:43,489+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:11:43,490+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenHandler:481 - Setting redirect address to 'https://www.kba-online.de:443/registerauskunft/app/registeranfrage.html?eidfehler=1'.
2019-02-06 12:11:43,501+01 [Thread-9] DEBUG org.openecard.common.DynamicContext:96 - Removing DynamicContext which contains 1 map entries.
2019-02-06 12:11:43,501+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:211 - Recieved BindingResult with ResultCode REDIRECT
2019-02-06 12:11:43,503+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:200 - BindingResult contains no body.
2019-02-06 12:11:43,503+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:131 - HTTP response: HTTP/1.1 303 [Location: https://www.kba-online.de:443/registerauskunft/app/registeranfrage.html?eidfehler=1&ResultMajor=error&ResultMinor=trustedChannelEstablishmentFailed] [Content-Type: text/plain; charset=UTF-8,Content-Length: 113,Chunked: false]
2019-02-06 12:12:33,782+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:88 - HTTP request: GET /eID-Client?tcTokenURL=https%3A%2F%2Fwww.de-mail.t-online.de%2Fgetnpacode%2Flogin%3FnpaRequestId%3De7d92761-edc7-42a7-b013-425b906fa45b [Host: 127.0.0.1:24727, Connection: keep-alive, Upgrade-Insecure-Requests: 1, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:12:33,782+01 [FuturePromise-4] WARN o.o.binding.tctoken.TCTokenHandler:156 - Schema validation is disabled.
2019-02-06 12:12:33,782+01 [Thread-9] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:12:33,782+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:12:33,793+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:12:33,793+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://www.de-mail.t-online.de/getnpacode/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b
2019-02-06 12:12:33,794+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for java. Trying next one.
2019-02-06 12:12:33,794+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Firefox settings folder not found!
2019-02-06 12:12:33,794+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Strategy {0} failed trying next one.
com.github.markusbernhardt.proxy.util.ProxyException: No Firefox installation found
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.readSettings(FirefoxProxySearchStrategy.java:174)
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.getProxySelector(FirefoxProxySearchStrategy.java:106)
at com.github.markusbernhardt.proxy.ProxySearch.getProxySelector(ProxySearch.java:216)
at org.openecard.crypto.tls.proxy.ProxySettingsLoader$2.find(ProxySettingsLoader.java:210)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.loadSelector(UpdatingProxySelector.java:57)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.select(UpdatingProxySelector.java:67)
at org.openecard.crypto.tls.proxy.ProxySettings.getProxy(ProxySettings.java:123)
at org.openecard.crypto.tls.proxy.ProxySettings.getSocket(ProxySettings.java:149)
at org.openecard.binding.tctoken.ResourceContext.getStreamInt(ResourceContext.java:242)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:198)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:175)
at org.openecard.binding.tctoken.TCTokenContext.generateTCToken(TCTokenContext.java:73)
at org.openecard.binding.tctoken.TCTokenRequest.parseTCTokenRequestURI(TCTokenRequest.java:197)
at org.openecard.binding.tctoken.TCTokenRequest.convert(TCTokenRequest.java:116)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:408)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
2019-02-06 12:12:33,794+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for desktop. Trying next one.
2019-02-06 12:12:33,794+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for env. Trying next one.
2019-02-06 12:12:33,794+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:12:33,794+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:12:33,803+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:12:33,824+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [www.de-mail.t-online.de] [www.de-mail.t-online.de]
2019-02-06 12:12:33,856+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:12:33,857+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /getnpacode/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: www.de-mail.t-online.de
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:12:33,857+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:12:34,279+01 [Thread-9] DEBUG o.o.t.h.cookies.CookieManager:130 - Setting cookie JSESSIONID=dml-wbu-wfe02~hXPrjIt1XTfAWJGA8OcXWcuPHv5efW2geEAgFIfF for domain www.de-mail.t-online.de.
2019-02-06 12:12:34,279+01 [Thread-9] DEBUG o.o.t.h.cookies.CookieManager:130 - Setting cookie TS01ffd9ad=018d0d505fd022f3672f45f2283d5fac4e34954d3c6a14454214041848101b69793b9eec66eb537db819112c0bfbe4cf8da6679d36eb314ec025ce0562e8903c319473bbff for domain www.de-mail.t-online.de.
2019-02-06 12:12:34,279+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:12:34,279+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Date: Wed, 06 Feb 2019 11:12:34 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate
X-XSS-Protection: 1; mode=block
Pragma: no-cache
X-FRAME-OPTIONS: SAMEORIGIN
Strict-Transport-Security: max-age=16070400; includeSubDomains; preload
X-Content-Type-Options: nosniff
Content-Type: text/html;charset=UTF-8
Content-Language: de-
Via: 1.1 www.de-mail.t-online.de
Set-Cookie: JSESSIONID=dml-wbu-wfe02~hXPrjIt1XTfAWJGA8OcXWcuPHv5efW2geEAgFIfF; path=/;HttpOnly;Secure
Connection: close
Set-Cookie: TS01ffd9ad=018d0d505fd022f3672f45f2283d5fac4e34954d3c6a14454214041848101b69793b9eec66eb537db819112c0bfbe4cf8da6679d36eb314ec025ce0562e8903c319473bbff; Path=/
Vary: Accept-Encoding
Transfer-Encoding: chunked

2019-02-06 12:12:34,280+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:90 - Received TCToken:

<TCTokenType><ServerAddress>https://eid2.eid-service.de:443/ecardpaos/paosreceiver&lt;/ServerAddress&gt;&lt;SessionIdentifier&gt;9f4286c9-31da-490c-846e-aa64cd138fd6&lt;/SessionIdentifier&gt;&lt;RefreshAddress&gt;https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b&lt;/RefreshAddress&gt;&lt;Binding&gt;urn:liberty:paos:2006-08&lt;/Binding&gt;&lt;PathSecurity-Protocol&gt;urn:ietf:rfc:4279&lt;/PathSecurity-Protocol&gt;&lt;PathSecurity-Parameters&gt;&lt;PSK&gt;610A60242246D5196882AB676140FE2F648D005181689366296BCEFDABF2F700DAD249BC611DF4D6C1EEC165DA55625369EB61BFFB8CF166EF3DEC7FEB7C6CE7&lt;/PSK&gt;&lt;/PathSecurity-Parameters&gt;&lt;/TCTokenType>

2019-02-06 12:12:34,280+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:92 - Cleaned up TCToken:

<TCTokenType><ServerAddress>https://eid2.eid-service.de:443/ecardpaos/paosreceiver&lt;/ServerAddress&gt;&lt;SessionIdentifier&gt;9f4286c9-31da-490c-846e-aa64cd138fd6&lt;/SessionIdentifier&gt;&lt;RefreshAddress&gt;https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b&lt;/RefreshAddress&gt;&lt;Binding&gt;urn:liberty:paos:2006-08&lt;/Binding&gt;&lt;PathSecurity-Protocol&gt;urn:ietf:rfc:4279&lt;/PathSecurity-Protocol&gt;&lt;PathSecurity-Parameters&gt;&lt;PSK&gt;610A60242246D5196882AB676140FE2F648D005181689366296BCEFDABF2F700DAD249BC611DF4D6C1EEC165DA55625369EB61BFFB8CF166EF3DEC7FEB7C6CE7&lt;/PSK&gt;&lt;/PathSecurity-Parameters&gt;&lt;/TCTokenType>

2019-02-06 12:12:34,282+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,282+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,283+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,283+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationPath
2019-02-06 12:12:34,284+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,285+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,285+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,285+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,286+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,286+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,286+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationConnect
2019-02-06 12:12:34,286+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:12:34,287+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,287+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,287+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,287+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:12:34,287+01 [Thread-9] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:12:34,289+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,289+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,289+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,289+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,290+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,290+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,290+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,291+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,291+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:12:34,297+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,299+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,299+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,299+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,299+01 [Thread-9] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@3 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=738C9B14CE6B4AF8E06E4BD21EB4E10574338CCF1371009E
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:12:34,301+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,301+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,301+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,301+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:12:34,301+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:12:34,307+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:470 - Opening connection to PAOS server.
2019-02-06 12:12:34,307+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:12:34,307+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:12:34,356+01 [PAOS] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [eid2.eid-service.de] [eid2.eid-service.de]
2019-02-06 12:12:34,406+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:260 - TLS error received.
2019-02-06 12:12:34,406+01 [PAOS] ERROR o.o.c.tls.ClientCertPSKTlsClient:261 - TLS: No acceptable set of security parameters found [handshake_failure=40] --> Unknown error.
2019-02-06 12:12:34,406+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:125 - Found ConnectionHandle in object of type CardApplicationDisconnect.
2019-02-06 12:12:34,407+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,408+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,408+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,408+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationDisconnect
2019-02-06 12:12:34,408+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:135 - Removing CardStateEntries for slot=738C9B14CE6B4AF8E06E4BD21EB4E10574338CCF1371009E.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
SlotHandle: 738C9B14CE6B4AF8E06E4BD21EB4E10574338CCF1371009E
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=false.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:180 - Removing entry for slot=738C9B14CE6B4AF8E06E4BD21EB4E10574338CCF1371009E.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:12:34,411+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:12:34,412+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,412+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,412+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,412+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:12:34,477+01 [PAOS] INFO o.o.i.s.wrapper.SingleThreadChannel:139 - Card connected with protocol T=1.
2019-02-06 12:12:34,477+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:12:34,477+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,477+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,477+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_REMOVED
2019-02-06 12:12:34,478+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type GetIFDCapabilities.
2019-02-06 12:12:34,478+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:75 - Remove ConnectionHandle from SAL.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:12:34,478+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:394 - RecognitionInfo: null
2019-02-06 12:12:34,478+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=true.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:172 - Removing all entries for SlotHandles.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:12:34,478+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:12:34,480+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,480+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,480+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,480+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.GetIFDCapabilities
2019-02-06 12:12:34,480+01 [PAOS] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,485+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_INSERTED
2019-02-06 12:12:34,485+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,486+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:12:34,486+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/unknown, 3B8780018031B8738401E019
2019-02-06 12:12:34,486+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:12:34,486+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:12:34,489+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,489+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,489+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,489+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:12:34,489+01 [Recoginiton-2] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:12:34,491+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,491+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,491+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,494+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,494+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,494+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,495+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type BeginTransaction.
2019-02-06 12:12:34,495+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,495+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,495+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,496+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:431 - org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 12:12:34,497+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,497+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,497+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,497+01 [Thread-9] ERROR o.o.binding.tctoken.TCTokenHandler:350 - java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
org.openecard.transport.paos.PAOSException: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:438)
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:234)
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:337)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:409)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
Caused by: java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSConnectionException: Es konnte keine Verbindung zum eID-Server aufgebaut werden.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:425)
... 11 common frames omitted
Caused by: org.openecard.transport.paos.PAOSConnectionException: Failed to establish a connection to the eID-Server.
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:476)
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:338)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:112)
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:53)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openecard.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at org.openecard.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:151)
at org.openecard.bouncycastle.tls.TlsProtocol.processAlertQueue(TlsProtocol.java:505)
at org.openecard.bouncycastle.tls.TlsProtocol.processRecord(TlsProtocol.java:370)
at org.openecard.bouncycastle.tls.RecordStream.readRecord(RecordStream.java:317)
at org.openecard.bouncycastle.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:621)
at org.openecard.bouncycastle.tls.TlsProtocol.blockForHandshake(TlsProtocol.java:273)
at org.openecard.bouncycastle.tls.TlsClientProtocol.connect(TlsClientProtocol.java:104)
at org.openecard.binding.tctoken.TlsConnectionHandler.createNewTlsConnection(TlsConnectionHandler.java:255)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:236)
at org.openecard.binding.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:230)
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:471)
... 5 common frames omitted
2019-02-06 12:12:34,497+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.BeginTransaction
2019-02-06 12:12:34,497+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b
2019-02-06 12:12:34,498+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:12:34,498+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:12:34,500+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,501+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,501+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,502+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,503+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,503+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,503+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,504+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,504+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:12:34,506+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:12:34,524+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [www.de-mail.t-online.de] [www.de-mail.t-online.de]
2019-02-06 12:12:34,535+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,539+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,539+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,539+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,539+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,540+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,541+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,541+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,541+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,541+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C020003
2019-02-06 12:12:34,546+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:12:34,548+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:12:34,548+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b and https://www.de-mail.t-online.de/getnpacode/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b.
2019-02-06 12:12:34,548+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,548+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:12:34,548+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,548+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenHandler:481 - Setting redirect address to 'https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b'.
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG org.openecard.common.DynamicContext:96 - Removing DynamicContext which contains 1 map entries.
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:211 - Recieved BindingResult with ResultCode REDIRECT
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:200 - BindingResult contains no body.
2019-02-06 12:12:34,548+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:131 - HTTP response: HTTP/1.1 303 [Location: https://www.de-mail.t-online.de/nparedirect/receivenpadata/login?ResultMajor=error&npaRequestId=e7d92761-edc7-42a7-b013-425b906fa45b&ResultMinor=trustedChannelEstablishmentFailed] [Content-Type: text/plain; charset=UTF-8,Content-Length: 113,Chunked: false]
2019-02-06 12:12:34,549+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,549+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,549+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,549+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,549+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:12:34,555+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,557+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,557+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,557+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,557+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,558+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,558+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,558+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,558+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,558+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:12:34,565+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,567+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,567+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,567+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,567+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,568+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,568+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,568+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,568+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,568+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20404FF
2019-02-06 12:12:34,572+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:12:34,574+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,574+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,574+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,574+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,575+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,575+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,575+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,575+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,575+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:12:34,582+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,583+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,583+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,583+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,583+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,584+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,584+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,584+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,584+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,584+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:12:34,591+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,593+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,593+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,593+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,593+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,593+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,594+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,594+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,594+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,594+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20304FF
2019-02-06 12:12:34,598+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:12:34,599+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,600+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,601+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,601+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FF04573744549442076657220312E30
2019-02-06 12:12:34,612+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:12:34,617+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,617+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,617+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,617+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,618+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,618+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,618+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,618+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,618+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FD23300000045737445494420763335
2019-02-06 12:12:34,627+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:12:34,629+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,629+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,629+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,630+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,630+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,630+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,630+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,631+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,631+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:12:34,639+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,641+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,641+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,641+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,641+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,642+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,642+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,642+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,642+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,642+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:12:34,650+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:12:34,652+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,652+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,652+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,652+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:12:34,653+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,653+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,654+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,654+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:12:34,654+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B00000FF
2019-02-06 12:12:34,664+01 [Recoginiton-2] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 61324F0FE828BD080FA000000167455349474E500F434941207A752044462E655369676E5100730C4F0AA000000167455349474E61094F07A0000002471001610B4F09E80704007F00070302610C4F0AA000000167455349474E6282
2019-02-06 12:12:34,666+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,667+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,667+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,667+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type EndTransaction.
2019-02-06 12:12:34,668+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,668+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,668+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,668+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.EndTransaction
2019-02-06 12:12:34,679+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,680+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,680+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,680+01 [Recoginiton-2] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:12:34,681+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:12:34,681+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,681+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,682+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:12:34,684+01 [Recoginiton-2] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG org.openecard.ifd.event.Recognizer:60 - Found a recognized card event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,685+01 [Recoginiton-2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,685+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_RECOGNIZED
2019-02-06 12:12:34,686+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:12:34,686+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:63 - Add ConnectionHandle to SAL:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:12:34,686+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/npa.xml, null
2019-02-06 12:12:34,686+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:12:34,686+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:185 - Looking up responsible SAL for handle with, ctx=9E4322E48C29E95C7849227468919679, slot=null
2019-02-06 12:12:34,686+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:193 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:12:34,686+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:12:34,686+01 [Dispatcher Event 0] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:12:34,686+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:12:34,708+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:12:34,708+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@4 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:12:34,708+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:12:34,708+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:12:34,728+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:13:07,931+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:88 - HTTP request: GET /eID-Client?tcTokenURL=https%3A%2F%2Fpgp.governikus.de%2Fpgp%2Fausweis-app-2 [Host: 127.0.0.1:24727, Connection: keep-alive, Upgrade-Insecure-Requests: 1, User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36, Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8, Accept-Encoding: gzip, deflate, br, Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7]
2019-02-06 12:13:07,933+01 [FuturePromise-5] WARN o.o.binding.tctoken.TCTokenHandler:156 - Schema validation is disabled.
2019-02-06 12:13:07,934+01 [Thread-9] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:13:07,935+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:13:07,967+01 [Thread-9] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:13:07,968+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://pgp.governikus.de/pgp/ausweis-app-2
2019-02-06 12:13:07,968+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for java. Trying next one.
2019-02-06 12:13:07,969+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Firefox settings folder not found!
2019-02-06 12:13:07,969+01 [Thread-9] DEBUG o.o.c.t.proxy.ProxySettingsLoader$1:80 - Strategy {0} failed trying next one.
com.github.markusbernhardt.proxy.util.ProxyException: No Firefox installation found
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.readSettings(FirefoxProxySearchStrategy.java:174)
at com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProxySearchStrategy.getProxySelector(FirefoxProxySearchStrategy.java:106)
at com.github.markusbernhardt.proxy.ProxySearch.getProxySelector(ProxySearch.java:216)
at org.openecard.crypto.tls.proxy.ProxySettingsLoader$2.find(ProxySettingsLoader.java:210)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.loadSelector(UpdatingProxySelector.java:57)
at org.openecard.crypto.tls.proxy.UpdatingProxySelector.select(UpdatingProxySelector.java:67)
at org.openecard.crypto.tls.proxy.ProxySettings.getProxy(ProxySettings.java:123)
at org.openecard.crypto.tls.proxy.ProxySettings.getSocket(ProxySettings.java:149)
at org.openecard.binding.tctoken.ResourceContext.getStreamInt(ResourceContext.java:242)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:198)
at org.openecard.binding.tctoken.ResourceContext.getStream(ResourceContext.java:175)
at org.openecard.binding.tctoken.TCTokenContext.generateTCToken(TCTokenContext.java:73)
at org.openecard.binding.tctoken.TCTokenRequest.parseTCTokenRequestURI(TCTokenRequest.java:197)
at org.openecard.binding.tctoken.TCTokenRequest.convert(TCTokenRequest.java:116)
at org.openecard.addons.activate.ActivateAction.processTcToken(ActivateAction.java:408)
at org.openecard.addons.activate.ActivateAction.processRequest(ActivateAction.java:265)
at org.openecard.addons.activate.ActivateAction.checkRequestParameters(ActivateAction.java:246)
at org.openecard.addons.activate.ActivateAction.execute(ActivateAction.java:127)
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55)
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:127)
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:437)
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:342)
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:132)
2019-02-06 12:13:07,969+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for desktop. Trying next one.
2019-02-06 12:13:07,969+01 [Thread-9] INFO o.o.c.t.proxy.ProxySettingsLoader$1:83 - No proxy found for env. Trying next one.
2019-02-06 12:13:07,969+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:13:07,970+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:13:07,985+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:13:08,030+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [pgp.governikus.de] [pgp.governikus.de]
2019-02-06 12:13:08,129+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:13:08,130+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request:
GET /pgp/ausweis-app-2 HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: pgp.governikus.de
Accept: text/xml, */*;q=0.8
Accept-Charset: utf-8, *;q=0.8

2019-02-06 12:13:08,131+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:267 - Sending HTTP request.
2019-02-06 12:13:08,481+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:270 - HTTP response received.
2019-02-06 12:13:08,481+01 [Thread-9] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200
Date: Wed, 06 Feb 2019 11:13:07 GMT
Server: Apache
Cache-Control: no-store
Content-Type: text/xml;charset=ISO-8859-1
Content-Length: 616
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

2019-02-06 12:13:08,482+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:90 - Received TCToken:
<TCTokenType>
<ServerAddress>https://prodpaos.governikus-eid.de:443/ecardpaos/paosreceiver&lt;/ServerAddress>
<SessionIdentifier>a16c727d-08ba-4728-aac0-72c1484fe39b</SessionIdentifier>
<RefreshAddress>https://pgp.governikus.de/pgp/EIDReceiver?refID=84dcd582-7660-4c67-8411-b6fd0495b422&lt;/RefreshAddress>
<Binding>urn:liberty:paos:2006-08</Binding>
<PathSecurity-Protocol>urn:ietf:rfc:4279</PathSecurity-Protocol>
<PathSecurity-Parameter>
<PSK>18579F66B6C5CD4ECFADD36D85042103593E17132F8580FD74ACD4A790DA2E6B7424DC4B7AC00479DF7E35B987E11F1C60DB3CF5E2F397EC57A83512C60CCDFF</PSK>
</PathSecurity-Parameter>
</TCTokenType>

2019-02-06 12:13:08,483+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenContext:92 - Cleaned up TCToken:
<TCTokenType>
<ServerAddress>https://prodpaos.governikus-eid.de:443/ecardpaos/paosreceiver&lt;/ServerAddress>
<SessionIdentifier>a16c727d-08ba-4728-aac0-72c1484fe39b</SessionIdentifier>
<RefreshAddress>https://pgp.governikus.de/pgp/EIDReceiver?refID=84dcd582-7660-4c67-8411-b6fd0495b422&lt;/RefreshAddress>
<Binding>urn:liberty:paos:2006-08</Binding>
<PathSecurity-Protocol>urn:ietf:rfc:4279</PathSecurity-Protocol>
<PathSecurity-Parameters>
<PSK>18579F66B6C5CD4ECFADD36D85042103593E17132F8580FD74ACD4A790DA2E6B7424DC4B7AC00479DF7E35B987E11F1C60DB3CF5E2F397EC57A83512C60CCDFF</PSK>
</PathSecurity-Parameters>
</TCTokenType>

2019-02-06 12:13:08,499+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:08,499+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,499+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,500+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationPath
2019-02-06 12:13:08,513+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:08,513+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,513+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,517+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:08,517+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,517+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,518+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationConnect
2019-02-06 12:13:08,518+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:13:08,521+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:08,522+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,522+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,522+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:13:08,522+01 [Thread-9] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:13:08,532+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:08,533+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,533+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,533+01 [Thread-9] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:08,535+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:08,535+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,536+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,536+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:08,536+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:13:08,543+01 [Thread-9] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:08,551+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:08,551+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,552+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,552+01 [Thread-9] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@5 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:13:08,557+01 [Thread-9] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:08,557+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:08,557+01 [Thread-9] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:08,558+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:13:08,558+01 [PAOS] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:13:08,577+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:470 - Opening connection to PAOS server.
2019-02-06 12:13:08,577+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:13:08,577+01 [PAOS] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:13:08,651+01 [PAOS] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [prodpaos.governikus-eid.de] [prodpaos.governikus-eid.de]
2019-02-06 12:13:08,721+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:473 - Connection to PAOS server established.
2019-02-06 12:13:08,722+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request (before adding content):
POST /ecardpaos/paosreceiver HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: prodpaos.governikus-eid.de:443
PAOS: ver="urn:liberty:paos:2006-08" ;"urn:iso:std:iso-iec:24727:tech:schema:Transmit";"http://www.bsi.bund.de/ecard/api/1.0#InitializeFramework";"urn:iso:std:iso-iec:24727:tech:schema:StartSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationEndSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceDescribe";"urn:iso:std:iso-iec:24727:tech:schema:DataSetList";"urn:iso:std:iso-iec:24727:tech:schema:DataSetSelect";"urn:iso:std:iso-iec:24727:tech:schema:DSIList";"urn:iso:std:iso-iec:24727:tech:schema:DSIWrite";"urn:iso:std:iso-iec:24727:tech:schema:DSIRead";"urn:iso:std:iso-iec:24727:tech:schema:Encipher";"urn:iso:std:iso-iec:24727:tech:schema:Decipher";"urn:iso:std:iso-iec:24727:tech:schema:GetRandom";"urn:iso:std:iso-iec:24727:tech:schema:Sign";"urn:iso:std:iso-iec:24727:tech:schema:VerifySignature";"urn:iso:std:iso-iec:24727:tech:schema:VerifyCertificate";"urn:iso:std:iso-iec:24727:tech:schema:DIDList";"urn:iso:std:iso-iec:24727:tech:schema:DIDGet";"urn:iso:std:iso-iec:24727:tech:schema:DIDAuthenticate";"urn:iso:std:iso-iec:24727:tech:schema:ACLList";"urn:iso:std:iso-iec:24727:tech:schema:Hash"
Accept: text/xml, application/xml, application/vnd.paos+xml

2019-02-06 12:13:08,738+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
<PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
<Version>urn:liberty:paos:2006-08</Version>
<EndpointReference>
<Address>http://www.projectliberty.org/2006/01/role/paos&lt;/Address>
<MetaData>
<ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand&lt;/ServiceType>
</MetaData>
</EndpointReference>
</PAOS>
<ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
<Address>http://www.projectliberty.org/2006/02/role/paos&lt;/Address>
</ReplyTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:817cb8cf-956d-4eaa-bfe7-d298fa4a442e</MessageID>
</Header>
<Body>
<ns3:StartPAOS xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" xmlns:ns9="http://uri.etsi.org/01903/v1.3.2#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<ns3:SessionIdentifier>a16c727d-08ba-4728-aac0-72c1484fe39b</ns3:SessionIdentifier>
<ns3:ConnectionHandle>
<ns3:ChannelHandle>
<ns3:SessionIdentifier>G5LOsNmhRCBo3UkyQoN-2w</ns3:SessionIdentifier>
</ns3:ChannelHandle>
<ns3:ContextHandle>9E4322E48C29E95C7849227468919679</ns3:ContextHandle>
<ns3:IFDName>REINER SCT cyberJack RFID basis 00 00</ns3:IFDName>
<ns3:SlotIndex>0</ns3:SlotIndex>
<ns3:CardApplication>3F00</ns3:CardApplication>
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:RecognitionInfo>
<ns3:CardType>http://bsi.bund.de/cif/npa.xml&lt;/ns3:CardType>
</ns3:RecognitionInfo>
</ns3:ConnectionHandle>
<ns3:UserAgent>
<ns3:Name>Open eCard App</ns3:Name>
<ns3:VersionMajor>1</ns3:VersionMajor>
<ns3:VersionMinor>3</ns3:VersionMinor>
<ns3:VersionSubminor>0</ns3:VersionSubminor>
</ns3:UserAgent>
<ns3:SupportedAPIVersions>
<ns3:Major>1</ns3:Major>
<ns3:Minor>1</ns3:Minor>
<ns3:Subminor>5</ns3:Subminor>
</ns3:SupportedAPIVersions>
<ns3:SupportedDIDProtocols>urn:oid:1.3.162.15480.3.0.14</ns3:SupportedDIDProtocols>
<ns3:SupportedDIDProtocols>urn:oid:1.3.162.15480.3.0.14.2</ns3:SupportedDIDProtocols>
<ns3:SupportedDIDProtocols>urn:oid:1.3.162.15480.3.0.25</ns3:SupportedDIDProtocols>
<ns3:SupportedDIDProtocols>urn:oid:1.3.162.15480.3.0.9</ns3:SupportedDIDProtocols>
</ns3:StartPAOS>
</Body>
</Envelope>

2019-02-06 12:13:08,738+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 12:13:09,124+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 12:13:09,125+01 [PAOS] WARN org.openecard.transport.paos.PAOS:495 - The PAOS endpoint sent the http status code 200 which does not conform to the PAOS specification. (See section 9.4 Processing Rules of the PAOS Specification)
2019-02-06 12:13:09,126+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Content-Type: application/vnd.paos+xml
Content-Length: 8017
Date: Wed, 06 Feb 2019 11:13:00 GMT

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514875" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:817cb8cf-956d-4eaa-bfe7-d298fa4a442e</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e827adc4-266e-41a4-8941-4599fddf6046</MessageID>
</soap:Header>
<soap:Body>
<ns3:DIDAuthenticate xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:ConnectionHandle>
<ns3:ChannelHandle>
<ns3:SessionIdentifier>G5LOsNmhRCBo3UkyQoN-2w</ns3:SessionIdentifier>
</ns3:ChannelHandle>
<ns3:ContextHandle>9E4322E48C29E95C7849227468919679</ns3:ContextHandle>
<ns3:IFDName>REINER SCT cyberJack RFID basis 00 00</ns3:IFDName>
<ns3:SlotIndex>0</ns3:SlotIndex>
<ns3:CardApplication>3F00</ns3:CardApplication>
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:RecognitionInfo>
<ns3:CardType>http://bsi.bund.de/cif/npa.xml&lt;/ns3:CardType>
</ns3:RecognitionInfo>
</ns3:ConnectionHandle>
<ns3:DIDName>PIN</ns3:DIDName>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC1InputType">
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201487f4e8201005f2901004210444544566549444454523130313433367f494f060a04007f00070202020203864104525cab275a2ba39f61628fcb6285f9a85d1a89cb3c9ee899ff0d2905d0472d0f9aa0c5b48ea176b3a53a8c528e5968423eeae1af5ebb4e5da3791ef1486192c35f200e44453030303034393330303435357f4c12060904007f000703010202530500000058005f25060109000200065f2406010900020007655e732d060904007f0007030103028020b3f8c3db5d1c8e140947d38b4fcf62c3b595a55fa66d1503a0ce2f0d292677e3732d060904007f00070301030180206a0e89a510b51e2415265999e377cee36a366b632fc39a596f04f1c8d95eba3f5f37407fe4022ae1077525114bfa77f133bf0cf1168fcbadc96c7156faf531fa01ffe63abe576a4531e2afe089794ea0ba099ea8f191e361d98bf6047cadbcce0560e2</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130327f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a78641048925419fc7f194922cfc6b8dd25ae6a19c1b59216e6cf06270e5d75cfd64205f55cf867bbfefeefd6e680e1fd197f18ab684484901362568efc9adb5c6018d728701015f200e44454356434165494430303130337f4c12060904007f0007030102025305fc0f13ffff5f25060102010200035f24060105010200035f37404d6f08a86a4f18409f6685387dd3c6a7ff5d68ea4f7714a861bbb3bb721d05d3014adf1763c9292f715d8e94ee9b3e1b73ab1382414ebf39dfb3b0fb6c09dbeb</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130337f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7864104241d8627338b64f20077ffd558909a096c635ddb222852038eaae642e869a40173d588f817d95db2a6a0f077ea5ee63596a20f85bc3cb176d2f98d88d90219aa8701015f200e44454356434165494430303130347f4c12060904007f0007030102025305fc0f13ffff5f25060105000901045f24060108000901045f3740313a81ed8734e7a8c45f16b55fb603e63027b7f44c2de3a8e782552d35949db221ca33bd41a01da6a1288c7885714fc3a03fa45683b75d3884930ec6738af8a0</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130347f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a786410459d1a08a2572022e17fed831982a9cb904518003cf83dabed88dbed28963768b88dba22a153558bd21ddaa99318378b7cd7ebfe849557cd43f8526abe72734538701015f200e44454356434165494430303130357f4c12060904007f0007030102025305fc0f13ffff5f25060108000601025f24060201000601025f37402fbeeae1b1ade6cfb6cab9d9b19f6a6efacb7d9701997f43cf608bf72cf496f485f691e75190dec25c672b92cf9ba917883659a6dc16793d22bbec4019c616cc</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f2181e77f4e81a05f290100420e44454356434165494430303130357f494f060a04007f000702020202038641040c8d7b4e5fac5d0a0dd12d50a652d1d6c3b01d777c45e154c22f4a7f8be784d56f64204297ab4343ca88e95dc2b0046f6db1b46c15149b74631b6ff3f0911e975f2010444544566549444454523130313433367f4c12060904007f0007030102025305400513ff975f25060108010201035f24060109000301035f37409b7cd45eb63d3280517e92323fdc2e8258814b3c82a7418588a9698f0d95558a84b0407b8a3b50cbf31c24751b7f1568a3bcc664443b754016f6d20350b1eaa3</ns3:Certificate>
<ns3:CertificateDescription xmlns="urn:iso:std:iso-iec:24727:tech:schema">308202d1060a04007f00070301030101a10e0c0c442d547275737420476d6248a2181316687474703a2f2f7777772e642d74727573742e6e6574a31a0c18476f7665726e696b757320476d6248202620436f2e204b47a41b131968747470733a2f2f7067702e676f7665726e696b75732e6465a58201f40c8201f04e616d652c20416e7363687269667420756e6420452d4d61696c2d4164726573736520646573204469656e737465616e626965746572733a0d0a476f7665726e696b757320476d6248202620436f2e204b470d0a416d2046616c6c7475726d20390d0a3238333539204272656d656e0d0a6b6f6e74616b7440676f7665726e696b75732e636f6d0d0a0d0a4765736368c3a46674737a7765636b3a0d0a0d0a48696e7765697320617566206469652066c3bc722064656e204469656e737465616e626965746572207a757374c3a46e646967656e205374656c6c656e2c20646965206469652045696e68616c74756e672064657220566f7273636872696674656e207a756d20446174656e73636875747a206b6f6e74726f6c6c696572656e3a0d0a446965204c616e64657362656175667472616774652066c3bc7220446174656e73636875747a20756e6420496e666f726d6174696f6e736672656968656974206465722046726569656e2048616e73657374616474204272656d656e0d0a41726e647473747261c39f6520310d0a3237353730204272656d6572686176656e0d0a303432312f3336312d323031300d0a6f666669636540646174656e73636875747a2e6272656d656e2e64650d0a687474703a2f2f7777772e646174656e73636875747a2e6272656d656e2e6465a76831660420a30a9a4617dc153926f731064043bba624b0cdd3b458ed8723c1cda33f1ffdd70420ab9fce5da4ba24d0b2664450fcced618f68fe9cbcdc4ee6e0bb0c59bd2aa86b60420e275d8b7d873610d634acdbd0f598c142a9f59f9ea58cbdf53b4122bab140513</ns3:CertificateDescription>
<ns3:RequiredCHAT xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f4c12060904007f00070301020253050000005800</ns3:RequiredCHAT>
<ns3:OptionalCHAT xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f4c12060904007f00070301020253050000000000</ns3:OptionalCHAT>
<ns3:AuthenticatedAuxiliaryData xmlns="urn:iso:std:iso-iec:24727:tech:schema">67177315060904007f00070301040253083230313930323036</ns3:AuthenticatedAuxiliaryData>
<ns3:TransactionInfo xmlns="urn:iso:std:iso-iec:24727:tech:schema"/>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticate>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:09,131+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:224 - Message received:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514875" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:817cb8cf-956d-4eaa-bfe7-d298fa4a442e</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e827adc4-266e-41a4-8941-4599fddf6046</MessageID>
</soap:Header>
<soap:Body>
<ns3:DIDAuthenticate xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:ConnectionHandle>
<ns3:ChannelHandle>
<ns3:SessionIdentifier>G5LOsNmhRCBo3UkyQoN-2w</ns3:SessionIdentifier>
</ns3:ChannelHandle>
<ns3:ContextHandle>9E4322E48C29E95C7849227468919679</ns3:ContextHandle>
<ns3:IFDName>REINER SCT cyberJack RFID basis 00 00</ns3:IFDName>
<ns3:SlotIndex>0</ns3:SlotIndex>
<ns3:CardApplication>3F00</ns3:CardApplication>
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:RecognitionInfo>
<ns3:CardType>http://bsi.bund.de/cif/npa.xml&lt;/ns3:CardType>
</ns3:RecognitionInfo>
</ns3:ConnectionHandle>
<ns3:DIDName>PIN</ns3:DIDName>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC1InputType">
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201487f4e8201005f2901004210444544566549444454523130313433367f494f060a04007f00070202020203864104525cab275a2ba39f61628fcb6285f9a85d1a89cb3c9ee899ff0d2905d0472d0f9aa0c5b48ea176b3a53a8c528e5968423eeae1af5ebb4e5da3791ef1486192c35f200e44453030303034393330303435357f4c12060904007f000703010202530500000058005f25060109000200065f2406010900020007655e732d060904007f0007030103028020b3f8c3db5d1c8e140947d38b4fcf62c3b595a55fa66d1503a0ce2f0d292677e3732d060904007f00070301030180206a0e89a510b51e2415265999e377cee36a366b632fc39a596f04f1c8d95eba3f5f37407fe4022ae1077525114bfa77f133bf0cf1168fcbadc96c7156faf531fa01ffe63abe576a4531e2afe089794ea0ba099ea8f191e361d98bf6047cadbcce0560e2</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130327f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a78641048925419fc7f194922cfc6b8dd25ae6a19c1b59216e6cf06270e5d75cfd64205f55cf867bbfefeefd6e680e1fd197f18ab684484901362568efc9adb5c6018d728701015f200e44454356434165494430303130337f4c12060904007f0007030102025305fc0f13ffff5f25060102010200035f24060105010200035f37404d6f08a86a4f18409f6685387dd3c6a7ff5d68ea4f7714a861bbb3bb721d05d3014adf1763c9292f715d8e94ee9b3e1b73ab1382414ebf39dfb3b0fb6c09dbeb</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130337f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7864104241d8627338b64f20077ffd558909a096c635ddb222852038eaae642e869a40173d588f817d95db2a6a0f077ea5ee63596a20f85bc3cb176d2f98d88d90219aa8701015f200e44454356434165494430303130347f4c12060904007f0007030102025305fc0f13ffff5f25060105000901045f24060108000901045f3740313a81ed8734e7a8c45f16b55fb603e63027b7f44c2de3a8e782552d35949db221ca33bd41a01da6a1288c7885714fc3a03fa45683b75d3884930ec6738af8a0</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201b67f4e82016e5f290100420e44454356434165494430303130347f4982011d060a04007f000702020202038120a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e537782207d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9832026dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b68441048bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f0469978520a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a786410459d1a08a2572022e17fed831982a9cb904518003cf83dabed88dbed28963768b88dba22a153558bd21ddaa99318378b7cd7ebfe849557cd43f8526abe72734538701015f200e44454356434165494430303130357f4c12060904007f0007030102025305fc0f13ffff5f25060108000601025f24060201000601025f37402fbeeae1b1ade6cfb6cab9d9b19f6a6efacb7d9701997f43cf608bf72cf496f485f691e75190dec25c672b92cf9ba917883659a6dc16793d22bbec4019c616cc</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f2181e77f4e81a05f290100420e44454356434165494430303130357f494f060a04007f000702020202038641040c8d7b4e5fac5d0a0dd12d50a652d1d6c3b01d777c45e154c22f4a7f8be784d56f64204297ab4343ca88e95dc2b0046f6db1b46c15149b74631b6ff3f0911e975f2010444544566549444454523130313433367f4c12060904007f0007030102025305400513ff975f25060108010201035f24060109000301035f37409b7cd45eb63d3280517e92323fdc2e8258814b3c82a7418588a9698f0d95558a84b0407b8a3b50cbf31c24751b7f1568a3bcc664443b754016f6d20350b1eaa3</ns3:Certificate>
<ns3:CertificateDescription xmlns="urn:iso:std:iso-iec:24727:tech:schema">308202d1060a04007f00070301030101a10e0c0c442d547275737420476d6248a2181316687474703a2f2f7777772e642d74727573742e6e6574a31a0c18476f7665726e696b757320476d6248202620436f2e204b47a41b131968747470733a2f2f7067702e676f7665726e696b75732e6465a58201f40c8201f04e616d652c20416e7363687269667420756e6420452d4d61696c2d4164726573736520646573204469656e737465616e626965746572733a0d0a476f7665726e696b757320476d6248202620436f2e204b470d0a416d2046616c6c7475726d20390d0a3238333539204272656d656e0d0a6b6f6e74616b7440676f7665726e696b75732e636f6d0d0a0d0a4765736368c3a46674737a7765636b3a0d0a0d0a48696e7765697320617566206469652066c3bc722064656e204469656e737465616e626965746572207a757374c3a46e646967656e205374656c6c656e2c20646965206469652045696e68616c74756e672064657220566f7273636872696674656e207a756d20446174656e73636875747a206b6f6e74726f6c6c696572656e3a0d0a446965204c616e64657362656175667472616774652066c3bc7220446174656e73636875747a20756e6420496e666f726d6174696f6e736672656968656974206465722046726569656e2048616e73657374616474204272656d656e0d0a41726e647473747261c39f6520310d0a3237353730204272656d6572686176656e0d0a303432312f3336312d323031300d0a6f666669636540646174656e73636875747a2e6272656d656e2e64650d0a687474703a2f2f7777772e646174656e73636875747a2e6272656d656e2e6465a76831660420a30a9a4617dc153926f731064043bba624b0cdd3b458ed8723c1cda33f1ffdd70420ab9fce5da4ba24d0b2664450fcced618f68fe9cbcdc4ee6e0bb0c59bd2aa86b60420e275d8b7d873610d634acdbd0f598c142a9f59f9ea58cbdf53b4122bab140513</ns3:CertificateDescription>
<ns3:RequiredCHAT xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f4c12060904007f00070301020253050000005800</ns3:RequiredCHAT>
<ns3:OptionalCHAT xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f4c12060904007f00070301020253050000000000</ns3:OptionalCHAT>
<ns3:AuthenticatedAuxiliaryData xmlns="urn:iso:std:iso-iec:24727:tech:schema">67177315060904007f00070301040253083230313930323036</ns3:AuthenticatedAuxiliaryData>
<ns3:TransactionInfo xmlns="urn:iso:std:iso-iec:24727:tech:schema"/>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticate>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:09,149+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:125 - Found ConnectionHandle in object of type DIDAuthenticate.
2019-02-06 12:13:09,170+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:09,170+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:09,171+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:09,171+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.DIDAuthenticate
2019-02-06 12:13:09,171+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:71 - Requesting entry (filterAppId=true) for handle:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
SlotHandle: A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:13:09,171+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:73 - Current state entries are:
2019-02-06 12:13:09,172+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@4 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}

2019-02-06 12:13:09,172+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@5 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}

2019-02-06 12:13:09,179+01 [PAOS] WARN org.openecard.common.I18n:152 - Failed to load resource eac for lang de_DE.
2019-02-06 12:13:09,198+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type GetIFDCapabilities.
2019-02-06 12:13:09,199+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:09,199+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:09,199+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:09,199+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.GetIFDCapabilities
2019-02-06 12:13:09,199+01 [PAOS] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:13:09,203+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:09,203+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:09,204+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:09,204+01 [PAOS] WARN o.o.c.c.a.c.CardVerifiableCertificateChain:60 - Verification of the certificate chain is disabled.
2019-02-06 12:13:09,205+01 [PAOS] INFO o.o.common.util.TR03112Utils:107 - Checking certificate hash of eService against list of communication certificates.
2019-02-06 12:13:09,205+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:115 - Hash of the retrieved server certificate: A30A9A4617DC153926F731064043BBA624B0CDD3B458ED8723C1CDA33F1FFDD7
2019-02-06 12:13:09,206+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: A30A9A4617DC153926F731064043BBA624B0CDD3B458ED8723C1CDA33F1FFDD7
2019-02-06 12:13:09,206+01 [PAOS] INFO o.o.common.util.TR03112Utils:107 - Checking certificate hash of https://pgp.governikus.de against list of communication certificates.
2019-02-06 12:13:09,207+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:115 - Hash of the retrieved server certificate: E275D8B7D873610D634ACDBD0F598C142A9F59F9EA58CBDF53B4122BAB140513
2019-02-06 12:13:09,207+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: A30A9A4617DC153926F731064043BBA624B0CDD3B458ED8723C1CDA33F1FFDD7
2019-02-06 12:13:09,207+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: AB9FCE5DA4BA24D0B2664450FCCED618F68FE9CBCDC4EE6E0BB0C59BD2AA86B6
2019-02-06 12:13:09,207+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: E275D8B7D873610D634ACDBD0F598C142A9F59F9EA58CBDF53B4122BAB140513
2019-02-06 12:13:09,207+01 [PAOS] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://pgp.governikus.de/pgp/ausweis-app-2 and https://pgp.governikus.de.
2019-02-06 12:13:09,209+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:09,213+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:09,213+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:09,213+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:09,213+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:09,213+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0022C1A40F800A04007F00070202040202830103
2019-02-06 12:13:09,236+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:09,238+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:09,238+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:09,238+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:09,251+01 [EAC-GUI] WARN org.openecard.common.I18n:152 - Failed to load resource gui for lang de_DE.
2019-02-06 12:13:09,271+01 [EAC-GUI] DEBUG org.openecard.gui.swing.StepBar:97 - Selecting index 0, previous was -1.
2019-02-06 12:13:09,284+01 [EAC-GUI] WARN org.openecard.common.I18n:152 - Failed to load resource swing for lang de_DE.
2019-02-06 12:13:09,291+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:65 - Waiting for card to be removed.
2019-02-06 12:13:11,398+01 [AWT-EventQueue-0] DEBUG o.o.gui.swing.SwingNavigator:244 - Received event: Button.next
2019-02-06 12:13:11,404+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:257 - Trying to kill background task if it exists.
2019-02-06 12:13:11,405+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:260 - Killing background task.
2019-02-06 12:13:11,405+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:76 - Card has not been removed.
2019-02-06 12:13:11,406+01 [Swing-GUI-BG-Task] DEBUG org.openecard.gui.swing.StepFrame$1:276 - Background task has been terminated from the Swing GUI.
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at org.openecard.common.util.Promise.deref(Promise.java:140)
at org.openecard.common.util.Promise.deref(Promise.java:120)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:66)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:47)
at org.openecard.gui.swing.StepFrame$1.run(StepFrame.java:272)
at java.lang.Thread.run(Thread.java:748)
2019-02-06 12:13:11,407+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:222 - Exchange result for step 'Anbieter'.
2019-02-06 12:13:11,408+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:92 - Step PROTOCOL_EAC_GUI_STEP_CVC finished with result OK.
2019-02-06 12:13:11,425+01 [pool-2-thread-1] WARN o.o.sal.protocol.eac.gui.CHATStep:131 - Removing community ID verification because of missing AAD.
2019-02-06 12:13:11,425+01 [pool-2-thread-1] WARN o.o.sal.protocol.eac.gui.CHATStep:124 - Removing age verification because of missing or invalid AAD.
2019-02-06 12:13:11,428+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:155 - Step Action PROTOCOL_EAC_GUI_STEP_CVC finished with result NEXT.
2019-02-06 12:13:11,428+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:186 - Replacing after action with step.id=PROTOCOL_EAC_GUI_STEP_CHAT.
2019-02-06 12:13:11,428+01 [EAC-GUI] DEBUG org.openecard.gui.swing.StepBar:97 - Selecting index 1, previous was 0.
2019-02-06 12:13:11,437+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:65 - Waiting for card to be removed.
2019-02-06 12:13:14,237+01 [AWT-EventQueue-0] DEBUG o.o.gui.swing.SwingNavigator:244 - Received event: Button.next
2019-02-06 12:13:14,238+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:257 - Trying to kill background task if it exists.
2019-02-06 12:13:14,238+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:260 - Killing background task.
2019-02-06 12:13:14,238+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:222 - Exchange result for step 'Angefragte Daten'.
2019-02-06 12:13:14,238+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:76 - Card has not been removed.
2019-02-06 12:13:14,239+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:92 - Step PROTOCOL_EAC_GUI_STEP_CHAT finished with result OK.
2019-02-06 12:13:14,239+01 [Swing-GUI-BG-Task] DEBUG org.openecard.gui.swing.StepFrame$1:276 - Background task has been terminated from the Swing GUI.
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at org.openecard.common.util.Promise.deref(Promise.java:140)
at org.openecard.common.util.Promise.deref(Promise.java:120)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:66)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:47)
at org.openecard.gui.swing.StepFrame$1.run(StepFrame.java:272)
at java.lang.Thread.run(Thread.java:748)
2019-02-06 12:13:14,243+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:155 - Step Action PROTOCOL_EAC_GUI_STEP_CHAT finished with result NEXT.
2019-02-06 12:13:14,243+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:186 - Replacing after action with step.id=PROTOCOL_EAC_GUI_STEP_PIN.
2019-02-06 12:13:14,243+01 [EAC-GUI] DEBUG org.openecard.gui.swing.StepBar:97 - Selecting index 2, previous was 1.
2019-02-06 12:13:14,259+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:65 - Waiting for card to be removed.
2019-02-06 12:13:23,173+01 [AWT-EventQueue-0] DEBUG o.o.gui.swing.SwingNavigator:244 - Received event: Button.next
2019-02-06 12:13:23,177+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:257 - Trying to kill background task if it exists.
2019-02-06 12:13:23,177+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:260 - Killing background task.
2019-02-06 12:13:23,178+01 [Swing-GUI-BG-Task] DEBUG o.o.s.protocol.eac.gui.CardMonitor:76 - Card has not been removed.
2019-02-06 12:13:23,178+01 [AWT-EventQueue-0] DEBUG org.openecard.gui.swing.StepFrame:222 - Exchange result for step 'PIN-Eingabe'.
2019-02-06 12:13:23,178+01 [Swing-GUI-BG-Task] DEBUG org.openecard.gui.swing.StepFrame$1:276 - Background task has been terminated from the Swing GUI.
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at org.openecard.common.util.Promise.deref(Promise.java:140)
at org.openecard.common.util.Promise.deref(Promise.java:120)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:66)
at org.openecard.sal.protocol.eac.gui.CardMonitor.call(CardMonitor.java:47)
at org.openecard.gui.swing.StepFrame$1.run(StepFrame.java:272)
at java.lang.Thread.run(Thread.java:748)
2019-02-06 12:13:23,178+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:92 - Step PROTOCOL_EAC_GUI_STEP_PIN finished with result OK.
2019-02-06 12:13:23,199+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type EstablishChannel.
2019-02-06 12:13:23,233+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,233+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,233+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,233+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.EstablishChannel
2019-02-06 12:13:23,244+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,246+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,246+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,246+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,246+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,247+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020402011CFF
2019-02-06 12:13:23,259+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 621A80020400C50204008201018302011C8801E08A0105A1038B01039000
2019-02-06 12:13:23,263+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,263+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,263+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,264+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,265+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,265+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,265+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,265+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,265+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B00000FF
2019-02-06 12:13:23,283+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 3181C1300D060804007F00070202020201023012060A04007F000702020302020201020201483012060A04007F0007020204020202010202010D301C060904007F000702020302300C060704007F0007010202010D020148302A060804007F0007020206161E687474703A2F2F6273692E62756E642E64652F6369662F6E70612E786D6C303E060804007F000702020831323012060A04007F00070202030202020102020149301C060904007F000702020302300C060704007F0007010202010D02014900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000
2019-02-06 12:13:23,287+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,287+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,287+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,287+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,288+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,288+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,288+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,288+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,288+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B000FFFF
2019-02-06 12:13:23,305+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000
2019-02-06 12:13:23,310+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,310+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,310+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,310+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,311+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,311+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,311+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,311+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,311+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B001FEFF
2019-02-06 12:13:23,332+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000
2019-02-06 12:13:23,333+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,333+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,334+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,334+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,334+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,334+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,334+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,335+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,335+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B002FDFF
2019-02-06 12:13:23,355+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000
2019-02-06 12:13:23,357+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,357+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,357+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,357+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,358+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,361+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,361+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,361+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,361+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B003FC04
2019-02-06 12:13:23,368+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 000000009000
2019-02-06 12:13:23,370+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,370+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,370+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,372+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:117 - Found TerminalAuthenticationInfo object identifier
2019-02-06 12:13:23,373+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:107 - Found ChipAuthenticationInfo object identifier
2019-02-06 12:13:23,373+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:97 - Found PACEInfo object identifier
2019-02-06 12:13:23,373+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:112 - Found ChipAuthenticationDomainParameterInfo object identifier
2019-02-06 12:13:23,373+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:122 - Found CardInfoLocator object identifier
2019-02-06 12:13:23,373+01 [pool-4-thread-1] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:126 - Found PrivilegedTerminalInfo object identifier
2019-02-06 12:13:23,403+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,404+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,404+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,404+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,404+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,404+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0022C1A427800A04007F0007020204020283010384010D7F4C12060904007F00070301020253050000005800
2019-02-06 12:13:23,444+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:23,462+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,462+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,463+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,464+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,469+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,469+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,469+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,470+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,470+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 10860000027C0000
2019-02-06 12:13:23,523+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 7C1280103DED694F38EB544BA810A3974773C7D69000
2019-02-06 12:13:23,525+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,525+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,525+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,534+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,535+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,535+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,535+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,535+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,536+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 10860000457C4381410474440C3801AAFB9D80A5427B64774196A029AD13D4EA6092C83080AB26E2318620BB7E2BA3E53838B800555483C8778321DB2AF782C4F7E486CC31F46766318000
2019-02-06 12:13:23,788+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 7C438241049D4A87D3856DB530E9BED5DD127B055B62326250352AB4630042793822F1D2A40297739ECBD166ABB673C3689D93749296E80C6DA4C9836A3FCD71F01F65B59C9000
2019-02-06 12:13:23,800+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:23,800+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,801+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,835+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:23,836+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:23,837+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:23,837+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:23,837+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:23,837+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 10860000457C4383410417AF82706246CCE5031939EC0C19C2E66FE675EEB48602A4C7FC15BA0FAB1B918358E5BE2DBC81CA55241552F8FABEDFE1AA50488D14C4B218E534024394AB1300
2019-02-06 12:13:24,015+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 7C438441045605DDBDECC0319F8F5B156DACFF80008D5E871E14F87636DD278F207C46E4189376B7E5BEE2FAB5B75155B831D5D358D912F0C3446F58F8C7A05BCAFB4C9F0A9000
2019-02-06 12:13:24,022+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,022+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,023+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,044+01 [pool-4-thread-1] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:24,048+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:24,049+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,049+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,050+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:24,050+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 008600000C7C0A8508ACF5DACE51883C5C00
2019-02-06 12:13:24,161+01 [pool-4-thread-1] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 7C2A8608BF5EE76B46B7EA4E870E4445435643416549443030313035880E44454356434165494430303130349000
2019-02-06 12:13:24,169+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,169+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,169+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,201+01 [pool-4-thread-1] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,201+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,201+01 [pool-4-thread-1] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,202+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:155 - Step Action PROTOCOL_EAC_GUI_STEP_PIN finished with result NEXT.
2019-02-06 12:13:24,202+01 [PAOS] DEBUG o.o.sal.protocol.eac.PACEStep:348 - No error returned returned during PACE execution in GUI.
2019-02-06 12:13:24,202+01 [EAC-GUI] DEBUG org.openecard.gui.swing.StepBar:97 - Selecting index 3, previous was 2.
2019-02-06 12:13:24,204+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:24,206+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:24,206+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,206+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,206+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:24,206+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 0084000008
2019-02-06 12:13:24,209+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C8400000D9701088E08B424E8BDE23FF39800
2019-02-06 12:13:24,212+01 [Instant-Return-Thread-1] DEBUG o.o.gui.swing.SwingNavigator:244 - Received event: Button.next
2019-02-06 12:13:24,214+01 [Instant-Return-Thread-1] DEBUG org.openecard.gui.swing.StepFrame:257 - Trying to kill background task if it exists.
2019-02-06 12:13:24,214+01 [Instant-Return-Thread-1] DEBUG org.openecard.gui.swing.StepFrame:222 - Exchange result for step 'Bearbeitung'.
2019-02-06 12:13:24,215+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:92 - Step PROTOCOL_GUI_STEP_PROCESSING finished with result OK.
2019-02-06 12:13:24,242+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 871101E006C081B2672893614FE8EEA03FD6C4990290008E0855D9E7C97C4DE3AC9000
2019-02-06 12:13:24,243+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 0E3A1328BDEFD6C09000
2019-02-06 12:13:24,246+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,246+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,246+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,251+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:100 - Checking if EAC protocol is finished.
2019-02-06 12:13:24,252+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:120 - EAC authentication finished=false.
2019-02-06 12:13:24,269+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,269+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,269+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,269+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request (before adding content):
POST /ecardpaos/paosreceiver HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: prodpaos.governikus-eid.de:443
PAOS: ver="urn:liberty:paos:2006-08" ;"urn:iso:std:iso-iec:24727:tech:schema:Transmit";"http://www.bsi.bund.de/ecard/api/1.0#InitializeFramework";"urn:iso:std:iso-iec:24727:tech:schema:StartSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationEndSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceDescribe";"urn:iso:std:iso-iec:24727:tech:schema:DataSetList";"urn:iso:std:iso-iec:24727:tech:schema:DataSetSelect";"urn:iso:std:iso-iec:24727:tech:schema:DSIList";"urn:iso:std:iso-iec:24727:tech:schema:DSIWrite";"urn:iso:std:iso-iec:24727:tech:schema:DSIRead";"urn:iso:std:iso-iec:24727:tech:schema:Encipher";"urn:iso:std:iso-iec:24727:tech:schema:Decipher";"urn:iso:std:iso-iec:24727:tech:schema:GetRandom";"urn:iso:std:iso-iec:24727:tech:schema:Sign";"urn:iso:std:iso-iec:24727:tech:schema:VerifySignature";"urn:iso:std:iso-iec:24727:tech:schema:VerifyCertificate";"urn:iso:std:iso-iec:24727:tech:schema:DIDList";"urn:iso:std:iso-iec:24727:tech:schema:DIDGet";"urn:iso:std:iso-iec:24727:tech:schema:DIDAuthenticate";"urn:iso:std:iso-iec:24727:tech:schema:ACLList";"urn:iso:std:iso-iec:24727:tech:schema:Hash"
Accept: text/xml, application/xml, application/vnd.paos+xml

2019-02-06 12:13:24,272+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
<PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
<Version>urn:liberty:paos:2006-08</Version>
<EndpointReference>
<Address>http://www.projectliberty.org/2006/01/role/paos&lt;/Address>
<MetaData>
<ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand&lt;/ServiceType>
</MetaData>
</EndpointReference>
</PAOS>
<ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
<Address>http://www.projectliberty.org/2006/02/role/paos&lt;/Address>
</ReplyTo>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e827adc4-266e-41a4-8941-4599fddf6046</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e27299a5-a9ce-4ba3-9430-450ce9d307e7</MessageID>
</Header>
<Body>
<ns3:DIDAuthenticateResponse xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" xmlns:ns9="http://uri.etsi.org/01903/v1.3.2#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<Result>
<ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ResultMajor>
</Result>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC1OutputType">
<CertificateHolderAuthorizationTemplate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7F4C12060904007F00070301020253050000005800</CertificateHolderAuthorizationTemplate>
<CertificationAuthorityReference xmlns="urn:iso:std:iso-iec:24727:tech:schema">DECVCAeID00105</CertificationAuthorityReference>
<CertificationAuthorityReference xmlns="urn:iso:std:iso-iec:24727:tech:schema">DECVCAeID00104</CertificationAuthorityReference>
<EFCardAccess xmlns="urn:iso:std:iso-iec:24727:tech:schema">3181C1300D060804007F00070202020201023012060A04007F000702020302020201020201483012060A04007F0007020204020202010202010D301C060904007F000702020302300C060704007F0007010202010D020148302A060804007F0007020206161E687474703A2F2F6273692E62756E642E64652F6369662F6E70612E786D6C303E060804007F000702020831323012060A04007F00070202030202020102020149301C060904007F000702020302300C060704007F0007010202010D020149000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</EFCardAccess>
<IDPICC xmlns="urn:iso:std:iso-iec:24727:tech:schema">5605DDBDECC0319F8F5B156DACFF80008D5E871E14F87636DD278F207C46E418</IDPICC>
<Challenge xmlns="urn:iso:std:iso-iec:24727:tech:schema">0E3A1328BDEFD6C0</Challenge>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticateResponse>
</Body>
</Envelope>

2019-02-06 12:13:24,272+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 12:13:24,770+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 12:13:24,770+01 [PAOS] WARN org.openecard.transport.paos.PAOS:495 - The PAOS endpoint sent the http status code 200 which does not conform to the PAOS specification. (See section 9.4 Processing Rules of the PAOS Specification)
2019-02-06 12:13:24,771+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Content-Type: application/vnd.paos+xml
Content-Length: 3460
Date: Wed, 06 Feb 2019 11:13:16 GMT

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514884" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e27299a5-a9ce-4ba3-9430-450ce9d307e7</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:f0d7ab0f-7bc3-4708-b90d-678fe8b607e2</MessageID>
</soap:Header>
<soap:Body>
<ns3:DIDAuthenticate xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:ConnectionHandle>
<ns3:ChannelHandle>
<ns3:SessionIdentifier>G5LOsNmhRCBo3UkyQoN-2w</ns3:SessionIdentifier>
</ns3:ChannelHandle>
<ns3:ContextHandle>9E4322E48C29E95C7849227468919679</ns3:ContextHandle>
<ns3:IFDName>REINER SCT cyberJack RFID basis 00 00</ns3:IFDName>
<ns3:SlotIndex>0</ns3:SlotIndex>
<ns3:CardApplication>3F00</ns3:CardApplication>
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:RecognitionInfo>
<ns3:CardType>http://bsi.bund.de/cif/npa.xml&lt;/ns3:CardType>
</ns3:RecognitionInfo>
</ns3:ConnectionHandle>
<ns3:DIDName>PIN</ns3:DIDName>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC2InputType">
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201487f4e8201005f2901004210444544566549444454523130313433367f494f060a04007f00070202020203864104525cab275a2ba39f61628fcb6285f9a85d1a89cb3c9ee899ff0d2905d0472d0f9aa0c5b48ea176b3a53a8c528e5968423eeae1af5ebb4e5da3791ef1486192c35f200e44453030303034393330303435357f4c12060904007f000703010202530500000058005f25060109000200065f2406010900020007655e732d060904007f0007030103028020b3f8c3db5d1c8e140947d38b4fcf62c3b595a55fa66d1503a0ce2f0d292677e3732d060904007f00070301030180206a0e89a510b51e2415265999e377cee36a366b632fc39a596f04f1c8d95eba3f5f37407fe4022ae1077525114bfa77f133bf0cf1168fcbadc96c7156faf531fa01ffe63abe576a4531e2afe089794ea0ba099ea8f191e361d98bf6047cadbcce0560e2</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f2181e77f4e81a05f290100420e44454356434165494430303130357f494f060a04007f000702020202038641040c8d7b4e5fac5d0a0dd12d50a652d1d6c3b01d777c45e154c22f4a7f8be784d56f64204297ab4343ca88e95dc2b0046f6db1b46c15149b74631b6ff3f0911e975f2010444544566549444454523130313433367f4c12060904007f0007030102025305400513ff975f25060108010201035f24060109000301035f37409b7cd45eb63d3280517e92323fdc2e8258814b3c82a7418588a9698f0d95558a84b0407b8a3b50cbf31c24751b7f1568a3bcc664443b754016f6d20350b1eaa3</ns3:Certificate>
<ns3:EphemeralPublicKey xmlns="urn:iso:std:iso-iec:24727:tech:schema">04191aeaad04ef0f7f4691879a56dfc015656d86b87734b2c5a6254c5f52f65024301599db0410f3f1e307cdf62b069e786cd1528d469088f884ecc1bb69da17c3</ns3:EphemeralPublicKey>
<ns3:Signature xmlns="urn:iso:std:iso-iec:24727:tech:schema">27007d6ba5b0ea7d100634f832a6001577881df0a28b87b20c5820499b5502e6860328456d729db092ebbcc64b131b23f0c0dc0d77a8f0de2830c5323a2e9b57</ns3:Signature>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticate>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:24,774+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:224 - Message received:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514884" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:e27299a5-a9ce-4ba3-9430-450ce9d307e7</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:f0d7ab0f-7bc3-4708-b90d-678fe8b607e2</MessageID>
</soap:Header>
<soap:Body>
<ns3:DIDAuthenticate xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:ConnectionHandle>
<ns3:ChannelHandle>
<ns3:SessionIdentifier>G5LOsNmhRCBo3UkyQoN-2w</ns3:SessionIdentifier>
</ns3:ChannelHandle>
<ns3:ContextHandle>9E4322E48C29E95C7849227468919679</ns3:ContextHandle>
<ns3:IFDName>REINER SCT cyberJack RFID basis 00 00</ns3:IFDName>
<ns3:SlotIndex>0</ns3:SlotIndex>
<ns3:CardApplication>3F00</ns3:CardApplication>
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:RecognitionInfo>
<ns3:CardType>http://bsi.bund.de/cif/npa.xml&lt;/ns3:CardType>
</ns3:RecognitionInfo>
</ns3:ConnectionHandle>
<ns3:DIDName>PIN</ns3:DIDName>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC2InputType">
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f218201487f4e8201005f2901004210444544566549444454523130313433367f494f060a04007f00070202020203864104525cab275a2ba39f61628fcb6285f9a85d1a89cb3c9ee899ff0d2905d0472d0f9aa0c5b48ea176b3a53a8c528e5968423eeae1af5ebb4e5da3791ef1486192c35f200e44453030303034393330303435357f4c12060904007f000703010202530500000058005f25060109000200065f2406010900020007655e732d060904007f0007030103028020b3f8c3db5d1c8e140947d38b4fcf62c3b595a55fa66d1503a0ce2f0d292677e3732d060904007f00070301030180206a0e89a510b51e2415265999e377cee36a366b632fc39a596f04f1c8d95eba3f5f37407fe4022ae1077525114bfa77f133bf0cf1168fcbadc96c7156faf531fa01ffe63abe576a4531e2afe089794ea0ba099ea8f191e361d98bf6047cadbcce0560e2</ns3:Certificate>
<ns3:Certificate xmlns="urn:iso:std:iso-iec:24727:tech:schema">7f2181e77f4e81a05f290100420e44454356434165494430303130357f494f060a04007f000702020202038641040c8d7b4e5fac5d0a0dd12d50a652d1d6c3b01d777c45e154c22f4a7f8be784d56f64204297ab4343ca88e95dc2b0046f6db1b46c15149b74631b6ff3f0911e975f2010444544566549444454523130313433367f4c12060904007f0007030102025305400513ff975f25060108010201035f24060109000301035f37409b7cd45eb63d3280517e92323fdc2e8258814b3c82a7418588a9698f0d95558a84b0407b8a3b50cbf31c24751b7f1568a3bcc664443b754016f6d20350b1eaa3</ns3:Certificate>
<ns3:EphemeralPublicKey xmlns="urn:iso:std:iso-iec:24727:tech:schema">04191aeaad04ef0f7f4691879a56dfc015656d86b87734b2c5a6254c5f52f65024301599db0410f3f1e307cdf62b069e786cd1528d469088f884ecc1bb69da17c3</ns3:EphemeralPublicKey>
<ns3:Signature xmlns="urn:iso:std:iso-iec:24727:tech:schema">27007d6ba5b0ea7d100634f832a6001577881df0a28b87b20c5820499b5502e6860328456d729db092ebbcc64b131b23f0c0dc0d77a8f0de2830c5323a2e9b57</ns3:Signature>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticate>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:24,774+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:125 - Found ConnectionHandle in object of type DIDAuthenticate.
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.DIDAuthenticate
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:71 - Requesting entry (filterAppId=true) for handle:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
SlotHandle: A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:73 - Current state entries are:
2019-02-06 12:13:24,776+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@4 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}

2019-02-06 12:13:24,777+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@5 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
protocol=urn:oid:1.3.162.15480.3.0.14.2
}

2019-02-06 12:13:24,778+01 [PAOS] WARN o.o.c.c.a.c.CardVerifiableCertificateChain:60 - Verification of the certificate chain is disabled.
2019-02-06 12:13:24,778+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002281B610830E4445435643416549443030313035
2019-02-06 12:13:24,779+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2281B62D872101DA339E7D8CDC9D9173D5940BD5F0D242EA17C34FEB85A5A5D8247E5A0EA591BD8E089C529FA40BADD72F00
2019-02-06 12:13:24,804+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E083214DD1D041BA8729000
2019-02-06 12:13:24,805+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:24,806+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:24,807+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,807+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,807+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:24,808+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:24,808+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:24,808+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:24,808+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:24,809+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002A00BEE77F4E81A05F290100420E44454356434165494430303130357F494F060A04007F000702020202038641040C8D7B4E5FAC5D0A0DD12D50A652D1D6C3B01D777C45E154C22F4A7F8BE784D56F64204297AB4343CA88E95DC2B0046F6DB1B46C15149B74631B6FF3F0911E975F2010444544566549444454523130313433367F4C12060904007F0007030102025305400513FF975F25060108010201035F24060109000301035F37409B7CD45EB63D3280517E92323FDC2E8258814B3C82A7418588A9698F0D95558A84B0407B8A3B50CBF31C24751B7F1568A3BCC664443B754016F6D20350B1EAA3
2019-02-06 12:13:24,810+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2A00BEFE8781F101A0F7EC5054819EB6A4C3A9C5A16584AABB490C237E407E5982332459FF04C10E2D88A0760B9D86978A2D871122B6DC8117D9E27E8487846654BC886C85B98DFD606885C77205504E1156DFDC041BE1A945B6A06167C97DC5530E60C8715DBAE3F52AE37E74198CCCA81B2836DEB8AF1BE049950F45DEF04E9F3CAAF3AC5951459707927041BD64CBBCB89A2DD13D6EACD5644C283DB4093B17B4367AD725C04291EAB73B13444450E6E678A6113B4D1DA2EBC0E90BDC02396C2631DAB7547E9EA9E724FE8ECECAE71ECF23CD78410857099339AF28E858D4B12922614FAD21AC334AFB7EF2FA668F154A54C27AF501EA8E08A2A8D9911A28E19A00
2019-02-06 12:13:25,036+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E081FE63109B9228A3B9000
2019-02-06 12:13:25,036+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:25,042+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,043+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,043+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,044+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002281B612831044454456654944445452313031343336
2019-02-06 12:13:25,046+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2281B62D872101C6952987350C22ACE764CB09943F883290280651B898BD0A4463403D3A8FABD28E087363A35C58C99F2700
2019-02-06 12:13:25,078+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E08B14EED4654A34E5B9000
2019-02-06 12:13:25,079+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:25,085+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,085+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,086+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,086+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,089+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,089+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,090+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,090+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,092+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002A00BE0001487F4E8201005F2901004210444544566549444454523130313433367F494F060A04007F00070202020203864104525CAB275A2BA39F61628FCB6285F9A85D1A89CB3C9EE899FF0D2905D0472D0F9AA0C5B48EA176B3A53A8C528E5968423EEAE1AF5EBB4E5DA3791EF1486192C35F200E44453030303034393330303435357F4C12060904007F000703010202530500000058005F25060109000200065F2406010900020007655E732D060904007F0007030103028020B3F8C3DB5D1C8E140947D38B4FCF62C3B595A55FA66D1503A0CE2F0D292677E3732D060904007F00070301030180206A0E89A510B51E2415265999E377CEE36A366B632FC39A596F04F1C8D95EBA3F5F37407FE4022AE1077525114BFA77F133BF0CF1168FCBADC96C7156FAF531FA01FFE63ABE576A4531E2AFE089794EA0BA099EA8F191E361D98BF6047CADBCCE0560E2
2019-02-06 12:13:25,096+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2A00BE00015F87820151018540DACEE02751EF53B589E040C3A3D028F319210290F185B46F8BBB4A092366A11948A495C0CE10CC2AA7A0D2EBB7ACB46773E5858EACC42DD94244479A8517370B17AF329F50DE77072555989F940A5DDF34F0C3E04F316A009ECAA013C60857BAE6530578BA344301EDF24AD49A982CE979D49659A8B06AA14F04DA6A8C50CA89E71C606AA24AA1CD1AA2E4E4D0064A6E2D18AC26FC6612A58A792FD5ED0BEF322433566DB1603A1428A09813E28533EA1957D114C8B25DA65E3BA2D90A66722773F728FAD1BFD0B36EDF57687EA624D2EAE685E2F0A8B485E0019D2CA3B40AB034521A6C1C7FD467C5061AA18C26B73812BE8CF0BE018D9BD3BCB40CD146A4CF18D6C9A54EE2FFAAF5E24AD7EFE5D8FFA7BFB4A7F326EE9545FC249AD762183B67DAE994C1BF762F9AECE55F46FC67B5A8157B667660E8A5DE59BE1E8864D98949E6B523FB38DD8FEB73765F93628E08FD1ED9F30595B5EF0000
2019-02-06 12:13:25,308+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E089784F8A149C8F5469000
2019-02-06 12:13:25,309+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:25,315+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,315+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,316+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,318+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:117 - Found TerminalAuthenticationInfo object identifier
2019-02-06 12:13:25,318+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:107 - Found ChipAuthenticationInfo object identifier
2019-02-06 12:13:25,319+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:97 - Found PACEInfo object identifier
2019-02-06 12:13:25,319+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:112 - Found ChipAuthenticationDomainParameterInfo object identifier
2019-02-06 12:13:25,319+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:122 - Found CardInfoLocator object identifier
2019-02-06 12:13:25,319+01 [PAOS] DEBUG o.o.c.c.asn1.eac.ef.EFCardAccess:126 - Found PrivilegedTerminalInfo object identifier
2019-02-06 12:13:25,324+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,327+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,328+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,328+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,328+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,329+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002281A457800A04007F00070202020203830E44453030303034393330303435359120191AEAAD04EF0F7F4691879A56DFC015656D86B87734B2C5A6254C5F52F6502467177315060904007F00070301040253083230313930323036
2019-02-06 12:13:25,331+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2281A46D876101E969AA19231394588C454B2E5B19DE029FB2FB5FF67BCC11588A8CE7013B9D3CB516B768D8D156F341BFF9378B843769346A1FF391D0C754F51B4980B4956558C40A670D77AE59F9EFF27086C7DD8D8E4BB8FAF696E99EEBA73A96164BBB05FF8E08443167A0FFBDCFF500
2019-02-06 12:13:25,386+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E08853AC0F28CB1DC019000
2019-02-06 12:13:25,386+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:25,392+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,393+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,393+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,394+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,396+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,397+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,397+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,397+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,398+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 008200004027007D6BA5B0EA7D100634F832A6001577881DF0A28B87B20C5820499B5502E6860328456D729DB092EBBCC64B131B23F0C0DC0D77A8F0DE2830C5323A2E9B57
2019-02-06 12:13:25,400+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C8200005D8751011B543883866695C0784C77C36716F05C7C666260F43E727F2CD1BC28BD646A82CD1CFCAEA52DE24EDEB1C579A316ED339154889643E92A9A2CABA6940A95B331613EF45EC69FCE4DA240DFF2F4DB794C8E08790068D4DE93EF9700
2019-02-06 12:13:25,557+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E088B5F3198665082149000
2019-02-06 12:13:25,558+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:25,564+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,565+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,565+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,565+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,568+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,569+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,569+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,569+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,570+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00A4020402011DFF
2019-02-06 12:13:25,572+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CA40204208711012C494704B23A66C0E7C56E3B34C2F80D9701FF8E08F49E03F7D7A9A2CB00
2019-02-06 12:13:25,603+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 87210177730CAA8AFAEBDA77297A04A3A20BF48C02C2F829445153B03E751050B13110990290008E083152E2044CBFB4749000
2019-02-06 12:13:25,604+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 621A80020900C502069E8201018302011D8801E88A0105A1038B01049000
2019-02-06 12:13:25,610+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,611+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,611+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,612+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,623+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,624+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,624+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,624+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,625+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B00000FF
2019-02-06 12:13:25,626+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB000000D9701FF8E08264EF7C19CAD5C4C00
2019-02-06 12:13:25,662+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E101F0B4E5A0320E69D2E36D0F70FD127299C2B9BED02C3CCC0FB972A1AFDB7C32915A54246B51B367858DC663DF2C4A177208FE3F33EF74A1670BBAA291945B3F9DD9951ED40F30C33433ED27C973FCBB9E27D42E152CF2CAC9779569DB0E2485004EAFD4129E10168AD62E5786F596DD64B844423E63A4B90544D1F8D7A64A0CE56F5D55CD11729C7E3B2F796502F0BADE2D5B009C94C07EF574F7BE0A9BE05DB174FA69172FD84DCFD5F030EC0F177C10695B95B5C0E2CC3A0350532D3D0DB96BDC392D899BAD04231D37062EF8A3918F7ABDC79FBAF9B8445EDCBE1DA8BDCAD6990290008E088D23732C470CE40F9000
2019-02-06 12:13:25,663+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 3082069A06092A864886F70D010702A082068B30820687020103310F300D0609608648016503040201050030820148060804007F0007030201A082013A0482013631820132300D060804007F00070202020201023012060A04007F000702020302020201020201483012060A04007F0007020204020202010202010D3017060A04007F00070202050203300902010102014A0101FF3017060A04007F00070202050203300902010102014C0101003019060904007F000702020502300C060704007F0007010202010D301C060904007F000702020302300C060704007F00079000
2019-02-06 12:13:25,664+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,664+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,664+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,665+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B000DFFF
2019-02-06 12:13:25,666+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB000DF0D9701FF8E086BABB4BB7484FAC500
2019-02-06 12:13:25,694+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E101C87B0DEA510BFA3F606469890B80BEEA948DA334DDCA9CB36DB2A12C68864EDA7B3C2D7CA0C790107E9A876C9BE8FD9EB1681A9E5EAFFF389BF71CD83952BFEAAC68B4B92EBCA419D2BE7CCB6E10EE004AAEB56EB42DD7A1E9360867D084CD2804D78A929C84327895C739DF333608D34F6B0B92C09A2BB1531EDEB3200D810B86AC8A5DD1BFB954B98F4AE0C2DCB565CF5AD17AC302E62032CA68D96BF541CFA9E7F73A0D71769D2C8CE98DB712C40F16A922CA67C2ECB1DEB2427E1165EBEDA2006151C1B2A5387F37F5BEEE36CF5479A4B4A515758A826868B9D4A6CA68DD990290008E08795FFBBAFC24BC209000
2019-02-06 12:13:25,697+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 010202010D020148302A060804007F0007020206161E687474703A2F2F6273692E62756E642E64652F6369662F6E70612E786D6C3062060904007F0007020201023052300C060704007F0007010202010D0342000472DCC41D6FBAEEB25C7D55F3BAD035B08DC59D7D948B73EA8ACBD8FD4F8D53AB8D12175161922980F6FC76F5778B75D431A981E291AB358A47A81FEA58F56CA3020148A08204103082040C30820392A00302010202020096300A06082A8648CE3D040303304F310B3009060355040613024445310D300B060355040A0C0462756E64310C300A060355049000
2019-02-06 12:13:25,703+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,704+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,704+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,704+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,708+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,708+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,708+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,708+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,709+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B001BEFF
2019-02-06 12:13:25,710+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB001BE0D9701FF8E086F11E46082EDA4E500
2019-02-06 12:13:25,739+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E101D0BD670C3034A24F0301974F160632EDF40C759ECA4D934FA38B92E0F38A8EC613C1CD82D01BBB99A82C60422EDA23BFD27BFACC9FE4C55F9E8E4CC0D149BFBB1D4E64904C65CFE6CE5BFBBBBE438ABF287FDA758F1D79C7385A443F4938F141B21CF54F4575A160E7803ED32CF9E68EE4E6AC5BCF024F9AE0E48500BE6E0AD1C13A69709B52E834DBDF1F8AE220265F00A705A80EFFF9D94C8C1D6E0B40D2824AE4D59BBDDA713E493EBD268899196F800F71AA8F91C9496D604370EEDDCCD77B8136DC7B0E9899131A22A7341A65C44CE6B3939D088533C64C6AFB512EDAA6990290008E088A2AE0F3D9A7948B9000
2019-02-06 12:13:25,741+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 0B0C03627369310C300A060355040513033130313115301306035504030C0C637363612D6765726D616E79301E170D3136303530323039323030365A170D3236313230323233353935395A3067310B3009060355040613024445311D301B060355040A0C1442756E646573647275636B6572656920476D6248310C300A06035504051303313533312B302906035504030C22446F63756D656E74205369676E6572204964656E7469747920446F63756D656E7473308201333081EC06072A8648CE3D02013081E0020101302C06072A8648CE3D0101022100A9FB57DBA1EEA99000
2019-02-06 12:13:25,748+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,748+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,748+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,749+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,752+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,752+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,752+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,753+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,753+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B0029DFF
2019-02-06 12:13:25,754+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0029D0D9701FF8E087E247D5D89E2749700
2019-02-06 12:13:25,783+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E101FE06FEDFC538FD419D1B75D2BAA8933C58C4364C233263BFD78FE2BDFB495DD69006A0E2DD52D174CB7DDE22E5D17BCD5E57B7D5FED84B5C007C618A5CFAEE4DAB922792E2C7F7D3FE4C383A5C17ADC87D48D72096CE96C8110152D911A84E40E702D944DB957D72973104B0835C4350F471072DFB5A640F5ACB95C8E76EB44CC2040F7DB464F5A83A104093220D8B8C487F3D6B5609B2E2EFF4B8F3C0B624EE1E40A440503E53A7AFB7FCDB69426EA956ABF306EFD8A9B5CFABEE974CE15395A1E935CD9D6EA8C254E496E61D3D172755B9D84015DDC64D45E2F267588E8218990290008E0854B475DEDD85C2E09000
2019-02-06 12:13:25,786+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: BC3E660A909D838D726E3BF623D52620282013481D1F6E5377304404207D5A0975FC2C3057EEF67530417AFFE7FB8055C126DC5C6CE94A4B44F330B5D9042026DC5C6CE94A4B44F330B5D9BBD77CBF958416295CF7E1CE6BCCDC18FF8C07B60441048BD2AEB9CB7E57CB2C4B482FFC81B7AFB9DE27E1E3BD23C23A4453BD9ACE3262547EF835C3DAC4FD97F8461A14611DC9C27745132DED8E545C1D54C72F046997022100A9FB57DBA1EEA9BC3E660A909D838D718C397AA3B561A6F7901E0E82974856A70201010342000426502BAB17D31A22E0075ADDCB4B0FD651DF209000
2019-02-06 12:13:25,792+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,793+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,793+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,793+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,797+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,797+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,798+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,798+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,799+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B0037CFF
2019-02-06 12:13:25,799+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0037C0D9701FF8E08DDF96F7375F24F8B00
2019-02-06 12:13:25,828+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E1011E3DC9919BA6DF624A55AABF6FA79DA2A0F83FE03765E8C5C76B605065375FC70E5D1B958EAA011C7A51F13ED051ECD143E8AB9D95B421581C688A929F9E25B507C83A9A928E673B704A6F25D59665A7FC722616C5A8B66D10EE5D9B72D3298C8217E2877D9698639A6258FDE4162B65A997503733120E133A1B3FF251BE3539A8164ABB76283A6A628EC4962F273BAC757C43B4A7681AB0ED5907B1E9312918A160357A8288B5218A8959B698C93E02F1F7BEAF0EBF1B531B91646215C5D808A183AEB0DA3D963DD3C166120516BEB569D8FAA3C5ECDB378B7467371FB355CA990290008E085B3971FFB00C9A079000
2019-02-06 12:13:25,831+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 1794DD091E6B1A8855A8C1A8C94ACC5577C55175EE2C4035616417A24051FEE07B98E2E602500BC0BD18002A85A382016830820164301F0603551D23041830168014C17BA915F75CDDD26B3D609A2354DE12EE3F0EC6301D0603551D0E0416041436BB6C49754355165BB6B75BE28FE6097CEB2825300E0603551D0F0101FF040403020780302B0603551D1004243022800F32303136303530323039323030365A810F32303136313230323233353935395A30160603551D20040F300D300B060904007F000703010101302D0603551D1104263024821262756E64657364729000
2019-02-06 12:13:25,837+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,837+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,837+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,838+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,841+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,841+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,841+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,842+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,842+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B0045BFF
2019-02-06 12:13:25,843+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0045B0D9701FF8E08E2C9359F650050E700
2019-02-06 12:13:25,872+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E1018132F5692D9B2F8A4CCBD458B0A104C3376CDE204389291F84872F1352ACFCC188BB4F4C6785EC80ACB2203A22D008CB2BE8A186B9A35F4C6C2FABCB03D83B3CC56135B427DDC83F546D4D51DEF73F2FC1598CA60E9F5FBAF12FAE93F09F84B7DCD124D2774D5DB971E8CF18A4594EAB0CD3E26C527622CEFA1D1B80776EA22108F1D20229DFCA3C18F2A5E4AE3EB03C15882EB4F14437034EE31D5ADA438A015E941BC80C2AF3B55D579B87FD8C0A83C8EE7FAF2D679062B2CC34845CD7339CFC9978059CC0DC3CC569F6042B48BBCE6303D58F53603384B18D90AFB0F83A7B990290008E08FC83089EBB847BBE9000
2019-02-06 12:13:25,874+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 75636B657265692E6465A40E300C310A300806035504070C014430510603551D12044A30488118637363612D6765726D616E79406273692E62756E642E6465861C68747470733A2F2F7777772E6273692E62756E642E64652F63736361A40E300C310A300806035504070C01443019060767810801010602040E300C02010031071301411302494430300603551D1F042930273025A023A021861F687474703A2F2F7777772E6273692E62756E642E64652F637363615F63726C300A06082A8648CE3D0403030368003065023024304580C9BEE1BB46FFA968D9DF766582D39000
2019-02-06 12:13:25,881+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,881+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,881+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,882+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,885+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,885+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,886+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,886+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,886+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B0053AFF
2019-02-06 12:13:25,887+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0053A0D9701FF8E0874804B4FA26D078900
2019-02-06 12:13:25,916+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781E10118DF65B6C588F495DF727220C82F79316C6CF13F133BA7D6E76C327F6DEC26739487D295CC8501B0BD6F9F5FDD464E6195D9EA05291057F0FA75B8D2D2F198FD67CCB603A68829FA7CF95E4A48E8E9A9274B34635072F6DB2A1A9ED3205900293F881C44DD6EB61B8A13678A4DA6E9973778AD7A60ED5F0850C2DFFD072A1B0A9E214B470655A6F49B097907884467DD97ACB856396B1BC6A1C6543C1CFF51F0C70A45119E6B0575F9270D1CD5AE68C7480EAD8B5E801E95F8F033D84B712ED4FA25867D78B75ED830F02340112F24D68702D61093C5881FE58507CB74020480990290008E083FEDBD6FD60F42279000
2019-02-06 12:13:25,919+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: B6C4ECB9E063CBDE249DCF95597CA35FD969482681406B82413D1D4023420231008BA3C236E27E68C42EE156B14EF75C796BE8327262F13C4512AF5DB1FF5583D7DB8FC2569B4586BF981E8D772B621E923182010F3082010B0201013055304F310B3009060355040613024445310D300B060355040A0C0462756E64310C300A060355040B0C03627369310C300A060355040513033130313115301306035504030C0C637363612D6765726D616E7902020096300D06096086480165030402010500A04A301706092A864886F70D010903310A060804007F0007030201302F9000
2019-02-06 12:13:25,925+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,925+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,926+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,926+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,929+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,929+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,930+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,930+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,930+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00B00619FF
2019-02-06 12:13:25,931+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB006190D9701FF8E08B83A2003707A5F5200
2019-02-06 12:13:25,957+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8781910187D0B82F05CFC58286619BC761540651E55B83B06AE5695169F3E6FB95AD1F3AE77B97DC42782C87EF6E5FEFF3A179569BF21CA717B1EA6239560E0B3EF37E93B7B3D9E3CAB98A0E89A85273353EBCA4956361C2B164ABAEF21713132C5098AD65FE0747BF5DEDE4AFB05E72567848C336ECDDE262F4E3A06AE9CCD1D7B26E5198F0116E0137AD7AE8CE4E018F78F6F8990262828E08F17FACC4A0FF1C1F6282
2019-02-06 12:13:25,959+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 06092A864886F70D0109043122042039F46CCE18C0D1B54F6AD36816E9493869AE461F62F099BC37176F54AF895F9F300C06082A8648CE3D0403020500044630440220774A299FD4F5777CBD113DFC19BAC287299ABD5E647CF6FF8C34A3543AC0D7E6022079F8776D496489FF552F10B239D230FFCE159CDCB6335D45A6C90D4E5A51E5216282
2019-02-06 12:13:25,965+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:25,965+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,966+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,967+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:25,970+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:25,970+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:25,971+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:25,971+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:25,972+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 002241A40F800A04007F00070202030202840148
2019-02-06 12:13:25,973+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2241A41D8711017A943B58C67C521456BEDDF308720D188E08A33FE1D16A0C212600
2019-02-06 12:13:26,006+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E087D1C55812EE1CFA79000
2019-02-06 12:13:26,006+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 9000
2019-02-06 12:13:26,012+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:26,013+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,013+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,013+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:26,017+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:26,017+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,017+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,017+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:26,018+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:248 - Apply secure messaging to APDU: 00860000457C43804104191AEAAD04EF0F7F4691879A56DFC015656D86B87734B2C5A6254C5F52F65024301599DB0410F3F1E307CDF62B069E786CD1528D469088F884ECC1BB69DA17C300
2019-02-06 12:13:26,025+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C86000060875101E453B9DD4C62A3419575F8251E5CB8F6182810DEC994D062437DC548ACAC0401677B726EE3112210837E277B335B69817B57AB0CB6D6B044440995EBCAE23844661A0F52C3FB87C092F464954311AFC89701008E08B7D2E0C3799EF92500
2019-02-06 12:13:26,167+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 87210169BD153E469BEF7A63280853EFC8B33C5CB28E0B51D46CC0565EE8287A9D0831990290008E080CA4274A5DBBA9B99000
2019-02-06 12:13:26,169+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:257 - Remove secure messaging from APDU: 7C148108E0B91C7674B5D44982084BA354FE8CCB05079000
2019-02-06 12:13:26,175+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:26,176+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,176+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,177+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type DestroyChannel.
2019-02-06 12:13:26,180+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:26,180+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,180+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,180+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.DestroyChannel
2019-02-06 12:13:26,186+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:26,187+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,187+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,188+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:155 - Step Action PROTOCOL_GUI_STEP_PROCESSING finished with result NEXT.
2019-02-06 12:13:26,188+01 [EAC-GUI] DEBUG o.o.gui.executor.ExecutionEngine:229 - Closing UserConsentNavigator.
2019-02-06 12:13:26,201+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:100 - Checking if EAC protocol is finished.
2019-02-06 12:13:26,202+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:106 - EAC AUTHENTICATION_DONE promise is delivered.
2019-02-06 12:13:26,202+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:113 - EAC AUTHENTICATION_DONE promise is delivered.
2019-02-06 12:13:26,202+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:120 - EAC authentication finished=true.
2019-02-06 12:13:26,202+01 [PAOS] DEBUG org.openecard.sal.TinySAL:2170 - SAL Protocol is finished, destroying protocol instance.
2019-02-06 12:13:26,203+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:71 - Requesting entry (filterAppId=false) for handle:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
SlotHandle: A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:13:26,203+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:73 - Current state entries are:
2019-02-06 12:13:26,203+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@4 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}

2019-02-06 12:13:26,203+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:75 - CardStateEntry@5 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
protocol=urn:oid:1.3.162.15480.3.0.14.2
}

2019-02-06 12:13:26,204+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:71 - Destroying EAC protocol instance.
2019-02-06 12:13:26,204+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:81 - Waiting for EAC GUI to terminate.
2019-02-06 12:13:26,204+01 [PAOS] DEBUG o.o.sal.protocol.eac.EACProtocol:83 - EAC GUI terminated.
2019-02-06 12:13:26,211+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:26,212+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,212+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,212+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request (before adding content):
POST /ecardpaos/paosreceiver HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: prodpaos.governikus-eid.de:443
PAOS: ver="urn:liberty:paos:2006-08" ;"urn:iso:std:iso-iec:24727:tech:schema:Transmit";"http://www.bsi.bund.de/ecard/api/1.0#InitializeFramework";"urn:iso:std:iso-iec:24727:tech:schema:StartSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationEndSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceDescribe";"urn:iso:std:iso-iec:24727:tech:schema:DataSetList";"urn:iso:std:iso-iec:24727:tech:schema:DataSetSelect";"urn:iso:std:iso-iec:24727:tech:schema:DSIList";"urn:iso:std:iso-iec:24727:tech:schema:DSIWrite";"urn:iso:std:iso-iec:24727:tech:schema:DSIRead";"urn:iso:std:iso-iec:24727:tech:schema:Encipher";"urn:iso:std:iso-iec:24727:tech:schema:Decipher";"urn:iso:std:iso-iec:24727:tech:schema:GetRandom";"urn:iso:std:iso-iec:24727:tech:schema:Sign";"urn:iso:std:iso-iec:24727:tech:schema:VerifySignature";"urn:iso:std:iso-iec:24727:tech:schema:VerifyCertificate";"urn:iso:std:iso-iec:24727:tech:schema:DIDList";"urn:iso:std:iso-iec:24727:tech:schema:DIDGet";"urn:iso:std:iso-iec:24727:tech:schema:DIDAuthenticate";"urn:iso:std:iso-iec:24727:tech:schema:ACLList";"urn:iso:std:iso-iec:24727:tech:schema:Hash"
Accept: text/xml, application/xml, application/vnd.paos+xml

2019-02-06 12:13:26,214+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
<PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
<Version>urn:liberty:paos:2006-08</Version>
<EndpointReference>
<Address>http://www.projectliberty.org/2006/01/role/paos&lt;/Address>
<MetaData>
<ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand&lt;/ServiceType>
</MetaData>
</EndpointReference>
</PAOS>
<ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
<Address>http://www.projectliberty.org/2006/02/role/paos&lt;/Address>
</ReplyTo>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:f0d7ab0f-7bc3-4708-b90d-678fe8b607e2</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:ad28cf4d-38b4-421f-943a-5a9e53f605c9</MessageID>
</Header>
<Body>
<ns3:DIDAuthenticateResponse xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" xmlns:ns9="http://uri.etsi.org/01903/v1.3.2#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<Result>
<ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ResultMajor>
</Result>
<ns3:AuthenticationProtocolData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Protocol="urn:oid:1.3.162.15480.3.0.14.2" xsi:type="ns3:EAC2OutputType">
<EFCardSecurity xmlns="urn:iso:std:iso-iec:24727:tech:schema">3082069A06092A864886F70D010702A082068B30820687020103310F300D0609608648016503040201050030820148060804007F0007030201A082013A0482013631820132300D060804007F00070202020201023012060A04007F000702020302020201020201483012060A04007F0007020204020202010202010D3017060A04007F00070202050203300902010102014A0101FF3017060A04007F00070202050203300902010102014C0101003019060904007F000702020502300C060704007F0007010202010D301C060904007F000702020302300C060704007F0007010202010D020148302A060804007F0007020206161E687474703A2F2F6273692E62756E642E64652F6369662F6E70612E786D6C3062060904007F0007020201023052300C060704007F0007010202010D0342000472DCC41D6FBAEEB25C7D55F3BAD035B08DC59D7D948B73EA8ACBD8FD4F8D53AB8D12175161922980F6FC76F5778B75D431A981E291AB358A47A81FEA58F56CA3020148A08204103082040C30820392A00302010202020096300A06082A8648CE3D040303304F310B3009060355040613024445310D300B060355040A0C0462756E64310C300A060355040B0C03627369310C300A060355040513033130313115301306035504030C0C637363612D6765726D616E79301E170D3136303530323039323030365A170D3236313230323233353935395A3067310B3009060355040613024445311D301B060355040A0C1442756E646573647275636B6572656920476D6248310C300A06035504051303313533312B302906035504030C22446F63756D656E74205369676E6572204964656E7469747920446F63756D656E7473308201333081EC06072A8648CE3D02013081E0020101302C06072A8648CE3D0101022100A9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5377304404207D5A0975FC2C3057EEF67530417AFFE7FB8055C126DC5C6CE94A4B44F330B5D9042026DC5C6CE94A4B44F330B5D9BBD77CBF958416295CF7E1CE6BCCDC18FF8C07B60441048BD2AEB9CB7E57CB2C4B482FFC81B7AFB9DE27E1E3BD23C23A4453BD9ACE3262547EF835C3DAC4FD97F8461A14611DC9C27745132DED8E545C1D54C72F046997022100A9FB57DBA1EEA9BC3E660A909D838D718C397AA3B561A6F7901E0E82974856A70201010342000426502BAB17D31A22E0075ADDCB4B0FD651DF201794DD091E6B1A8855A8C1A8C94ACC5577C55175EE2C4035616417A24051FEE07B98E2E602500BC0BD18002A85A382016830820164301F0603551D23041830168014C17BA915F75CDDD26B3D609A2354DE12EE3F0EC6301D0603551D0E0416041436BB6C49754355165BB6B75BE28FE6097CEB2825300E0603551D0F0101FF040403020780302B0603551D1004243022800F32303136303530323039323030365A810F32303136313230323233353935395A30160603551D20040F300D300B060904007F000703010101302D0603551D1104263024821262756E646573647275636B657265692E6465A40E300C310A300806035504070C014430510603551D12044A30488118637363612D6765726D616E79406273692E62756E642E6465861C68747470733A2F2F7777772E6273692E62756E642E64652F63736361A40E300C310A300806035504070C01443019060767810801010602040E300C02010031071301411302494430300603551D1F042930273025A023A021861F687474703A2F2F7777772E6273692E62756E642E64652F637363615F63726C300A06082A8648CE3D0403030368003065023024304580C9BEE1BB46FFA968D9DF766582D3B6C4ECB9E063CBDE249DCF95597CA35FD969482681406B82413D1D4023420231008BA3C236E27E68C42EE156B14EF75C796BE8327262F13C4512AF5DB1FF5583D7DB8FC2569B4586BF981E8D772B621E923182010F3082010B0201013055304F310B3009060355040613024445310D300B060355040A0C0462756E64310C300A060355040B0C03627369310C300A060355040513033130313115301306035504030C0C637363612D6765726D616E7902020096300D06096086480165030402010500A04A301706092A864886F70D010903310A060804007F0007030201302F06092A864886F70D0109043122042039F46CCE18C0D1B54F6AD36816E9493869AE461F62F099BC37176F54AF895F9F300C06082A8648CE3D0403020500044630440220774A299FD4F5777CBD113DFC19BAC287299ABD5E647CF6FF8C34A3543AC0D7E6022079F8776D496489FF552F10B239D230FFCE159CDCB6335D45A6C90D4E5A51E521</EFCardSecurity>
<AuthenticationToken xmlns="urn:iso:std:iso-iec:24727:tech:schema">4BA354FE8CCB0507</AuthenticationToken>
<Nonce xmlns="urn:iso:std:iso-iec:24727:tech:schema">E0B91C7674B5D449</Nonce>
</ns3:AuthenticationProtocolData>
</ns3:DIDAuthenticateResponse>
</Body>
</Envelope>

2019-02-06 12:13:26,214+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 12:13:26,521+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 12:13:26,521+01 [PAOS] WARN org.openecard.transport.paos.PAOS:495 - The PAOS endpoint sent the http status code 200 which does not conform to the PAOS specification. (See section 9.4 Processing Rules of the PAOS Specification)
2019-02-06 12:13:26,522+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Content-Type: application/vnd.paos+xml
Content-Length: 2238
Date: Wed, 06 Feb 2019 11:13:18 GMT

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514887" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:ad28cf4d-38b4-421f-943a-5a9e53f605c9</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:8ee8944d-52a2-4250-a5e0-5248cf5c4ed3</MessageID>
</soap:Header>
<soap:Body>
<ns3:Transmit xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CA4040C1D871101F9A34E3BCDE23479BA2D076270E824B08E084292EF3D537629B500</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>8C2080001D871101CD29C0F983F4AF905035817FC519FCA38E085A52FDE6EBCB0EC400</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0C2241A41D871101E9CC2AF91F26EE6F7BD587757077E9568E08B12EA79EAF9435BD00</ns3:InputAPDU>
<ns3:AcceptableStatusCode>9000</ns3:AcceptableStatusCode>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0C86000000014287820131011B6686EBBBB4C8C583CB86835CAA258174EEA42DE226F7F1AA52D0B485F0653BF6E473EE34E1D75621EF43E4F81DF4683BD79AE09E4EE7BF3C63D7C33E83C3B9F73A0D44CA23FF4009421495416E18804AF3E95B9042B15CFA8A5E78330628D1BD2FAE61348709619906D4256F9FA618E5FC8F86277850307BF39688C431DF3C2FD318954B1889E717E1946648CD4DF77B4E75E738AE2295EC1ECCC92991F8F278A970B083EE4BD46DF4DA3B0DEA7E7FE178982C5A41FE86743225A9D495BACFBE85F5098A2492B68C68BF8410537221FEC0C777C27E4B1C0AADD93AFE9A6943B9DA160A269251B2C1B90C912A9118A8EAFD404D39659D22391208C70DC6B29E3B4DE8E9D9C2F21E4E3228F6B721CAAD580E68A1809CC70EE8C0C18E13C7A017D08ACF8EB385BA22DC93C5C98A4C53CB9701248E08FA5B7A311B808B9C0000</ns3:InputAPDU>
<ns3:AcceptableStatusCode>9000</ns3:AcceptableStatusCode>
</ns3:InputAPDUInfo>
</ns3:Transmit>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:26,524+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:224 - Message received:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514887" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:ad28cf4d-38b4-421f-943a-5a9e53f605c9</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:8ee8944d-52a2-4250-a5e0-5248cf5c4ed3</MessageID>
</soap:Header>
<soap:Body>
<ns3:Transmit xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CA4040C1D871101F9A34E3BCDE23479BA2D076270E824B08E084292EF3D537629B500</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>8C2080001D871101CD29C0F983F4AF905035817FC519FCA38E085A52FDE6EBCB0EC400</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0C2241A41D871101E9CC2AF91F26EE6F7BD587757077E9568E08B12EA79EAF9435BD00</ns3:InputAPDU>
<ns3:AcceptableStatusCode>9000</ns3:AcceptableStatusCode>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0C86000000014287820131011B6686EBBBB4C8C583CB86835CAA258174EEA42DE226F7F1AA52D0B485F0653BF6E473EE34E1D75621EF43E4F81DF4683BD79AE09E4EE7BF3C63D7C33E83C3B9F73A0D44CA23FF4009421495416E18804AF3E95B9042B15CFA8A5E78330628D1BD2FAE61348709619906D4256F9FA618E5FC8F86277850307BF39688C431DF3C2FD318954B1889E717E1946648CD4DF77B4E75E738AE2295EC1ECCC92991F8F278A970B083EE4BD46DF4DA3B0DEA7E7FE178982C5A41FE86743225A9D495BACFBE85F5098A2492B68C68BF8410537221FEC0C777C27E4B1C0AADD93AFE9A6943B9DA160A269251B2C1B90C912A9118A8EAFD404D39659D22391208C70DC6B29E3B4DE8E9D9C2F21E4E3228F6B721CAAD580E68A1809CC70EE8C0C18E13C7A017D08ACF8EB385BA22DC93C5C98A4C53CB9701248E08FA5B7A311B808B9C0000</ns3:InputAPDU>
<ns3:AcceptableStatusCode>9000</ns3:AcceptableStatusCode>
</ns3:InputAPDUInfo>
</ns3:Transmit>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:26,525+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:26,528+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:26,528+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,528+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,528+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:26,528+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CA4040C1D871101F9A34E3BCDE23479BA2D076270E824B08E084292EF3D537629B500
2019-02-06 12:13:26,552+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E08B6579A02D7BE67039000
2019-02-06 12:13:26,552+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 8C2080001D871101CD29C0F983F4AF905035817FC519FCA38E085A52FDE6EBCB0EC400
2019-02-06 12:13:26,576+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E082F6169B89B4FC7CD9000
2019-02-06 12:13:26,576+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C2241A41D871101E9CC2AF91F26EE6F7BD587757077E9568E08B12EA79EAF9435BD00
2019-02-06 12:13:26,626+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 990290008E08BD00AAE1726B5E339000
2019-02-06 12:13:26,628+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0C86000000014287820131011B6686EBBBB4C8C583CB86835CAA258174EEA42DE226F7F1AA52D0B485F0653BF6E473EE34E1D75621EF43E4F81DF4683BD79AE09E4EE7BF3C63D7C33E83C3B9F73A0D44CA23FF4009421495416E18804AF3E95B9042B15CFA8A5E78330628D1BD2FAE61348709619906D4256F9FA618E5FC8F86277850307BF39688C431DF3C2FD318954B1889E717E1946648CD4DF77B4E75E738AE2295EC1ECCC92991F8F278A970B083EE4BD46DF4DA3B0DEA7E7FE178982C5A41FE86743225A9D495BACFBE85F5098A2492B68C68BF8410537221FEC0C777C27E4B1C0AADD93AFE9A6943B9DA160A269251B2C1B90C912A9118A8EAFD404D39659D22391208C70DC6B29E3B4DE8E9D9C2F21E4E3228F6B721CAAD580E68A1809CC70EE8C0C18E13C7A017D08ACF8EB385BA22DC93C5C98A4C53CB9701248E08FA5B7A311B808B9C0000
2019-02-06 12:13:26,779+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 873101159C51DD62C3FAC2DAB1CDD19AF7FE3D971578D4A292AC9680303B2521D01F8B9119714F606FF2EAD0BBA9C378A0234F990290008E08196F795B2F80DA449000
2019-02-06 12:13:26,785+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:26,785+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:26,785+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:26,785+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request (before adding content):
POST /ecardpaos/paosreceiver HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: prodpaos.governikus-eid.de:443
PAOS: ver="urn:liberty:paos:2006-08" ;"urn:iso:std:iso-iec:24727:tech:schema:Transmit";"http://www.bsi.bund.de/ecard/api/1.0#InitializeFramework";"urn:iso:std:iso-iec:24727:tech:schema:StartSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationEndSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceDescribe";"urn:iso:std:iso-iec:24727:tech:schema:DataSetList";"urn:iso:std:iso-iec:24727:tech:schema:DataSetSelect";"urn:iso:std:iso-iec:24727:tech:schema:DSIList";"urn:iso:std:iso-iec:24727:tech:schema:DSIWrite";"urn:iso:std:iso-iec:24727:tech:schema:DSIRead";"urn:iso:std:iso-iec:24727:tech:schema:Encipher";"urn:iso:std:iso-iec:24727:tech:schema:Decipher";"urn:iso:std:iso-iec:24727:tech:schema:GetRandom";"urn:iso:std:iso-iec:24727:tech:schema:Sign";"urn:iso:std:iso-iec:24727:tech:schema:VerifySignature";"urn:iso:std:iso-iec:24727:tech:schema:VerifyCertificate";"urn:iso:std:iso-iec:24727:tech:schema:DIDList";"urn:iso:std:iso-iec:24727:tech:schema:DIDGet";"urn:iso:std:iso-iec:24727:tech:schema:DIDAuthenticate";"urn:iso:std:iso-iec:24727:tech:schema:ACLList";"urn:iso:std:iso-iec:24727:tech:schema:Hash"
Accept: text/xml, application/xml, application/vnd.paos+xml

2019-02-06 12:13:26,786+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
<PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
<Version>urn:liberty:paos:2006-08</Version>
<EndpointReference>
<Address>http://www.projectliberty.org/2006/01/role/paos&lt;/Address>
<MetaData>
<ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand&lt;/ServiceType>
</MetaData>
</EndpointReference>
</PAOS>
<ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
<Address>http://www.projectliberty.org/2006/02/role/paos&lt;/Address>
</ReplyTo>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:8ee8944d-52a2-4250-a5e0-5248cf5c4ed3</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:306aa81f-8e7b-473b-a90f-654a044fcfe6</MessageID>
</Header>
<Body>
<ns3:TransmitResponse xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" xmlns:ns9="http://uri.etsi.org/01903/v1.3.2#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<Result>
<ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ResultMajor>
</Result>
<ns3:OutputAPDU>990290008E08B6579A02D7BE67039000</ns3:OutputAPDU>
<ns3:OutputAPDU>990290008E082F6169B89B4FC7CD9000</ns3:OutputAPDU>
<ns3:OutputAPDU>990290008E08BD00AAE1726B5E339000</ns3:OutputAPDU>
<ns3:OutputAPDU>873101159C51DD62C3FAC2DAB1CDD19AF7FE3D971578D4A292AC9680303B2521D01F8B9119714F606FF2EAD0BBA9C378A0234F990290008E08196F795B2F80DA449000</ns3:OutputAPDU>
</ns3:TransmitResponse>
</Body>
</Envelope>

2019-02-06 12:13:26,786+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 12:13:27,084+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 12:13:27,084+01 [PAOS] WARN org.openecard.transport.paos.PAOS:495 - The PAOS endpoint sent the http status code 200 which does not conform to the PAOS specification. (See section 9.4 Processing Rules of the PAOS Specification)
2019-02-06 12:13:27,084+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Content-Type: application/vnd.paos+xml
Content-Length: 1279
Date: Wed, 06 Feb 2019 11:13:18 GMT

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514888" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:306aa81f-8e7b-473b-a90f-654a044fcfe6</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:c4c571ed-dcb4-4bcc-9d6a-589cc6e53e09</MessageID>
</soap:Header>
<soap:Body>
<ns3:Transmit xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0840000000E970200008E08F978D523ECAB762A0000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0850000000E970200008E0885F9251A1CEFD21F0000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0870000000E970200008E0849061573869022800000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
</ns3:Transmit>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:27,087+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:224 - Message received:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514888" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:306aa81f-8e7b-473b-a90f-654a044fcfe6</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:c4c571ed-dcb4-4bcc-9d6a-589cc6e53e09</MessageID>
</soap:Header>
<soap:Body>
<ns3:Transmit xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns3:SlotHandle>A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F</ns3:SlotHandle>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0840000000E970200008E08F978D523ECAB762A0000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0850000000E970200008E0885F9251A1CEFD21F0000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
<ns3:InputAPDUInfo>
<ns3:InputAPDU>0CB0870000000E970200008E0849061573869022800000</ns3:InputAPDU>
</ns3:InputAPDUInfo>
</ns3:Transmit>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:27,088+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,089+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,089+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,089+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,089+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,089+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0840000000E970200008E08F978D523ECAB762A0000
2019-02-06 12:13:27,118+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 87210142A3EA91016157CA2FCAFBA580E1596725E420BC8D9C0E4BA53DFBE28FB500EB990290008E08E07CA93CB6F6F55B9000
2019-02-06 12:13:27,118+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0850000000E970200008E0885F9251A1CEFD21F0000
2019-02-06 12:13:27,143+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 8711016B58C03795688563F0461657B9936C7D990290008E0805E0694D41C945C29000
2019-02-06 12:13:27,144+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 0CB0870000000E970200008E0849061573869022800000
2019-02-06 12:13:27,172+01 [PAOS] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 87110191E1F3BF34E4E23D084F126DF5C11A80990290008E08B19870C9C20D6F999000
2019-02-06 12:13:27,179+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,179+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,180+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,180+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:81 - HTTP Request (before adding content):
POST /ecardpaos/paosreceiver HTTP/1.1
Connection: keep-alive
User-Agent: Open eCard App/1.3.0
Host: prodpaos.governikus-eid.de:443
PAOS: ver="urn:liberty:paos:2006-08" ;"urn:iso:std:iso-iec:24727:tech:schema:Transmit";"http://www.bsi.bund.de/ecard/api/1.0#InitializeFramework";"urn:iso:std:iso-iec:24727:tech:schema:StartSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationEndSession";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceList";"urn:iso:std:iso-iec:24727:tech:schema:CardApplicationServiceDescribe";"urn:iso:std:iso-iec:24727:tech:schema:DataSetList";"urn:iso:std:iso-iec:24727:tech:schema:DataSetSelect";"urn:iso:std:iso-iec:24727:tech:schema:DSIList";"urn:iso:std:iso-iec:24727:tech:schema:DSIWrite";"urn:iso:std:iso-iec:24727:tech:schema:DSIRead";"urn:iso:std:iso-iec:24727:tech:schema:Encipher";"urn:iso:std:iso-iec:24727:tech:schema:Decipher";"urn:iso:std:iso-iec:24727:tech:schema:GetRandom";"urn:iso:std:iso-iec:24727:tech:schema:Sign";"urn:iso:std:iso-iec:24727:tech:schema:VerifySignature";"urn:iso:std:iso-iec:24727:tech:schema:VerifyCertificate";"urn:iso:std:iso-iec:24727:tech:schema:DIDList";"urn:iso:std:iso-iec:24727:tech:schema:DIDGet";"urn:iso:std:iso-iec:24727:tech:schema:DIDAuthenticate";"urn:iso:std:iso-iec:24727:tech:schema:ACLList";"urn:iso:std:iso-iec:24727:tech:schema:Hash"
Accept: text/xml, application/xml, application/vnd.paos+xml

2019-02-06 12:13:27,183+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
<PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
<Version>urn:liberty:paos:2006-08</Version>
<EndpointReference>
<Address>http://www.projectliberty.org/2006/01/role/paos&lt;/Address>
<MetaData>
<ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand&lt;/ServiceType>
</MetaData>
</EndpointReference>
</PAOS>
<ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
<Address>http://www.projectliberty.org/2006/02/role/paos&lt;/Address>
</ReplyTo>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:c4c571ed-dcb4-4bcc-9d6a-589cc6e53e09</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:517df30b-7073-42f6-9647-c5d287425d48</MessageID>
</Header>
<Body>
<ns3:TransmitResponse xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" xmlns:ns9="http://uri.etsi.org/01903/v1.3.2#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<Result>
<ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ResultMajor>
</Result>
<ns3:OutputAPDU>87210142A3EA91016157CA2FCAFBA580E1596725E420BC8D9C0E4BA53DFBE28FB500EB990290008E08E07CA93CB6F6F55B9000</ns3:OutputAPDU>
<ns3:OutputAPDU>8711016B58C03795688563F0461657B9936C7D990290008E0805E0694D41C945C29000</ns3:OutputAPDU>
<ns3:OutputAPDU>87110191E1F3BF34E4E23D084F126DF5C11A80990290008E08B19870C9C20D6F999000</ns3:OutputAPDU>
</ns3:TransmitResponse>
</Body>
</Envelope>

2019-02-06 12:13:27,184+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 12:13:27,473+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 12:13:27,473+01 [PAOS] WARN org.openecard.transport.paos.PAOS:495 - The PAOS endpoint sent the http status code 200 which does not conform to the PAOS specification. (See section 9.4 Processing Rules of the PAOS Specification)
2019-02-06 12:13:27,474+01 [PAOS] DEBUG o.o.transport.httpcore.HttpUtils:112 - HTTP Response:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Security-Policy: default-src 'self'
Content-Type: application/vnd.paos+xml
Content-Length: 926
Date: Wed, 06 Feb 2019 11:13:18 GMT

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514889" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:517df30b-7073-42f6-9647-c5d287425d48</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:4bfa72be-f5f1-483c-859b-e3ffd85495d9</MessageID>
</soap:Header>
<soap:Body>
<ns3:StartPAOSResponse xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns2:Result>
<ns2:ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ns2:ResultMajor>
</ns2:Result>
</ns3:StartPAOSResponse>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:27,476+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:224 - Message received:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<sb:Correlation xmlns:sb="http://urn:liberty:sb:2003-08" messageID="Id514889" refToMessageID="a16c727d-08ba-4728-aac0-72c1484fe39b"/>
<RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:517df30b-7073-42f6-9647-c5d287425d48</RelatesTo>
<MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:4bfa72be-f5f1-483c-859b-e3ffd85495d9</MessageID>
</soap:Header>
<soap:Body>
<ns3:StartPAOSResponse xmlns:ns2="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">
<ns2:Result>
<ns2:ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok&lt;/ns2:ResultMajor>
</ns2:Result>
</ns3:StartPAOSResponse>
</soap:Body>
</soap:Envelope>

2019-02-06 12:13:27,476+01 [PAOS] WARN org.openecard.transport.paos.PAOS:233 - Received message without Profile attribute, adding one for proper validation.
2019-02-06 12:13:27,478+01 [PAOS] INFO o.o.c.tls.ClientCertPSKTlsClient:239 - TLS warning sent.
2019-02-06 12:13:27,478+01 [PAOS] INFO o.o.c.tls.ClientCertPSKTlsClient:241 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:13:27,479+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:125 - Found ConnectionHandle in object of type CardApplicationDisconnect.
2019-02-06 12:13:27,482+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,483+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,483+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,483+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.CardApplicationDisconnect
2019-02-06 12:13:27,484+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:135 - Removing CardStateEntries for slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F.
2019-02-06 12:13:27,484+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
SlotHandle: A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F
2019-02-06 12:13:27,484+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=false.
2019-02-06 12:13:27,485+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:13:27,486+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:13:27,486+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:180 - Removing entry for slot=A9B18A11D4363D093E602F6FD272D454CE284F6307A0410F.
2019-02-06 12:13:27,487+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:13:27,487+01 [PAOS] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:13:27,487+01 [PAOS] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:13:27,488+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:13:27,491+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,491+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,491+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,492+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:13:27,556+01 [PAOS] INFO o.o.i.s.wrapper.SingleThreadChannel:139 - Card connected with protocol T=1.
2019-02-06 12:13:27,557+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:13:27,557+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,557+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_REMOVED
2019-02-06 12:13:27,557+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_REMOVED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,558+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:13:27,558+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:394 - RecognitionInfo: null
2019-02-06 12:13:27,558+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:13:27,558+01 [PAOS] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type GetIFDCapabilities.
2019-02-06 12:13:27,558+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:75 - Remove ConnectionHandle from SAL.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:13:27,559+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:114 - Removing CardStateEntries based on connection handle.
ConnectionHandle:
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
2019-02-06 12:13:27,559+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:160 - Internal removeEntry function called with removeSlotHandles=true.
2019-02-06 12:13:27,559+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:165 - Removing entry from session map for channel session=G5LOsNmhRCBo3UkyQoN-2w.
2019-02-06 12:13:27,559+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:168 - Removing entry from context map for ctx=9E4322E48C29E95C7849227468919679.
2019-02-06 12:13:27,560+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:172 - Removing all entries for SlotHandles.
2019-02-06 12:13:27,560+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:184 - Removing all protocol instances.
2019-02-06 12:13:27,560+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateEntry:172 - Removing 0 protocols from card state entry.
2019-02-06 12:13:27,560+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:187 - Removing entry from allEntries set.
2019-02-06 12:13:27,562+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,562+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,562+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,562+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.GetIFDCapabilities
2019-02-06 12:13:27,562+01 [PAOS] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:13:27,564+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,564+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,564+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,564+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:13:27,564+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,564+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_INSERTED
2019-02-06 12:13:27,565+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_INSERTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,565+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:13:27,565+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/unknown, 3B8780018031B8738401E019
2019-02-06 12:13:27,565+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:13:27,565+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:132 - Found ContextHandle in object of type Connect.
2019-02-06 12:13:27,566+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,566+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,566+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,566+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Connect
2019-02-06 12:13:27,566+01 [Recoginiton-3] WARN o.o.ifd.scio.wrapper.ChannelManager:87 - Terminal 'REINER SCT cyberJack RFID basis 00 00' is already connected.
2019-02-06 12:13:27,566+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,566+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,566+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,570+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,570+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,570+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,570+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type BeginTransaction.
2019-02-06 12:13:27,571+01 [PAOS] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,571+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,571+01 [PAOS] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,571+01 [Thread-9] INFO o.o.binding.tctoken.ResourceContext:207 - Trying to load resource from: https://pgp.governikus.de/pgp/EIDReceiver?refID=84dcd582-7660-4c67-8411-b6fd0495b422
2019-02-06 12:13:27,571+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:133 - Selecting proxy: DIRECT
2019-02-06 12:13:27,571+01 [Thread-9] DEBUG o.o.crypto.tls.proxy.ProxySettings:168 - Using proxy (DIRECT) to obtain socket.
2019-02-06 12:13:27,571+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,571+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,571+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,571+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.BeginTransaction
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,573+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:13:27,586+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:244 - Performing TLS handshake.
2019-02-06 12:13:27,604+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,606+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,606+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,606+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,606+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,607+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,607+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,607+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,607+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,607+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C020003
2019-02-06 12:13:27,612+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:13:27,614+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,614+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,614+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,614+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,615+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,615+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,615+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,615+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,616+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:13:27,622+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,625+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,625+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,625+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,625+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,627+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,627+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,627+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,627+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,627+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:13:27,629+01 [Thread-9] DEBUG o.o.c.tls.verify.HostnameVerifier:126 - Comparing connection hostname against certificate hostname: [pgp.governikus.de] [pgp.governikus.de]
2019-02-06 12:13:27,634+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,638+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,639+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,639+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,639+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,641+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,642+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,642+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,642+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,642+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20404FF
2019-02-06 12:13:27,646+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:13:27,650+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,650+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,650+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,651+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,652+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,652+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,652+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,653+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,653+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:13:27,660+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,663+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,663+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,663+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,663+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,665+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,665+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,665+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,665+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,665+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:13:27,672+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,675+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,675+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,676+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,676+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,677+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,677+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,677+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,677+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,678+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B20304FF
2019-02-06 12:13:27,682+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6D00
2019-02-06 12:13:27,685+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,685+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,685+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,685+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,687+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,687+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,687+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,687+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,688+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FF04573744549442076657220312E30
2019-02-06 12:13:27,699+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:13:27,703+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,703+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,703+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,704+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,706+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,707+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,707+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,707+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,707+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4040C0FD23300000045737445494420763335
2019-02-06 12:13:27,709+01 [Thread-9] DEBUG o.o.binding.tctoken.ResourceContext:246 - TLS handshake performed.
2019-02-06 12:13:27,709+01 [Thread-9] INFO o.o.common.util.TR03112Utils:107 - Checking certificate hash of https://pgp.governikus.de against list of communication certificates.
2019-02-06 12:13:27,710+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:115 - Hash of the retrieved server certificate: E275D8B7D873610D634ACDBD0F598C142A9F59F9EA58CBDF53B4122BAB140513
2019-02-06 12:13:27,710+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: A30A9A4617DC153926F731064043BBA624B0CDD3B458ED8723C1CDA33F1FFDD7
2019-02-06 12:13:27,710+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: AB9FCE5DA4BA24D0B2664450FCCED618F68FE9CBCDC4EE6E0BB0C59BD2AA86B6
2019-02-06 12:13:27,711+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:120 - CommCertificate: E275D8B7D873610D634ACDBD0F598C142A9F59F9EA58CBDF53B4122BAB140513
2019-02-06 12:13:27,711+01 [Thread-9] DEBUG o.o.common.util.TR03112Utils:61 - Checking SOP for https://pgp.governikus.de/pgp/EIDReceiver?refID=84dcd582-7660-4c67-8411-b6fd0495b422 and https://pgp.governikus.de.
2019-02-06 12:13:27,711+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:298 - TLS warning sent.
2019-02-06 12:13:27,711+01 [Thread-9] INFO o.o.c.t.ClientCertDefaultTlsClient:300 - TLS: Close [close_notify=0] --> Connection closed
2019-02-06 12:13:27,711+01 [Thread-9] DEBUG o.o.binding.tctoken.TCTokenHandler:481 - Setting redirect address to 'https://pgp.governikus.de/pgp/EIDReceiver?refID=84dcd582-7660-4c67-8411-b6fd0495b422'.
2019-02-06 12:13:27,712+01 [Thread-9] DEBUG org.openecard.common.DynamicContext:96 - Removing DynamicContext which contains 1 map entries.
2019-02-06 12:13:27,712+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:211 - Recieved BindingResult with ResultCode REDIRECT
2019-02-06 12:13:27,713+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:200 - BindingResult contains no body.
2019-02-06 12:13:27,713+01 [Thread-9] DEBUG o.o.c.b.h.h.HttpAppPluginActionHandler:131 - HTTP response: HTTP/1.1 303 [Location: https://pgp.governikus.de/pgp/EIDReceiver?ResultMajor=ok&refID=84dcd582-7660-4c67-8411-b6fd0495b422]
2019-02-06 12:13:27,717+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 6A82
2019-02-06 12:13:27,722+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,722+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,722+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,723+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,725+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,725+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,726+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,726+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,726+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4000C023F00
2019-02-06 12:13:27,734+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,743+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,743+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,743+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,743+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,745+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,745+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,745+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,746+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,746+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00A4020C022F00
2019-02-06 12:13:27,755+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 9000
2019-02-06 12:13:27,760+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,760+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,760+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,760+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Transmit.
2019-02-06 12:13:27,762+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,762+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,762+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,762+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Transmit
2019-02-06 12:13:27,762+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:251 - Send APDU: 00B00000FF
2019-02-06 12:13:27,773+01 [Recoginiton-3] DEBUG o.o.i.s.wrapper.SingleThreadChannel:254 - Receive APDU: 61324F0FE828BD080FA000000167455349474E500F434941207A752044462E655369676E5100730C4F0AA000000167455349474E61094F07A0000002471001610B4F09E80704007F00070302610C4F0AA000000167455349474E6282
2019-02-06 12:13:27,775+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,775+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,775+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,776+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type EndTransaction.
2019-02-06 12:13:27,776+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,776+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,776+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,776+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.EndTransaction
2019-02-06 12:13:27,786+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.common.util.HandlerUtils:145 - Found SlotHandle in object of type Disconnect.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:105 - Sending API_CALL_STARTED event.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_STARTED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,787+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:114 - Delivering message of type: iso.std.iso_iec._24727.tech.schema.Disconnect
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.t.dispatcher.MessageDispatcher:122 - Sending API_CALL_FINISHED event.
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification API_CALL_FINISHED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG org.openecard.ifd.event.Recognizer:60 - Found a recognized card event (REINER SCT cyberJack RFID basis 00 00).
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.richclient.gui.Status@443118b0.
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,789+01 [Recoginiton-3] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification CARD_RECOGNIZED to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,789+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:378 - Event: CARD_RECOGNIZED
2019-02-06 12:13:27,789+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:388 - ConnectionHandle: ifd=REINER SCT cyberJack RFID basis 00 00, slot=null, ctx=9E4322E48C29E95C7849227468919679
2019-02-06 12:13:27,789+01 [Dispatcher Event 2] INFO o.o.c.sal.state.SALStateCallback:63 - Add ConnectionHandle to SAL:
ConnectionHandle:
Session: G5LOsNmhRCBo3UkyQoN-2w
ContextHandle: 9E4322E48C29E95C7849227468919679
IFDName: REINER SCT cyberJack RFID basis 00 00 SlotIndex: 0
CardType: http://bsi.bund.de/cif/npa.xml
2019-02-06 12:13:27,789+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:392 - RecognitionInfo: http://bsi.bund.de/cif/npa.xml, null
2019-02-06 12:13:27,789+01 [Dispatcher Event 0] DEBUG org.openecard.richclient.gui.Status:420 - Event sent has responsibility=true for this card.
2019-02-06 12:13:27,789+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:185 - Looking up responsible SAL for handle with, ctx=9E4322E48C29E95C7849227468919679, slot=null
2019-02-06 12:13:27,790+01 [Dispatcher Event 2] DEBUG org.openecard.sal.SelectorSAL:193 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:13:27,790+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:13:27,790+01 [Dispatcher Event 0] DEBUG org.openecard.sal.SelectorSAL:205 - Requesting CIF from CIF-Repo for type=http://bsi.bund.de/cif/npa.xml.
2019-02-06 12:13:27,790+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:131 - Requesting CIFs with GetCardInfoOrACD call.
2019-02-06 12:13:27,797+01 [Dispatcher Event 2] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.
2019-02-06 12:13:27,797+01 [Dispatcher Event 2] DEBUG o.o.common.sal.state.CardStateMap:94 - Add new entry to card states: CardStateEntry@6 {
handle= ConnectionHandle {
ctx=9E4322E48C29E95C7849227468919679
ifd=REINER SCT cyberJack RFID basis 00 00
idx=0
slot=null
app=3F00
Recognition {
typ=http://bsi.bund.de/cif/npa.xml
ident=null
}
}
}
2019-02-06 12:13:27,797+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.addon.EventHandler@221af3c0.
2019-02-06 12:13:27,797+01 [Dispatcher Event 2] DEBUG o.o.c.event.EventDispatcherImpl:140 - Sending event notification RECOGNIZED_CARD_ACTIVE to EventCallback org.openecard.common.sal.state.SALStateCallback@1d7acb34.
2019-02-06 12:13:27,804+01 [Dispatcher Event 0] DEBUG o.o.r.staticrepo.LocalCifRepo:172 - Returning CIFs from GetCardInfoOrACD call.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

PS: Das wirklich merkwürdige ist, dass es gestern Vormittag noch funktionierte. Am Nachmittag fing es an, da ging es im Google Chrome nicht, dann hab ich Chromium probiert, da ging es zuerst noch. Im Firefox ging es nicht, nach einem Neustart ging es dann mal wieder und später dann ging es in keinem Browser mehr.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Anonymous about 5 years ago

Hallo,
könnten sie uns bitte die Version der eingesetzten Open eCard App mitteilen?
Bitte beim nächsten Mal Logfiles als Datei anhängen, damit wir diese in diese ausserhalb des Forums auswerten können.
Danke und VG
Stefan

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo Stefan,

die Version ist die 1.3.0

OK ich häng das Logfile an. Da ist jetzt noch ein Versuch bei Web.de (De-Mail) dabei.

Danke für die Mühe!

Viele Grüße
Ralf

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Anonymous about 5 years ago

Hallo,
könnten sie bitte noch einmal eine Authentisierung beim kba machen und das Logfile zur Verfügung stellen?
Bei uns funktioniert es unter Debian und Windows im Moment.
VG Stefan

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo Stefan,

hier nochmal ein Test beim KBA und ein ganz neues Logfile (hab das alte umbenannt)

Außerdem ist zeigt er jetzt im Browser etwas anderes an als vorhin, deshalb auch noch ein Sceenshot.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo Stefan,

ich hab jetzt nochmal bei Governikus einen PGP Schlüssel signiert. Das klappt einwandfrei! Ich hab dafür ein extra Logfile anlegen lassen. Soll ich das anhängen oder hilft das nicht?

Viele Grüße
Ralf

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Tobias Wich about 5 years ago

Hallo Ralf,

der Fehler aus dem letzten log ist ein Anderer als bei den früheren Versuchen. Er scheint Chrome spezifisch zu sein und ist auf eine zu strenge Auslegung der Spezifikation zurückzuführen. Durch eine Verhaltensänderung in der aktuellen Chrome Version fällt das nun auf. In der nächsten Version wird das behoben sein.

Vorerst kann man den Fehler umgehen indem man die Seite einfach neu lädt wenn der Fehler angezeigt wird. Dadurch wird der Origin Header im Request nicht gesetzt, der für das abweisen des Requests verantwortlich ist.

Also bitte nochmal schauen ob es dann weiter geht.

VG
Tobias

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo Tobias,

ich hab das Ganze jetzt nochmal im Firefox probiert und hab dazu ein komplett neues Browserprofil angelegt. Leider funktioniert es trotzdem nicht. Ich hab aber auch hier ein komplett neues Logfile angelegt. Ich häng das mal an und einen Screenshot.

Das Problem hat gestern angefangen, ohne dass es dazwischen Browserupdates gab.

Viele Grüße
Ralf

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Tobias Wich about 5 years ago

Die logs liefern jedes mal einen anderen Fehler.

Bisher hatten wir diverse Abbrüche der TLS Verbindung durch den Server und im letzten log, nach dem senden einer auf den ersten Blick gültigen Nachricht an den eID-Server, ein Abbruch nach empfangenem HTTP Fehlercode 500 vom Server.

2019-02-06 17:17:25,348+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:268 - Message sent:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
  <Header>
    <PAOS xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" ns0:actor="http://schemas.xmlsoap.org/soap/actor/next" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" ns1:mustUnderstand="1" xmlns="urn:liberty:paos:2006-08">
      <Version>urn:liberty:paos:2006-08</Version>
      <EndpointReference>
        <Address>http://www.projectliberty.org/2006/01/role/paos</Address>
        <MetaData>
          <ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand</ServiceType>
        </MetaData>
      </EndpointReference>
    </PAOS>
    <ReplyTo xmlns="http://www.w3.org/2005/03/addressing">
      <Address>http://www.projectliberty.org/2006/02/role/paos</Address>
    </ReplyTo>
    <RelatesTo xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:efb4a3fb-f163-471c-bc1b-aab77fc444b1</RelatesTo>
    <MessageID xmlns="http://www.w3.org/2005/03/addressing">urn:uuid:9692422f-03de-47e5-8e1e-1b5964b25907</MessageID>
  </Header>
  <Body>
    <ns3:TransmitResponse xmlns="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ns10="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ns11="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns12="http://www.w3.org/2001/04/xmlenc#" xmlns:ns13="http://ws.openecard.org/schema" xmlns:ns14="http://www.w3.org/2001/04/xmldsig-more#" xmlns:ns15="http://www.w3.org/2007/05/xmldsig-more#" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="urn:iso:std:iso-iec:24727:tech:schema" xmlns:ns4="http://www.bsi.bund.de/ecard/api/1.1" xmlns:ns5="http://uri.etsi.org/02231/v3.1.2#" xmlns:ns6="http://www.w3.org/2009/xmlenc11#" xmlns:ns7="http://www.setcce.org/schemas/ers" xmlns:ns8="http://uri.etsi.org/01903/v1.3.2#" xmlns:ns9="urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#" Profile="http://www.bsi.bund.de/ecard/api/1.1">
      <Result>
        <ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok</ResultMajor>
      </Result>
      <ns3:OutputAPDU>990290008E082512EA8CA80471B49000</ns3:OutputAPDU>
      <ns3:OutputAPDU>990290008E089837369BC74C0E309000</ns3:OutputAPDU>
      <ns3:OutputAPDU>990290008E089B71D47B22D2D7E89000</ns3:OutputAPDU>
      <ns3:OutputAPDU>873101D4B87E27D481C74BB746B4FEF8327176286E8257511660A7993A1ABCF1FA10F320E5007701430680271419BF80FB5A54990290008E08C16E88BF3CCD8DB29000</ns3:OutputAPDU>
      <ns3:OutputAPDU>990290008E0878ED08612F9E8CA19000</ns3:OutputAPDU>
      <ns3:OutputAPDU>873101E236EDE484A8600B790F6048387205E95F7A1B428B93DDDD04ECA88ABECDF021192A024FB4FEA33D4913948A4C354DF9990290008E08C08E60AC1BF060F49000</ns3:OutputAPDU>
    </ns3:TransmitResponse>
  </Body>
</Envelope>

2019-02-06 17:17:25,348+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:363 - Sending HTTP request.
2019-02-06 17:17:35,419+01 [PAOS] DEBUG org.openecard.transport.paos.PAOS:365 - HTTP response received.
2019-02-06 17:17:35,423+01 [PAOS] INFO  o.o.c.tls.ClientCertPSKTlsClient:239 - TLS warning sent.
2019-02-06 17:17:35,424+01 [PAOS] INFO  o.o.c.tls.ClientCertPSKTlsClient:241 - TLS(WARN): Close [close_notify=0] --> Connection closed

ein Stück weiter unten dann die Ursache.

Caused by: org.openecard.transport.paos.PAOSConnectionException: Invalid http status code 500 received from the PAOS endpoint.
    at org.openecard.transport.paos.PAOS.checkHTTPStatusCode(PAOS.java:491)
    at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:369)

Dummerweise wird bei einem 500 der Response Content nicht gelesen. Das könnte man mal umstellen und hoffen, dies wieder auftritt.

Unabhängig davon sieht es in den beiden Fällen stark danach aus, dass der Server nicht ganz rund läuft. Verhalten sich andere Rechner ähnlich und wenn möglich, wie sieht es aus einem anderen Netzwerk (Mobile Hotspot?) aus? Welche Dienste machen jetzt noch Probleme? web.de und gpg scheint ja zu gehen.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Also bei web.de hat es eigentlich auch nicht funktioniert, das kann aber eine andere Ursache haben, weil ich die Identitätsprüfung damals nicht mit dem Ausweis gemacht hab. Fehler siehe Screenshot.

Sonst funktioniert außer Governikus nichts was ich kenne und testen kann.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

So, ich hab jetzt was getestet, ich hab meinen Rechner hier im Heimnetzwerk mit einem extra Router verbunden (OpenWRT) und der hängt dann am Speedport. Ich hab den Rechner jetzt mal direkt an den Speedport gehängt und da geht es mit Firefox und Chromium, aber nicht im Chrome. Merkwürdigerweise ging es danach auch wieder am TP-Link Router.

Ich verstehe das nicht, das ist sehr merkwürdig.

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Ralf Dingeldey about 5 years ago

Hallo,

allem Anschein nach liegt das Problem irgendwo bei mir im Heimnetzwerk und nicht an der Software, abgesehen von dem Problem mit Chrome.

Ich möchte mich deshalb sehr für Eure Mühe bedanken und sorry für unnötige Umstände!!

Viele Grüße
Ralf

RE: Die Authentifizierung ist fehlgeschlagen - Es konnte keine Verbindung zum eID-Server aufgebaut werden - Added by Marco Heins almost 5 years ago

Hallo,

ich habe das gleiche Problem mit Version 1.3.0 bei Governikus PGP mit cyberJack standard unter Ubuntu 18.04 hinter einer FRITZ!Box Cable allen verfügbaren Browsern (Firefox / Chromium).

EDIT: Bei Deutsche Rentenversicherung auch Abbruch.

    (1-15/15)