kann keine Auszüge mehr abholen

Aufträge absende funktioniert dagegen

David

Betreff:

kann keine Auszüge mehr abholen

 ·  Gepostet: 07.07.2009 - 13:24 Uhr  ·  #58609
Hallo,

plötzlich kann ich von keinem Konto mehr die Auszüge abholen. Was kann man da tun? Hier mal die Log-Datei:

Code

[Tue Jul 07 13:10:25 CEST 2009][ERROR][de.willuhn.datasource.db.DBServiceImpl.execute] error while executing sql statement
org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]
  at org.h2.message.Message.getSQLException(Message.java:89)
  at org.h2.message.Message.convert(Message.java:174)
  at org.h2.command.Command.executeQueryLocal(Command.java:72)
  at org.h2.command.Command.executeQuery(Command.java:59)
  at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:90)
  at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
  at de.willuhn.jameica.hbci.server.KontoImpl.getNumUmsaetze(KontoImpl.java:732)
  at de.willuhn.jameica.hbci.server.KontoImpl.getAttribute(KontoImpl.java:579)
  at de.willuhn.datasource.BeanUtil.get(BeanUtil.java:36)
  at de.willuhn.jameica.gui.parts.TablePart.addItem(TablePart.java:459)
  at de.willuhn.jameica.gui.parts.TablePart.addItem(TablePart.java:407)
  at de.willuhn.jameica.gui.parts.TablePart.paint(TablePart.java:634)
  at de.willuhn.jameica.hbci.gui.parts.KontoList.paint(KontoList.java:160)
  at de.willuhn.jameica.hbci.gui.views.KontoList.bind(KontoList.java:46)
  at de.willuhn.jameica.gui.GUI$2.run(GUI.java:455)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
  at de.willuhn.jameica.gui.GUI$3.run(GUI.java:642)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:3763)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:638)
  at de.willuhn.jameica.gui.GUI.startView(GUI.java:373)
  at de.willuhn.jameica.gui.GUI.startView(GUI.java:544)
  at de.willuhn.jameica.hbci.gui.action.KontoList.handleAction(KontoList.java:30)
  at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:262)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:657)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:212)
  at de.willuhn.jameica.system.Application.init(Application.java:143)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
  at org.h2.message.Message.getInternalError(Message.java:126)
  at org.h2.store.DiskFile.getRecord(DiskFile.java:429)
  at org.h2.store.Storage.getRecord(Storage.java:65)
  at org.h2.index.ScanIndex.getRow(ScanIndex.java:98)
  at org.h2.table.TableData.getRow(TableData.java:75)
  at org.h2.index.BtreeIndex.getRow(BtreeIndex.java:244)
  at org.h2.index.BtreeCursor.get(BtreeCursor.java:65)
  at org.h2.table.TableFilter.getValue(TableFilter.java:552)
  at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:159)
  at org.h2.expression.Comparison.getValue(Comparison.java:154)
  at org.h2.expression.Expression.getBooleanValue(Expression.java:61)
  at org.h2.command.dml.Select.queryGroup(Select.java:125)
  at org.h2.command.dml.Select.queryWithoutCache(Select.java:339)
  at org.h2.command.dml.Query.query(Query.java:103)
  at org.h2.command.CommandContainer.query(CommandContainer.java:73)
  at org.h2.command.Command.executeQueryLocal(Command.java:70)
  ... 30 more

[Tue Jul 07 13:10:25 CEST 2009][ERROR][de.willuhn.jameica.hbci.gui.views.KontoList.bind] error while loading konto list
java.rmi.RemoteException: error while executing sql statement: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]; nested exception is: 
  org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]
  at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:465)
  at de.willuhn.jameica.hbci.server.KontoImpl.getNumUmsaetze(KontoImpl.java:732)
  at de.willuhn.jameica.hbci.server.KontoImpl.getAttribute(KontoImpl.java:579)
  at de.willuhn.datasource.BeanUtil.get(BeanUtil.java:36)
  at de.willuhn.jameica.gui.parts.TablePart.addItem(TablePart.java:459)
  at de.willuhn.jameica.gui.parts.TablePart.addItem(TablePart.java:407)
  at de.willuhn.jameica.gui.parts.TablePart.paint(TablePart.java:634)
  at de.willuhn.jameica.hbci.gui.parts.KontoList.paint(KontoList.java:160)
  at de.willuhn.jameica.hbci.gui.views.KontoList.bind(KontoList.java:46)
  at de.willuhn.jameica.gui.GUI$2.run(GUI.java:455)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
  at de.willuhn.jameica.gui.GUI$3.run(GUI.java:642)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:3763)
  at de.willuhn.jameica.gui.GUI.startSync(GUI.java:638)
  at de.willuhn.jameica.gui.GUI.startView(GUI.java:373)
  at de.willuhn.jameica.gui.GUI.startView(GUI.java:544)
  at de.willuhn.jameica.hbci.gui.action.KontoList.handleAction(KontoList.java:30)
  at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:262)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
  at de.willuhn.jameica.gui.GUI.loop(GUI.java:657)
  at de.willuhn.jameica.gui.GUI.init(GUI.java:212)
  at de.willuhn.jameica.system.Application.init(Application.java:143)
  at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
  at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]
  at org.h2.message.Message.getSQLException(Message.java:89)
  at org.h2.message.Message.convert(Message.java:174)
  at org.h2.command.Command.executeQueryLocal(Command.java:72)
  at org.h2.command.Command.executeQuery(Command.java:59)
  at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:90)
  at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
  ... 27 more
Caused by: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
  at org.h2.message.Message.getInternalError(Message.java:126)
  at org.h2.store.DiskFile.getRecord(DiskFile.java:429)
  at org.h2.store.Storage.getRecord(Storage.java:65)
  at org.h2.index.ScanIndex.getRow(ScanIndex.java:98)
  at org.h2.table.TableData.getRow(TableData.java:75)
  at org.h2.index.BtreeIndex.getRow(BtreeIndex.java:244)
  at org.h2.index.BtreeCursor.get(BtreeCursor.java:65)
  at org.h2.table.TableFilter.getValue(TableFilter.java:552)
  at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:159)
  at org.h2.expression.Comparison.getValue(Comparison.java:154)
  at org.h2.expression.Expression.getBooleanValue(Expression.java:61)
  at org.h2.command.dml.Select.queryGroup(Select.java:125)
  at org.h2.command.dml.Select.queryWithoutCache(Select.java:339)
  at org.h2.command.dml.Query.query(Query.java:103)
  at org.h2.command.CommandContainer.query(CommandContainer.java:73)
  at org.h2.command.Command.executeQueryLocal(Command.java:70)
  ... 30 more

[Tue Jul 07 13:10:25 CEST 2009][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Fehler beim Lesen der Bankverbindungen.
[Tue Jul 07 13:10:50 CEST 2009][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Nachricht enthõlt keine digitale Signatur
[Tue Jul 07 13:10:51 CEST 2009][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Nachricht enthõlt keine digitale Signatur
[Tue Jul 07 13:10:52 CEST 2009][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Nachricht enthõlt keine digitale Signatur
[Tue Jul 07 13:10:52 CEST 2009][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] Nachricht enthõlt keine digitale Signatur
[Tue Jul 07 13:10:52 CEST 2009][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run] error while processing job result
java.rmi.RemoteException: unable to init iterator. statement: prep395; nested exception is: 
  org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]
  at de.willuhn.datasource.db.DBIteratorImpl.init(DBIteratorImpl.java:225)
  at de.willuhn.datasource.db.DBIteratorImpl.contains(DBIteratorImpl.java:296)
  at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.handleResult(HBCIUmsatzJob.java:157)
  at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536)
  at de.willuhn.jameica.gui.GUI$4.run(GUI.java:777)
Caused by: org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
General error: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329 [HY000-61]
  at org.h2.message.Message.getSQLException(Message.java:89)
  at org.h2.message.Message.convert(Message.java:174)
  at org.h2.command.Command.executeQueryLocal(Command.java:72)
  at org.h2.command.Command.executeQuery(Command.java:59)
  at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:90)
  at de.willuhn.datasource.db.DBIteratorImpl.init(DBIteratorImpl.java:198)
  ... 4 more
Caused by: java.lang.Error: File ID mismatch got=575661265 expected=145 pos=25345 true org.h2.store.DiskFile@6bcf5d blockCount:1811939329
  at org.h2.message.Message.getInternalError(Message.java:126)
  at org.h2.store.DiskFile.getRecord(DiskFile.java:429)
  at org.h2.store.Storage.getRecord(Storage.java:65)
  at org.h2.index.ScanIndex.getRow(ScanIndex.java:98)
  at org.h2.table.TableData.getRow(TableData.java:75)
  at org.h2.index.BtreeIndex.getRow(BtreeIndex.java:244)
  at org.h2.index.BtreeCursor.get(BtreeCursor.java:65)
  at org.h2.table.TableFilter.getValue(TableFilter.java:552)
  at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:159)
  at org.h2.expression.Comparison.getValue(Comparison.java:154)
  at org.h2.expression.Expression.getBooleanValue(Expression.java:61)
  at org.h2.command.dml.Select.queryFlat(Select.java:282)
  at org.h2.command.dml.Select.queryWithoutCache(Select.java:341)
  at org.h2.command.dml.Query.query(Query.java:103)
  at org.h2.command.CommandContainer.query(CommandContainer.java:73)
  at org.h2.command.Command.executeQueryLocal(Command.java:70)
  ... 7 more

[Tue Jul 07 13:10:52 CEST 2009][WARN][de.willuhn.jameica.hbci.gui.action.HBCISynchronize.sync] synchronize finished with errors. status: 3
[Tue Jul 07 13:10:52 CEST 2009][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Synchronisierung mit Fehlern beendet


Die Daten liegen in einem Scramdisk-Container. Vor ein paar Tagen mußte ich vorübergehend von einem anderen Rechner ohne Scramdisk damit arbeiten und habe sie erst gezippt und danach das ganze Verzeichnis wieder über die alten Daten kopiert.

hibiscus

Betreff:

Re: kann keine Auszüge mehr abholen

 ·  Gepostet: 08.07.2009 - 10:27 Uhr  ·  #58635
Scheinbar ist die Hibiscus-Datenbank bei der Kopieraktion beschaedigt worden. Erstell erstmal eine Sicherheitskopie des Verzeichnisses ".jameica". Starte nun Hibiscus und wechlse im Menu auf "Datei->Backups verwalten...". Waehle dort ein Backup von einem Zeitpunkt aus, von dem du weisst, dass da noch alles funktionierte. Klick auf "Backup wiederherstellen...". Beim naechsten Start von Hibiscus wird das Backup dann wieder eingespielt.