HASPA-Salden abruf nicht möglich

 
caselusil
Neuling
Avatar
Geschlecht: keine Angabe
Beiträge: 1
Dabei seit: 04 / 2019
Betreff:

HASPA-Salden abruf nicht möglich

 · 
Gepostet: 27.04.2019 - 20:56 Uhr  ·  #1
Hallo,

OS: Win 10, 64 Bit
Java: 8.211, 64 Bit
Jameica: 2.8.16
Hibiscus: 2.8.12

Ich kann von meinem Konto die Salden nicht mehr abrufen, als Fehler bekomme ich die folgenden Meldungen.

Code
[27.04.2019 20:34:09] Synchronisierung via FinTS/HBCI läuft
[27.04.2019 20:34:09]  
[27.04.2019 20:34:09] Synchronisiere Konto: Giro, Kto. 1203133523 [Hamburger Sparkasse]
[27.04.2019 20:34:09] Initialisiere HBCI-Sicherheitsmedium
[27.04.2019 20:34:09] Erzeuge HBCI-Handle
[27.04.2019 20:34:09] Öffne HBCI-Verbindung
[27.04.2019 20:34:10] fetching BPD
[27.04.2019 20:34:11] Verbinde mit https://banking.haspa.de:443/OnlineBankingFinTS/pintan und prüfe Zertifikat
[27.04.2019 20:34:11] warte auf Antwortdaten
[27.04.2019 20:34:11] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.fetchBPD(HBCIInstitute.java:301)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:445)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 20 more
[27.04.2019 20:34:11] [error] org.kapott.hbci.exceptions.HBCI_Exception: kann HBCI-Wert für MsgHead.dialogid nicht auf null setzen
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:179)
  at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:322)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:445)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
[27.04.2019 20:34:11] [error] fetching BPD failed: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
[27.04.2019 20:34:11] org.kapott.hbci.exceptions.ProcessException: Abholen der BPD fehlgeschlagen
  at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:329)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:445)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
[27.04.2019 20:34:11] FAILED! - maybe this institute does not support anonymous logins
[27.04.2019 20:34:11] we will nevertheless go on
[27.04.2019 20:34:11] fetching SEPA information
[27.04.2019 20:34:11] Füge Auftrag SEPAInfo1 zum Dialog hinzu
[27.04.2019 20:34:11] fetching TAN media list
[27.04.2019 20:34:11] Füge Auftrag TANMediaList3 zum Dialog hinzu
[27.04.2019 20:34:11] führe Dialog-Initialisierung aus
[27.04.2019 20:34:23] Verbinde mit https://banking.haspa.de:443/OnlineBankingFinTS/pintan und prüfe Zertifikat
[27.04.2019 20:34:23] warte auf Antwortdaten
[27.04.2019 20:34:23] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:515)
  at org.kapott.hbci.manager.HBCIHandler.updateMetaInfo(HBCIHandler.java:188)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:151)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 21 more
[27.04.2019 20:34:23] [error] error while fetching meta info: Dialog for 'XXXXXXXXXX':
DIALOG-INITIALISIERUNG:
java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
DIALOG-ENDE:
(not status information available)
[27.04.2019 20:34:23] Aktiviere HBCI-Job: "Giro, Kto. 1203133523 [Hamburger Sparkasse]: Umsätze/Salden abrufen"
[27.04.2019 20:34:23] Füge Auftrag Saldo6 zum Dialog hinzu
[27.04.2019 20:34:23] searching for value of "cannationalacc" in HISPAS
[27.04.2019 20:34:23] cannationalacc=N
[27.04.2019 20:34:23] Füge Auftrag KUmsZeit6 zum Dialog hinzu
[27.04.2019 20:34:23] Führe HBCI-Jobs aus
[27.04.2019 20:34:23] führe Dialog-Initialisierung aus
[27.04.2019 20:34:23] Verbinde mit https://banking.haspa.de:443/OnlineBankingFinTS/pintan und prüfe Zertifikat
[27.04.2019 20:34:23] warte auf Antwortdaten
[27.04.2019 20:34:23] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:515)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.executeJobs(HBCISynchronizeBackend.java:373)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:295)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:406)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1060)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 10 more
[27.04.2019 20:34:23] HBCI-Jobs ausgeführt
[27.04.2019 20:34:23] Werte Ergebnis von HBCI-Job "Saldo-Abruf Giro, Kto. 1203133523 [Hamburger Sparkasse]" aus
[27.04.2019 20:34:23] Fehler beim Abrufen das Saldos: Unbekannter Fehler
[27.04.2019 20:34:23] Werte Ergebnis von HBCI-Job "Umsatzabruf Giro, Kto. 1203133523 [Hamburger Sparkasse]" aus
[27.04.2019 20:34:23] Fehler beim Abrufen der Umsätze: Unbekannter Fehler
[27.04.2019 20:34:23] Fehler beim Auswerten eines HBCI-Auftrages
[27.04.2019 20:34:23] 
[27.04.2019 20:34:23] *****************************************************
[27.04.2019 20:34:24] Fehlermeldungen:
[27.04.2019 20:34:24]    org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.fetchBPD(HBCIInstitute.java:301)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:445)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 20 more
[27.04.2019 20:34:24]    org.kapott.hbci.exceptions.HBCI_Exception: kann HBCI-Wert für MsgHead.dialogid nicht auf null setzen
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:179)
  at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:322)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:445)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
[27.04.2019 20:34:24]    fetching BPD failed: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
[27.04.2019 20:34:24]    org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:515)
  at org.kapott.hbci.manager.HBCIHandler.updateMetaInfo(HBCIHandler.java:188)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:151)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:180)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3933)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3564)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
  at de.willuhn.jameica.system.Application.init(Application.java:145)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
  at de.willuhn.jameica.Main.main(Main.java:75)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 21 more
[27.04.2019 20:34:24]    error while fetching meta info: Dialog for 'XXXXXXXXXX':
DIALOG-INITIALISIERUNG:
java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
DIALOG-ENDE:
(not status information available)
[27.04.2019 20:34:24]    org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:198)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:76)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:515)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.executeJobs(HBCISynchronizeBackend.java:373)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:295)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:406)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1060)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$300(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$12.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.followRedirect(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  at java.net.URLConnection.getContentLengthLong(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:171)
  ... 10 more
[27.04.2019 20:34:24] *****************************************************


Könnt ihr mir hier weiter helfen?

Gruß
msa
Benutzer
Avatar
Geschlecht:
Herkunft: München
Alter: 63
Beiträge: 7571
Dabei seit: 03 / 2007
Betreff:

Re: HASPA-Salden abruf nicht möglich

 · 
Gepostet: 27.04.2019 - 22:56 Uhr  ·  #2
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 11491
Dabei seit: 03 / 2005
Betreff:

Re: HASPA-Salden abruf nicht möglich

 · 
Gepostet: 28.04.2019 - 09:10 Uhr  ·  #3
Gewählte Zitate für Mehrfachzitierung:   0