Code: Alles auswählen
error while reading objects from C:\DOKUME~1\USER~1.ARB\LOKALE~1\Temp\sepa6128005065232657090.tmp
java.rmi.RemoteException: insert failed; nested exception is:
com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Column 'abgeschlossen' cannot be null
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:695)
at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:308)
at de.jost_net.JVerein.io.AbrechnungSEPA.getAbrechnungslauf(AbrechnungSEPA.java:665)
at de.jost_net.JVerein.io.AbrechnungSEPA.<init>(AbrechnungSEPA.java:102)
at de.jost_net.JVerein.gui.control.AbrechnungSEPAControl$3.run(AbrechnungSEPAControl.java:411)
at de.willuhn.jameica.gui.GUI$6.run(GUI.java:976)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Column 'abgeschlossen' cannot be null
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3256)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1313)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1585)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1500)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1485)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:649)
... 5 more