Trage in JVerein Mitglieder nach, da vorher in einfache Tabelle verwaltet. Eintritts-datum und Austrittsdatum liegt in der Vergangenheit. Ubuntu 10.04-64
Umgebung:
Code: Alles auswählen
java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
Vorgang:
- Versuch bei Mitgliedskonto eine dummy-Sollbuchung anzulegen (um Buchungen erstmal zuzuordnen) -> nicht möglich
- Habe temporär das Austrittsdatum vorgesetzt in nahe Zukunft
- Versuch jetzt eine Soll-Buchung anzulegen führte zum Absturz bzw. kontrolliertem Schließen der Anwendung:
Code: Alles auswählen
(SWT:7772): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 22
[Mon Oct 04 17:38:43 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Mitglied gespeichert
[Mon Oct 04 17:41:16 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Mitglied gespeichert
[Mon Oct 04 17:41:33 CEST 2010][ERROR][de.willuhn.jameica.gui.GUI.loop] main loop crashed, retry
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:417)
at java.lang.Integer.<init>(Integer.java:660)
at de.jost_net.JVerein.server.MitgliedskontoImpl.setMitglied(MitgliedskontoImpl.java:122)
at de.jost_net.JVerein.gui.action.MitgliedskontoDetailSollNeuAction.handleAction(MitgliedskontoDetailSollNeuAction.java:45)
at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:173)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:755)
at de.willuhn.jameica.gui.GUI.init(GUI.java:285)
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)
[Mon Oct 04 17:41:35 CEST 2010][ERROR][de.willuhn.jameica.gui.GUI.loop] main loop crashed, retry
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:417)
at java.lang.Integer.<init>(Integer.java:660)
at de.jost_net.JVerein.server.MitgliedskontoImpl.setMitglied(MitgliedskontoImpl.java:122)
at de.jost_net.JVerein.gui.action.MitgliedskontoDetailSollNeuAction.handleAction(MitgliedskontoDetailSollNeuAction.java:45)
at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:173)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:755)
at de.willuhn.jameica.gui.GUI.init(GUI.java:285)
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)
[Mon Oct 04 17:41:38 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Mitglied gespeichert
[Mon Oct 04 17:42:03 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Mitglied gespeichert
[Mon Oct 04 17:42:06 CEST 2010][ERROR][de.willuhn.jameica.gui.GUI.loop] main loop crashed, retry
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:417)
at java.lang.Integer.<init>(Integer.java:660)
at de.jost_net.JVerein.server.MitgliedskontoImpl.setMitglied(MitgliedskontoImpl.java:122)
at de.jost_net.JVerein.gui.action.MitgliedskontoDetailSollNeuAction.handleAction(MitgliedskontoDetailSollNeuAction.java:45)
at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:173)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:755)
at de.willuhn.jameica.gui.GUI.init(GUI.java:285)
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)
[Mon Oct 04 17:42:21 CEST 2010][ERROR][de.willuhn.jameica.gui.GUI.loop] main loop crashed, retry
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:417)
at java.lang.Integer.<init>(Integer.java:660)
at de.jost_net.JVerein.server.MitgliedskontoImpl.setMitglied(MitgliedskontoImpl.java:122)
at de.jost_net.JVerein.gui.action.MitgliedskontoDetailSollNeuAction.handleAction(MitgliedskontoDetailSollNeuAction.java:45)
at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:173)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:755)
at de.willuhn.jameica.gui.GUI.init(GUI.java:285)
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)
[Mon Oct 04 17:42:21 CEST 2010][INFO][de.willuhn.jameica.gui.GUI.quit] shutting down GUI
[Mon Oct 04 17:42:21 CEST 2010][INFO][de.willuhn.jameica.gui.GUI$3.widgetDisposed] saving window maximized flag: true
[Mon Oct 04 17:42:21 CEST 2010][INFO][de.willuhn.jameica.gui.GUI$3.widgetDisposed] saving window size: 1662x1027
[Mon Oct 04 17:42:21 CEST 2010][INFO][de.willuhn.jameica.gui.GUI$3.widgetDisposed] saving window location: 1680x51
[Mon Oct 04 17:42:21 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] shutting down jameica
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.Init5 ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.Init5
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.SearchService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.SearchService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.PluginService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.PluginService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.plugin.PluginLoader.shutDown] shutting down plugins
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.util.I18N.storeUntranslated] saving unresolved locale strings
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.PluginServiceService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.PluginServiceService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.system.ServiceFactory.shutDown] shutting down local services
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.system.ServiceFactory.shutDown] closing service de.willuhn.jameica.hbci.HBCI.database
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.system.ServiceFactory.shutDown] closing service de.jost_net.JVerein.JVereinPlugin.database
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.system.ServiceFactory.shutDown] closing service de.willuhn.jameica.hbci.HBCI.addressbook
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.ReminderService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.ReminderService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.ClassService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.ClassService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.DeployService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.DeployService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.RegistryService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.RegistryService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.SSLService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.SSLService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.AuthenticateService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.AuthenticateService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.ProxyService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.ProxyService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.BackupService ...
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.BackupService
[Mon Oct 04 17:42:22 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] creating backup /home/kostja/.jameica_test/jameica-backup-20101004__17_42_22.zip ...
[Mon Oct 04 17:42:23 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] zip file created successfully ...
[Mon Oct 04 17:42:24 CEST 2010][ERROR][de.willuhn.jameica.backup.BackupEngine.getBackups] skipping invalid backup: /home/kostja/.jameica_test/jameica-backup-20090325__17_39_20.zip: Ungültiges Backup-Format
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] delete old backup /home/kostja/.jameica_test/jameica-backup-20100321__23_30_26.zip ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] backup created ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.MessagingService ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.MessagingService
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.MessagingFactory.close] shutting down messaging factory
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: jameica.scripting
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: jameica.error
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: jameica.popup
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.passport.rdh.hbciversion
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.query.ibancrc
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.query.accountcrc
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.query.bankname
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.infopoint
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: hibiscus.transfer.lastschrift
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: jameica.reminder
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] closing queue: [default]
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] shutting down messaging factory
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.messaging.NamedQueue$Worker.unregister] messaging factory shut down
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.SysinfoService ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.SysinfoService
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.LogService ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.LogService
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.LockService ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.LockService
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] shutting down service de.willuhn.jameica.services.SecurityManagerService ...
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.boot.BootLoader.shutdown] shutting down service de.willuhn.jameica.services.SecurityManagerService
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.system.Application.shutDown] shutdown complete
[Mon Oct 04 17:42:24 CEST 2010][INFO][de.willuhn.jameica.system.Application.shutDown] --------------------------------------------------