Hello Forum,
i've installed OX6 on a server running a vanilla install of Ubuntu 8.04.1 (x86) following the instructions at http://www.open-xchange.com/wiki/ind...ion_Ubuntu8.04
Everything went well, but now I'm stuck at the 'Creating contexts and users' step.
When I run :
I get the following error :
However, when I connect to MySQL using the user created at the beginning of the tutorial, there is no problem.
I include here a sample of my /var/log/open-xchange/open-xchange-admin.log.0 :
Any idea to help me out of this ? I'm stuck
i've installed OX6 on a server running a vanilla install of Ubuntu 8.04.1 (x86) following the instructions at http://www.open-xchange.com/wiki/ind...ion_Ubuntu8.04
Everything went well, but now I'm stuck at the 'Creating contexts and users' step.
When I run :
Code:
/opt/open-xchange/sbin/createcontext -A oxadminmaster -P admin_master_password -c 1 \ -u oxadmin -d "Context Admin" -g Admin -s User -p admin_password -L defaultcontext \ -e oxadmin@example.com -q 1024 --access-combination-name=all
Code:
context 1 could not be created: Server response: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
Code:
mysql -u openexchange -p db_password
Code:
May 4, 2009 9:22:30 AM com.openexchange.admin.storage.mysqlStorage.OXContextMySQLStorageCommon deleteContextFromConfigDB SEVERE: Unable to determine db_schema of context 1 May 4, 2009 9:22:30 AM com.openexchange.admin.rmi.impl.OXContextCommonImpl createcommon SEVERE: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. com.openexchange.admin.rmi.exceptions.StorageException: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. at com.openexchange.admin.storage.mysqlStorage.OXUtilMySQLStorageCommon.createDatabase(OXUtilMySQLStorageCommon.java:131) at com.openexchange.admin.storage.mysqlStorage.OXUtilMySQLStorage.createDatabase(OXUtilMySQLStorage.java:402) at com.openexchange.admin.storage.mysqlStorage.OXContextMySQLStorage.create(OXContextMySQLStorage.java:1152) at com.openexchange.admin.rmi.impl.OXContext.createmaincall(OXContext.java:736) at com.openexchange.admin.rmi.impl.OXContextCommonImpl.createcommon(OXContextCommonImpl.java:146) at com.openexchange.admin.rmi.impl.OXContext.create(OXContext.java:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:595)
Comment