"Fehler beim Erstellen des Schlüssels: can not create HBCI handle"

Anlegen FinTS Zugang mit Schluesseldatei fuer die Commerzbank

 
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 2
Dabei seit: 08 / 2019
Betreff:

"Fehler beim Erstellen des Schlüssels: can not create HBCI handle"

 · 
Gepostet: 12.09.2019 - 09:41 Uhr  ·  #1
Hallo Community,

ich moechte Hibiscus/Jameica fuer mein Unternehmen ausprobieren. Ich scheitere beim Anlegen des HBCI Zugangs unseres Commerzbank Kontos in Jameica Version 2.8.4. Versucht wird, einen FinTS Zugang fuer die Commerzbank mittels
Schluesseldatei anzulegen:

  • Button "Create new Key (INI-Letter)"
  • Eingabe der Zugangsdaten (Benutzername sowie identische Kundenkennung, BLZ (52040021), der Rest wird bei den von Jameica automatisch ausgefuellten Werten belassen
  • Button "Apply", Passworteingabe fuer neu erstellen Schluessel
  • Auswahl HBCI Version "FinTS 3.0", Button "Apply"
  • Fehlermeldung "Fehler beim Erstellen des Schlüssels: can not create HBCI handle"


BPD/UPD in den "Key Details" sind leer.
Wenn ich in den "Key Details", "Test Configuration" anklicken, erhalte ich ebenfalls diese Fehlermeldung "Fehler bei dem Erstellen des Schlüssels: can not create HBCI handle".

Die Logdatei finden Sie anbei, ich habe Benutzernamen sowie Kennungen durch andere Strings ersetzt. Ueber Hilfe diesbezueglich wuerde ich mich sehr freuen damit der Test beginnen kann.

Weiter moechte ich mich informieren ob fuer Hibiscus/Jameica auch kommerzieller Support angeboten wird, falls dies nicht der Fall ist, dies von einem anderen Unternehmen angeboten wird.


Code
[..]
[Thu Sep 12 08:48:37 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Thu Sep 12 08:48:37 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] checking if requested hbci parameters are supported
[Thu Sep 12 08:48:37 CEST 2019][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Thu Sep 12 08:48:37 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Thu Sep 12 08:48:37 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Rufe Institutsschlüssel ab
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating dialog FirstKeyReq, id 0, message number: 1, execution count: 0
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to determine my rdh-profile-version, but have no information about it yet
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] no user keys found in passport - so we use the highest available profile
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] using RDH profile  taken from supported profiles (BPD)
[Thu Sep 12 08:48:37 CEST 2019][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Thu Sep 12 08:48:37 CEST 2019][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /home/user/.jameica/hibiscus/coba.rdh
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:145)
  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(BusyIndicator.java:72)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
  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(TypedListener.java:252)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
  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:269)
  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:364)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:373)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:267)
  ... 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:164)
  at org.kapott.hbci.dialog.HBCIDialogFirstKeyRequest.applyData(HBCIDialogFirstKeyRequest.java:45)
  at org.kapott.hbci.dialog.AbstractRawHBCIDialog.execute(AbstractRawHBCIDialog.java:68)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:349)
  ... 25 more

[Thu Sep 12 08:48:37 CEST 2019][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey] Fehler beim Erstellen des Schlüssels: can not create HBCI handle
[Thu Sep 12 08:48:37 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:48:37 CEST 2019][ERROR] Fehler beim Erstellen des Schlüssels: can not create HBCI handle
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.Navigation.start] executing navigation entry hibiscus.navi.passports [Bank Connections]
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.gui.views.PassportList
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.gui.views.PassportList
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@21de60a7
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.passports.rdh.View to history
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.created: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.deleted: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.created: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.deleted: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl][Key-File] instantiated successfully
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl][PIN/TAN] instantiated successfully
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl][Chip-Card Reader] instantiated successfully
[Thu Sep 12 08:53:41 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard.applyShortcut] bound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@d325518
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.View
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.passports.rdh.View
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@d325518
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.gui.views.PassportList to history
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.created: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.deleted: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.created: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.deleted: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:44 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard.applyShortcut] bound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@2a8b33ba
[Thu Sep 12 08:53:48 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.importKey] import rdh key /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.RDH2Format
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.SizRdhDirectFormat
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.SizRdhFormat
[Thu Sep 12 08:53:48 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run] using custom dialog size: 440x260
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Thu Sep 12 08:53:53 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.importKey] registering key, type HBCI4Java/Hibiscus-Format, de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:53:53 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.addKey] adding key /home/user/.jameica/hibiscus/coba.rdh to list
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.properties
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.View
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:53:53 CEST 2019][OK] Keyfile has been imported successfully
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.passports.rdh.View
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@2a8b33ba
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.passports.rdh.View to history
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.created: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.deleted: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.created: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.deleted: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:53:53 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard.applyShortcut] bound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@4f3e9fbb
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.Detail
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.passports.rdh.Detail
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@4f3e9fbb
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.passports.rdh.View to history
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.created: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue jameica.bookmark.deleted: unregistering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:53:55 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] load RDHNew key /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating new instance of a RDHNew passport
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.gui.DialogFactory.getCacheKey] using cache key: hibiscus.pin./home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] creating cipher
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] using block size (in bytes): 256
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] decrypting data
[Thu Sep 12 08:53:55 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.DialogFactory.getKeyPassword] using cached password, passport: org.kapott.hbci.passport.HBCIPassportRDHNew
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.callback] callback [reason 21] handled by class de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] passport data loaded using LegacyFormat
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue [default]: registering message consumer de.willuhn.jameica.hbci.gui.parts.KontoList$SaldoMessageConsumer
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.datasource.db.DBIteratorImpl.init] executing sql query: prep103: select KONTO.* from KONTO where passport_class = ? ORDER BY blz, bezeichnung {1: 'de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl'}
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl][Key-File] instantiated successfully
[Thu Sep 12 08:53:55 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:53:55 CEST 2019][OK] Schlüsseldatei geladen
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey.properties
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey.properties
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to determine my rdh-profile-version, but have no information about it yet
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] no user keys found in passport - so we use the highest available profile
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] using RDH profile  taken from supported profiles (BPD)
[Thu Sep 12 08:54:03 CEST 2019][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] saving passport data to /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] passport data saved using LegacyFormat
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] saving file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] deleting old file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] renaming coba.rdh_7184206572265577614 to coba.rdh
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] new file now exists: /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:03 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:54:03 CEST 2019][OK] Einstellungen gespeichert
[Thu Sep 12 08:54:05 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Thu Sep 12 08:54:05 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run] using custom dialog size: 560x400
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.gui.parts.AbstractTablePart.properties
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.gui.parts.AbstractTablePart.properties
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.gui.parts.AbstractTablePart.properties
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Thu Sep 12 08:54:08 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey.properties
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to determine my rdh-profile-version, but have no information about it yet
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] no user keys found in passport - so we use the highest available profile
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] using RDH profile  taken from supported profiles (BPD)
[Thu Sep 12 08:54:09 CEST 2019][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] saving passport data to /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] passport data saved using LegacyFormat
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] saving file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] deleting old file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] renaming coba.rdh_7267964215934207512 to coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] new file now exists: /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:54:09 CEST 2019][OK] Einstellungen gespeichert
[Thu Sep 12 08:54:09 CEST 2019][INFO][bg-task:][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor.check] creating progress monitor for GUI
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@2eda4eeb
[Thu Sep 12 08:54:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$2.run] activating progress monitor
[Thu Sep 12 08:54:09 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open] open rdh passport
[Thu Sep 12 08:54:09 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open] using passport file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message de.willuhn.jameica.messaging.QueryMessage@2e3d494c
[Thu Sep 12 08:54:09 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open] storing hbci [300] version for key /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.util.Settings.store] saving /home/user/.jameica/cfg/de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey.properties
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] load RDHNew key /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating new instance of a RDHNew passport
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.gui.DialogFactory.getCacheKey] using cache key: hibiscus.pin./home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] creating cipher
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] using block size (in bytes): 256
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] decrypting data
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.gui.DialogFactory.getKeyPassword] using cached password, passport: org.kapott.hbci.passport.HBCIPassportRDHNew
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.callback] callback [reason 21] handled by class de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] passport data loaded using LegacyFormat
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open] using HBCI version 300
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] registering institute
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute data
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Aktualisiere Bankparameter (BPD)
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating dialog DialogInitAnon, id 0, message number: 1, execution count: 0
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to determine my rdh-profile-version, but have no information about it yet
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] no user keys found in passport - so we use the highest available profile
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] using RDH profile  taken from supported profiles (BPD)
[Thu Sep 12 08:54:11 CEST 2019][WARN][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] 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:164)
  at org.kapott.hbci.passport.AbstractRDHPassport.onDialogEvent(AbstractRDHPassport.java:402)
  at org.kapott.hbci.dialog.AbstractRawHBCIDialog.execute(AbstractRawHBCIDialog.java:69)
  at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:276)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:372)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:267)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
  at de.willuhn.jameica.hbci.gui.action.PassportTest$1.run(PassportTest.java:77)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1060)
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] checking if requested hbci parameters are supported
[Thu Sep 12 08:54:11 CEST 2019][WARN][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.status] fetching institute keys
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Rufe Institutsschlüssel ab
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating dialog FirstKeyReq, id 0, message number: 1, execution count: 0
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to determine my rdh-profile-version, but have no information about it yet
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] no user keys found in passport - so we use the highest available profile
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] using RDH profile  taken from supported profiles (BPD)
[Thu Sep 12 08:54:11 CEST 2019][WARN][bg-task:][de.willuhn.jameica.hbci.HBCICallbackSWT.log] unable to determine rdh-profile-version using BPD, using default version null
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][bg-task:][de.willuhn.jameica.hbci.gui.action.PassportProcessCode3072.handleAction] no changed customer data in persistent data of passport found
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.close] closing rdh passport
[Thu Sep 12 08:54:11 CEST 2019][INFO][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.close] rdh passport closed
[Thu Sep 12 08:54:11 CEST 2019][ERROR][bg-task:][de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open] error while opening key
org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:145)
  at de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl.open(PassportHandleImpl.java:146)
  at de.willuhn.jameica.hbci.gui.action.PassportTest$1.run(PassportTest.java:77)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1060)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:269)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 3 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:364)
  at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:373)
  at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:267)
  ... 4 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:164)
  at org.kapott.hbci.dialog.HBCIDialogFirstKeyRequest.applyData(HBCIDialogFirstKeyRequest.java:45)
  at org.kapott.hbci.dialog.AbstractRawHBCIDialog.execute(AbstractRawHBCIDialog.java:68)
  at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:349)
  ... 6 more

[Thu Sep 12 08:54:11 CEST 2019][WARN][bg-task:][de.willuhn.jameica.hbci.gui.DialogFactory.dirtyPINCache] mark pin cache dirty for all passports
[Thu Sep 12 08:54:11 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:54:11 CEST 2019][ERROR] Fehler beim Öffnen des Schlüssels: can not create HBCI handle
[Thu Sep 12 08:54:12 CEST 2019][INFO][Thread-8][de.willuhn.jameica.hbci.gui.action.PassportTest$2.run] log target removed
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
[Thu Sep 12 08:54:19 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] load RDHNew key /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating new instance of a RDHNew passport
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading data from file /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from /home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.gui.DialogFactory.getCacheKey] using cache key: hibiscus.pin./home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] creating cipher
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] using block size (in bytes): 256
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] decrypting data
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Thu Sep 12 08:54:19 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run] using custom dialog size: 550x-1
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.gui.DialogFactory.getCacheKey] using cache key: hibiscus.pin./home/user/.jameica/hibiscus/coba.rdh
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.encrypt] creating cipher
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.encrypt] encrypting data
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.encrypt] using block size (in bytes): 255
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.callback] callback [reason 21] handled by class de.willuhn.jameica.hbci.passports.rdh.server.PassportHandleImpl
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] passport data loaded using LegacyFormat
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Thu Sep 12 08:54:20 CEST 2019][ERROR][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run] error while painting dialog
org.kapott.hbci.exceptions.HBCI_Exception: *** error while calculating hash value
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:160)
  at de.willuhn.jameica.hbci.gui.dialogs.NewKeysDialog.paint(NewKeysDialog.java:113)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run(AbstractDialog.java:494)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog.open(AbstractDialog.java:484)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startIniLetter(Controller.java:419)
  at de.willuhn.jameica.hbci.passports.rdh.Detail$2.handleAction(Detail.java:84)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
  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(TypedListener.java:252)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
  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.NullPointerException
  at org.kapott.hbci.passport.INILetter.getModulus(INILetter.java:97)
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:136)
  ... 25 more

[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Thu Sep 12 08:54:20 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Thu Sep 12 08:54:20 CEST 2019][ERROR][main][de.willuhn.jameica.hbci.passports.rdh.Controller.startIniLetter] error while creating ini letter
java.lang.RuntimeException: org.kapott.hbci.exceptions.HBCI_Exception: *** error while calculating hash value
  at de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run(AbstractDialog.java:499)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog.open(AbstractDialog.java:484)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startIniLetter(Controller.java:419)
  at de.willuhn.jameica.hbci.passports.rdh.Detail$2.handleAction(Detail.java:84)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
  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(TypedListener.java:252)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
  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: *** error while calculating hash value
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:160)
  at de.willuhn.jameica.hbci.gui.dialogs.NewKeysDialog.paint(NewKeysDialog.java:113)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run(AbstractDialog.java:494)
  ... 23 more
Caused by: java.lang.NullPointerException
  at org.kapott.hbci.passport.INILetter.getModulus(INILetter.java:97)
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:136)
  ... 25 more

[Thu Sep 12 08:54:20 CEST 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Thu Sep 12 08:54:20 CEST 2019][ERROR] Fehler beim Erzeugen des INI-Briefs: org.kapott.hbci.exceptions.HBCI_Exception: *** error while calculating hash value
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.Navigation.start] executing navigation entry hibiscus.navi.accounts [Bank Accounts]
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.gui.views.KontoList
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.gui.views.KontoList
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.unRegisterMessageConsumer] queue [default]: unregistering message consumer de.willuhn.jameica.hbci.gui.parts.KontoList$SaldoMessageConsumer
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.passports.rdh.Detail to history
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.created: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyCreateMessageConsumer
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue jameica.bookmark.deleted: registering message consumer de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark$MyDeleteMessageConsumer
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] queue [default]: registering message consumer de.willuhn.jameica.hbci.gui.parts.KontoList$SaldoMessageConsumer
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.datasource.db.DBIteratorImpl.init] executing sql query: prep105: select KONTO.* from KONTO ORDER BY LOWER(kategorie), blz, kontonummer, bezeichnung
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl][Key-File] instantiated successfully
[Thu Sep 12 08:54:30 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard.applyShortcut] bound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@5696c927
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.Navigation.start] executing navigation entry hibiscus.navi.passports [Bank Connections]
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.services.BeanService.get]   creating new class de.willuhn.jameica.hbci.gui.views.PassportList
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.gui.views.PassportList
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendSyncMessage] no message consumers found, ignoring message
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] disposing previous view
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.parts.table.FeatureClipboard$1.widgetDisposed] unbound de.willuhn.jameica.gui.parts.table.FeatureClipboard$2@5696c927
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] dispose finished
[Thu Sep 12 08:54:32 CEST 2019][DEBUG][main][de.willuhn.jameica.gui.GUI$5.run] adding view de.willuhn.jameica.hbci.gui.
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: "Fehler beim Erstellen des Schlüssels: can not create HBCI handle"

 · 
Gepostet: 12.09.2019 - 10:51 Uhr  ·  #2
Mach ein Downgrade auf Hibiscus 2.8.13. In den aktuellen Hibiscus-Version finden gerade viele Umbauten wegen PSD2 statt, die für dich mit der Schlüsseldatei nicht relevant sind.

Zitat

Weiter moechte ich mich informieren ob fuer Hibiscus/Jameica auch kommerzieller Support angeboten wird, falls dies nicht der Fall ist, dies von einem anderen Unternehmen angeboten wird.


Mir ist niemand bekannt, der kommerziellen Support dafür leistet.
Neuling
Avatar
Geschlecht: keine Angabe
Beiträge: 1
Dabei seit: 06 / 2020
Betreff:

Re: "Fehler beim Erstellen des Schlüssels: can not create HBCI handle"

 · 
Gepostet: 30.06.2020 - 17:39 Uhr  ·  #3
Hallo zusammen,

das Problem existiert immer noch, ich habe genau das gleiche Verhalten beobachten können. Hab's mit zwei Versionen ausprobiert: 2.9.0-nightly von heute und mit der 2.8.4.
Wo kann ich alte Versionen herunterladen? Oder geht das nur über git?

Danke & Grüße
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10071
Dabei seit: 03 / 2005
Betreff:

Re: "Fehler beim Erstellen des Schlüssels: can not create HBCI handle"

 · 
Gepostet: 30.06.2020 - 19:54 Uhr  ·  #4
Gewählte Zitate für Mehrfachzitierung:   0