Hallo zusammen,
durch ScriptException-Ticket bin ich animiert worden ein Backup meiner hibiscusDB zu erstellen, zu versuchen jameica neu aufzusetzen und das backup zu importieren.
Leider klappt das nicht vollumfänglich.
Die Datenbank wird exportiert und auch importiert. Jedoch sehe ich Fehler im Dialog und log:
* Jameica-Dialog:
* die FIN/TAN Bankdaten fehlen komplett - für alle aktiven Konten konnten die Umsätze jedoch, vor dem Erstellen des backup, mit Erfolg abgefragt werden.
* es gibt 17 eingetragene Konten mit existierenden Umsätzen
* 5/17 sind deaktivierte Konten
* WARN - "account number [001522...] not defined..." und WARN - "account number [5009...] not defined..." sind zwei Konten aus der Gruppe der deaktivierten Konten
* hier die aufgeführten log-Einträge
Was muss ich korrigieren, damit das backup + import ALLES wieder in den gewünschten Zustand versetzt?
Danke für eure Hilfe.
Gruß Reiner
durch ScriptException-Ticket bin ich animiert worden ein Backup meiner hibiscusDB zu erstellen, zu versuchen jameica neu aufzusetzen und das backup zu importieren.
Leider klappt das nicht vollumfänglich.
Die Datenbank wird exportiert und auch importiert. Jedoch sehe ich Fehler im Dialog und log:
* Jameica-Dialog:
* die FIN/TAN Bankdaten fehlen komplett - für alle aktiven Konten konnten die Umsätze jedoch, vor dem Erstellen des backup, mit Erfolg abgefragt werden.
* es gibt 17 eingetragene Konten mit existierenden Umsätzen
* 5/17 sind deaktivierte Konten
* WARN - "account number [001522...] not defined..." und WARN - "account number [5009...] not defined..." sind zwei Konten aus der Gruppe der deaktivierten Konten
* hier die aufgeführten log-Einträge
Code
[Tue Jun 30 14:48:16 CEST 2026][WARN][bg-task:][de.willuhn.jameica.hbci.HBCIProperties.checkAccountCRC] account number [001522...] not defined out of range, skip crc check
[Tue Jun 30 14:48:16 CEST 2026][WARN][bg-task:][de.willuhn.jameica.hbci.HBCIProperties.checkAccountCRC] account number [5009...] not defined out of range, skip crc check
[Tue Jun 30 14:48:17 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run] unable to import de.willuhn.jameica.hbci.server.KontoImpl:58, skipping
de.willuhn.util.ApplicationException: Ungültige BLZ/Kontonummer. Bitte prüfen Sie Ihre Eingaben.
at de.willuhn.jameica.hbci.server.KontoImpl.insertCheck(KontoImpl.java:112)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.server.KontoImpl.insert(KontoImpl.java:686)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:48:33 CEST 2026][INFO][bg-task:][de.willuhn.datasource.db.ObjectMetaCache.getMetaData] [object meta cache stats] requests: 10000, matches: 9985 [99%]
[Tue Jun 30 14:49:01 CEST 2026][INFO][pool-4-thread-1][de.willuhn.jameica.hbci.messaging.MarkOverdueMessageConsumer.updateAll] update all unread counters
[Tue Jun 30 14:49:14 CEST 2026][INFO][bg-task:][de.willuhn.datasource.db.ObjectMetaCache.getMetaData] [object meta cache stats] requests: 10000, matches: 9998 [99%]
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][INFO][bg-task:][de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run] backup imported
[Tue Jun 30 14:49:23 CEST 2026][INFO][bg-task:][de.willuhn.jameica.gui.GUI$7.run] finished background task: bg-task:
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] searching for available passports
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] Chipkartenleser [de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl]
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] PIN/TAN [de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl]
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] Schlüsseldatei [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl]
[Tue Jun 30 14:49:29 CEST 2026][INFO][main][de.willuhn.jameica.hbci.passports.pintan.View$2.run] starting wizzard for creation of new passport
[Tue Jun 30 14:49:29 CEST 2026][INFO][main][de.willuhn.jameica.hbci.passports.pintan.Controller.handleCreate] creating new pin/tan config
[Tue Jun 30 14:49:29 CEST 2026][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to create new passport file
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.SynchronizeEngine.getBackends] loading synchronize backends
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend FinTS/HBCI
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 6 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend Scripting
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 1 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend HanseaticBank
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 4 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend Traderepublic
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 2 provider(s)
[Tue Jun 30 14:50:23 CEST 2026][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$1$1.run] auto closing monitor snapin
[Tue Jun 30 14:48:16 CEST 2026][WARN][bg-task:][de.willuhn.jameica.hbci.HBCIProperties.checkAccountCRC] account number [5009...] not defined out of range, skip crc check
[Tue Jun 30 14:48:17 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run] unable to import de.willuhn.jameica.hbci.server.KontoImpl:58, skipping
de.willuhn.util.ApplicationException: Ungültige BLZ/Kontonummer. Bitte prüfen Sie Ihre Eingaben.
at de.willuhn.jameica.hbci.server.KontoImpl.insertCheck(KontoImpl.java:112)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.server.KontoImpl.insert(KontoImpl.java:686)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:48:33 CEST 2026][INFO][bg-task:][de.willuhn.datasource.db.ObjectMetaCache.getMetaData] [object meta cache stats] requests: 10000, matches: 9985 [99%]
[Tue Jun 30 14:49:01 CEST 2026][INFO][pool-4-thread-1][de.willuhn.jameica.hbci.messaging.MarkOverdueMessageConsumer.updateAll] update all unread counters
[Tue Jun 30 14:49:14 CEST 2026][INFO][bg-task:][de.willuhn.datasource.db.ObjectMetaCache.getMetaData] [object meta cache stats] requests: 10000, matches: 9998 [99%]
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][ERROR][bg-task:][de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck] error while insert check
de.willuhn.datasource.rmi.ObjectNotFoundException: object [id: 58, type: de.willuhn.jameica.hbci.server.KontoImpl] not found
at de.willuhn.datasource.db.AbstractDBObject.load(AbstractDBObject.java:272)
at de.willuhn.datasource.db.DBServiceImpl.createObject(DBServiceImpl.java:394)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.createObject(HBCIDBServiceImpl.java:305)
at de.willuhn.datasource.db.AbstractDBObject.getAttribute(AbstractDBObject.java:475)
at de.willuhn.jameica.hbci.server.ProtokollImpl.getKonto(ProtokollImpl.java:112)
at de.willuhn.jameica.hbci.server.ProtokollImpl.insertCheck(ProtokollImpl.java:70)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
at de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run(BackupRestore.java:134)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
[Tue Jun 30 14:49:23 CEST 2026][INFO][bg-task:][de.willuhn.jameica.hbci.gui.action.BackupRestore$1.run] backup imported
[Tue Jun 30 14:49:23 CEST 2026][INFO][bg-task:][de.willuhn.jameica.gui.GUI$7.run] finished background task: bg-task:
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] searching for available passports
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] Chipkartenleser [de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl]
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] PIN/TAN [de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl]
[Tue Jun 30 14:49:28 CEST 2026][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] Schlüsseldatei [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl]
[Tue Jun 30 14:49:29 CEST 2026][INFO][main][de.willuhn.jameica.hbci.passports.pintan.View$2.run] starting wizzard for creation of new passport
[Tue Jun 30 14:49:29 CEST 2026][INFO][main][de.willuhn.jameica.hbci.passports.pintan.Controller.handleCreate] creating new pin/tan config
[Tue Jun 30 14:49:29 CEST 2026][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to create new passport file
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.SynchronizeEngine.getBackends] loading synchronize backends
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend FinTS/HBCI
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 6 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend Scripting
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 1 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend HanseaticBank
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 4 provider(s)
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend Traderepublic
[Tue Jun 30 14:49:39 CEST 2026][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] found 2 provider(s)
[Tue Jun 30 14:50:23 CEST 2026][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$1$1.run] auto closing monitor snapin
Was muss ich korrigieren, damit das backup + import ALLES wieder in den gewünschten Zustand versetzt?
Danke für eure Hilfe.
Gruß Reiner