Zitat geschrieben von willow
Insbesondere sind die Stacktraces wichtig
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.SecurityManagerService: 31 millis
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.LockService
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.jameica.services.LockService.init] creating lockfile F:\Dokumente und Einstellungen\ufh\.jameica\jameica.lock
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.LockService: 0 millis
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.LogService
[Wed Aug 12 12:24:25 CEST 2009][INFO][de.willuhn.jameica.services.LogService.init] using log level WARN [300]
[Wed Aug 12 12:24:51 CEST 2009][ERROR][de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.getConfigs] unable to load config F:\Dokumente und Einstellungen\ufh\.jameica\hibiscus\passports\1214399420687.pt - skipping
org.kapott.hbci.exceptions.HBCI_Exception: kann kein Passport des Typs PinTan instanziieren
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:697)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:720)
at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.load(PinTanConfigFactory.java:156)
at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.getConfigs(PinTanConfigFactory.java:259)
at de.willuhn.jameica.hbci.passports.pintan.Controller.getConfigList(Controller.java:108)
at de.willuhn.jameica.hbci.passports.pintan.View.bind(View.java:41)
at de.willuhn.jameica.gui.GUI$2.run(GUI.java:505)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$3.run(GUI.java:668)
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:664)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:427)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:367)
at de.willuhn.jameica.hbci.gui.action.PassportDetail.handleAction(PassportDetail.java:72)
at de.willuhn.jameica.hbci.gui.parts.PassportList$1.handleAction(PassportList.java:52)
at de.willuhn.jameica.gui.parts.TablePart$4.handleEvent(TablePart.java:645)
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:685)
at de.willuhn.jameica.gui.GUI.init(GUI.java:219)
at de.willuhn.jameica.system.Application.init(Application.java:140)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:692)
... 25 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: *** loading of passport file failed
at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:180)
... 30 more
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:758)
at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:127)
... 30 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception
at de.willuhn.jameica.hbci.HBCICallbackSWT.callback(HBCICallbackSWT.java:340)
at org.kapott.hbci.passport.AbstractHBCIPassport.calculatePassportKey(AbstractHBCIPassport.java:738)
... 31 more
Caused by: java.lang.ExceptionInInitializerError
at javax.crypto.Cipher.getInstance(DashoA13*..)
at javax.crypto.Cipher.getInstance(DashoA13*..)
at de.willuhn.jameica.security.SSLFactory.decrypt(SSLFactory.java:723)
at de.willuhn.jameica.security.Wallet.read(Wallet.java:240)
at de.willuhn.jameica.security.Wallet.read(Wallet.java:210)
at de.willuhn.jameica.security.Wallet.<init>(Wallet.java:73)
at de.willuhn.jameica.hbci.Settings.getWallet(Settings.java:324)
at de.willuhn.jameica.hbci.HBCICallbackSWT.callback(HBCICallbackSWT.java:162)