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?