HBCI Fehler Umsatzabfrage Sparkasse Dresden

 
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 7
Dabei seit: 12 / 2013
Betreff:

HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 13:02 Uhr  ·  #1
Hallo,

Ich wünsche allen hier lesenden und helfenden Lesern ein frohes Weihnachtsfest.

Leider habe ich ein kleines Problem, ich habe seit einigen Tagen ein Problem bei der Umsatzabfrage mit einem Konto der Ostsächsischen Sparkasse Dresden (PIN/TAN Authentifizierung). Ich hatte bis gestern Jamaica/Hibiscus 2.7 Nightly und habe nochmalig auf die stable Version 2.6 downgegraded. Leider blieb der Fehler. Vielleicht hat jmd eine Idee? In den Versionen 2.4x hatte ich keine Probleme.

Code
[25.12.2013 12:54:51] Synchronisierung via HBCI läuft
[25.12.2013 12:54:51]  
[25.12.2013 12:54:51] Synchronisiere Konto: saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]
[25.12.2013 12:54:51] Initialisiere HBCI-Sicherheitsmedium
[25.12.2013 12:54:51] Erzeuge HBCI-Handle
[25.12.2013 12:54:51] Öffne HBCI-Verbindung
[25.12.2013 12:54:52] trying to fetch SEPA information from institute
[25.12.2013 12:54:52] adding job SEPAInfo1 to dialog
[25.12.2013 12:54:52] executing dialog for customerid XXXX
[25.12.2013 12:54:52] processing dialog init
[25.12.2013 12:54:52] führe Dialog-Initialisierung aus
[25.12.2013 12:54:52] erzeuge HBCI-Nachricht DialogInit
[25.12.2013 12:54:52] signiere HBCI-Nachricht
[25.12.2013 12:54:57] verschlüssele HBCI-Nachricht
[25.12.2013 12:54:57] creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 12:54:57] versende HBCI-Nachricht
[25.12.2013 12:54:57] warte auf Antwortdaten
[25.12.2013 12:54:57] waiting for response
[25.12.2013 12:54:57] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:185)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:456)
  at org.kapott.hbci.manager.HBCIHandler.updateSEPAInfo(HBCIHandler.java:174)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:149)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:172)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:473)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:445)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:582)
  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:827)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
  at de.willuhn.jameica.system.Application.init(Application.java:148)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:168)
  ... 21 more
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:395)
  at java.net.Socket.connect(Socket.java:579)
  at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
  at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
  at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
  at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:270)
  at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:327)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:199)
  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:950)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677)
  at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639)
  at java.net.URLConnection.getContentLengthLong(URLConnection.java:511)
  at java.net.URLConnection.getContentLength(URLConnection.java:495)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:398)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:160)
  ... 21 more
[25.12.2013 12:54:58] Dialog initialisiert - Dialog-ID ist null
[25.12.2013 12:54:58] [error] error while fetching information about SEPA accounts from institute:
[25.12.2013 12:54:58] [error] Dialog for 'XXXX':
DIALOG-INITIALISIERUNG:
java.net.SocketException: Unknown proxy type : HTTP
DIALOG-ENDE:
(not status information available)
[25.12.2013 12:54:58] Aktiviere HBCI-Job: "saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]: Kontoauszüge/Salden abrufen"
[25.12.2013 12:54:58] adding job Saldo5 to dialog
[25.12.2013 12:54:58] Aktiviere HBCI-Job: "saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]: Kontoauszüge/Salden abrufen"
[25.12.2013 12:54:58] adding job KUmsZeit5 to dialog
[25.12.2013 12:54:58] have to generate new message because current type of passport only allows 1 GV segs per message
[25.12.2013 12:54:58] Führe HBCI-Jobs aus
[25.12.2013 12:54:58] executing dialog for customerid XXXX
[25.12.2013 12:54:58] processing dialog init
[25.12.2013 12:54:58] führe Dialog-Initialisierung aus
[25.12.2013 12:54:58] erzeuge HBCI-Nachricht DialogInit
[25.12.2013 12:54:58] signiere HBCI-Nachricht
[25.12.2013 12:54:58] verschlüssele HBCI-Nachricht
[25.12.2013 12:54:58] creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 12:54:58] versende HBCI-Nachricht
[25.12.2013 12:54:59] warte auf Antwortdaten
[25.12.2013 12:54:59] waiting for response
[25.12.2013 12:54:59] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:185)
  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.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:456)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:246)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:372)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:964)
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:168)
  ... 9 more
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:395)
  at java.net.Socket.connect(Socket.java:579)
  at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
  at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
  at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
  at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:270)
  at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:327)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:199)
  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:950)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677)
  at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639)
  at java.net.URLConnection.getContentLengthLong(URLConnection.java:511)
  at java.net.URLConnection.getContentLength(URLConnection.java:495)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:398)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:160)
  ... 9 more
[25.12.2013 12:54:59] Dialog initialisiert - Dialog-ID ist null
[25.12.2013 12:54:59] HBCI-Jobs ausgeführt
[25.12.2013 12:54:59] Werte Ergebnis von HBCI-Job "Saldo-Abruf saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]" aus
[25.12.2013 12:54:59] Fehler beim Abrufen das Saldos: Unbekannter Fehler
[25.12.2013 12:54:59] Werte Ergebnis von HBCI-Job "Umsatzabruf saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]" aus
[25.12.2013 12:54:59] Fehler beim Abrufen der Umsätze: Unbekannter Fehler
[25.12.2013 12:54:59] Fehler beim Auswerten eines HBCI-Auftrages
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 14:08 Uhr  ·  #2
Welche HBCI-Version hast du eingestellt?

Olaf, kannst du das nicht mit ins Log schreiben?
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 7
Dabei seit: 12 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 14:24 Uhr  ·  #3
Hallo, habe beim PIN/TAN Verfahren die HBCI Version HBCI+ (HBCI 2.2 mit PIN/TAN Unterstützung) eingestellt. Ich hatte dies allerdings auch nie geändert, sprich es sollte auch vorher schon eingestellt gewesen sein.

Philipp
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 14:31 Uhr  ·  #4
2.2 ist richtig. Sollte mit der Stable 2.6 funktionieren. Kannst du die Bankverbindung einmal neu einrichten? Mach aber eine Backup vorher bitte.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 7
Dabei seit: 12 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 14:44 Uhr  ·  #5
Habe den Bankzugang gelöscht und neu angelegt und wenn ich unter Bank Zugänge --> Details der PIN/TAN Konfiguration auf den Button "Konfiguration testen" drücke, kommt folgende Fehlermeldung:
(Vor dem Bankzugang löschen und neu anlegen war das Konfiguration testen erfolgreich)

Code
[25.12.2013 14:40:41] Teste Sicherheits-Medium...
[25.12.2013 14:40:41]   open pin/tan passport
[25.12.2013 14:40:41]   [PIN/TAN] url         : banking.s-fints-pt-sn.de/PinTanServlet
[25.12.2013 14:40:41]   [PIN/TAN] blz         : 85050300
[25.12.2013 14:40:41]   [PIN/TAN] filter      : Base64
[25.12.2013 14:40:41]   [PIN/TAN] HBCI version: 300
[25.12.2013 14:40:41]   [PIN/TAN] tan sec mech: null
[25.12.2013 14:40:42]   hole kreditinstituts-spezifische Daten
[25.12.2013 14:40:42]   fetching BPD
[25.12.2013 14:40:42]   erzeuge HBCI-Nachricht DialogInitAnon
[25.12.2013 14:40:42]   creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 14:40:42]   versende HBCI-Nachricht
[25.12.2013 14:40:42]   warte auf Antwortdaten
[25.12.2013 14:40:42]   waiting for response
[25.12.2013 14:40:42]    Fehler beim Empfangen der Daten vom HBCI-Server 
[25.12.2013 14:40:42]    Unknown proxy type : HTTP
[25.12.2013 14:40:42]    Unknown proxy type : HTTP
[25.12.2013 14:40:42]   beende Dialog
[25.12.2013 14:40:42]    kann HBCI-Wert für MsgHead.dialogid nicht auf null setzen
[25.12.2013 14:40:42]   fetching BPD failed: java.net.SocketException: Unknown proxy type : HTTP org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:250)
[25.12.2013 14:40:42]    Abholen der BPD fehlgeschlagen
[25.12.2013 14:40:42]   FAILED! - maybe this institute does not support anonymous logins
[25.12.2013 14:40:42]   we will nevertheless go on
[25.12.2013 14:40:42]   can not check if requested parameters are supported
[25.12.2013 14:40:42]   hole neue System-ID
[25.12.2013 14:40:43]   fetching new sys-id from institute
[25.12.2013 14:40:43]   erzeuge HBCI-Nachricht Synch
[25.12.2013 14:40:43]   signiere HBCI-Nachricht
[25.12.2013 14:40:47]   the job with the code HNSHK seems not to be allowed with PIN/TAN
[25.12.2013 14:40:47]   the job with the code HKIDN seems not to be allowed with PIN/TAN
[25.12.2013 14:40:47]   the job with the code HKVVB seems not to be allowed with PIN/TAN
[25.12.2013 14:40:47]   the job with the code HKSYN seems not to be allowed with PIN/TAN
[25.12.2013 14:40:47]   verschlüssele HBCI-Nachricht
[25.12.2013 14:40:47]   creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 14:40:47] Fehler beim Testen des Sicherheits-Mediums: Fehler beim Ermitteln einer neuen System-ID
[25.12.2013 14:40:47] Aufgetretene Fehlermeldungen:
[25.12.2013 14:40:47] -----------------------------
[25.12.2013 14:40:47]   error while opening pin/tan passport; nested exception is: 
[25.12.2013 14:40:47]    Fehler beim Erzeugen eines HBCIHandler Objektes
[25.12.2013 14:40:47]   Fehler beim Erzeugen eines HBCIHandler Objektes
[25.12.2013 14:40:47]   Fehler beim Registrieren der Nutzerdaten
[25.12.2013 14:40:47]   Fehler beim Ermitteln einer neuen System-ID
[25.12.2013 14:40:47]   Fehler beim Ermitteln einer neuen System-ID
[25.12.2013 14:40:47] -----------------------------
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 7
Dabei seit: 12 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 14:54 Uhr  ·  #6
Die Umsatzabfrage bringt nun folgenden Fehler:

Code
[25.12.2013 14:50:18] Synchronisierung via HBCI läuft
[25.12.2013 14:50:18]  
[25.12.2013 14:50:18] Synchronisiere Konto: saxx team - Arbeitskonto, Kto. 31xxxxxxxx [Ostsächsische Sparkasse Dresden]
[25.12.2013 14:50:18] Initialisiere HBCI-Sicherheitsmedium
[25.12.2013 14:50:19] Erzeuge HBCI-Handle
[25.12.2013 14:50:19] Öffne HBCI-Verbindung
[25.12.2013 14:50:19] hole kreditinstituts-spezifische Daten
[25.12.2013 14:50:19] fetching BPD
[25.12.2013 14:50:19] erzeuge HBCI-Nachricht DialogInitAnon
[25.12.2013 14:50:20] creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 14:50:20] versende HBCI-Nachricht
[25.12.2013 14:50:20] warte auf Antwortdaten
[25.12.2013 14:50:20] waiting for response
[25.12.2013 14:50:20] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:185)
  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.fetchBPD(HBCIInstitute.java:223)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:367)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:172)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:473)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:445)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:582)
  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:827)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
  at de.willuhn.jameica.system.Application.init(Application.java:148)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:168)
  ... 20 more
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:395)
  at java.net.Socket.connect(Socket.java:579)
  at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
  at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
  at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
  at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:270)
  at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:327)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:199)
  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:950)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677)
  at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639)
  at java.net.URLConnection.getContentLengthLong(URLConnection.java:511)
  at java.net.URLConnection.getContentLength(URLConnection.java:495)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:398)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:160)
  ... 20 more
[25.12.2013 14:50:20] beende Dialog
[25.12.2013 14:50:20] [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:244)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:367)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:172)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:473)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:445)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:582)
  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:827)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
  at de.willuhn.jameica.system.Application.init(Application.java:148)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
  at de.willuhn.jameica.Main.main(Main.java:78)
[25.12.2013 14:50:20] [error] fetching BPD failed: java.net.SocketException: Unknown proxy type : HTTP
[25.12.2013 14:50:20] [error] org.kapott.hbci.exceptions.ProcessException: Abholen der BPD fehlgeschlagen
  at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:251)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:367)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:172)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:473)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:445)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:582)
  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:827)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
  at de.willuhn.jameica.system.Application.init(Application.java:148)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
  at de.willuhn.jameica.Main.main(Main.java:78)
[25.12.2013 14:50:20] FAILED! - maybe this institute does not support anonymous logins
[25.12.2013 14:50:20] we will nevertheless go on
[25.12.2013 14:50:20] [warn] can not check if requested parameters are supported
[25.12.2013 14:50:20] hole neue System-ID
[25.12.2013 14:50:20] fetching new sys-id from institute
[25.12.2013 14:50:20] erzeuge HBCI-Nachricht Synch
[25.12.2013 14:50:20] signiere HBCI-Nachricht
[25.12.2013 14:50:24] [warn] the job with the code HNSHK seems not to be allowed with PIN/TAN
[25.12.2013 14:50:24] [warn] the job with the code HKIDN seems not to be allowed with PIN/TAN
[25.12.2013 14:50:24] [warn] the job with the code HKVVB seems not to be allowed with PIN/TAN
[25.12.2013 14:50:24] [warn] the job with the code HKSYN seems not to be allowed with PIN/TAN
[25.12.2013 14:50:24] verschlüssele HBCI-Nachricht
[25.12.2013 14:50:25] creating a connection to https://banking.s-fints-pt-sn.de:443/PinTanServlet and checking the certificate
[25.12.2013 14:50:25] versende HBCI-Nachricht
[25.12.2013 14:50:25] warte auf Antwortdaten
[25.12.2013 14:50:25] waiting for response
[25.12.2013 14:50:25] [error] org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Empfangen der Daten vom HBCI-Server 
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:185)
  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.HBCIUser.fetchSysId(HBCIUser.java:441)
  at org.kapott.hbci.manager.HBCIUser.updateUserData(HBCIUser.java:646)
  at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:671)
  at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:220)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:172)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:473)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:445)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:582)
  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:827)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
  at de.willuhn.jameica.system.Application.init(Application.java:148)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
  at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:168)
  ... 21 more
Caused by: java.net.SocketException: Unknown proxy type : HTTP
  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:395)
  at java.net.Socket.connect(Socket.java:579)
  at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
  at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
  at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
  at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
  at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:270)
  at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:327)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:199)
  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:950)
  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299)
  at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677)
  at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639)
  at java.net.URLConnection.getContentLengthLong(URLConnection.java:511)
  at java.net.URLConnection.getContentLength(URLConnection.java:495)
  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:398)
  at org.kapott.hbci.comm.CommPinTan.pong(CommPinTan.java:160)
  ... 21 more
[25.12.2013 14:50:25] Synchronisierung fehlgeschlagen: Fehler beim Ermitteln einer neuen System-ID
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 25.12.2013 - 20:44 Uhr  ·  #7
Jetzt hast du aber Version 3 eingestellt, anstatt 2.2. Ich glaube, das geht bei FI noch nicht. Warum hast du jetzt Version 3 drin?
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10187
Dabei seit: 03 / 2005
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 26.12.2013 - 00:07 Uhr  ·  #8
Das liegt nicht an der HBCI-Version sondern am Proxy. Du hast da scheinbar einen ungueltigen HTTP-Proxy konfiguriert. Die meisten User brauchen das eh nicht. Als klicke oben im Menu auf Datei->Einstellungen, entferne dort unter "Proxy-Einstellungen" das Haekchen bei "System-Einstellungen verwenden" und entferne ggf. in den darunter stehenden Eingabefeldern fuer den Proxy die Werte. Ich gehe davon aus, dass du keinen Proxy nutzt.

Unabhaengig davon: Als HBCI-Version sollte bei deiner SPK "HBCI+" eingestellt sein.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 7
Dabei seit: 12 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 26.12.2013 - 17:36 Uhr  ·  #9
Das mit dem Proxy Häckchen nicht setzen war die Lösung - vielen lieben Dank. Jetzt funktioniert alles.

Ein frohes Fest noch und noch nochmal ein Riesen Lob für das Software Paket Jameica - Hibiscus, aber auch für den Support in den Foren !

Philipp
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10187
Dabei seit: 03 / 2005
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 17:13 Uhr  ·  #10
Ich habe das Default-Setting wieder geaendert. In der kommenden Version 2.6.1 wird das Haekchen dann per Default auch wieder deaktiviert sein.
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 18:10 Uhr  ·  #11
Zitat geschrieben von hibiscus
in der kommenden Version 2.6.1

Du meinst sicher 2.7.1 ?
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10187
Dabei seit: 03 / 2005
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 18:12 Uhr  ·  #12
Ne, die ungeraden Versionen sind immer Nightly-Builds. Ich werde von der 2.6er Version in den naechsten Wochen aber noch Updates rausbringen.
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 18:13 Uhr  ·  #13
Du gehst bei der Stable Version nochmal rückwärts mit den Versionsnummern? Das ist aber bei der derzeitigen Konstellation extrem ungünstig, weil stark verwirrend.
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10187
Dabei seit: 03 / 2005
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 19:01 Uhr  ·  #14
Naja, die Nightly-Builds brauchen halt auch eigene Versionsnummern. Und damit die nicht mit den stabilen Releases vermischt werden, sieht das Schema so aus:

Stabile Releases: 2.6.0, 2.6.1, .....
Nightly-Builds: 2.7

In den Nightly-Builds landen alle neuen Sachen. In den Stable-Updates nur Sachen, die nicht experimentell sind.
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 19:02 Uhr  ·  #15
Ich versuche, es mir zu merken :)
Glücklich finde ich das nicht.
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10187
Dabei seit: 03 / 2005
Betreff:

Re: HBCI Fehler Umsatzabfrage Sparkasse Dresden

 · 
Gepostet: 27.12.2013 - 23:05 Uhr  ·  #16
Zitat geschrieben von onlbanker

Ich versuche, es mir zu merken :)
Glücklich finde ich das nicht.


Dieses Versionsschema ist doch aber eigentlich gar nicht so ungewoehnlich. Es gibt einen Versionsstrang mit dem aktuellen *stabilen* Release (derzeit 2.6). Damit der auch stabil bleibt, kommen dort nach Veroeffentlichung der Version nur noch wirklich notwendige Sachen sowie Bugfixes rein, welche die Versionsnummer nur noch an der 3. Stelle erhoehen. Die neuen Features und groesseren/experimentellen Aenderungen landen jedoch in der naechsten Major-Version - hier also 2.7-nightly.

Der Linux-Kernel wurde ueber viele Jahre auch so versioniert. Firefox auch (insb. die ESR-Releases).
Gewählte Zitate für Mehrfachzitierung:   0