Ich versuche einen Sparkassen Zugang anzulegen.
Die Tan soll per Console abgefragt werden, was aber nicht passiert...
Dabei passiert immer folgendes... Was kann ich machen oder lassen ???
Danke!!
Die Tan soll per Console abgefragt werden, was aber nicht passiert...
Dabei passiert immer folgendes... Was kann ich machen oder lassen ???
Danke!!
Code
Sie möchten sich "auf einem neuen Gerät anmelden"? Gehen Sie wie folgt vor: Stecken Sie Ihre Karte in den TAN-Generator und drücken Sie die Taste "TAN". Geben Sie den "Startcode 80062946" ein und bestätigen Sie mit der Taste "OK".: [Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.HBCICallbackServer.callback] sending TAN message
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.HBCICallbackServer.getTAN] sending TAN message, type NORMAL
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage] searching for according pin/tan config
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage] loading TAN handler for C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt
[Fri Dec 13 12:35:36 CET 2024][ERROR][qtp20910047-29][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] consumer de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry produced an error (java.lang.Exception: java.lang.Exception: no TAN handler found for config C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt) while consuming message de.willuhn.jameica.hbci.payment.messaging.TANMessage@1d02a84
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] error while processing message
java.lang.Exception: no TAN handler found for config C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt
at de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage(TANHandlerRegistry.java:173)
at de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver(NamedConcurrentQueue.java:249)
at de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage(NamedConcurrentQueue.java:104)
at de.willuhn.jameica.messaging.MessagingFactory.sendSyncMessage(MessagingFactory.java:130)
at de.willuhn.jameica.hbci.payment.HBCICallbackServer.getTAN(HBCICallbackServer.java:452)
at de.willuhn.jameica.hbci.payment.HBCICallbackServer.callback(HBCICallbackServer.java:247)
at org.kapott.hbci.passport.HBCIPassportPinTan.sign(HBCIPassportPinTan.java:407)
at org.kapott.hbci.security.Sig.signIt(Sig.java:336)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:253)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:176)
at org.kapott.hbci.dialog.AbstractRawHBCIDialog.sendData(AbstractRawHBCIDialog.java:123)
at org.kapott.hbci.dialog.AbstractRawHBCIDialog.execute(AbstractRawHBCIDialog.java:96)
at org.kapott.hbci.manager.HBCIUser.fetchUPD(HBCIUser.java:639)
at org.kapott.hbci.manager.HBCIUser.sync(HBCIUser.java:696)
at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:721)
at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:296)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:166)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:116)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:183)
at de.willuhn.jameica.hbci.payment.web.beans.PassportsPinTan.sync(PassportsPinTan.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.Trampoline.invoke(Unknown Source)
at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
at java.beans.Statement.invokeInternal(Unknown Source)
at java.beans.Statement.access$000(Unknown Source)
at java.beans.Statement$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.Statement.invoke(Unknown Source)
at java.beans.Expression.getValue(Unknown Source)
at de.willuhn.datasource.BeanUtil.invoke(BeanUtil.java:250)
at de.willuhn.jameica.webtools.FrontController.service(FrontController.java:239)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:567)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)
at java.lang.Thread.run(Unknown Source)
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.HBCICallbackServer.getTAN] sending TAN message, type NORMAL
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage] searching for according pin/tan config
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage] loading TAN handler for C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt
[Fri Dec 13 12:35:36 CET 2024][ERROR][qtp20910047-29][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] consumer de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry produced an error (java.lang.Exception: java.lang.Exception: no TAN handler found for config C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt) while consuming message de.willuhn.jameica.hbci.payment.messaging.TANMessage@1d02a84
[Fri Dec 13 12:35:36 CET 2024][INFO][qtp20910047-29][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] error while processing message
java.lang.Exception: no TAN handler found for config C:\Users\DisWrtAdm\.jameica\hibiscus\passports\1734089253931.pt
at de.willuhn.jameica.hbci.payment.handler.TANHandlerRegistry.handleMessage(TANHandlerRegistry.java:173)
at de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver(NamedConcurrentQueue.java:249)
at de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage(NamedConcurrentQueue.java:104)
at de.willuhn.jameica.messaging.MessagingFactory.sendSyncMessage(MessagingFactory.java:130)
at de.willuhn.jameica.hbci.payment.HBCICallbackServer.getTAN(HBCICallbackServer.java:452)
at de.willuhn.jameica.hbci.payment.HBCICallbackServer.callback(HBCICallbackServer.java:247)
at org.kapott.hbci.passport.HBCIPassportPinTan.sign(HBCIPassportPinTan.java:407)
at org.kapott.hbci.security.Sig.signIt(Sig.java:336)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:253)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:176)
at org.kapott.hbci.dialog.AbstractRawHBCIDialog.sendData(AbstractRawHBCIDialog.java:123)
at org.kapott.hbci.dialog.AbstractRawHBCIDialog.execute(AbstractRawHBCIDialog.java:96)
at org.kapott.hbci.manager.HBCIUser.fetchUPD(HBCIUser.java:639)
at org.kapott.hbci.manager.HBCIUser.sync(HBCIUser.java:696)
at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:721)
at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:296)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:166)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:116)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:183)
at de.willuhn.jameica.hbci.payment.web.beans.PassportsPinTan.sync(PassportsPinTan.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.Trampoline.invoke(Unknown Source)
at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
at java.beans.Statement.invokeInternal(Unknown Source)
at java.beans.Statement.access$000(Unknown Source)
at java.beans.Statement$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.Statement.invoke(Unknown Source)
at java.beans.Expression.getValue(Unknown Source)
at de.willuhn.datasource.BeanUtil.invoke(BeanUtil.java:250)
at de.willuhn.jameica.webtools.FrontController.service(FrontController.java:239)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:567)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)
at java.lang.Thread.run(Unknown Source)