Hi Willow, hi Stefan,
ich danke Euch allen.
Beim Umstellen auf das HBCI+ erhalte ich ein fast identisches Log:
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] open pin/tan passport
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] [PIN/TAN] url : hbci.sofort-bank.com
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] [PIN/TAN] blz : 20010800
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] [PIN/TAN] filter : Base64
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] [PIN/TAN] HBCI version: plus
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] [PIN/TAN] tan sec mech: null
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole kreditinstituts-spezifische Daten
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogInitAnon
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] creating a connection to
https://hbci.sofort-bank.com:443 and checking the certificate
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] versende HBCI-Nachricht
[Sun Aug 29 15:14:33 CEST 2010][INFO][de.willuhn.jameica.security.JameicaTrustManager.checkServerTrusted] server certificate trusted via system trustmanager [vendor: Sun Microsystems Inc.]
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] warte auf Antwortdaten
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] waiting for response
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] überprüfe Signatur der Antwortnachricht
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] installed new BPD with version 2
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] kreditinstituts-spezifische Daten erhalten - neue Version ist 2
[Sun Aug 29 15:14:34 CEST 2010][INFO][de.willuhn.jameica.hbci.AbstractHibiscusHBCICallback.update] got new bpd version. old: 0, new: 2, updating cache
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.messaging.InfoPointMessageConsumer.handleMessage] got infopoint ack request: Erlaube das Senden folgender HBCI Informationen an den InfoPoint-Server?
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] data NOT sent because of missing user confirmation
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] beende Dialog
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogEndAnon
[Sun Aug 29 15:14:35 CEST 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at org.kapott.hbci.passport.AbstractHBCIPassport.getMaxMsgSizeKB(AbstractHBCIPassport.java:424)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:300)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:1XX)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:159)
at de.willuhn.jameica.hbci.gui.action.PassportTest$1.run(PassportTest.java:73)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:828) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] Dialog beendet
[Sun Aug 29 15:14:35 CEST 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] dialog end failed: java.lang.NumberFormatException: null org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:187)
[Sun Aug 29 15:14:35 CEST 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: Dialog-Ende fehlgeschlagen
at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:192)
at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:159)
at de.willuhn.jameica.hbci.gui.action.PassportTest$1.run(PassportTest.java:73)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:828) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole neue System-ID
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching new sys-id from institute
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht Synch
[Sun Aug 29 15:14:35 CEST 2010][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] signiere HBCI-Nachricht
[Sun Aug 29 15:14:37 CEST 2010][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at org.kapott.hbci.passport.AbstractHBCIPassport.getMaxMsgSizeKB(AbstractHBCIPassport.java:424)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:300)
at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
at org.kapott.hbci.manager.HBCIUser.fetchSysId(HBCIUser.java:441)
at org.kapott.hbci.manager.HBCIUser.updateUserData(HBCIUser.java:646)
at org.kapott.hbci.manager.HBCIUser.register(HBCIUser.java:667)
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.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:159)
at de.willuhn.jameica.hbci.gui.action.PassportTest$1.run(PassportTest.java:73)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:828) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1047)
Ich hoffe, es hilft Euch weiter.
Vielen Dank.