I am trying to install open-xchange based on the instructions for RHEL-5.
I get to the line where I am instructed to run 'registerserver'
when I run that I get the error:
Any ideas?
The system already had a database setup so created configdb and then ran the sql file referenced in the 'oxinstaller' script to set that up. Thats the only place I deviated from the install instructions.
Thanks.
I get to the line where I am instructed to run 'registerserver'
Code:
/opt/open-xchange/sbin/registerserver -n localhost -A oxadminmaster -P xxxxxxx
Code:
server could not be registered: Server response: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException (no security manager: RMI class loader disabled)
The system already had a database setup so created configdb and then ran the sql file referenced in the 'oxinstaller' script to set that up. Thats the only place I deviated from the install instructions.
Thanks.
Comment