Hallo,
mein Konto bei der Sparkasse Bamberg wurde auf smsTAN umgestellt und seit dem kann ich in Hibiscus (nightly build 1.11) keine Überweisungen mehr ausführen (siehe auch https://www.willuhn.de/bugzilla/show_bug.cgi?id=822)
Ich bekomme folgende Fehlermeldungen:
.
.
.
Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole kreditinstituts-spezifische Daten
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogInitAnon
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating a connection to https://hbci-pintan-by.s-hbci.de:443/PinTanServlet and checking the certificate
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] versende HBCI-Nachricht
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] warte auf Antwortdaten
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] überprüfe Signatur der Antwortnachricht
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] installed new BPD with version 29
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] kreditinstituts-spezifische Daten erhalten - neue Version ist 29
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] configuring InfoPointer-Server with http://hbci4java.kapott.org/infoPoint
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.messaging.InfoPointMessageConsumer.handleMessage] got infopoint ack request: Erlaube das Senden folgender HBCI Informationen an den InfoPoint-Server?
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] data NOT sent because of missing user confirmation
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] beende Dialog
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogEndAnon
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] versende HBCI-Nachricht
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] warte auf Antwortdaten
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:184)
at org.kapott.hbci.comm.Comm.pingpong(Comm.java:70)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:352)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:183)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker$3.run(HBCIFactory.java:469)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:690)
at de.willuhn.jameica.gui.GUI.init(GUI.java:219)
at de.willuhn.jameica.system.Application.init(Application.java:140)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:167)
... 19 more
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:159)
... 19 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] Dialog beendet
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] dialog end failed: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:187)
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: Dialog-Ende fehlgeschlagen
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:192)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker$3.run(HBCIFactory.java:469)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:690)
at de.willuhn.jameica.gui.GUI.init(GUI.java:219)
at de.willuhn.jameica.system.Application.init(Application.java:140)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
.
.
.
HBCI error code: 9050:Nachricht teilweise fehlerhaft (HBMSG=10349) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
HBCI error code: 9955:Auftrag nicht ausgeführt - Die Telefonbezeichnung ist unbekannt (MBV07390100179) (3: CustomMsg.GV.Ueb4) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
mein Konto bei der Sparkasse Bamberg wurde auf smsTAN umgestellt und seit dem kann ich in Hibiscus (nightly build 1.11) keine Überweisungen mehr ausführen (siehe auch https://www.willuhn.de/bugzilla/show_bug.cgi?id=822)
Ich bekomme folgende Fehlermeldungen:
.
.
.
Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole kreditinstituts-spezifische Daten
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogInitAnon
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating a connection to https://hbci-pintan-by.s-hbci.de:443/PinTanServlet and checking the certificate
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] versende HBCI-Nachricht
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] warte auf Antwortdaten
[Thu Feb 11 12:54:31 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] überprüfe Signatur der Antwortnachricht
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] installed new BPD with version 29
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] kreditinstituts-spezifische Daten erhalten - neue Version ist 29
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] configuring InfoPointer-Server with http://hbci4java.kapott.org/infoPoint
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.messaging.InfoPointMessageConsumer.handleMessage] got infopoint ack request: Erlaube das Senden folgender HBCI Informationen an den InfoPoint-Server?
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] data NOT sent because of missing user confirmation
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] beende Dialog
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogEndAnon
[Thu Feb 11 12:54:32 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] versende HBCI-Nachricht
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] warte auf Antwortdaten
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:184)
at org.kapott.hbci.comm.Comm.pingpong(Comm.java:70)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:352)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:183)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker$3.run(HBCIFactory.java:469)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:690)
at de.willuhn.jameica.gui.GUI.init(GUI.java:219)
at de.willuhn.jameica.system.Application.init(Application.java:140)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:167)
... 19 more
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:159)
... 19 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
[Thu Feb 11 12:54:33 CET 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] Dialog beendet
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] dialog end failed: java.io.IOException: Server returned HTTP response code: 400 for URL: https://hbci-pintan-by.s-hbci.de:443/PinTanServlet org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:187)
[Thu Feb 11 12:54:33 CET 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: Dialog-Ende fehlgeschlagen
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:192)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker$3.run(HBCIFactory.java:469)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:690)
at de.willuhn.jameica.gui.GUI.init(GUI.java:219)
at de.willuhn.jameica.system.Application.init(Application.java:140)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
.
.
.
HBCI error code: 9050:Nachricht teilweise fehlerhaft (HBMSG=10349) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
HBCI error code: 9955:Auftrag nicht ausgeführt - Die Telefonbezeichnung ist unbekannt (MBV07390100179) (3: CustomMsg.GV.Ueb4) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)