Seite 1 von 1

Jameica startet ohne JVerein

Verfasst: Mittwoch 20. Juni 2018, 16:24
von Clemens
Ich habe Jameica bisher nur mit Hibiscus für unseren genutzt und wollte mir mal jVerein anschauen.
Momentan nutzen wir für die Vereinsverwaltung ein Access Programm mit MySQL Anbindung.

JVerein wollte ich nun auch eine MYSQL Datenbank erstellen lassen, was auch geklappt hat.
Die Datenbank wurde angelegt.
Allerdings beim Starten von Jameica startet das Plugin JVerein nicht mit.
Da ich erstmal nur testen wollte, liegt die Datenbank bei mir auf dem localhost.
In der Datei de.jost_net.JVerein.rmi.JVereinDBService.properties habe ich den root - user eingetragen, aber wie schon erwähnt die Datenbank wurde angelegt.

Fehlermeldung:

java.lang.NullPointerException
at de.jost_net.JVerein.gui.control.EinstellungControl.getName(EinstellungControl.java:311)
at de.jost_net.JVerein.gui.view.EinstellungenAllgemeinView.bind(EinstellungenAllgemeinView.java:41)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:702)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:593)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:528)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:565)
at de.jost_net.JVerein.gui.action.AdministrationEinstellungenAllgemeinAction.handleAction(AdministrationEinstellungenAllgemeinAction.java:28)
at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$6.run(GUI.java:899)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
at de.willuhn.jameica.gui.GUI.startSync(GUI.java:895)
at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.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:916)
at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
at de.willuhn.jameica.system.Application.init(Application.java:145)
at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
at de.willuhn.jameica.Main.main(Main.java:75)


Hat jemand eine Idee?

Re: Jameica startet ohne JVerein

Verfasst: Sonntag 24. Juni 2018, 22:01
von heiner
Beachte https://jverein.gitbooks.io/jverein-han ... pport.html Schritt für Schritt. Dann funktioniert es auch.

Heiner