Fehler beim INI-Brief erstellen

 
JoeZuHause
Neuling
Avatar
Geschlecht: keine Angabe
Beiträge: 1
Dabei seit: 09 / 2025
Betreff:

Fehler beim INI-Brief erstellen

 · 
Gepostet: 21.09.2025 - 15:58 Uhr  ·  #1
Hallo,
ich will von VR-Networld zu Hibiscus wechseln, habe jedoch bereits beim INI-Brief Probleme.

Hier zuerst mal die verwendeten Versionen
Windows 10 komplett neu installiert:
Windows 10 ==> Version 22H2 (Build 19045.6332)

Jameica 2.10.5
SWT-Version 4966/win32
Java 21.0.6 / Windows 10 amd64
Build 488 (20250211)

Hibiscus 2.10.27
HBCI4Java 3.1.90
Datenbank-Version 71
Build 391 (20250731)

Da ich bisher die VR-Networld mit HBCI und Chipkarte und Kartenleser benutzt habe,
habe ich eine neue Benutzerkennung von meiner VR-Bank erstellt bekommen für eine INI-Datei.

VR Bank Südliche Weinstraße-Wasgau eG BLZ 54891300

Folgende Infos hab ich von meiner Bank bekommen :
Benutzerkennung : ....
Personenkennung : ....
BLZ : 54891300
URL : fints2.atruvia.de
erstellt am 18.09.2025
Hashwert (FinTS3.0) ....
Schlüsselnummer (RxH) :10
Versionsnummer : 2

Ich habe einen Bankzugang mit Schlüsseldatei erstellt.
beim ersten Versuch habe ich die Kundenkennung gleich Benutzerkennung gesetzt, jedoch erfolglos,
dann die Kundenkennung leer gelassen ==> auch ohne Erfolg
dann die Kundenkennung gleich Personenkennung ==> auchg ohne Erfolg
jedes Mal immer der gleiche Fehler


in der Datei jameica.log habe ich folgendes gefunden:
Code

[Sun Sep 21 12:11:11 CEST 2025][INFO][main][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] load RDHNew key L:\Joachim\EigeneJoe_Win7\Jameica\hibiscus\hibiscus-1758438401051.rdh
[Sun Sep 21 12:11:11 CEST 2025][INFO][main][de.willuhn.jameica.hbci.gui.DialogFactory.getKeyPassword] using cached password, passport: org.kapott.hbci.passport.HBCIPassportRDHNew
[Sun Sep 21 12:11:11 CEST 2025][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:489)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4855)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog.open(AbstractDialog.java:479)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startIniLetter(Controller.java:417)
  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:67)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:916)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4855)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:912)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:265)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:933)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:335)
  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:78)
Caused by: java.lang.NullPointerException: Cannot read field "key" because "this.hbcikey" is null
  at org.kapott.hbci.passport.INILetter.getModulus(INILetter.java:97)
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:136)
  ... 25 more

[Sun Sep 21 12:11:11 CEST 2025][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:494)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4855)
  at de.willuhn.jameica.gui.dialogs.AbstractDialog.open(AbstractDialog.java:479)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startIniLetter(Controller.java:417)
  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:67)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:916)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4855)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:912)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:265)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:933)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:335)
  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:78)
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:489)
  ... 23 more
Caused by: java.lang.NullPointerException: Cannot read field "key" because "this.hbcikey" is null
  at org.kapott.hbci.passport.INILetter.getModulus(INILetter.java:97)
  at org.kapott.hbci.passport.INILetter.getKeyHashDisplay(INILetter.java:136)
  ... 25 more

Vielen Dank schon mal für eure Unterstützung
Gewählte Zitate für Mehrfachzitierung:   0