Hallo,
ich habe meinen Rechner neu mit openSUSE 10.3 aufgesetzt und das aktuelle Jameica 1.7 und hibiscus 1.9 per packman installiert. Auf meinem alten Rechner lief noch die Vorgängerversion mit mysql. Die mysql Datenbank habe ich übernommen. Leider startet nur jameica. Von hibiscus kommt folgende Fehlermeldung:
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.jameica.plugin.PluginResources.getI18N] plugin de.willuhn.jameica.hbci.HBCI does not support jameicas locale de_DE
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] service allready stopped
[Fri Mar 28 19:04:39 CET 2008][ERROR][de.willuhn.jameica.plugin.PluginLoader.init] unable to init plugin hibiscus
de.willuhn.util.ApplicationException: Fehler beim Initialisieren der Datenbank
at de.willuhn.jameica.hbci.HBCI.call(HBCI.java:282)
at de.willuhn.jameica.hbci.HBCI.update(HBCI.java:131)
at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:278)
at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:156)
at de.willuhn.jameica.services.PluginService.init(PluginService.java:56)
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:104)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.rmi.RemoteException: unable to load jdbc driver; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at de.willuhn.datasource.db.DBServiceImpl.start(DBServiceImpl.java:287)
at de.willuhn.jameica.hbci.HBCI.call(HBCI.java:273)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at de.willuhn.util.MultipleClassLoader.findVia(MultipleClassLoader.java:255)
at de.willuhn.util.MultipleClassLoader.load(MultipleClassLoader.java:222)
at de.willuhn.util.MultipleClassLoader.loadClass(MultipleClassLoader.java:184)
at de.willuhn.datasource.db.MyDriver.<init>(MyDriver.java:45)
at de.willuhn.datasource.db.DBServiceImpl.start(DBServiceImpl.java:283)
... 11 more
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init plugin jameica.xmlrpc [Version: 1.0] ...
Wie es aussieht kann der mysqlTreiber nicht gefunden werden
Caused by: java.rmi.RemoteException: unable to load jdbc driver; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Laut yast habe ich alle Pakete installiert, in denen ich mysql, java und jdbc gefunden habe.
Hat eine eine Idee?
Danke
Stefan
ich habe meinen Rechner neu mit openSUSE 10.3 aufgesetzt und das aktuelle Jameica 1.7 und hibiscus 1.9 per packman installiert. Auf meinem alten Rechner lief noch die Vorgängerversion mit mysql. Die mysql Datenbank habe ich übernommen. Leider startet nur jameica. Von hibiscus kommt folgende Fehlermeldung:
Code
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.jameica.plugin.PluginResources.getI18N] plugin de.willuhn.jameica.hbci.HBCI does not support jameicas locale de_DE
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] service allready stopped
[Fri Mar 28 19:04:39 CET 2008][ERROR][de.willuhn.jameica.plugin.PluginLoader.init] unable to init plugin hibiscus
de.willuhn.util.ApplicationException: Fehler beim Initialisieren der Datenbank
at de.willuhn.jameica.hbci.HBCI.call(HBCI.java:282)
at de.willuhn.jameica.hbci.HBCI.update(HBCI.java:131)
at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:278)
at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:156)
at de.willuhn.jameica.services.PluginService.init(PluginService.java:56)
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:104)
at de.willuhn.jameica.system.Application.newInstance(Application.java:85)
at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.rmi.RemoteException: unable to load jdbc driver; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at de.willuhn.datasource.db.DBServiceImpl.start(DBServiceImpl.java:287)
at de.willuhn.jameica.hbci.HBCI.call(HBCI.java:273)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at de.willuhn.util.MultipleClassLoader.findVia(MultipleClassLoader.java:255)
at de.willuhn.util.MultipleClassLoader.load(MultipleClassLoader.java:222)
at de.willuhn.util.MultipleClassLoader.loadClass(MultipleClassLoader.java:184)
at de.willuhn.datasource.db.MyDriver.<init>(MyDriver.java:45)
at de.willuhn.datasource.db.DBServiceImpl.start(DBServiceImpl.java:283)
... 11 more
[Fri Mar 28 19:04:39 CET 2008][INFO][de.willuhn.jameica.gui.SplashScreen$3.run] init plugin jameica.xmlrpc [Version: 1.0] ...
Wie es aussieht kann der mysqlTreiber nicht gefunden werden
Code
Caused by: java.rmi.RemoteException: unable to load jdbc driver; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Laut yast habe ich alle Pakete installiert, in denen ich mysql, java und jdbc gefunden habe.
Hat eine eine Idee?
Danke
Stefan