Erstellen der Schlüsseldatei schlägt fehl

 
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 01.08.2018 - 12:47 Uhr  ·  #1
Hi,
das Erstellen der Schlüssel-Datei schlägt fehl - die Ausgabe auf der Konsole lautet:

Code

[Wed Aug 01 12:36:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] creating new key in /home/nicci/.jameica/hibiscus/hibiscus-1533119816648.rdh
[Wed Aug 01 12:36:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] only have one key format, that supports creation of new keys, choosing this one automatically: HBCI4Java/Hibiscus-Format
[Wed Aug 01 12:36:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] create RDHNew key /home/nicci/.jameica/hibiscus/hibiscus-1533119816648.rdh
[Wed Aug 01 12:36:59 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to create new passport file
[Wed Aug 01 12:37:07 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:07 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:07 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:09 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:12 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:12 CEST 2018][INFO][main][de.willuhn.jameica.hbci.gui.dialogs.AccountContainerDialog$3.handleEvent] auto detecting rdh/ddv ip by blz
[Wed Aug 01 12:37:20 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 01 12:37:20 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 01 12:37:23 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] using hbci version: 300
[Wed Aug 01 12:37:23 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute data
[Wed Aug 01 12:37:23 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Wed Aug 01 12:37:23 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] creating hbci message DialogInitAnon
[Wed Aug 01 12:39:30 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: can not create communication instance of type Standard
  at org.kapott.hbci.comm.Comm.getInstance(Comm.java:137)
  at org.kapott.hbci.passport.AbstractRDHPassport.getCommInstance(AbstractRDHPassport.java:91)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getComm(AbstractHBCIPassport.java:183)
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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.lang.reflect.InvocationTargetException
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at org.kapott.hbci.comm.Comm.getInstance(Comm.java:135)
  ... 30 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: error while connecting to HBCI server
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:85)
  ... 35 more
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
  at java.net.PlainSocketImpl.socketConnect(Native Method)
  at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  at java.net.Socket.connect(Socket.java:589)
  at java.net.Socket.connect(Socket.java:538)
  at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:80)
  ... 35 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 01 12:39:30 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] ending dialog
[Wed Aug 01 12:39:30 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of MsgHead.dialogid to null
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 01 12:39:30 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD failed: java.net.ConnectException: Connection timed out (Connection timed out) org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:328)
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: fetching BPD failed
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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)
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Wed Aug 01 12:39:30 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Wed Aug 01 12:39:30 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys
[Wed Aug 01 12:39:30 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 01 12:39:30 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /home/nicci/.jameica/hibiscus/hibiscus-1533119816648.rdh
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:142)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:270)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 22 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:436)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:446)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  ... 23 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of KeyReq.SecProfile.version to null
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:389)
  ... 25 more

[Wed Aug 01 12:39:30 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] Fehler beim Erstellen des Schlüssels: can not create HBCI handle


Was könnte der Fehler sein?
Der Anbieter ist Commerzbank.

Freue mich über jede Hilfe :)
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 01.08.2018 - 16:25 Uhr  ·  #2
In dem Stacktrace findet sich die Fehlermeldung: "Connection timed out (Connection timed out)". Also entweder war der Bankserver tatsächlich nicht erreichbar oder aber du hast nicht die korrekte Server-Adresse angegeben. Oder du verwendest eine Firewall, welche den Zugriff auf den Server unterbindet.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 11:51 Uhr  ·  #3
Danke für die Antwort. Ich verwende die URL hbci.commerzbank.de, welche ich von der Bank mitgeteilt bekommen habe.
Ich habe nun einmal meine Internet-Verbindung über mein Handy (mobil, LTE) laufen lassen, um den Router zu übergehen.
Nun bekomme ich folgende Ausgabe:

Code

[Wed Aug 08 11:46:47 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] using hbci version: 300
[Wed Aug 08 11:46:47 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute data
[Wed Aug 08 11:46:47 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Wed Aug 08 11:46:47 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] creating hbci message DialogInitAnon
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] sending hbci message
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] waiting for response message
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to apply rewriter RInvalidSuppHBCIVersion - leaving messag unchanged
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to apply rewriter RSecTypeTAN - leaving messag unchanged
[Wed Aug 08 11:46:48 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.CanNotParseMessageException: HNHBK:1:2+000000000274+300+386111816082503412155850000000+1+386111816082503412155850000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:124)
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead: HNHBK:1:2+000000000274+300+386111816082503412155850000000+1+386111816082503412155850000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleSEGs.<init>(MultipleSEGs.java:71)
  at org.kapott.hbci.protocol.factory.MultipleSEGsFactory.createMultipleSEGs(MultipleSEGsFactory.java:56)
  at org.kapott.hbci.protocol.MSG.parseNewChildContainer(MSG.java:187)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.MSG.<init>(MSG.java:162)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:87)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:78)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:73)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:121)
  ... 28 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead.SegHead: HNHBK:1:2+000000000274+300+386111816082503412155850000000+1+386111816082503412155850000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleDEGs.<init>(MultipleDEGs.java:98)
  at org.kapott.hbci.protocol.factory.MultipleDEGsFactory.createMultipleDEGs(MultipleDEGsFactory.java:55)
  at org.kapott.hbci.protocol.SEG.parseNewChildContainer(SEG.java:140)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.SEG.<init>(SEG.java:154)
  at org.kapott.hbci.protocol.factory.SEGFactory.createSEG(SEGFactory.java:55)
  at org.kapott.hbci.protocol.MultipleSEGs.parseAndAppendNewElement(MultipleSEGs.java:82)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 40 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead.SegHead.version: :2+000000000274+300+386111816082503412155850000000+1+386111816082503412155850000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleDEs.<init>(MultipleDEs.java:140)
  at org.kapott.hbci.protocol.factory.MultipleDEsFactory.createMultipleDEs(MultipleDEsFactory.java:56)
  at org.kapott.hbci.protocol.DEG.parseNewChildContainer(DEG.java:110)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.DEG.<init>(DEG.java:122)
  at org.kapott.hbci.protocol.factory.DEGFactory.createDEG(DEGFactory.java:55)
  at org.kapott.hbci.protocol.MultipleDEGs.parseAndAppendNewElement(MultipleDEGs.java:87)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 51 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: DialogInitAnonRes.MsgHead.SegHead.version: predefined value "3" does not match found value "2"
  at org.kapott.hbci.protocol.DE.parseValue(DE.java:228)
  at org.kapott.hbci.protocol.DE.initData(DE.java:279)
  at org.kapott.hbci.protocol.DE.<init>(DE.java:290)
  at org.kapott.hbci.protocol.factory.DEFactory.createDE(DEFactory.java:55)
  at org.kapott.hbci.protocol.MultipleDEs.parseAndAppendNewElement(MultipleDEs.java:128)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 62 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 11:46:48 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] ending dialog
[Wed Aug 08 11:46:48 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of MsgHead.dialogid to null
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 11:46:48 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD failed: org.kapott.hbci.exceptions.ParseErrorException: DialogInitAnonRes.MsgHead.SegHead.version: predefined value "3" does not match found value "2" org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:328)
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: fetching BPD failed
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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)
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Wed Aug 08 11:46:48 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Wed Aug 08 11:46:48 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys
[Wed Aug 08 11:46:48 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 11:46:48 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /home/nicci/.jameica/hibiscus/hibiscus-1533721561008.rdh
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:142)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:270)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 22 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:436)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:446)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  ... 23 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of KeyReq.SecProfile.version to null
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:389)
  ... 25 more

[Wed Aug 08 11:46:48 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] Fehler beim Erstellen des Schlüssels: can not create HBCI handle


Leider klappt es noch nicht :(
Laut Bank soll der Zugang aber freigeschaltet sein.
Die Firewall an meinem Rechner ist zu Test-Zwecken deaktiviert.

Hat jemand noch Tips?
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 12:09 Uhr  ·  #4
Kannst du es mal mit "HBCI 2.2" als HBCI-Version ausprobieren?
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 12:29 Uhr  ·  #5
Das ergibt dann die folgende Ausgabe:

Code

[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] using hbci version: plus
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute data
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] creating hbci message DialogInitAnon
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] sending hbci message
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] waiting for response message
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to apply rewriter RInvalidSuppHBCIVersion - leaving messag unchanged
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to apply rewriter RSecTypeTAN - leaving messag unchanged
[Wed Aug 08 12:23:59 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.CanNotParseMessageException: HNHBK:1:2+000000000274+220+777111838395703412207180000000+1+777111838395703412207180000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:124)
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead: HNHBK:1:2+000000000274+220+777111838395703412207180000000+1+777111838395703412207180000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleSEGs.<init>(MultipleSEGs.java:71)
  at org.kapott.hbci.protocol.factory.MultipleSEGsFactory.createMultipleSEGs(MultipleSEGsFactory.java:56)
  at org.kapott.hbci.protocol.MSG.parseNewChildContainer(MSG.java:187)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.MSG.<init>(MSG.java:162)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:87)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:78)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:73)
  at org.kapott.hbci.comm.Comm.pingpong(Comm.java:121)
  ... 28 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead.SegHead: HNHBK:1:2+000000000274+220+777111838395703412207180000000+1+777111838395703412207180000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleDEGs.<init>(MultipleDEGs.java:98)
  at org.kapott.hbci.protocol.factory.MultipleDEGsFactory.createMultipleDEGs(MultipleDEGsFactory.java:55)
  at org.kapott.hbci.protocol.SEG.parseNewChildContainer(SEG.java:140)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.SEG.<init>(SEG.java:154)
  at org.kapott.hbci.protocol.factory.SEGFactory.createSEG(SEGFactory.java:55)
  at org.kapott.hbci.protocol.MultipleSEGs.parseAndAppendNewElement(MultipleSEGs.java:82)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 40 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: reststring in DialogInitAnonRes.MsgHead.SegHead.version: :2+000000000274+220+777111838395703412207180000000+1+777111838395703412207180000000:1'HIRMG:2:2+9210::Anonymer Zugang nicht unterstützt oder derzeit nicht möglich+9050::Teilweise fehlerhaft'HIRMS:3:2:2+9210:2:Inhaltlich ungültig, Nachricht wird abgelehnt'HNHBS:4:1+1'
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:476)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:534)
  at org.kapott.hbci.protocol.MultipleDEs.<init>(MultipleDEs.java:140)
  at org.kapott.hbci.protocol.factory.MultipleDEsFactory.createMultipleDEs(MultipleDEsFactory.java:56)
  at org.kapott.hbci.protocol.DEG.parseNewChildContainer(DEG.java:110)
  at org.kapott.hbci.protocol.SyntaxElement.parseAndAppendNewChildContainer(SyntaxElement.java:457)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:388)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:447)
  at org.kapott.hbci.protocol.DEG.<init>(DEG.java:122)
  at org.kapott.hbci.protocol.factory.DEGFactory.createDEG(DEGFactory.java:55)
  at org.kapott.hbci.protocol.MultipleDEGs.parseAndAppendNewElement(MultipleDEGs.java:87)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 51 more
Caused by: org.kapott.hbci.exceptions.ParseErrorException: DialogInitAnonRes.MsgHead.SegHead.version: predefined value "3" does not match found value "2"
  at org.kapott.hbci.protocol.DE.parseValue(DE.java:228)
  at org.kapott.hbci.protocol.DE.initData(DE.java:279)
  at org.kapott.hbci.protocol.DE.<init>(DE.java:290)
  at org.kapott.hbci.protocol.factory.DEFactory.createDE(DEFactory.java:55)
  at org.kapott.hbci.protocol.MultipleDEs.parseAndAppendNewElement(MultipleDEs.java:128)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:396)
  ... 62 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 12:23:59 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] ending dialog
[Wed Aug 08 12:23:59 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of MsgHead.dialogid to null
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 12:23:59 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD failed: org.kapott.hbci.exceptions.ParseErrorException: DialogInitAnonRes.MsgHead.SegHead.version: predefined value "3" does not match found value "2" org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:328)
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: fetching BPD failed
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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)
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Wed Aug 08 12:23:59 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Wed Aug 08 12:23:59 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys
[Wed Aug 08 12:23:59 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 12:23:59 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /home/nicci/.jameica/hibiscus/hibiscus-1533723796120.rdh
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:142)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:270)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 22 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:436)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:446)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  ... 23 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of KeyReq.SecProfile.version to null
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:389)
  ... 25 more

[Wed Aug 08 12:23:59 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] Fehler beim Erstellen des Schlüssels: can not create HBCI handle


Die Bank hatte mir aber auch gesagt, dass ich FinTS 3.0 nehmen soll :/

Kann denn das immer noch an der Verbindung liegen? Bzw. wie kann ich die Verbindung/ den Port noch testen?
Oder kann man an der Meldung schon erkennen, das die Anfrage raus geht, aber etwas anderes schief läuft?
Sollte ich nochmal die Bank-Hotline anrufen?
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 12:36 Uhr  ·  #6
Die schicken das "HNHBK"-Segment in Segment-Version "2". Das riecht eigentlich sogar eher nach HBCI-Version "HBCI 2.1". Kannst du die mal auch noch ausprobieren?

Zitat
Kann denn das immer noch an der Verbindung liegen?

Nein. An der liegt es nicht mehr. Es gehen Anfragen raus und kommen auch Antworten zurück.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 12:48 Uhr  ·  #7
HBCI 2.1 und HBCI 2.01 funktionieren beide nicht.
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 12:50 Uhr  ·  #8
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 13:03 Uhr  ·  #9
BLZ wurde von der IBAN abgetrennt und ohne Leerzeichen eingegeben.

Hier das Log von HBCI 2.1:
Code

[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] using hbci version: 210
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute data
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] creating hbci message DialogInitAnon
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] sending hbci message
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] waiting for response message
[Wed Aug 08 13:01:40 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] HBCI error code: 9210:Anonymer Zugang nicht unterstützt oder derzeit nicht möglich org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] HBCI error code: 9050:Teilweise fehlerhaft org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] HBCI error code: 9210:Inhaltlich ungültig, Nachricht wird abgelehnt (2:2: DialogInitAnon.Idn.KIK) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] verifying signature of response message
[Wed Aug 08 13:01:41 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check signature - no signature key available
[Wed Aug 08 13:01:41 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] ending dialog
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] creating hbci message DialogEndAnon
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] sending hbci message
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] waiting for response message
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: error while receiving data from HBCI server 
  at org.kapott.hbci.comm.CommStandard.pong(CommStandard.java:146)
  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.doDialogEnd(HBCIInstitute.java:183)
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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.SocketException: Connection reset
  at java.net.SocketInputStream.read(SocketInputStream.java:210)
  at java.net.SocketInputStream.read(SocketInputStream.java:141)
  at java.net.SocketInputStream.read(SocketInputStream.java:127)
  at org.kapott.hbci.comm.CommStandard.pong(CommStandard.java:114)
  ... 30 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] dialog finished
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] dialog end failed: java.net.SocketException: Connection reset org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:187)
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: dialog end failed
  at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:192)
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1608)
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD failed: 9210:Anonymer Zugang nicht unterstützt oder derzeit nicht möglich
9050:Teilweise fehlerhaft
9210:Inhaltlich ungültig, Nachricht wird abgelehnt (2:2: DialogInitAnon.Idn.KIK) org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:328)
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: fetching BPD failed
  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.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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)
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Wed Aug 08 13:01:41 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Wed Aug 08 13:01:41 CEST 2018][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys
[Wed Aug 08 13:01:41 CEST 2018][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /home/nicci/.jameica/hibiscus/hibiscus-1533725964652.rdh
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:142)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:130)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:189)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:713)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:56)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
  at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
  at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  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: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:270)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 22 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:436)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:446)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:268)
  ... 23 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not set raw value of KeyReq.SecProfile.version to null
  at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:389)
  ... 25 more

[Wed Aug 08 13:01:41 CEST 2018][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] Fehler beim Erstellen des Schlüssels: can not create HBCI handle
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 6
Dabei seit: 08 / 2018
Betreff:

Re: Erstellen der Schlüsseldatei schlägt fehl

 · 
Gepostet: 08.08.2018 - 13:08 Uhr  ·  #10
Jetzt geht's :)
Es lag tatsächlich an der BLZ.

Interessant ist auch, das bei der Eingabe der neuen BLZ eine komplett andere Bank-URL vorgeschlagen wurde.

Danke für die Hilfe!
Gewählte Zitate für Mehrfachzitierung:   0