Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 05:12 Uhr  ·  #1
Hallo alle zusammen,

Freue mich erstmal jetzt auch hier in diesem Forum zu sein und habe direkt auch mal eine frage zu Jameica/Hibiscus.

Benutze das Programm schon recht lange und bin sher zufrieden damit.
bin bei der Commerzbank und arbeite mit dem HBCI schlüssel.

So womit ich damals immer probleme hatte war das wenn ich das Programm mal etwas gebraucht habe hat Jameica irgendwann den schlüssel überschrieben und er hat ihn nihct mehr akzeptiert.
Dieses Problem habe ich so gelöst das ich einen neuen INI Brief erzeugt habe ihn bei der Bank eingereicht habe und sofort den schlüssel kopiert habe.

Also einmal eien Ordner key und Copy key.

Sobald der schlüssel in copy key wieder überschrieben wurde habe ich die datei aus key nach copy key gepackt und gut war.

nur leider geht das so nicht mehr und ich bekomme nun eine fehlermeldung, HBCI error code 9390:Doppelteinrichtung-Nachricht abgeleht.

Habe denn hier im forum gelesen das ich den schlüssel per manuelle Synchronisierung der Signatur-ID zurücksetzten soll dann würde es wieder gehen.

Nur wie mache ich das??????????


Gruss

byte
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 08:33 Uhr  ·  #2
Hallo byte,
Du kannst den HBCI4Java Passport Editor dafür verwenden - den gibt es auf der HBCI4Java-Homepage.
Grüße
-stefan-
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 10:22 Uhr  ·  #3
Hallo Stefan,

erstmal vielen dank für die schnelle Antwort, nur wie installiere ich diesen Passport Editor?

Wie setzte ich den die Signatur ID zurück damit?

Benutze Ubuntu

Lieben Gruss

Byte
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 10:26 Uhr  ·  #4
master@master-laptop:~/Desktop$ java -cp hbci4java-pe-0.9/classes org.kapott.hbci.pe.Main
Exception in thread "main" java.lang.NoClassDefFoundError: org/kapott/hbci/pe/Main
Caused by: java.lang.ClassNotFoundException: org.kapott.hbci.pe.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: org.kapott.hbci.pe.Main. Program will exit.
master@master-laptop:~/Desktop$
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 10:46 Uhr  ·  #5
> java -cp hbci4java-pe-0.9/jar/hbci4java-pe.jar:hbci4java-2.9.x/dist/jar/hbci4java.jar org.kapott.hbci.pe.Main

(den Pfad zu HBCI4Java natürlich entsprechend anpassen).

Dann ein "RDHNew"-Passport konfigurieren (ich gehe zumindest davon aus, dass Du eines von diesem Typ hast).

Im Editor dann einfach auf den "Sync"-Button hinter "SignaturId" klicken.
Abspeichern.
Fertig.

Grüße
-stefan-
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 16:59 Uhr  ·  #6
master@master-laptop:~/Desktop$ java -cp hbci4java-pe-0.9/jar/hbci4java-pe.jar:hbci4java-2.9.x/dist/jar/hbci4java.jar org.kapott.hbci.pe.Main
Exception in thread "main" java.lang.NoClassDefFoundError: org/kapott/hbci/passport/HBCIPassport
at org.kapott.hbci.pe.ChoosePassport.start(ChoosePassport.java:139)
at org.kapott.hbci.pe.Main.start(Main.java:29)
at org.kapott.hbci.pe.Main.main(Main.java:36)
Caused by: java.lang.ClassNotFoundException: org.kapott.hbci.passport.HBCIPassport
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
... 3 more
master@master-laptop:~/Desktop$
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 17:00 Uhr  ·  #7
Bekomme das echt nicht ans laufen :-(
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 17:07 Uhr  ·  #8
Hast Du den richtigen Pfad zur hbci4java.jar angegeben?

Wenn Du unter Windows arbeitest, ist als Trennzeichen zwischen den Pfadangaben der Doppelpunkt durch ein Semikolon zu ersetzen.

Die Fehlermeldung zeigt, dass eine Klasse aus der HBCI4Java-Bibliothek nicht gefunden wurde, deutet also darauf hin, dass der CLASSPATH zur HBCI4Java-Bibliothek irgendwie falsch ist..

Grüße
-stefan-
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 17:38 Uhr  ·  #9
Also habe den Ordner hbci4java-pe-0.9 auf den Desktop unter ubuntu, dann habe ich das Terminal geöffnet und bin auf meinen Destopt gegangen wo dieser ordner ist und habe denn
java -cp hbci4java-pe-0.9/jar/hbci4java-pe.jar:hbci4java-2.9.x/dist/jar/hbci4java.jar org.kapott.hbci.pe.Main

eingegeben,

Was meinst du mit CLASSPATH zur HBCI4Java-Bibliuthek?????
Habe nichts anderes gemacht als die zip datei auf der HP runtergeladen und den auf den Desktop entpackt.

Muss ich das noch irgendwo hin kopieren???

Gruss

Byte
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 17:41 Uhr  ·  #10
Was ist damit gemeint ? :hbci4java-2.9.x/dist/jar/hbci4java.jar org.kapott.hbci.pe.Main

Habe Jameica in opt Verzeichnis und in jameica unter Plugin dann Hibisus.
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10887
Dabei seit: 03 / 2005
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 19:34 Uhr  ·  #11
OK, hier eine idiotensichere Anleitung: Fuehre einfach die Kommandos aus ;)

Code

cd ~
mkdir hbci4java
cd hbci4java/
wget http://hbci4java.kapott.org/hbci4java-2.5.10-bin.zip
unzip hbci4java-2.5.10-bin.zip
wget http://hbci4java.kapott.org/hbci4java-pe-0.9.zip
unzip hbci4java-pe-0.9.zip
java -cp hbci4java-pe-0.9/jar/hbci4java-pe.jar:hbci4java-2.5.10-bin/jar/hbci4java.jar org.kapott.hbci.pe.Main
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 19:41 Uhr  ·  #12
Hallo leider nicht zu idotensicher :-) denke mir fehlt irgendwie eine Datei.

master@master-laptop:~$ mkdir hbci4java
master@master-laptop:~$ cd hbci4java/
master@master-laptop:~/hbci4java$ wget http://hbci4java.kapott.org/hbci4java-2.5.10-bin.zip
--2009-03-02 19:40:13-- http://hbci4java.kapott.org/hbci4java-2.5.10-bin.zip
Auflösen des Hostnamen »hbci4java.kapott.org«.... 213.133.111.163
Verbindungsaufbau zu hbci4java.kapott.org|213.133.111.163|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 1554231 (1,5M) [application/zip]
In »hbci4java-2.5.10-bin.zip« speichern.

100%[======================================>] 1.554.231 1017K/s in 1,5s

2009-03-02 19:40:15 (1017 KB/s) - »hbci4java-2.5.10-bin.zip« gespeichert [1554231/1554231]

master@master-laptop:~/hbci4java$ unzip hbci4java-2.5.10-bin.zip
Archive: hbci4java-2.5.10-bin.zip
creating: hbci4java-2.5.10-bin/
creating: hbci4java-2.5.10-bin/doc/
creating: hbci4java-2.5.10-bin/doc/javadoc/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIRetVal.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIDialogStatus.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIDialogStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIExecThreadedStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIRetVal.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIExecStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/class-use/HBCIMsgStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIMsgStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIExecStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/status/HBCIExecThreadedStatus.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackNative.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/AbstractHBCICallback.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackSwingInternal.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallback.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackThreaded.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackSwing.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackIOStreams.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/class-use/HBCICallbackConsole.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackSwing.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackThreaded.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackNative.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackSwingInternal.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallback.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/AbstractHBCICallback.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackConsole.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/callback/HBCICallbackIOStreams.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/CheckAccountCRC.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/AnalyzeReportOfTransactions.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/ShowLowlevelGVs.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/INILetter.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/HBCIBatch.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/CheckAccountCRC.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/ShowLowlevelGVs.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/ConvertSIZRDHPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/AnalyzeReportOfTransactions.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/ConvertRDHPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/INILetter.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/InitAndTest.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/ShowLowlevelGVRs.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/class-use/HBCIBatch.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/ConvertSIZRDHPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/ShowLowlevelGVRs.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/InitAndTest.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/tools/ConvertRDHPassport.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/class-use/HBCIPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/class-use/AbstractHBCIPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/class-use/INILetter.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/HBCIPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/AbstractHBCIPassport.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/INILetter.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/passport/package-use.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRFestList.Entry.Prolong.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPStammData.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTANList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRFestCondList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRKUms.UmsLine.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRKUms.BTag.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRCardList.CardInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRDauerList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTermUebList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTermUebList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTANList.TANInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPDepotList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRInfoOrder.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRFestCondList.Cond.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRCardList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRAccInfo.AccInfo.Address.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRDauerNew.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRStatus.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRAccInfo.AccInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/HBCIJobResult.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPDepotList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRInfoList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRFestList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRDauerEdit.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRDauerList.Dauer.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPDepotList.Entry.Gattung.SubSaldo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPDepotList.Entry.Gattung.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTermUebEdit.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRSaldoReq.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTANList.TANList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRInfoOrder.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRAccInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRWPStammData.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRTermUeb.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRSaldoReq.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRFestList.Entry.Prolong.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRInfoList.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRFestList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/class-use/GVRKUms.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRAccInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTermUebEdit.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRInfoOrder.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRSaldoReq.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTermUeb.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRSaldoReq.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRFestCondList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRDauerList.Dauer.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPStammData.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRKUms.UmsLine.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRFestList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRStatus.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRCardList.CardInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPStammData.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPDepotList.Entry.Gattung.SubSaldo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTermUebList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTANList.TANList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRInfoList.Info.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRAccInfo.AccInfo.Address.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTANList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPDepotList.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRFestCondList.Cond.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRStatus.Entry.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRKUms.BTag.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRDauerList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPDepotList.Entry.Gattung.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRInfoOrder.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTermUebList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRCardList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRDauerNew.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRTANList.TANInfo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/HBCIJobResult.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRInfoList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRDauerEdit.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRFestList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRKUms.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRWPDepotList.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV_Result/GVRAccInfo.AccInfo.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/package-frame.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/class-use/HBCIJob.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/GV/HBCIJob.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/Value.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/KontoIntl.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/class-use/KontoIntl.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/class-use/Konto.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/class-use/Saldo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/class-use/Value.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/Saldo.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/Konto.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/structures/package-frame.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/package-use.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/HBCIUtils.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/FileSystemClassLoader.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/HBCIKernelFactory.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/HBCIHandler.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/HBCIKernel.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/class-use/HBCIKey.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/FileSystemClassLoader.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/HBCIUtils.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/HBCIKernelFactory.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/HBCIKernel.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/HBCIHandler.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/manager/HBCIKey.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/package-use.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/HBCI_Exception.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/class-use/HBCI_Exception.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/exceptions/package-summary.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/DTAUS.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/DTAUS_CH.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/package-use.html
creating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/class-use/
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/class-use/DTAUS.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/class-use/DTAUS_CH.Transaction.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/class-use/DTAUS.Transaction.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/class-use/DTAUS_CH.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/package-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/DTAUS.Transaction.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/DTAUS_CH.Transaction.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/package-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/org/kapott/hbci/swift/package-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/package-list
inflating: hbci4java-2.5.10-bin/doc/javadoc/overview-summary.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/index-all.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/deprecated-list.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/stylesheet.css
inflating: hbci4java-2.5.10-bin/doc/javadoc/overview-tree.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/serialized-form.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/packages.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/constant-values.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/allclasses-frame.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/index.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/allclasses-noframe.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/help-doc.html
inflating: hbci4java-2.5.10-bin/doc/javadoc/overview-frame.html
creating: hbci4java-2.5.10-bin/doc/javadoc/resources/
extracting: hbci4java-2.5.10-bin/doc/javadoc/resources/inherit.gif
creating: hbci4java-2.5.10-bin/jar/
inflating: hbci4java-2.5.10-bin/jar/hbci4java.jar
creating: hbci4java-2.5.10-bin/lib/
inflating: hbci4java-2.5.10-bin/lib/libhbci4java-card-linux-64.so
inflating: hbci4java-2.5.10-bin/lib/hbci4java-card-win32.dll
inflating: hbci4java-2.5.10-bin/lib/libhbci4java-card-mac.jnilib
inflating: hbci4java-2.5.10-bin/lib/libhbci4java-card-linux-32.so
creating: hbci4java-2.5.10-bin/templates/
inflating: hbci4java-2.5.10-bin/templates/hbci.properties.template
creating: hbci4java-2.5.10-bin/demo/
creating: hbci4java-2.5.10-bin/demo/HBCIBatch/
inflating: hbci4java-2.5.10-bin/demo/HBCIBatch/hbci4java.properties
inflating: hbci4java-2.5.10-bin/demo/HBCIBatch/results.dat.txt
inflating: hbci4java-2.5.10-bin/demo/HBCIBatch/runjobs.sh
inflating: hbci4java-2.5.10-bin/demo/HBCIBatch/answers.properties
inflating: hbci4java-2.5.10-bin/demo/HBCIBatch/jobs.batch
inflating: hbci4java-2.5.10-bin/BUGS
inflating: hbci4java-2.5.10-bin/COPYING
inflating: hbci4java-2.5.10-bin/ChangeLog
inflating: hbci4java-2.5.10-bin/FEATURES
inflating: hbci4java-2.5.10-bin/README
inflating: hbci4java-2.5.10-bin/README.HBCIBatch
inflating: hbci4java-2.5.10-bin/README.InfoPoint
inflating: hbci4java-2.5.10-bin/README.Mac
inflating: hbci4java-2.5.10-bin/README.MultiThreading
inflating: hbci4java-2.5.10-bin/README.MultiThreading.AppServer
inflating: hbci4java-2.5.10-bin/README.PinTan
inflating: hbci4java-2.5.10-bin/README.RDHNew
inflating: hbci4java-2.5.10-bin/README.SIZRDHFile
inflating: hbci4java-2.5.10-bin/README.ThreadedCallbacks
inflating: hbci4java-2.5.10-bin/README.javadoc
master@master-laptop:~/hbci4java$ java -cp hbci4java-pe-0.9/jar/hbci4java-pe.jar:hbci4java-2.5.10-bin/jar/hbci4java.jar org.kapott.hbci.pe.Main
Exception in thread "main" java.lang.NoClassDefFoundError: org/kapott/hbci/pe/Main
Caused by: java.lang.ClassNotFoundException: org.kapott.hbci.pe.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: org.kapott.hbci.pe.Main. Program will exit.
master@master-laptop:~/hbci4java$
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 19:45 Uhr  ·  #13
Habe gerade die Anleitung von willow mit Copy-and-Paste in meiner Shell erfolgreich ausgeführt. Irgendetwas hast Du scheinbar falsch gemacht...
-stefan-
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 19:46 Uhr  ·  #14
Ich sehe gerade, dass Du vergessen hast, auch hbci4java-pe mit wget zu downloaden und mit unzip auszupacken. Das kann nichts werden :)
-stefan-
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 21:53 Uhr  ·  #15
Hi,

So nun habe ich es endlich geschaft den schlüssel zurück zu setzten.leider Nur bekomme ich immer noch eine Fehlermeldung in Jameica

[02.03.2009 21:53:21] Hauptkonto [Commerzbank]: Lade HBCI-Sicherheitsmedium
[02.03.2009 21:53:21] Hauptkonto [Commerzbank]: Initialisiere HBCI-Sicherheitsmedium
[02.03.2009 21:53:21] Hauptkonto [Commerzbank]: Erzeuge HBCI-Handle
[02.03.2009 21:53:21] Hauptkonto [Commerzbank]: Öffne HBCI-Verbindung
[02.03.2009 21:53:28] Hauptkonto [Commerzbank]: Aktiviere HBCI-Job: "Abruf Daueraufträge Hauptkonto, Kto. 138281100 [Commerzbank]"
[02.03.2009 21:53:28] adding job DauerList3 to dialog
[02.03.2009 21:53:28] Hauptkonto [Commerzbank]: Aktiviere HBCI-Job: "Saldo-Abruf Hauptkonto, Kto. 138281100 [Commerzbank]"
[02.03.2009 21:53:28] adding job Saldo5 to dialog
[02.03.2009 21:53:28] have to generate new message because of BPD restrictions for number of tasks per message; adding job to this new message
[02.03.2009 21:53:28] Hauptkonto [Commerzbank]: Aktiviere HBCI-Job: "Umsatzabruf Hauptkonto, Kto. 138281100 [Commerzbank]"
[02.03.2009 21:53:28] adding job KUmsZeit5 to dialog
[02.03.2009 21:53:28] have to generate new message because of BPD restrictions for number of tasks per message; adding job to this new message
[02.03.2009 21:53:28] Hauptkonto [Commerzbank]: Führe HBCI-Jobs aus
[02.03.2009 21:53:28] executing dialog for customerid XXXXXXXXXX
[02.03.2009 21:53:28] processing dialog init
[02.03.2009 21:53:28] führe Dialog-Initialisierung aus
[02.03.2009 21:53:28] erzeuge HBCI-Nachricht DialogInit
[02.03.2009 21:53:28] [warn] could not insert the following user-defined data into message: DialogInit.KeyReq_2.SecProfile.method=RDH
[02.03.2009 21:53:29] [warn] could not insert the following user-defined data into message: DialogInit.KeyReq.SecProfile.method=RDH
[02.03.2009 21:53:29] [warn] could not insert the following user-defined data into message: DialogInit.KeyReq_2.SecProfile.version=1
[02.03.2009 21:53:29] [warn] could not insert the following user-defined data into message: DialogInit.KeyReq.SecProfile.version=1
[02.03.2009 21:53:29] signiere HBCI-Nachricht
[02.03.2009 21:53:29] verschlüssele HBCI-Nachricht
[02.03.2009 21:53:29] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.method=RDH
[02.03.2009 21:53:29] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.version=1
[02.03.2009 21:53:29] versende HBCI-Nachricht
[02.03.2009 21:53:29] warte auf Antwortdaten
[02.03.2009 21:53:29] waiting for response
[02.03.2009 21:53:29] entschlüssele Antwortnachricht
[02.03.2009 21:53:29] überprüfe Signatur der Antwortnachricht
[02.03.2009 21:53:30] Dialog initialisiert - Dialog-ID ist 014134836093800000000742846771
[02.03.2009 21:53:30] processing jobs
[02.03.2009 21:53:30] erstelle Auftragsdaten für Geschäftsvorfall DauerList3
[02.03.2009 21:53:30] erzeuge HBCI-Nachricht CustomMsg
[02.03.2009 21:53:30] signiere HBCI-Nachricht
[02.03.2009 21:53:30] verschlüssele HBCI-Nachricht
[02.03.2009 21:53:30] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.method=RDH
[02.03.2009 21:53:30] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.version=1
[02.03.2009 21:53:30] versende HBCI-Nachricht
[02.03.2009 21:53:30] warte auf Antwortdaten
[02.03.2009 21:53:30] waiting for response
[02.03.2009 21:53:30] entschlüssele Antwortnachricht
[02.03.2009 21:53:30] überprüfe Signatur der Antwortnachricht
[02.03.2009 21:53:31] Ergebnisdaten für Geschäftsvorfall DauerList3 empfangen
[02.03.2009 21:53:31] erstelle Auftragsdaten für Geschäftsvorfall Saldo5
[02.03.2009 21:53:31] erzeuge HBCI-Nachricht CustomMsg
[02.03.2009 21:53:31] [warn] could not insert the following user-defined data into message: CustomMsg.GV.Saldo5.curr=EUR
[02.03.2009 21:53:31] signiere HBCI-Nachricht
[02.03.2009 21:53:31] verschlüssele HBCI-Nachricht
[02.03.2009 21:53:31] [warn] checking for crypted_data_length==96; current length is 97
[02.03.2009 21:53:31] [warn] removing 1 unnecessary null-bytes from crypted_data
[02.03.2009 21:53:31] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.method=RDH
[02.03.2009 21:53:31] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.version=1
[02.03.2009 21:53:31] versende HBCI-Nachricht
[02.03.2009 21:53:31] warte auf Antwortdaten
[02.03.2009 21:53:31] waiting for response
[02.03.2009 21:53:31] entschlüssele Antwortnachricht
[02.03.2009 21:53:31] [error] HBCI error code: 9050:Teilweise fehlerhaft
[02.03.2009 21:53:31] [error] HBCI error code: 9210:Keine gültige Kontoverbindung des Kunden (3: CustomMsg.GV.Saldo5)
[02.03.2009 21:53:31] überprüfe Signatur der Antwortnachricht
[02.03.2009 21:53:31] [error] HBCI error code: 9210:Keine gültige Kontoverbindung des Kunden (3: CustomMsg.GV.Saldo5)
[02.03.2009 21:53:31] Ergebnisdaten für Geschäftsvorfall Saldo5 empfangen
[02.03.2009 21:53:31] erstelle Auftragsdaten für Geschäftsvorfall KUmsZeit5
[02.03.2009 21:53:32] erzeuge HBCI-Nachricht CustomMsg
[02.03.2009 21:53:32] [warn] could not insert the following user-defined data into message: CustomMsg.GV.KUmsZeit5.curr=EUR
[02.03.2009 21:53:32] signiere HBCI-Nachricht
[02.03.2009 21:53:32] verschlüssele HBCI-Nachricht
[02.03.2009 21:53:32] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.method=RDH
[02.03.2009 21:53:32] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.version=1
[02.03.2009 21:53:32] versende HBCI-Nachricht
[02.03.2009 21:53:32] warte auf Antwortdaten
[02.03.2009 21:53:32] waiting for response
[02.03.2009 21:53:32] entschlüssele Antwortnachricht
[02.03.2009 21:53:32] überprüfe Signatur der Antwortnachricht
[02.03.2009 21:53:33] Ergebnisdaten für Geschäftsvorfall KUmsZeit5 empfangen
[02.03.2009 21:53:33] processing dialog end
[02.03.2009 21:53:33] beende Dialog
[02.03.2009 21:53:33] erzeuge HBCI-Nachricht DialogEnd
[02.03.2009 21:53:33] signiere HBCI-Nachricht
[02.03.2009 21:53:33] verschlüssele HBCI-Nachricht
[02.03.2009 21:53:33] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.method=RDH
[02.03.2009 21:53:33] [warn] could not insert the following user-defined data into message: Crypted.CryptHead.SecProfile.version=1
[02.03.2009 21:53:33] versende HBCI-Nachricht
[02.03.2009 21:53:33] warte auf Antwortdaten
[02.03.2009 21:53:33] waiting for response
[02.03.2009 21:53:33] entschlüssele Antwortnachricht
[02.03.2009 21:53:33] überprüfe Signatur der Antwortnachricht
[02.03.2009 21:53:33] Dialog beendet
[02.03.2009 21:53:33] Hauptkonto [Commerzbank]: HBCI-Jobs ausgeführt
[02.03.2009 21:53:33] Hauptkonto [Commerzbank]: Werte Ergebnis von HBCI-Job "Abruf Daueraufträge Hauptkonto, Kto. 138281100 [Commerzbank]" aus
[02.03.2009 21:53:34] Hauptkonto [Commerzbank]: Werte Ergebnis von HBCI-Job "Saldo-Abruf Hauptkonto, Kto. 138281100 [Commerzbank]" aus
[02.03.2009 21:53:34] Fehler beim Abrufen das Saldos: Fehlermeldung der Bank:
9210 - Keine gültige Kontoverbindung des Kunden
9210:Keine gültige Kontoverbindung des Kunden (3: CustomMsg.GV.Saldo5)
9050:Teilweise fehlerhaft
[02.03.2009 21:53:34] Hauptkonto [Commerzbank]: Werte Ergebnis von HBCI-Job "Umsatzabruf Hauptkonto, Kto. 138281100 [Commerzbank]" aus
[02.03.2009 21:53:34] Beende HBCI-Übertragung
[02.03.2009 21:53:34] HBCI-Übertragung mit Fehlern beendet
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 22:07 Uhr  ·  #16
Die Fehlermeldung der Bank ist ziemlich eindeutig:

Zitat
[02.03.2009 21:53:34] Fehler beim Abrufen das Saldos: Fehlermeldung der Bank:
9210 - Keine gültige Kontoverbindung des Kunden
9210:Keine gültige Kontoverbindung des Kunden (3: CustomMsg.GV.Saldo5)
9050:Teilweise fehlerhaft


Irgendwie ist Deine Kontoverbindung falsch konfiguriert. Ist Deine Kontonummer 10-stellig? Wenn nicht, hast Du mal versucht, die Kontonummer mit/ohne führende Nullen einzugeben?

Evtl. findest Du auch unter http://willuhn.de im WIKI zu Hibiscus Informationen, die die Besonderheiten Deiner Bank und deren Konfiguration betreffen...

Grüße
-stefan-
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10887
Dabei seit: 03 / 2005
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 23:41 Uhr  ·  #17
BTW @Stefan: Angenommen, ich wuerde diese Funktion auch in Hibiscus einbauen wollen, welche Funktionen aus HBCIPassport muesste ich da aufrufen?
kleiner77
Benutzer
Avatar
Geschlecht:
Beiträge: 779
Dabei seit: 08 / 2004
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 02.03.2009 - 23:50 Uhr  ·  #18
@Olaf:

HBCIPassport passport=AbstractHBCIPassport.getInstance(...);
passport.syncSigId();
HBCIHandler handler=new HBCIHandler(...);

Im Konstruktur von HBCIHandler wird dann u.a. auch die Signatur-Id synchronisiert.

-stefan-
Bytebandit
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 10
Dabei seit: 03 / 2009
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 04.03.2009 - 18:36 Uhr  ·  #19
Hallo fehler ist nun behoben, habe auch HBCI Version 2.1 gestellt und alles geht ihne Probleme.
Vielen dank für alles und super tool zum zurücksetzten.
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10887
Dabei seit: 03 / 2005
Betreff:

Re: Probleme mit HBCI Schlüssel unter jameica/Hibiscus

 · 
Gepostet: 04.03.2009 - 23:52 Uhr  ·  #20
Ich hab die Funktion zum Synchroniseren der Signatur-Id jetzt auch mal in Hibiscus eingebaut (Button "Signatur-ID synchronisieren" in Detail-Ansicht des Schluessels). Konnte es jetzt aber mangels Schluesseldatei noch nicht testen.
Gewählte Zitate für Mehrfachzitierung:   0