Ive been trying to configure MySQL and Open-Xchange under Ubuntu 7.04 for the last day or so and have been unable to get it to work properly. Ive searched the web, and these forums to no avail. I was hoping to get some direction from this amazing community.
So heres my problem: I try running this command
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=some_pass --admin-pass=some_pass --maildomain example.com
And I get a few errors in the Konsole. The one that seems most pressing is this:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Ive done some research and it seems I need to put the JDBC jar somewhere so it can load the file, but I'm not sure where to put it.
Beyond that error I get a huge list of errors in the OX log file. The first of which is this
java.io.IOException: Socket is null, cannot connect
Then after that I get dozens of SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462 messages in the log.
Now I'm wondering if those errors stem from the JDBC driver not loading or if there is something else going on as well. Could anyone give me some direction as to how to correct these errors or point me to a place that would have the information i need. I've been following the OX wiki and its been a huge learning process, but I am making progress. Ive been at this for nearly a week and would really like to get this working.
So heres my problem: I try running this command
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=some_pass --admin-pass=some_pass --maildomain example.com
And I get a few errors in the Konsole. The one that seems most pressing is this:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Ive done some research and it seems I need to put the JDBC jar somewhere so it can load the file, but I'm not sure where to put it.
Beyond that error I get a huge list of errors in the OX log file. The first of which is this
java.io.IOException: Socket is null, cannot connect
Then after that I get dozens of SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462 messages in the log.
Now I'm wondering if those errors stem from the JDBC driver not loading or if there is something else going on as well. Could anyone give me some direction as to how to correct these errors or point me to a place that would have the information i need. I've been following the OX wiki and its been a huge learning process, but I am making progress. Ive been at this for nearly a week and would really like to get this working.
Comment