I tried to install openxchange with this installation guide: http://www.open-xchange.com/wiki/ind...dition_Debian4 and everything works fine. But at the point where I have to create the context
I get this error message:
Does anybody know what that means?
$ /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
-u oxadmin -d "Context Admin" -g Admin -s User -p admin_password -L defaultcontext \
-e oxadmin@example.com -q 1024 --access-combination-name=all
Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientC onnectionException (no security manager: RMI class loader disabled)
java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientC onnectionException (no security manager: RMI class loader disabled)
Comment