Code
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] searching for bean Detail
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] creating new
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] no lifecycle -> request scope
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.passports.rdh.Detail
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI$4.run] disposing previous view
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI$4.run] dispose finished
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI$4.run] adding view de.willuhn.jameica.hbci.gui.views.PassportList to history
[Mon Mar 12 09:26:54 CET 2012][INFO][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] load RDHNew key /home/hibiscus/.jameica/hibiscus/Commerzbank.rdh
[Mon Mar 12 09:26:54 CET 2012][WARN][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] unable to register current handle, callback: de.willuhn.jameica.hbci.payment.HBCICallbackServer@6bb1a986
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] creating new instance of a RDHNew passport
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading passport data from file /home/hibiscus/.jameica/hibiscus/Commerzbank.rdh
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading data from file /home/hibiscus/.jameica/hibiscus/Commerzbank.rdh
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [bpd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [upd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.security.Wallet.get] reading key Commerzbank.rdh
[Mon Mar 12 09:26:54 CET 2012][ERROR][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load] unable to load RDHNew key
org.kapott.hbci.exceptions.HBCI_Exception: *** error while reading passport file
at org.kapott.hbci.passport.HBCIPassportRDHNew.<init>(HBCIPassportRDHNew.java:209)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:706)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:750)
at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load(HBCI4JavaFormat.java:251)
at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.load(HBCI4JavaFormat.java:195)
at de.willuhn.jameica.hbci.passports.rdh.server.RDHKeyImpl.load(RDHKeyImpl.java:267)
at de.willuhn.jameica.hbci.passports.rdh.Controller.getHBCIPassport(Controller.java:129)
at de.willuhn.jameica.hbci.passports.rdh.Controller.getHBCIUrl(Controller.java:257)
at de.willuhn.jameica.hbci.passports.rdh.Detail.bind(Detail.java:55)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:615)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
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:782)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:519)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:454)
at de.willuhn.jameica.hbci.gui.action.PassportDetail.handleAction(PassportDetail.java:46)
at de.willuhn.jameica.hbci.gui.parts.PassportTree$1.handleAction(PassportTree.java:67)
at de.willuhn.jameica.gui.parts.AbstractTablePart.open(AbstractTablePart.java:242)
at de.willuhn.jameica.gui.parts.TreePart.handleDoubleClick(TreePart.java:711)
at de.willuhn.jameica.gui.parts.TreePart$4.mouseDoubleClick(TreePart.java:253)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.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:803)
at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
at de.willuhn.jameica.system.Application.init(Application.java:144)
at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Erzeugen des Schlüssels aus dem Passwort
at org.kapott.hbci.passport.AbstractHBCIPassport.calculatePassportKey(AbstractHBCIPassport.java:788)
at org.kapott.hbci.passport.HBCIPassportRDHNew.<init>(HBCIPassportRDHNew.java:144)
... 35 more
Caused by: java.lang.RuntimeException: no password/pin definded for passport org.kapott.hbci.passport.HBCIPassportRDHNew
at de.willuhn.jameica.hbci.payment.HBCICallbackServer.callback(HBCICallbackServer.java:161)
at org.kapott.hbci.passport.AbstractHBCIPassport.calculatePassportKey(AbstractHBCIPassport.java:768)
... 36 more
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] searching for bean PassportList
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.messaging.NamedQueue$Worker.send] sending message [Mon Mar 12 09:26:54 CET 2012][ERROR] Fehler beim Laden des Schlüssels: *** error while reading passport file
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] creating new
[Mon Mar 12 09:26:54 CET 2012][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Fehler beim Laden des Schlüssels: *** error while reading passport file
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.services.BeanService.get] no lifecycle -> request scope
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI.startView] starting view: de.willuhn.jameica.hbci.gui.views.PassportList
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI$4.run] disposing previous view
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.gui.GUI$4.run] dispose finished
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl][Schlüsseldiskette] instantiated successfully
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl][Chipkarte (DDV)] instantiated successfully
[Mon Mar 12 09:26:54 CET 2012][DEBUG][de.willuhn.jameica.hbci.PassportRegistry.load] [de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl][PIN/TAN] instantiated successfully
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] creating new instance of a PinTan passport
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading passport data from file /home/hibiscus/.jameica/hibiscus/passports/1281948568919.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading data from file /home/hibiscus/.jameica/hibiscus/passports/1281948568919.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [bpd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [upd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.security.Wallet.get] reading key 1281948568919.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] creating new instance of a PinTan passport
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading passport data from file /home/hibiscus/.jameica/hibiscus/passports/1302009981070.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] loading data from file /home/hibiscus/.jameica/hibiscus/passports/1302009981070.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [bpd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] [upd] no version, no userid or no data found, skipping update
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.security.Wallet.get] reading key 1302009981070.pt
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] found another twostepmech 920 in segversion 1, allready have one in segversion 3, ignoring segversion 1
[Mon Mar 12 09:26:55 CET 2012][DEBUG][de.willuhn.jameica.hbci.payment.HBCICallbackServer.log] found another twostepmech 900 in segversion 1, allready have one in segversion 3, ignoring segversion 1
Die File an sich ist allerdings in Ordnung - darauf kann von derselben installation mit einem anderen Benutzer (anderes config verzeichnis) zugegriffen werden.
Ich erd auf alle Faelle gleich mal die 'saubere Variante' durchführen und es dann nochmal versuchen.