Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

hibiscus: [error] org.kapott.hbci.exceptions.HBCI_Exception:

kann keine Kommunikations-Objekt des Typs Standard erzeugen

paul43

Betreff:

hibiscus: [error] org.kapott.hbci.exceptions.HBCI_Exception:

 ·  Gepostet: 16.07.2014 - 12:27 Uhr  ·  #108904
Hallo zusammen,

habe folgendes Problem:

Bei der Kontensynchronisation wird mir nach der PIN-Eingabe am Kartenleser die folgenden Fehler präsentiert:

Code

[15.07.2014 15:01:24] Synchronisierung via HBCI läuft
[15.07.2014 15:01:24]  
[15.07.2014 15:01:24] Synchronisiere Konto: SGiro xxxxx, Kto. xxxxx [Sparkasse xxx]
[15.07.2014 15:01:24] Initialisiere HBCI-Sicherheitsmedium
[15.07.2014 15:01:24] Erzeuge HBCI-Handle
[15.07.2014 15:01:24] Öffne HBCI-Verbindung
[15.07.2014 15:01:24] Bitte legen Sie die Chipkarte in das Lesegerät. SGiro xxxxx, Kto. xxxxx [Sparkasse xxxxx]
[15.07.2014 15:01:24] HBCI-Chipkarte wird ausgelesen.
[15.07.2014 15:01:25] trying to fetch SEPA information from institute
[15.07.2014 15:01:25] adding job SEPAInfo1 to dialog
[15.07.2014 15:01:25] executing dialog for customerid XXXXXXXXXX
[15.07.2014 15:01:25] processing dialog init
[15.07.2014 15:01:25] führe Dialog-Initialisierung aus
[15.07.2014 15:01:25] erzeuge HBCI-Nachricht DialogInit
[15.07.2014 15:01:25] signiere HBCI-Nachricht
[15.07.2014 15:01:25] Bitte geben Sie die PIN in Ihren Chipkarten-Leser ein. SGiro xxxxx, Kto. xxxx [Sparkasse xxxx]
[15.07.2014 15:01:28] PIN wurde eingegeben.
[15.07.2014 15:01:29] verschlüssele HBCI-Nachricht
[15.07.2014 15:01:29] [error] org.kapott.hbci.exceptions.HBCI_Exception: kann keine Kommunikations-Objekt des Typs Standard erzeugen
  at org.kapott.hbci.comm.Comm.getInstance(Comm.java:137)
  at org.kapott.hbci.passport.AbstractDDVPassport.getCommInstance(AbstractDDVPassport.java:43)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getComm(AbstractHBCIPassport.java:182)
  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.ddv.server.PassportHandleImpl.open(PassportHandleImpl.java:154)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:483)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:455)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:592)
  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.lang.reflect.InvocationTargetException
  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 org.kapott.hbci.comm.Comm.getInstance(Comm.java:135)
  ... 22 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Aufbau der Verbindung zum HBCI-Server
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:85)
  ... 27 more
Caused by: java.net.ConnectException: Verbindungsaufbau abgelehnt
  at java.net.PlainSocketImpl.socketConnect(Native Method)
  at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  at java.net.SocksSocketImpl.connect(Unknown Source)
  at java.net.Socket.connect(Unknown Source)
  at java.net.Socket.connect(Unknown Source)
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:80)
  ... 27 more
[15.07.2014 15:01:29] Dialog initialisiert - Dialog-ID ist null
[15.07.2014 15:01:29] [error] error while fetching information about SEPA accounts from institute:
[15.07.2014 15:01:29] [error] Dialog for 'XXXXXXXXXX':
DIALOG-INITIALISIERUNG:
java.net.ConnectException: Verbindungsaufbau abgelehnt
DIALOG-ENDE:
(not status information available)
[15.07.2014 15:01:29] Aktiviere HBCI-Job: "SGiro xxxxxx, Kto. xxxxxx [Sparkasse xxxxx]: Umsätze/Salden abrufen"
[15.07.2014 15:01:29] adding job Saldo5 to dialog
[15.07.2014 15:01:29] Aktiviere HBCI-Job: "SGiro xxxxxx, Kto. xxxxxx [Sparkasse xxxxx]: Umsätze/Salden abrufen"
[15.07.2014 15:01:29] adding job KUmsZeit5 to dialog
[15.07.2014 15:01:29] Führe HBCI-Jobs aus
[15.07.2014 15:01:29] executing dialog for customerid XXXXXXXXXX
[15.07.2014 15:01:29] processing dialog init
[15.07.2014 15:01:29] führe Dialog-Initialisierung aus
[15.07.2014 15:01:29] erzeuge HBCI-Nachricht DialogInit
[15.07.2014 15:01:29] signiere HBCI-Nachricht
[15.07.2014 15:01:29] verschlüssele HBCI-Nachricht
[15.07.2014 15:01:29] [error] org.kapott.hbci.exceptions.HBCI_Exception: kann keine Kommunikations-Objekt des Typs Standard erzeugen
  at org.kapott.hbci.comm.Comm.getInstance(Comm.java:137)
  at org.kapott.hbci.passport.AbstractDDVPassport.getCommInstance(AbstractDDVPassport.java:43)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getComm(AbstractHBCIPassport.java:182)
  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:256)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:381)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:964)
Caused by: java.lang.reflect.InvocationTargetException
  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 org.kapott.hbci.comm.Comm.getInstance(Comm.java:135)
  ... 10 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Aufbau der Verbindung zum HBCI-Server
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:85)
  ... 15 more
Caused by: java.net.ConnectException: Verbindungsaufbau abgelehnt
  at java.net.PlainSocketImpl.socketConnect(Native Method)
  at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  at java.net.SocksSocketImpl.connect(Unknown Source)
  at java.net.Socket.connect(Unknown Source)
  at java.net.Socket.connect(Unknown Source)
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:80)
  ... 15 more
[15.07.2014 15:01:29] Dialog initialisiert - Dialog-ID ist null
[15.07.2014 15:01:29] HBCI-Jobs ausgeführt
[15.07.2014 15:01:29] Werte Ergebnis von HBCI-Job "Saldo-Abruf SGiro xxxxx, Kto. xxxxx [Sparkasse xxxx]" aus
[15.07.2014 15:01:29] Fehler beim Abrufen das Saldos: Unbekannter Fehler
[15.07.2014 15:01:29] Werte Ergebnis von HBCI-Job "Umsatzabruf SGiro xxxxxx, Kto. xxxxx [Sparkasse xxxxx]" aus
[15.07.2014 15:01:29] Fehler beim Abrufen der Umsätze: Unbekannter Fehler
[15.07.2014 15:01:29] Fehler beim Auswerten eines HBCI-Auftrages


Mein System ist ein ubuntu 12.04 LTS, jameica 2.6.1/hibiscus 2.6.7.

Bis vor 1 Woche hat alles funktioniert. Gestern hatte es ein ubuntu Update gegeben, leider kann ich nicht feststellen, ob der Fehler daraus entsteht. Java scheint einwandfrei zu funktionieren. Jameica/Hibiscus starten auch normal. Ein weiteres Konto kann ich über hibiscus scripting abrufen. Die DDV-Karte für obiges Konto scheint auch zu funktionieren, da die PIN akzeptiert wird.

Kann mir jemand einen Tip geben, was ich probieren kann.

Vielen Dank.

Gruss
Stephan

hibiscus

Betreff:

Re: hibiscus: [error] org.kapott.hbci.exceptions.HBCI_Exception:

 ·  Gepostet: 17.07.2014 - 09:04 Uhr  ·  #108948
Code

Caused by: java.net.ConnectException: Verbindungsaufbau abgelehnt


Die TCP-Verbindung zum HBCI-Server schlaegt fehl. Entweder mit deinem Internetzugang ist irgendwas nicht in Ordnung oder der HBCI-Server ist tatsaechlich nicht erreichbar. Oder die Bank hat die Server-Adresse des HBCI-Servers geaendert, auf deiner Karte steht aber noch die alte Server-Adresse. Unter http://www.hbci-zka.de/institute/institut_auswahl.htm kannst du nachschauen, wie die Server-Adresse lautet. In Hibiscus kannst du die Server-Adresse der Karte einsehen/aendern, indem du die Detailansicht der Kartenleser-Konfiguration oeffnest und dort dann auf "Bankdaten aendern" klickst.

paul43

Betreff:

Re: hibiscus: [error] org.kapott.hbci.exceptions.HBCI_Exception:

 ·  Gepostet: 26.07.2014 - 10:42 Uhr  ·  #109214
Hallo hibiscus,

danke für die Info. Die Zeile hatte ich überlesen. Es lag an einem restriktiven Router, der keine Verbindung zum HBCI-Server erlaubt hatte.

Vielen Dank für die Hilfe.