Hi
i try to install OX on OpenSUSE 11.1 with MySQL on a different (virtual) host. I used the tutorial at http://www.open-xchange.com/wiki/ind...ion_openSUSE11. All steps succeeded, but the createcontext fails with
The main cause seems to be the exception in the /var/log/open-xchange/open-xchange-admin.log.0:
The parameters in both configdb.property files are the same:
I can connect to the database:
mysql -u openexchange -h arealhostname.de -p openexchange < "not24get"
I don't know what i could do to find the error. Can anybody help me?
Thanks a lot
mamue
i try to install OX on OpenSUSE 11.1 with MySQL on a different (virtual) host. I used the tutorial at http://www.open-xchange.com/wiki/ind...ion_openSUSE11. All steps succeeded, but the createcontext fails with
Code:
context 1 could not be created: Server response: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException (no security manager: RMI class loader disabled)
Code:
SEVERE: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. com.openexchange.admin.rmi.exceptions.StorageException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
Code:
readUrl=jdbc:mysql://arealhostname.de:3306/openexchange readProperty.1=user=openexchange readProperty.2=password=not24get writeUrl=jdbc:mysql://arealhostname.de:3306/openexchange writeProperty.1=user=openexchange writeProperty.2=password=not24get
mysql -u openexchange -h arealhostname.de -p openexchange < "not24get"
Code:
show tables; +------------------------+ | Tables_in_openexchange | +------------------------+ | configdb_sequence | | context | | context_server2db_pool | | db_cluster | | db_pool | | filestore | | login2context | | reason_text | | server | +------------------------+
Thanks a lot
mamue
Comment