Hallo Forum,
ich wollte jetzt nach 3 Jahren der Nutzung entlich die Daten in einer SQL Sammeln, um von allen System drauf zu greifen zu können.
Vorgegeangen bin ich nach der
Anleitung.
Die MySQL befindet sich auf einem Linux Server, der Benutzer kann auf die Datenbank zugreifen. Getestet mit phpmyadmin.
Firewall auf dem Server ist im Local Net nicht eingeschaltet, wurde aber auch schon zum Testen komp. abgeschaltete.
In den Benutzer war kein .jameica Ordner und die Datei de.willuhn.jameica.hbci.rmi.HBCIDBService.properties
Code
database.driver=de.willuhn.jameica.hbci.server.DBSupportMySqlImpl
database.driver.mysql.jdbcurl=jdbc\:mysql\://192.168.99.25\:3306/hibiscus?useUnicode\=Yes&characterEncoding\=ISO8859_1
database.driver.mysql.username=hibiscus
database.driver.mysql.password=hibiscus
liegt in dem Ordner d:\jam-neu\cfg
Nach dem Starten kommt jetzt folgende Meldung :
Code
Plugin "hibiscus" kann nicht initialisiert werden. Hibiscus-Datenbank konnte nicht initialisiert werden.
connection to database.jdbc:mysql://192.168.99.25:3306/hibiscus?useUnicode=Yes&characterEncoding=ISO8859_1 failed; nested exception is:
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.ConnectException
MESSAGE: Connection refused: connect
STACKTRACE:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:2744)
at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
at de.willuhn.datasource.db.MyDriver.connect(MyDriver.java:87)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at de.willuhn.datasource.db.DBServiceImpl.createConnection(DBServiceImpl.java:177)
at de.willuhn.datasource.db.DBServiceImpl.getConnection(DBServiceImpl.java:126)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.getConnection(HBCIDBServiceImpl.java:145)
at de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.install(HBCIDBServiceImpl.java:167)
at de.willuhn.jameica.hbci.HBCI$2.call(HBCI.java:129)
at de.willuhn.jameica.hbci.HBCI.call(HBCI.java:330)
at de.willuhn.jameica.hbci.HBCI.install(HBCI.java:125)
at de.willuhn.jameica.plugin.PluginLoader.initPlugin(PluginLoader.java:319)
at de.willuhn.jameica.plugin.PluginLoader.init(PluginLoader.java:203)
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:102)
at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
at de.willuhn.jameica.Main.main(Main.java:78)
** END NESTED EXCEPTION **
Last packet sent to the server was 0 ms ago.
EDIT:
Version von Jameica und Hibiscus sind beides die Neusten, als Einzelplatz Version läuft alles. Die Einzelplatz und die Version mit SQL sind getrennt so wie die Benutzer.