Entwicklerversion 1.4 crash

Hier melden JVerein-Benutzer ihre Fehler

Moderator: heiner

Antworten
Konstantin
Beiträge: 20
Registriert: Montag 6. September 2010, 12:14

Entwicklerversion 1.4 crash

Beitrag von Konstantin »

Situation:
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)
jVerein Build Number 249

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] --------------------------------------------------
Nach Neustart ist alles wieder ok.
Verwaltung muss sein ;-)

http://www.tanden-aikido.de
Konstantin
Beiträge: 20
Registriert: Montag 6. September 2010, 12:14

Re: Entwicklerversion 1.4 crash

Beitrag von Konstantin »

Bestätigt sich:

Mitglied mit Kündigungsdatum in Vergangenheit aber Austrittsdatum in Zukunft, lässt sich unter Mitgliedskonto erstmal keine Sollbuchung (null, null) unter Name, Vorname dort anlegen.

Code: Alles auswählen

(SWT:8449): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 22
[Mon Oct 04 18:14:06 CEST 2010][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Beitragsgruppe fehlt
[Mon Oct 04 18:15:57 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 18:16:01 CEST 2010][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Mitglied gespeichert
[Mon Oct 04 18:16:07 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)

Nach rumklicken auf den Reitern und mal hier mal da, erscheint dann der Name doch im Mitgliedskonto und Soll-Buchung ist möglich.
Verwaltung muss sein ;-)

http://www.tanden-aikido.de
Konstantin
Beiträge: 20
Registriert: Montag 6. September 2010, 12:14

Re: Entwicklerversion 1.4 crash

Beitrag von Konstantin »

Es scheint nicht am Datum zu liegen, sondern es scheint einfach: im Mitgliedskonto wird Name, Vorname nicht korrekt refreshed und damit keine Sollbuchung möglich, da dort null,null steht.
Verwaltung muss sein ;-)

http://www.tanden-aikido.de
Benutzeravatar
heiner
Administrator
Beiträge: 4509
Registriert: Freitag 30. Oktober 2009, 16:44
JVerein-Version: aktuelle Entwicklerversion
Betriebssystem: W10
Kontaktdaten:

Re: Entwicklerversion 1.4 crash

Beitrag von heiner »

Hallo Konstantin,

genau so ist es. Das Datum ist vollkommen irrelevant. Ich sende dir im Laufe des Abends eine Entwicklerversion per Mail. Damit können Mitgliedskonto-Buchungen erst vorgenommen werden, wenn das Mitglied nach der Neuaufnahme neu gesucht wurde.

Heiner
PS: Denkt daran, eure Vereine unter viewforum.php?f=3 vorzustellen.
Konstantin
Beiträge: 20
Registriert: Montag 6. September 2010, 12:14

Re: Entwicklerversion 1.4 crash

Beitrag von Konstantin »

Habe es jetzt installiert, ob das jetzt tatsächlich eine Lösung ist ... :geek:
Verwaltung muss sein ;-)

http://www.tanden-aikido.de
Benutzeravatar
heiner
Administrator
Beiträge: 4509
Registriert: Freitag 30. Oktober 2009, 16:44
JVerein-Version: aktuelle Entwicklerversion
Betriebssystem: W10
Kontaktdaten:

Re: Entwicklerversion 1.4 crash

Beitrag von heiner »

Jetzt mal ganz ehrlich: Wie viele Fälle hast du, bei denen du bei neuen Mitgliedern gleich Buchungen im Mitgliedskonto vornimmst? Ich gehe mal großzügig von 100 Fällen aus. Die zusätzlichen Klicks bedeuten einen Aufwand von max. 5 Sekunden mal 100 = 500 Sekunden aus. Der Aufwand das in JVerein zu realisieren, wie du es möchtest liegt im Stundenbereich.

Ich hoffe, du verstehst mein Verhalten.

Heiner
PS: Denkt daran, eure Vereine unter viewforum.php?f=3 vorzustellen.
Antworten