Hallo,
bei der syncronisation mit meinem Postbankkonto kommt folgende Fehlermeldung
Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll
[Thu Dec 11 20:03:49 CET 2008][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll
[Thu Dec 11 20:03:49 CET 2008][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] error while adding umsatz, skipping this one
java.rmi.RemoteException: unable to prepare insert sql statement; nested exception is: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:875) at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:616)
at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:303) at de.willuhn.jameica.hbci.server.VerwendungszweckUtil.store(VerwendungszweckUtil.java:106)
at de.willuhn.jameica.hbci.server.UmsatzImpl.store(UmsatzImpl.java:727) at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted(HBCIUmsatzJob.java:151)
at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:138) at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:796) Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at de.willuhn.datasource.db.types.TypeInteger.set(TypeInteger.java:34) at de.willuhn.datasource.db.AbstractDBObject.setStmtValue(AbstractDBObject.java:985)
at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:868) ... 8 more
[Thu Dec 11 20:03:50 CET 2008][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll [Thu Dec 11 20:03:50 CET 2008][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] error while adding umsatz, skipping this one java.rmi.RemoteException: unable to prepare insert sql statement; nested exception is:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:875)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:616) at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:303)
at de.willuhn.jameica.hbci.server.VerwendungszweckUtil.store(VerwendungszweckUtil.java:106) at de.willuhn.jameica.hbci.server.UmsatzImpl.store(UmsatzImpl.java:727)
at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted(HBCIUmsatzJob.java:151) at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:138)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536) at de.willuhn.jameica.gui.GUI$4.run(GUI.java:796)
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at de.willuhn.datasource.db.types.TypeInteger.set(TypeInteger.java:34)
at de.willuhn.datasource.db.AbstractDBObject.setStmtValue(AbstractDBObject.java:985) at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:868)
... 8 more
[Thu Dec 11 20:03:50 CET 2008][INFO][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] umsatz list fetched successfully
Mit meine anderen Konten von anderen Banken gibt es keine Probleme.
Ich nutze
hibiscus 1.9 build 20081129
jameica 1.7 build 20091129
mysql 5.0.51a
Gruß
Stefan
bei der syncronisation mit meinem Postbankkonto kommt folgende Fehlermeldung
Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll
Code
[Thu Dec 11 20:03:49 CET 2008][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll
[Thu Dec 11 20:03:49 CET 2008][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] error while adding umsatz, skipping this one
java.rmi.RemoteException: unable to prepare insert sql statement; nested exception is: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:875) at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:616)
at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:303) at de.willuhn.jameica.hbci.server.VerwendungszweckUtil.store(VerwendungszweckUtil.java:106)
at de.willuhn.jameica.hbci.server.UmsatzImpl.store(UmsatzImpl.java:727) at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted(HBCIUmsatzJob.java:151)
at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:138) at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:796) Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at de.willuhn.datasource.db.types.TypeInteger.set(TypeInteger.java:34) at de.willuhn.datasource.db.AbstractDBObject.setStmtValue(AbstractDBObject.java:985)
at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:868) ... 8 more
[Thu Dec 11 20:03:50 CET 2008][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll [Thu Dec 11 20:03:50 CET 2008][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] error while adding umsatz, skipping this one java.rmi.RemoteException: unable to prepare insert sql statement; nested exception is:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:875)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:616) at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:303)
at de.willuhn.jameica.hbci.server.VerwendungszweckUtil.store(VerwendungszweckUtil.java:106) at de.willuhn.jameica.hbci.server.UmsatzImpl.store(UmsatzImpl.java:727)
at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted(HBCIUmsatzJob.java:151) at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:138)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536) at de.willuhn.jameica.gui.GUI$4.run(GUI.java:796)
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at de.willuhn.datasource.db.types.TypeInteger.set(TypeInteger.java:34)
at de.willuhn.datasource.db.AbstractDBObject.setStmtValue(AbstractDBObject.java:985) at de.willuhn.datasource.db.AbstractDBObject.getInsertSQL(AbstractDBObject.java:868)
... 8 more
[Thu Dec 11 20:03:50 CET 2008][INFO][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] umsatz list fetched successfully
Mit meine anderen Konten von anderen Banken gibt es keine Probleme.
Ich nutze
hibiscus 1.9 build 20081129
jameica 1.7 build 20091129
mysql 5.0.51a
Gruß
Stefan