Zitat geschrieben von hibiscus
Die Installation klingt soweit korrekt. Wie lautet die Fehlermeldung denn genau? Kann es sich eventuell um diesen Fehler hier handeln?
http://hibiscus.berlios.de/dok…lexceptionDas ist die Fehlermeldung:
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:60)
at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:44)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:582)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:761)
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:757)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:504)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:439)
at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:330)
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:778)
at de.willuhn.jameica.gui.GUI.init(GUI.java:288)
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)
Caused by: java.lang.NullPointerException
at de.willuhn.jameica.hbci.gui.boxes.Adressbuch.<clinit>(Adressbuch.java:34)
... 27 more
java.lang.NullPointerException
at de.willuhn.jameica.hbci.gui.boxes.Adressbuch.<clinit>(Adressbuch.java:34)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:60)
at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:44)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:582)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:761)
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:757)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:504)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:439)
at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:330)
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:778)
at de.willuhn.jameica.gui.GUI.init(GUI.java:288)
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)
Auszug aus dem Systemprotokoll:
[Fri May 06 21:18:43 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getKeyStore] init keystore
[Fri May 06 21:18:43 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getKeyStore] reading keys
[Fri May 06 21:18:43 CEST 2011][INFO][de.willuhn.jameica.gui.util.Font.<clinit>] system font: 1|Ubuntu|11.0|0|GTK|1|
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getKeyStore] keystore loaded successfully
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getKeyStore] applying jameica's ssl socket factory
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init ssl context
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init key manager [using algorithm: SunX509]
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] init Jameica trust manager
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.JameicaTrustManager.<init>] using trustmanager SunX509
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getSSLContext] set jameica ssl context as system default
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.security.SSLFactory.getKeyStore] applying jameica's hostname verifier
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.SSLService: 7662 millis
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.RegistryService
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.RegistryService: 1 millis
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.DeployService
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.DeployService: 13 millis
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.ClassService
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: jameica\.jar
[Fri May 06 21:18:50 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: .*\.class
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting /opt/jameica/jameica.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/apache_xmlrpc/ws-commons-java5-1.0.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/apache_xmlrpc/ws-commons-util-1.0.2.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/apache_xmlrpc/xmlrpc-client-3.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/apache_xmlrpc/xmlrpc-common-3.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/bouncycastle/bcprov-jdk15-144.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/de_willuhn_ds/de_willuhn_ds.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/de_willuhn_util/de_willuhn_util.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/h2/h2.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/h2/h2mig_pagestore_addon.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/jakarta_commons/commons-cli-1.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/jakarta_commons/commons-collections-3.2.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/jakarta_commons/commons-lang-2.4.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/jakarta_commons/commons-logging-1.1.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/mckoi/mckoidb.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/mysql/mysql-connector-java-5.0.7-bin.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/nanoxml/nanoxml-2.2.3.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/splash.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swt/linux/swt.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swt/org.eclipse.core.runtime_3.1.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swt/org.eclipse.jface_3.1.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swt/org.eclipse.osgi_3.1.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swt/org.eclipse.ui.forms_3.1.0.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/swtcalendar/swtcalendar.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/velocity/jakarta-oro-2.0.8.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.init] loaded system jar /opt/jameica/lib/velocity/velocity-1.5.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.ClassService: 642 millis
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.ReminderService
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.messaging.NamedQueue.<init>] creating message queue jameica.reminder
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.ReminderService: 3 millis
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.PluginService
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init plugins ...
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] init plugins
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] checking system plugin dir /opt/jameica/plugins
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] adding system plugin /opt/jameica/plugins/jverein
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] adding system plugin /opt/jameica/plugins/hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] checking user plugin dir /home/wolfgang/.jameica/plugins
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] adding user plugin /home/wolfgang/.jameica/plugins/jverein
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] adding user plugin /home/wolfgang/.jameica/plugins/hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] jverein - Buildnumber: 262
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] jverein - Built-Date : 20101110
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] hibiscus - Buildnumber: 329
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] hibiscus - Built-Date : 20101228
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] jverein - Buildnumber: 234
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] jverein - Built-Date : 20100531
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] hibiscus - Buildnumber: 304
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.Manifest.<init>] hibiscus - Built-Date : 20100409
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] sort plugins by dependency
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] jverein
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.init] jverein
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin hibiscus [Version: 1.11.0]
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin hibiscus [Version: 1.12.3]
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] resolving optional dependency jameica.scripting: 1.0+
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory /opt/jameica/plugins/hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] checking directory /opt/jameica/plugins/hibiscus ...
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin hibiscus
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/hibiscus.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/com.ibm.icu_3.4.4.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/js.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.chart.device.extension_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.chart.device.swt_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.chart.engine.extension_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.chart.engine_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.chart.ui.extension_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.core.ui_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.birt.core_2.1.0.N20060628-1351.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.emf.common_2.2.1.v200609210005.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.emf.ecore.xmi_2.2.1.v200609210005.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/birt/org.eclipse.emf.ecore_2.2.1.v200609210005.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/hbci4java-2.5.12.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/itext-2.0.1.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/obantoo-bin-1.4.11.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/postgresql-8.3-604.jdbc3.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /opt/jameica/plugins/hibiscus/lib/supercsv-1.31.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: hibiscus\.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: .*\.class
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: ext_.*\.jar
[Fri May 06 21:18:51 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting /opt/jameica/plugins/hibiscus/hibiscus.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin jverein [Version: 1.3.3]
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] resolving required dependency hibiscus: 1.11+
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] resolving optional dependency jameica.scripting: 1.0+
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory /home/wolfgang/.jameica/plugins/jverein
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] checking directory /home/wolfgang/.jameica/plugins/jverein ...
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin jverein
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/jverein.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/lib/activation.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/lib/csvjdbc.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/lib/itext-hyph-xml.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/lib/mail.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loaded jar /home/wolfgang/.jameica/plugins/jverein/lib/nc.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: jverein\.jar
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] classfinder include: .*\.class
[Fri May 06 21:18:53 CEST 2011][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting /home/wolfgang/.jameica/plugins/jverein/jverein.jar
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin jverein [Version: 1.4.0]
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] resolving required dependency hibiscus: 1.12+
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init plugin hibiscus [Version: 1.12.3] ...
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin hibiscus [Version: 1.12.3]
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.willuhn.jameica.hbci.HBCI
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] detected update from version 1.11.0 to 1.12.3, starting update
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] updating plugin hibiscus ...
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] initializing plugin hibiscus ...
[Fri May 06 21:18:54 CEST 2011][INFO][de.willuhn.jameica.hbci.HBCI.init] starting init process for hibiscus
[Fri May 06 21:18:55 CEST 2011][ERROR][de.willuhn.jameica.plugin.PluginLoader.init] unable to init plugin hibiscus
java.lang.ExceptionInInitializerError
at de.willuhn.jameica.hbci.HBCI.init(HBCI.java:99)
at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:306)
at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:181)
at de.willuhn.jameica.services.PluginService.init(PluginService.java:42)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.NullPointerException
at de.willuhn.jameica.hbci.Settings.<clinit>(Settings.java:40)
... 10 more
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init plugin jverein [Version: 1.3.3] ...
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin jverein [Version: 1.3.3]
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.jost_net.JVerein.JVereinPlugin
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/jverein_messages for locale de_DE
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] initializing plugin jverein ...
[Fri May 06 21:18:55 CEST 2011][INFO][de.jost_net.JVerein.JVereinPlugin.init] starting init process for jverein
[Fri May 06 21:18:55 CEST 2011][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportH2Impl
[Fri May 06 21:18:55 CEST 2011][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Fri May 06 21:18:55 CEST 2011][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] h2 version: 1.2.145
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Fri May 06 21:18:55 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.util.Session.<init>] creating new session. default timeout: 7200000 millis
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.PluginServiceService
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.PluginServiceService: 3 millis
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init services for plugin jverein [version: 1.3.3] ...
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] jverein: init service database ...
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] install service database ...
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Fri May 06 21:18:56 CEST 2011][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportH2Impl
[Fri May 06 21:18:56 CEST 2011][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Fri May 06 21:18:56 CEST 2011][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] h2 version: 1.2.145
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.system.ServiceFactory.install] starting service
[Fri May 06 21:18:56 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] starting service database ...
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] register plugin extensions ...
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin jverein initialized successfully
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.PluginService: 5399 millis
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.SearchService
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.services.SearchService.init] looking for search providers
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.AddressbookSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.AddressbookSearchProvider.getName(AddressbookSearchProvider.java:41)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.AuslandsUeberweisungSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.AuslandsUeberweisungSearchProvider.getName(AuslandsUeberweisungSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.DauerauftragSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.DauerauftragSearchProvider.getName(DauerauftragSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.KontoSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.KontoSearchProvider.getName(KontoSearchProvider.java:44)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.LastschriftSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.LastschriftSearchProvider.getName(LastschriftSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.SammelLastschriftSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.SammelLastschriftSearchProvider.getName(SammelLastschriftSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.SammelUeberweisungSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.SammelUeberweisungSearchProvider.getName(SammelUeberweisungSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.UeberweisungSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.UeberweisungSearchProvider.getName(UeberweisungSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][ERROR][de.willuhn.jameica.services.SearchService.init] unable to load search provider de.willuhn.jameica.hbci.search.UmsatzSearchProvider
java.lang.NullPointerException
at de.willuhn.jameica.hbci.search.UmsatzSearchProvider.getName(UmsatzSearchProvider.java:45)
at de.willuhn.jameica.services.SearchService.init(SearchService.java:62)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:138)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:118)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:71)
at de.willuhn.jameica.system.Application.init(Application.java:101)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.services.SearchService.init] loaded 5 search providers
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.SearchService: 15 millis
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] init service de.willuhn.jameica.services.Init5
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.services.Init5.init] booted to init level 5
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.boot.BootLoader.resolve] used time to init de.willuhn.jameica.services.Init5: 1 millis
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.SplashScreen$2.run] stopping splash screen
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] startup GUI
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] SWT version: 3650/gtk
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] adding menu
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] adding navigation
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] adding content view
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] adding status panel
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.jameica.messaging.NamedQueue.<init>] creating message queue jameica.popup
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/jverein_messages for locale de_DE
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.util.Session.<init>] creating new session. default timeout: 300000 millis
[Fri May 06 21:18:57 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.position] window position: 183x252, size: 1427x857
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.gui.GUI.init] open shell
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] init messaging factory
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] searching for message consumers
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.willuhn.jameica.messaging.FileChangedMessageConsumer
[Fri May 06 21:18:58 CEST 2011][ERROR][de.willuhn.jameica.messaging.MessagingFactory.init] unable to register message consumer de.willuhn.jameica.hbci.messaging.CheckOfflineUmsatzMessageConsumer
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at de.willuhn.jameica.messaging.MessagingFactory.init(MessagingFactory.java:91)
at de.willuhn.jameica.messaging.MessagingFactory.sendMessage(MessagingFactory.java:180)
at de.willuhn.jameica.messaging.SystemMessage.<init>(SystemMessage.java:57)
at de.willuhn.jameica.gui.GUI.init(GUI.java:283)
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)
Caused by: java.lang.NullPointerException
at de.willuhn.jameica.hbci.messaging.CheckOfflineUmsatzMessageConsumer.<clinit>(CheckOfflineUmsatzMessageConsumer.java:33)
... 11 more
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.willuhn.jameica.hbci.messaging.NeueUmsaetze
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.willuhn.jameica.hbci.messaging.OfflineSaldoMessageConsumer
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.willuhn.jameica.hbci.messaging.ScriptingSaldoMessageConsumer
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.willuhn.jameica.hbci.messaging.SettingsChangedMessageConsumer
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.MessagingFactory.init] register de.jost_net.JVerein.Migration.McKoiToH2MigrationListener
[Fri May 06 21:18:58 CEST 2011][INFO][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Jameica 1.10.0 erfolgreich gestartet
[Fri May 06 21:18:59 CEST 2011][ERROR][de.willuhn.jameica.gui.GUI$4.run] error while loading view de.willuhn.jameica.gui.internal.views.Start
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at de.willuhn.jameica.gui.boxes.BoxRegistry.getBoxes(BoxRegistry.java:60)
at de.willuhn.jameica.gui.internal.views.Start.bind(Start.java:44)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:582)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:761)
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:757)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:504)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:439)
at de.willuhn.jameica.gui.internal.action.Start.handleAction(Start.java:31)
at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:330)
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:778)
at de.willuhn.jameica.gui.GUI.init(GUI.java:288)
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)
Caused by: java.lang.NullPointerException
at de.willuhn.jameica.hbci.gui.boxes.Adressbuch.<clinit>(Adressbuch.java:34)
... 27 more
[Fri May 06 21:18:59 CEST 2011][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Fehler beim Öffnen des Dialogs
-----
Wäre schön, wenn es eine Lösung gäbe....