Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

Fehler beim Synchronisieren

Alle Konten betroffen

nutzer_02

Betreff:

Fehler beim Synchronisieren

 ·  Gepostet: 29.01.2015 - 00:16 Uhr  ·  #114345
Hallo zusammen,

habe seit heute das Problem das ich beim Starten der Synchronisierung folgenden Fehler bei allen Konten bekomme.
Altes Backup einspielen hat nicht geholfen. HBCI Protokoll enthält nur eine Zeile, die auf den Start hinweist.
Kann mir bitte jemand helfen, bzw. mich unterstützen?

Code

[29.01.2015 00:01:54] erzeuge HBCI-Nachricht DialogInit
[29.01.2015 00:01:54] [error] org.kapott.hbci.exceptions.NoSuchElementException: kein SEG mit dem Namen migHeadUser definiert
  at org.kapott.hbci.protocol.SyntaxElement.getSyntaxDef(SyntaxElement.java:715)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:176)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:270)
  at org.kapott.hbci.protocol.SEG.<init>(SEG.java:61)
  at org.kapott.hbci.protocol.factory.SEGFactory.createSEG(SEGFactory.java:77)
  at org.kapott.hbci.protocol.MultipleSEGs.createAndAppendNewElement(MultipleSEGs.java:40)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.initData(MultipleSyntaxElements.java:119)
  at org.kapott.hbci.protocol.MultipleSyntaxElements.<init>(MultipleSyntaxElements.java:151)
  at org.kapott.hbci.protocol.MultipleSEGs.<init>(MultipleSEGs.java:46)
  at org.kapott.hbci.protocol.factory.MultipleSEGsFactory.createMultipleSEGs(MultipleSEGsFactory.java:78)
  at org.kapott.hbci.protocol.MSG.createNewChildContainer(MSG.java:54)
  at org.kapott.hbci.protocol.SyntaxElement.createAndAppendNewChildContainer(SyntaxElement.java:280)
  at org.kapott.hbci.protocol.SyntaxElement.initData(SyntaxElement.java:187)
  at org.kapott.hbci.protocol.SyntaxElement.<init>(SyntaxElement.java:270)
  at org.kapott.hbci.protocol.MSG.<init>(MSG.java:116)
  at org.kapott.hbci.protocol.factory.MSGFactory.createMSG(MSGFactory.java:55)
  at org.kapott.hbci.manager.MsgGen.generate(MsgGen.java:110)
  at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:211)
  at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
  at org.kapott.hbci.manager.HBCIDialog.doDialogInit(HBCIDialog.java:149)
  at org.kapott.hbci.manager.HBCIDialog.doIt(HBCIDialog.java:402)
  at org.kapott.hbci.manager.HBCIHandler.execute(HBCIHandler.java:456)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:306)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:388)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:976)


Vielen Dank
Jan

nutzer_02

Betreff:

Re: Fehler beim Synchronisieren

 ·  Gepostet: 29.01.2015 - 00:54 Uhr  ·  #114346
Sorry, in der Vielfalt der Beiträge nicht gesehen, dass schon jemand das Problem hatte.

Hier der Artikel der mir auch geholfen hat (nur mit dem Unterschied das ich ein 32-bit System habe).
http://www.onlinebanking-forum.de/forum/topic.php?t=18594&page=fst_unread&highlight=

Auch bei mir gab es ein Systemupdate, bei dem das Paket "java-6-openjdk" aktualisiert wurde.
Ich habe dann wie im obigen Thread beschrieben "java-7-openjdk" installiert und dann mit "sudo update-alternatives --config java" die neue Version aktiv geschaltet.

Jetzt funktioniert wieder alles. :-D

Vielen Dank kkarsten62 ;-)