When attempting to create a context, I get the following:
I think this is the problem.
Admin Log Error:
I am not using openexchange as a user anywhere in my DB setup... where did this come from and how do I change to to my 'real' DB user so it can connect?
I've read through the prior posts on the forums but haven't been able to find a solution. Thanks!
createcontext -A oxadminmaster -P password -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p password -L defaultcontext -e email@domain.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.MySQLNonTransientConnect ionException (no security manager: RMI class loader disabled)
context 1 could not be created:
Server response:
Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.MySQLNonTransientConnect ionException (no security manager: RMI class loader disabled)
Admin Log Error:
Caused by: java.sql.SQLException: Access denied for user 'openexchange'@'localhost' (using password: YES)
I've read through the prior posts on the forums but haven't been able to find a solution. Thanks!
Comment