Hallo,
bei mir bricht InitAndTest nach der Bestätigung des insitute key ab. Es scheint so, als würde meine Eingabe nicht als Leerstring akzeptiert:
...
New institutes keys received
exponent: (WERTE)
modulus: (WERTE)
<DB2> [2009.12.18 15:02:36.550] [main/main] passport.AbstractRDHPassport: using hash instance SHA-256/null
hash: (WERTE)
<ENTER>=OK, "ERR"=ERROR: (ENTER)
<DBG> [2009.12.18 15:02:47.538] [main/main] comm.CommStandard: closing communication line
callback for passport with init-data: RDHNew
You can close the connection to the internet now
press <ENTER> to continue
Exception in thread "main" org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:141)
at org.kapott.hbci.tools.InitAndTest.main(InitAndTest.java:95)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:198)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
... 1 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:362)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:372)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
... 2 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: new institutes keys not acknowledged by user
at org.kapott.hbci.manager.HBCIInstitute.acknowledgeNewKeys(HBCIInstitute.java:174)
at org.kapott.hbci.manager.HBCIInstitute.extractKeys(HBCIInstitute.java:148)
at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:348)
... 4 more
Dabei wird ein passport-file generiert. Bei weiteren Versuchen tritt der gleiche Fehler auf.
Ich verwende: debian etch, HBCI4Java 2.5.12, SUN jre 1.6.0_17, passport-Typ RDHNew, hbci-version 300
Über Hinweise würde ich mich freuen.
Gruß
ange
bei mir bricht InitAndTest nach der Bestätigung des insitute key ab. Es scheint so, als würde meine Eingabe nicht als Leerstring akzeptiert:
Zitat
...
New institutes keys received
exponent: (WERTE)
modulus: (WERTE)
<DB2> [2009.12.18 15:02:36.550] [main/main] passport.AbstractRDHPassport: using hash instance SHA-256/null
hash: (WERTE)
<ENTER>=OK, "ERR"=ERROR: (ENTER)
<DBG> [2009.12.18 15:02:47.538] [main/main] comm.CommStandard: closing communication line
callback for passport with init-data: RDHNew
You can close the connection to the internet now
press <ENTER> to continue
Exception in thread "main" org.kapott.hbci.exceptions.HBCI_Exception: can not create HBCI handle
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:141)
at org.kapott.hbci.tools.InitAndTest.main(InitAndTest.java:95)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not register institute
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:198)
at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
... 1 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: fetching of institute keys failed
at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:362)
at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:372)
at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:196)
... 2 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: new institutes keys not acknowledged by user
at org.kapott.hbci.manager.HBCIInstitute.acknowledgeNewKeys(HBCIInstitute.java:174)
at org.kapott.hbci.manager.HBCIInstitute.extractKeys(HBCIInstitute.java:148)
at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:348)
... 4 more
Dabei wird ein passport-file generiert. Bei weiteren Versuchen tritt der gleiche Fehler auf.
Ich verwende: debian etch, HBCI4Java 2.5.12, SUN jre 1.6.0_17, passport-Typ RDHNew, hbci-version 300
Über Hinweise würde ich mich freuen.
Gruß
ange