Bug #399
closedNo error message in case of attached eID server and an connection close on the eID server side
0%
Description
If the attached eID servers closes the connection an reestablishment is forbidden so we need to communicate this to the user.
There seems to be an unhandled NullPointerException in the activation action.
2015-07-03 10:33:15,982 [Thread-36] ERROR o.openecard.binding.tctoken.ActivationAction:408 - null
java.lang.NullPointerException: null
at org.openecard.binding.tctoken.TCTokenHandler.createMessageFromUnknownError(TCTokenHandler.java:563) ~[richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:358) ~[richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.binding.tctoken.ActivationAction.processTcTokenOrActivationObject(ActivationAction.java:376) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.binding.tctoken.ActivationAction.processRequest(ActivationAction.java:244) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.binding.tctoken.ActivationAction.checkRequestParameters(ActivationAction.java:224) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.binding.tctoken.ActivationAction.execute(ActivationAction.java:111) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:111) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:436) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:341) [richclient-1.1.0-rc17-bundle-cifs.jar:na]
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:131) [richclient-1.1.0-rc17-bundle-cifs.jar:na]