Probleme beim erstellen eines Schlüssels bei der OlB

Lightpro

Betreff:

Probleme beim erstellen eines Schlüssels bei der OlB

 ·  Gepostet: 06.07.2011 - 23:35 Uhr  ·  #76454
Hallo,

es gab hier schon einmal einen Thread, der im Grunde genommen das gleiche Problem hat wie ich, dort wurde es allerdings gelöst, tritt aber bei mir noch auf.

http://www.onlinebanking-forum…hlight=olb

Ich benutze die nightly Builds von Hibiscus und Jamaica von heute und dort tritt das Problem immer noch auf.

Wenn ich einen neuen Schlüssel erstellen will, kommt als Fehlermeldung: Fehler beim Erstellen des Schlüssels: Fehler beim Erzeugen eines HBCIHandler Objektes.

Im Log steht folgendes:

[Wed Jul 06 19:44:11 CEST 2011][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] HBCI error code: 9050:Teilweise fehlerhaft. org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)
[Wed Jul 06 19:44:11 CEST 2011][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] HBCI error code: 9380:Benutzer hat keine Auftragsberechtigung. (2: DialogEndAnon.DialogEndS) org.kapott.hbci.status.HBCIStatus.addRetVal(HBCIStatus.java:72)


Ich verstehe das allerdings nicht. Mit den gleichen Daten kann ich mit der DDBAC ohne Probleme einen Schlüssel neu generieren.

Weiss dort jemand Rat? Eine LogDatei kann ich gerne schicken, wenn dies verlangt wird :)

Danke!!

Gruss!

Lightpro

Betreff:

Re: Probleme beim erstellen eines Schlüssels bei der OlB

 ·  Gepostet: 06.07.2011 - 23:50 Uhr  ·  #76455

Lightpro

Betreff:

Re: Probleme beim erstellen eines Schlüssels bei der OlB

 ·  Gepostet: 06.07.2011 - 23:57 Uhr  ·  #76456
Hallo,

mhm, doch nicht. Jetzt kommt zwar der Vergleich des Hashwertes, aber wenn ich dort auf OK klicke, dann kommt wieder die Fehlermeldung.
Code

[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.hbci.HBCICallbackSWT.debug] parse empfangene Antwortnachricht (CryptedRes))
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.hbci.HBCICallbackSWT.log] trying to parse message as crypted message
[Wed Jul 06 23:52:45 CEST 2011][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] entschlüssele Antwortnachricht
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.hbci.HBCICallbackSWT.log] decrypting message key with (n,d)-algorithm
[Wed Jul 06 23:52:45 CEST 2011][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: *** error while decrypting
  at org.kapott.hbci.security.Crypt.decryptIt(Crypt.java:337)
  at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:366)
  at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
  at org.kapott.hbci.manager.HBCIUser.sendAndActivateNewUserKeys(HBCIUser.java:184)
  at org.kapott.hbci.manager.HBCIUser.generateNewKeys(HBCIUser.java:360)
  at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:665)
  at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:207)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:693)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:152)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$5.run(GUI.java:764)
  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:760)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:146)
  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.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.notifyListeners(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:781)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:290)
  at de.willuhn.jameica.system.Application.init(Application.java:143)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 489
  at java.lang.String.checkBounds(String.java:401)
  at java.lang.String.<init>(String.java:442)
  at org.kapott.hbci.security.Crypt.decryptIt(Crypt.java:331)
  ... 32 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1052)
[Wed Jul 06 23:52:45 CEST 2011][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] öffentliche Schlüssel des Nutzers übermittelt
[Wed Jul 06 23:52:45 CEST 2011][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] keys have not been thrown away
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.hbci.HBCICallbackSWT.log] closing communication line
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.datasource.db.DBIteratorImpl.init] executing sql query: prep25: select VERSION.* from VERSION where name = ? {1: 'bpd.XXXXXXXXXXXX'};
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [upd] no version, no userid or no data found, skipping update
[Wed Jul 06 23:52:45 CEST 2011][ERROR][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /Users/is/Library/jameica/hibiscus/key/hibiscus-1309989093440.rdh
org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Erzeugen eines HBCIHandler Objektes
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:141)
  at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
  at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
  at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:693)
  at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
  at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:152)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
  at de.willuhn.jameica.gui.GUI$5.run(GUI.java:764)
  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:760)
  at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:146)
  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.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
  at org.eclipse.swt.widgets.Widget.notifyListeners(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:781)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:290)
  at de.willuhn.jameica.system.Application.init(Application.java:143)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Registrieren der Nutzerdaten
  at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:209)
  at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:132)
  ... 25 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Übermitteln der neuen Nutzerschlüssel abgebrochen
  at org.kapott.hbci.manager.HBCIUser.sendAndActivateNewUserKeys(HBCIUser.java:339)
  at org.kapott.hbci.manager.HBCIUser.generateNewKeys(HBCIUser.java:360)
  at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:665)
  at org.kapott.hbci.manager.HBCIHandler.registerUser(HBCIHandler.java:207)
  ... 26 more
Caused by: org.kapott.hbci.exceptions.ProcessException: Fehler beim Übermitteln der öffentlichen Schlüssel des Nutzers; Schlüssel zurückgesetzt
  at org.kapott.hbci.manager.HBCIUser.sendAndActivateNewUserKeys(HBCIUser.java:203)
  ... 29 more

[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.passports.rdh.View
[Wed Jul 06 23:52:45 CEST 2011][DEBUG][de.willuhn.jameica.messaging.NamedQueue$Worker.send] sending message [Wed Jul 06 23:52:45 CEST 2011][ERROR] Fehler beim Erstellen des Schlüssels: Fehler beim Erzeugen eines HBCIHandler Objektes
[Wed Jul 06 23:52:45 CEST 2011][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Fehler beim Erstellen des Schlüssels: Fehler beim Erzeugen eines HBCIHandler Objektes

Lightpro

Betreff:

Re: Probleme beim erstellen eines Schlüssels bei der OlB

 ·  Gepostet: 07.07.2011 - 18:16 Uhr  ·  #76471
Hallo,

ich verstehe es zwar nicht ganz, aber mit einem anderen Key ging das ganze nun...

Gruss!