Hallo Leute,
ich hab hier ein Problem mit Hibiscus/Jameica .. Ich habe meine Daten sauber eingegeben und konnte auch die Verbindung positiv testen:
Dennoch erhalte ich beim Abruf der Kontosalden folgenden Server Error:
Kennt jemand dieses Problem? Ich bin mir nicht sicher, obs an der Anwendung liegt oder ein anderes Problem vorliegt.
Bin über jeden Tipp dankbar!
Grüße,
dzys
ich hab hier ein Problem mit Hibiscus/Jameica .. Ich habe meine Daten sauber eingegeben und konnte auch die Verbindung positiv testen:
Code
[21.11.2007 17:48:06] creating progress monitor for GUI
[21.11.2007 17:48:06] activating progress monitor
[21.11.2007 17:48:06] open pin/tan passport
[21.11.2007 17:48:07] [PIN/TAN] url : hbci.finanzit.com/cgi/hbcipt.cgi
[21.11.2007 17:48:07] [PIN/TAN] blz : 83050000
[21.11.2007 17:48:07] [PIN/TAN] filter : Base64
[21.11.2007 17:48:07] [PIN/TAN] HBCI version: plus
[21.11.2007 17:48:07] Sicherheits-Medium erfolgreich getestet.
[21.11.2007 17:48:06] activating progress monitor
[21.11.2007 17:48:06] open pin/tan passport
[21.11.2007 17:48:07] [PIN/TAN] url : hbci.finanzit.com/cgi/hbcipt.cgi
[21.11.2007 17:48:07] [PIN/TAN] blz : 83050000
[21.11.2007 17:48:07] [PIN/TAN] filter : Base64
[21.11.2007 17:48:07] [PIN/TAN] HBCI version: plus
[21.11.2007 17:48:07] Sicherheits-Medium erfolgreich getestet.
Dennoch erhalte ich beim Abruf der Kontosalden folgenden Server Error:
Code
[21.11.2007 12:43:07] führe Aufträge aus
[21.11.2007 12:43:07] erstelle Auftragsdaten für Geschäftsvorfall KUmsZeit4
[21.11.2007 12:43:07] erzeuge HBCI-Nachricht CustomMsg
[21.11.2007 12:43:07] signiere HBCI-Nachricht
[21.11.2007 12:43:07] verschlüssele HBCI-Nachricht
[21.11.2007 12:43:07] versende HBCI-Nachricht
[21.11.2007 12:43:07] warte auf Antwortdaten
[21.11.2007 12:43:07] warte auf Antwortdaten
[21.11.2007 12:43:07] entschlüssele Antwortnachricht
[21.11.2007 12:43:07] überprüfe Signatur der Antwortnachricht
[21.11.2007 12:43:07] Ergebnisdaten für Geschäftsvorfall KUmsZeit4 empfangen
[21.11.2007 12:43:07] erstelle Auftragsdaten für Geschäftsvorfall Saldo4
[21.11.2007 12:43:07] erzeuge HBCI-Nachricht CustomMsg
[21.11.2007 12:43:07] signiere HBCI-Nachricht
[21.11.2007 12:43:07] verschlüssele HBCI-Nachricht
[21.11.2007 12:43:07] versende HBCI-Nachricht
[21.11.2007 12:43:10] warte auf Antwortdaten
[21.11.2007 12:43:10] warte auf Antwortdaten
[21.11.2007 12:43:10] HBCI4Java Exception BEGIN ---Fehler beim Empfangen der Daten vom HBCI-Server
-> Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
-> Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
HBCI4Java Exception END ---
HBCI4Java stacktrace BEGIN ---org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:182)
at org.kapott.hbci.comm.Comm.pingpong(Comm.java:66)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:340)
at org.kapott.hbci.manager.HBCIDialog.doJobs(HBCIDialog.java:437)
at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:542)
at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:427)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:503)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:789)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1298)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1292)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:948)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:165)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1245)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2025)
at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:579)
at java.net.URLConnection.getContentLength(URLConnection.java:474)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:378)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:157)
... 7 more
HBCI4Java stacktrace END ---
[21.11.2007 12:43:10] Ergebnisdaten für Geschäftsvorfall Saldo4 empfangen
[21.11.2007 12:43:10] breche aktuellen Durchlauf ab - Fehler aufgetreten
[21.11.2007 12:43:10] führe Dialog-Ende aus
[21.11.2007 12:43:10] beende Dialog
[21.11.2007 12:43:07] erstelle Auftragsdaten für Geschäftsvorfall KUmsZeit4
[21.11.2007 12:43:07] erzeuge HBCI-Nachricht CustomMsg
[21.11.2007 12:43:07] signiere HBCI-Nachricht
[21.11.2007 12:43:07] verschlüssele HBCI-Nachricht
[21.11.2007 12:43:07] versende HBCI-Nachricht
[21.11.2007 12:43:07] warte auf Antwortdaten
[21.11.2007 12:43:07] warte auf Antwortdaten
[21.11.2007 12:43:07] entschlüssele Antwortnachricht
[21.11.2007 12:43:07] überprüfe Signatur der Antwortnachricht
[21.11.2007 12:43:07] Ergebnisdaten für Geschäftsvorfall KUmsZeit4 empfangen
[21.11.2007 12:43:07] erstelle Auftragsdaten für Geschäftsvorfall Saldo4
[21.11.2007 12:43:07] erzeuge HBCI-Nachricht CustomMsg
[21.11.2007 12:43:07] signiere HBCI-Nachricht
[21.11.2007 12:43:07] verschlüssele HBCI-Nachricht
[21.11.2007 12:43:07] versende HBCI-Nachricht
[21.11.2007 12:43:10] warte auf Antwortdaten
[21.11.2007 12:43:10] warte auf Antwortdaten
[21.11.2007 12:43:10] HBCI4Java Exception BEGIN ---Fehler beim Empfangen der Daten vom HBCI-Server
-> Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
-> Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
HBCI4Java Exception END ---
HBCI4Java stacktrace BEGIN ---org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:182)
at org.kapott.hbci.comm.Comm.pingpong(Comm.java:66)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:340)
at org.kapott.hbci.manager.HBCIDialog.doJobs(HBCIDialog.java:437)
at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:542)
at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:427)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:503)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:789)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1298)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1292)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:948)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:165)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://hbci.finanzit.com:443/cgi/hbcipt.cgi
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1245)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2025)
at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:579)
at java.net.URLConnection.getContentLength(URLConnection.java:474)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:378)
at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:157)
... 7 more
HBCI4Java stacktrace END ---
[21.11.2007 12:43:10] Ergebnisdaten für Geschäftsvorfall Saldo4 empfangen
[21.11.2007 12:43:10] breche aktuellen Durchlauf ab - Fehler aufgetreten
[21.11.2007 12:43:10] führe Dialog-Ende aus
[21.11.2007 12:43:10] beende Dialog
Kennt jemand dieses Problem? Ich bin mir nicht sicher, obs an der Anwendung liegt oder ein anderes Problem vorliegt.
Bin über jeden Tipp dankbar!
Grüße,
dzys