Hello !
The OX installation on openSuse 11.1 worked fine and i can see the login screen via my webbrowser.
But when i try to create the contexts (found in manual: http://www.open-xchange.com/wiki/ind...exts_and_users), I get an error:
/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
context 1 could not be created:
Server response:
Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception (no security manager: RMI class loader disabled)
What is wrong ? I can't understand that message.
Connection directly on the mysql-console everything works fine.
Thanks,
Snoopy
The OX installation on openSuse 11.1 worked fine and i can see the login screen via my webbrowser.
But when i try to create the contexts (found in manual: http://www.open-xchange.com/wiki/ind...exts_and_users), I get an error:
/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
context 1 could not be created:
Server response:
Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception (no security manager: RMI class loader disabled)
What is wrong ? I can't understand that message.
Connection directly on the mysql-console everything works fine.
Thanks,
Snoopy
Comment