OK, das Attachment habe ich wohl uebersehen. Hier die relevante Fehlermeldung:
Zitat
java.rmi.RemoteException: connection to database.jdbc:mysql://192.168.2.11: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
Das ist ein reines Netzwerk-Problem und hat mit MySQL nichts zu tun. Der MySQL-Server unter 192.168.2.11 ist schlicht nicht via TCP ueber Port 3306 erreichbar. Vermutlich deshalb, weil der MySQL-Server ohne TCP-Support sondern nur ueber einem lokalen Socket erreichbar ist. Schau mal in /etc/my.cnf auf dem Server und deaktiviere ggf. die Zeile "skip-networking".