JVerein und MySQL

Hier verraten JVerein-Benutzer ihre Tricks und Tips zur JVerein

Moderator: heiner

Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

JVerein und MySQL

Beitrag von Littlesteve »

Hallo,
entweder bin ich zu doof oder ich übersehe einfach was...
will gerne JVerein so einrichten dass es in der MySQL Datenbank auf meinem SynologyServer zuhause sichert um es dann auch für andere Vereinsverwalter zugänglich zu machen..

Habe mit dazu das Jameica Paket dass für alle Systeme ist gezogen und bin nach Anleitung vorgegangen aber egal was ich in der config dabei für mysql eingebe ich bekomme keine Verbindung... jemand vielleicht eine Idee? (Datenbank ist angelegt und benutzer auch)

Hier meine Config Datei:

Code: Alles auswählen

database.driver=de.jost_net.JVerein.server.DBSupportMySqlImpl
database.driver.mysql.jdbcurl=jdbc\:mysql\://localhost\:3306/98ruhstorf?useUnicode\=Yes&characterEncoding\=ISO8859_1
database.driver.mysql.username=98ruhstorf
database.driver.mysql.password=*****
database.driver.mysql.scriptprefix=mysql-
Benutzeravatar
heiner
Administrator
Beiträge: 4509
Registriert: Freitag 30. Oktober 2009, 16:44
JVerein-Version: aktuelle Entwicklerversion
Betriebssystem: W10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von heiner »

Wie macht sich "keine Antwort" bemerkbar?

Versuchst du zufälligerweise eine Neuinstallation mit JVerein 2.8.0 oder 2.8.1? In diesen Versionen gab es ein Problem mit MySQL. Versuche es entweder mit der 2.6.3 oder der Entwicklerversion.

Heiner
PS: Denkt daran, eure Vereine unter viewforum.php?f=3 vorzustellen.
chris
Beiträge: 78
Registriert: Montag 15. August 2011, 20:56
JVerein-Version: Immer bleeding edge
Betriebssystem: MacOS X/Windows
Wohnort: Irgendwo im frankfurter Bereich

Re: JVerein und MySQL

Beitrag von chris »

Hallo Littlesteve,

wenn ich Deine Config-datei richtig deute, versuchst Du, eine Verbindung zum MySQL-Server auf localhost einzurichten, was vermutlich nicht den Tatsachen entsprechen dürfte, da Du jameica ja nicht auf der Synology ausführst, sondern auf Deinem Rechner. Du müsstest daher in der config die IP-Adresse Deiner Synology eintragen. Darüber hinaus solltest Du prüfen, on der MySQL-(bzw. MariaDB-)Server Verbindungen aus dem LAN überhaupt akzeptiert. Wenn ich mich recht entsinne, erlaubt der nämlich standardmäßig nur Zugriffe von localhost, also der Synology selbst, das müsstest Du dann noch per phpMyAdmin entsprechend korrigieren.

Gruß,
Christian
Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von Littlesteve »

hallo heiner, dass hatte ich schon gelesen und mir die entwicklerversion geladen und diese installiert.

@chris: hm also als host habe ich bei dem Benutzer auf dem MySQL server Jeder eingetragen, das meinst du ja mit Zugriff von extern oder? Standardmäßig wäre da localhost. Habe es jetzt mit der IP-Adresse versucht - funktioniert auch nicht.... :( Muss ich da evtl im Router eine Port Weiterleitung aktivieren?
Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von Littlesteve »

so jetzt habe ich es gefunden in der synology firewall war der port blockiert, jetzt habe ich eine Datenbankverbindung (denke ich mal sonst wären die Tabellen ja nicht erstellt worden)
Bild

aber bei jameica sieht es so aus:

Bild

die logdatei sieht so aus:

Code: Alles auswählen

*** System-Informationen ***

Jameica: 2.6.1 (build date: )

Plugins:
  hibiscus 2.6.10(build date: 20141018)

os.arch          : x86_64
os.name          : Mac OS X
os.version       : 10.10

java.version     : 1.8.0_25
java.vendor      : Oracle Corporation
java.runtime.name: Java(TM) SE Runtime Environment
java.vm.name     : Java HotSpot(TM) 64-Bit Server VM

file.encoding    : UTF-8


*** Stacktrace ***

java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.gui.control.BeitragsgruppeControl.getBeitragsgruppeTable(BeitragsgruppeControl.java:257)
	at de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView.bind(BeitragsgruppeSucheView.java:37)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:507)
	at de.jost_net.JVerein.gui.action.BeitragsgruppeSucheAction.handleAction(BeitragsgruppeSucheAction.java:28)
	at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(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:827)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 33 more


*** Systemprotokoll ***

[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/apache_xmlrpc/xmlrpc-client-3.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/apache_xmlrpc/xmlrpc-common-3.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/bouncycastle/bcprov-jdk15-144.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/de_willuhn_ds/de_willuhn_ds.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/de_willuhn_util/de_willuhn_util.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/h2/h2.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/h2/h2mig_pagestore_addon.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/jakarta_commons/commons-cli-1.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/jakarta_commons/commons-collections-3.2.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/jakarta_commons/commons-lang-2.6.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/jakarta_commons/commons-logging-1.1.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/mckoi/mckoidb.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/mysql/mysql-connector-java-5.0.7-bin.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/nanoxml/nanoxml-2.2.3.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/paperclips/net.sf.paperclips.ui_1.0.4.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/paperclips/net.sf.paperclips_1.0.4.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/splash.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/linux/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/linux64/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/macos/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/macos64/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/org.eclipse.core.runtime_3.1.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/org.eclipse.jface_3.1.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/org.eclipse.osgi_3.1.1.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/org.eclipse.ui.forms_3.1.0.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/win32/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swt/win64/swt.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/swtcalendar/swtcalendar.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/velocity/jakarta-oro-2.0.8.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /Volumes/web/jverein/lib/velocity/velocity-1.5.jar
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.DeployService.init] searching for uninstallable plugins
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] starting privileged action: writable check for /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] finished privileged action: writable check for /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:36 CEST 2014][INFO][de.willuhn.jameica.services.DeployService.cleanup]   /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:37 CEST 2014][WARN][de.willuhn.jameica.services.DeployService.cleanup]   skipping /Volumes/web/jverein/plugins/.DS_Store - no directory or not readable
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.DeployService.cleanup]   /Users/Stephan/Library/jameica4/plugins
[Tue Oct 21 14:58:37 CEST 2014][WARN][de.willuhn.jameica.services.DeployService.cleanup]   skipping /Users/Stephan/Library/jameica4/plugins/.DS_Store - no directory or not readable
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.DeployService.init] searching for updatable plugins
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.SSLSocketFactoryService.init] applying jameica's ssl socket factory
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init ssl context
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init key manager [using algorithm: SunX509]
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init Jameica trust manager
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.JameicaTrustManager.<init>] trusting java trustmanager
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.JameicaTrustManager.getSystemTrustManager] loading trustmanager SunX509
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] set jameica ssl context as system default
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugins ...
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.init] init plugins
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginSourceSystem.find] searching for SYSTEM plugins in /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginSourceSystem.find]   adding /Volumes/web/jverein/plugins/hibiscus
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginSourceSystem.find]   adding /Volumes/web/jverein/plugins/jverein
[Tue Oct 21 14:58:37 CEST 2014][WARN][de.willuhn.jameica.plugin.PluginSourceSystem.find]   skipping /Volumes/web/jverein/plugins/.DS_Store - no directory or not readable
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>] hibiscus 2.6.10
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Directory  : /Volumes/web/jverein/plugins/hibiscus
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Buildnumber: 361
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Built-Date : 20141018
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>] jverein 2.8.2-devel
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Directory  : /Volumes/web/jverein/plugins/jverein
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Buildnumber: 494
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.Manifest.<init>]   Built-Date : 20141019
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginSourceConfig.find] searching for CONFIG plugins
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginSourceUser.find] searching for USER plugins in /Users/Stephan/Library/jameica4/plugins
[Tue Oct 21 14:58:37 CEST 2014][WARN][de.willuhn.jameica.plugin.PluginSourceUser.find]   skipping /Users/Stephan/Library/jameica4/plugins/.DS_Store - no directory or not readable
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.init] sort plugins by dependency
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.init]   hibiscus
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.init]   jverein
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin hibiscus [Version: 2.6.10]
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory /Volumes/web/jverein/plugins/hibiscus
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  checking directory /Volumes/web/jverein/plugins/hibiscus ...
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin hibiscus
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/hibiscus.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/hbci4java-2.5.12.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/itextpdf-5.3.3.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/obantoo-bin-2.1.7.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/postgresql-8.3-604.jdbc3.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/supercsv-1.31.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/swtchart/org.swtchart.ext_0.7.0.v20110128.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/hibiscus/lib/swtchart/org.swtchart_0.7.0.v20110128.jar
[Tue Oct 21 14:58:37 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting /Volumes/web/jverein/plugins/hibiscus/hibiscus.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin jverein [Version: 2.8.2-devel]
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin]   resolving required dependency hibiscus: 2.6.8+
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory /Volumes/web/jverein/plugins/jverein
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  checking directory /Volumes/web/jverein/plugins/jverein ...
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin jverein
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/jverein.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/SuperCSV-1.52.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/activation.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/bsh-core-2.0b4.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/core-3.1.0.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/csvjdbc.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/ez-vcard-0.9.5.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/itext-hyph-xml.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/javase-3.1.0.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/joda-time-2.3.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/jollyday-0.4.7.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/junit-4.8.1.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/mail.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/nc.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar /Volumes/web/jverein/plugins/jverein/lib/snakeyaml-1.13.jar
[Tue Oct 21 14:58:39 CEST 2014][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting /Volumes/web/jverein/plugins/jverein/jverein.jar
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin hibiscus [Version: 2.6.10] ...
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin hibiscus [Version: 2.6.10]
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.willuhn.jameica.hbci.HBCI
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin hibiscus ...
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.hbci.HBCI.init] starting init process for hibiscus
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.<init>] loading database driver: de.willuhn.jameica.hbci.server.DBSupportH2Impl
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] init update provider
[Tue Oct 21 14:58:41 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.sql.version.Updater.execute] current version: 55
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.sql.version.Updater.execute] searching for available updates
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.sql.version.Updater.execute] no new updates found
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] updates finished
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init hbci4java subsystem ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/hibiscus_messages for locale de_DE
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.HBCI.initHBCI] callback: de.willuhn.jameica.hbci.HBCICallbackSWT
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] This is HBCI4Java-2.5.12
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init services for plugin hibiscus [version: 2.6.10] ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service database ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.<init>] loading database driver: de.willuhn.jameica.hbci.server.DBSupportH2Impl
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service database ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service addressbook ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service addressbook ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: addressbook
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service addressbook ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.hbci.gui.ext.ExportSaldoExtension
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin hibiscus initialized successfully
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin jverein [Version: 2.8.2-devel] ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin jverein [Version: 2.8.2-devel]
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.jost_net.JVerein.JVereinPlugin
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] Plugin started for the first time. Starting install
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  installing plugin jverein ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin jverein ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.jost_net.JVerein.JVereinPlugin.init] starting init process for jverein
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportMySqlImpl
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  Installiere JVerein ...
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 21 14:58:43 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [0 connection(s) closed]
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportMySqlImpl
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.sql.ScriptExecutor.execute] starting transaction
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.sql.ScriptExecutor.execute] rollback transaction
[Tue Oct 21 14:58:44 CEST 2014][ERROR][de.willuhn.sql.ScriptExecutor.execute] error while executing sql script. Current statement: ALTER TABLE mitgliednextbgruppe ADD CONSTRAINT fkMitgliednextbgruppe1 FOREIGN KEY (beitragsgruppe) REFERENCES beitragsgruppe (id) ON DELETE RESTRICT ON UPDATE NO ACTION
java.sql.SQLException: Can't create table '98ruhstorf.#sql-2114_3b' (errno: 150)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
	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:3250)
	at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1355)
	at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1270)
	at de.willuhn.sql.ScriptExecutor.execute(ScriptExecutor.java:168)
	at de.jost_net.JVerein.server.DDLTool.AbstractDDLUpdate.execute(AbstractDDLUpdate.java:83)
	at de.jost_net.JVerein.server.DDLTool.Updates.Update0383.run(Update0383.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at de.jost_net.JVerein.server.JVereinUpdateProvider.callMethod2(JVereinUpdateProvider.java:227)
	at de.jost_net.JVerein.server.JVereinUpdateProvider.<init>(JVereinUpdateProvider.java:93)
	at de.jost_net.JVerein.server.DBSupportMySqlImpl.checkConsistency(DBSupportMySqlImpl.java:90)
	at de.jost_net.JVerein.server.JVereinDBServiceImpl.checkConsistency(JVereinDBServiceImpl.java:114)
	at de.jost_net.JVerein.JVereinPlugin$1.call(JVereinPlugin.java:106)
	at de.jost_net.JVerein.JVereinPlugin.call(JVereinPlugin.java:203)
	at de.jost_net.JVerein.JVereinPlugin.init(JVereinPlugin.java:99)
	at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:398)
	at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:243)
	at de.willuhn.jameica.services.PluginService.init(PluginService.java:42)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:139)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:119)
	at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:72)
	at de.willuhn.jameica.system.Application.init(Application.java:106)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)

[Tue Oct 21 14:58:44 CEST 2014][ERROR][de.jost_net.JVerein.server.DDLTool.AbstractDDLUpdate.execute] unable to execute update
java.sql.SQLException: exception while executing sql script: Can't create table '98ruhstorf.#sql-2114_3b' (errno: 150). Current statement: ALTER TABLE mitgliednextbgruppe ADD CONSTRAINT fkMitgliednextbgruppe1 FOREIGN KEY (beitragsgruppe) REFERENCES beitragsgruppe (id) ON DELETE RESTRICT ON UPDATE NO ACTION
	at de.willuhn.sql.ScriptExecutor.execute(ScriptExecutor.java:197)
	at de.jost_net.JVerein.server.DDLTool.AbstractDDLUpdate.execute(AbstractDDLUpdate.java:83)
	at de.jost_net.JVerein.server.DDLTool.Updates.Update0383.run(Update0383.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at de.jost_net.JVerein.server.JVereinUpdateProvider.callMethod2(JVereinUpdateProvider.java:227)
	at de.jost_net.JVerein.server.JVereinUpdateProvider.<init>(JVereinUpdateProvider.java:93)
	at de.jost_net.JVerein.server.DBSupportMySqlImpl.checkConsistency(DBSupportMySqlImpl.java:90)
	at de.jost_net.JVerein.server.JVereinDBServiceImpl.checkConsistency(JVereinDBServiceImpl.java:114)
	at de.jost_net.JVerein.JVereinPlugin$1.call(JVereinPlugin.java:106)
	at de.jost_net.JVerein.JVereinPlugin.call(JVereinPlugin.java:203)
	at de.jost_net.JVerein.JVereinPlugin.init(JVereinPlugin.java:99)
	at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:398)
	at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:243)
	at de.willuhn.jameica.services.PluginService.init(PluginService.java:42)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:139)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:119)
	at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:72)
	at de.willuhn.jameica.system.Application.init(Application.java:106)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)

[Tue Oct 21 14:58:44 CEST 2014][ERROR][de.jost_net.JVerein.server.DBSupportMySqlImpl.checkConsistency] Datenbankupdate kann nicht ausgeführt werden.
de.willuhn.util.ApplicationException
	at de.jost_net.JVerein.server.JVereinUpdateProvider.<init>(JVereinUpdateProvider.java:100)
	at de.jost_net.JVerein.server.DBSupportMySqlImpl.checkConsistency(DBSupportMySqlImpl.java:90)
	at de.jost_net.JVerein.server.JVereinDBServiceImpl.checkConsistency(JVereinDBServiceImpl.java:114)
	at de.jost_net.JVerein.JVereinPlugin$1.call(JVereinPlugin.java:106)
	at de.jost_net.JVerein.JVereinPlugin.call(JVereinPlugin.java:203)
	at de.jost_net.JVerein.JVereinPlugin.init(JVereinPlugin.java:99)
	at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:398)
	at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:243)
	at de.willuhn.jameica.services.PluginService.init(PluginService.java:42)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:139)
	at de.willuhn.boot.BootLoader.resolve(BootLoader.java:119)
	at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:72)
	at de.willuhn.jameica.system.Application.init(Application.java:106)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)

[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Tue Oct 21 14:58:44 CEST 2014][ERROR][de.willuhn.jameica.plugin.PluginLoader.init] unable to init plugin jverein: de.willuhn.util.ApplicationException
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.services.SearchService.init] looking for search providers
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.services.SearchService.init] loaded 19 search providers
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.services.UpdateService.init] update check interval: 1 days
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.services.UpdateService.init] starting updater thread
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.services.Init5.init] booted to init level 5
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.gui.SplashScreen$2.run] stopping splash screen
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] startup GUI
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] SWT version: 4332/cocoa
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] adding menu
[Tue Oct 21 14:58:44 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] adding navigation
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] adding content view
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] adding status panel
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.position] window position: 224x104, size: 920x720
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.gui.GUI.init] open shell
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.messaging.AutoRegisterMessageConsumer.handleMessage] auto-registered message consumers: 13
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.messaging.ManifestMessageConsumer.registerConsumers] message consumers from manifests: 19
[Tue Oct 21 14:58:45 CEST 2014][INFO][de.willuhn.jameica.messaging.ManifestMessageConsumer.sendMessages] messages from manifests: 0
[Tue Oct 21 14:58:46 CEST 2014][INFO][de.willuhn.jameica.store.BeanStore.load] created new [bean-container: Bookmark, encrypted: true]
[Tue Oct 21 14:58:46 CEST 2014][ERROR][de.jost_net.JVerein.Einstellungen.<clinit>] Fehler
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.Einstellungen.<clinit>(Einstellungen.java:99)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.selektiereMitgliederZumAendern(MitgliedNextBGruppeChecker.java:75)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.mussMitgliedGeaendertWerden(MitgliedNextBGruppeChecker.java:63)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.<init>(MitgliedNextBGruppeChecker.java:56)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
	at java.lang.Class.newInstance(Class.java:438)
	at de.willuhn.jameica.services.BeanService.get(BeanService.java:141)
	at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:66)
	at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:74)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at de.willuhn.jameica.gui.Navigation.select(Navigation.java:359)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:822)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 36 more

[Tue Oct 21 14:58:46 CEST 2014][ERROR][de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.mussMitgliedGeaendertWerden] MitgliedsChecker kann nicht initalisiert werden!
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.selektiereMitgliederZumAendern(MitgliedNextBGruppeChecker.java:75)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.mussMitgliedGeaendertWerden(MitgliedNextBGruppeChecker.java:63)
	at de.jost_net.JVerein.gui.boxes.MitgliedNextBGruppeChecker.<init>(MitgliedNextBGruppeChecker.java:56)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
	at java.lang.Class.newInstance(Class.java:438)
	at de.willuhn.jameica.services.BeanService.get(BeanService.java:141)
	at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:66)
	at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:74)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at de.willuhn.jameica.gui.Navigation.select(Navigation.java:359)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:822)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 35 more

[Tue Oct 21 14:58:46 CEST 2014][ERROR][de.jost_net.JVerein.gui.boxes.SEPAKonverter.<init>] Fehler
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.gui.control.SEPAKonvertierungControl.getMitglieder(SEPAKonvertierungControl.java:499)
	at de.jost_net.JVerein.gui.boxes.SEPAKonverter.<init>(SEPAKonverter.java:52)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
	at java.lang.Class.newInstance(Class.java:438)
	at de.willuhn.jameica.services.BeanService.get(BeanService.java:141)
	at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:66)
	at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:74)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at de.willuhn.jameica.gui.Navigation.select(Navigation.java:359)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:822)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 34 more

[Tue Oct 21 14:58:46 CEST 2014][ERROR][de.jost_net.JVerein.Einstellungen.isFirstStart] Fehler
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.Einstellungen.isFirstStart(Einstellungen.java:244)
	at de.jost_net.JVerein.gui.boxes.FirstStart.isEnabled(FirstStart.java:77)
	at de.willuhn.jameica.gui.parts.ExpandPart.add(ExpandPart.java:68)
	at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:80)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at de.willuhn.jameica.gui.Navigation.select(Navigation.java:359)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:822)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 28 more

[Tue Oct 21 14:58:46 CEST 2014][ERROR][de.jost_net.JVerein.Einstellungen.isFirstStart] Fehler
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.Einstellungen.isFirstStart(Einstellungen.java:244)
	at de.jost_net.JVerein.gui.boxes.FirstStart.isActive(FirstStart.java:50)
	at de.willuhn.jameica.gui.parts.ExpandPart.add(ExpandPart.java:68)
	at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:80)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at de.willuhn.jameica.gui.Navigation.select(Navigation.java:359)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:822)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 28 more

[Tue Oct 21 14:58:46 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 21 14:58:46 CEST 2014][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 21 14:58:46 CEST 2014][INFO][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] starting privileged action: writable check for /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:46 CEST 2014][INFO][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] finished privileged action: writable check for /Volumes/web/jverein/plugins
[Tue Oct 21 14:58:54 CEST 2014][INFO][de.willuhn.jameica.services.UpdateService$Worker.run] check for updates needed?
[Tue Oct 21 14:58:54 CEST 2014][INFO][de.willuhn.jameica.services.UpdateService$Worker.run] no, last check: Tue Oct 21 14:57:45 CEST 2014, next check: Wed Oct 22 14:57:45 CEST 2014
[Tue Oct 21 15:00:32 CEST 2014][ERROR][de.willuhn.jameica.gui.GUI$4.run] error while loading view de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView
java.rmi.RemoteException: error while getting database service; nested exception is: 
	de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:172)
	at de.jost_net.JVerein.gui.control.BeitragsgruppeControl.getBeitragsgruppeTable(BeitragsgruppeControl.java:257)
	at de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView.bind(BeitragsgruppeSucheView.java:37)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:639)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:535)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:470)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:507)
	at de.jost_net.JVerein.gui.action.BeitragsgruppeSucheAction.handleAction(BeitragsgruppeSucheAction.java:28)
	at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:810)
	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:806)
	at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
	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.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(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:827)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:310)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: de.willuhn.util.ApplicationException: Der Service "database" wurde nicht gefunden
	at de.willuhn.jameica.system.ServiceFactory.lookup(ServiceFactory.java:231)
	at de.jost_net.JVerein.Einstellungen.getDBService(Einstellungen.java:166)
	... 33 more

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

Re: JVerein und MySQL

Beitrag von heiner »

JVerein-Version?
PS: Denkt daran, eure Vereine unter viewforum.php?f=3 vorzustellen.
Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von Littlesteve »

2.8.2 Rev 494
Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von Littlesteve »

Keiner eine Idee?
Littlesteve
Beiträge: 15
Registriert: Montag 20. Oktober 2014, 02:30
Mitglieder: 96
JVerein-Version: 2.8.2 Rev 496
Betriebssystem: OSX Yosemite 10.10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von Littlesteve »

@heiner:

also ich habe jetzt nochmal ein bisschen rumprobiert, also ich denke da muss irgendwo bei JVerein ein Fehler liegen da ich auch mit hibiscus eine mysql anbindung eingerichtet habe - welche einwandfrei funktioniert..... nur mit JVerein bekomme ich nach dem starten (nachdem offensichtlich alle Tabellen in mysql erstellt wurden) eine Fehlermeldung...
Benutzeravatar
heiner
Administrator
Beiträge: 4509
Registriert: Freitag 30. Oktober 2009, 16:44
JVerein-Version: aktuelle Entwicklerversion
Betriebssystem: W10
Kontaktdaten:

Re: JVerein und MySQL

Beitrag von heiner »

Setze die 495 ein. Die ist unter https://sourceforge.net/projects/jverei ... erversion/ verfügbar.

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