Hello,
after migrating the old db to the new OX installation I get this message everytime I try to add or delete a user:
Everything else works, the users can login, everything is working, saving tasks, appointments etc.
The only difference in the 2 dbs was that I changed the password. But when I use the old one I get "authentication failure".
In the clean installation (before migrating the databse) everything worked, so I guess it has to do something with the database (stupid me I just used "replace" instead of "ignore").
The problem is: the OX-Server is already in use, I cannot install from scratch and migrate the old dump again.
open-xchange-admin.log.0 says:
So I guess somewhere the old password is set, but I can't find out where; table 'users' is set to the new one and config_db.db_pool password, too.
Anybody knows how to fix this?
after migrating the old db to the new OX installation I get this message everytime I try to add or delete a user:
Code:
root@oxserver:~# /opt/open-xchange/sbin/deleteuser -c 1 -A oxadmin -P XXXX -u mustermann user mustermann in context 1 could not be deleted: Server response: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: com.openexchange.groupware.update.UpdateException (no security manager: RMI class loader disabled)
The only difference in the 2 dbs was that I changed the password. But when I use the old one I get "authentication failure".
In the clean installation (before migrating the databse) everything worked, so I guess it has to do something with the database (stupid me I just used "replace" instead of "ignore").
The problem is: the OX-Server is already in use, I cannot install from scratch and migrate the old dump again.
open-xchange-admin.log.0 says:
Code:
Sep 5, 2011 2:52:25 AM com.openexchange.admin.rmi.impl.BasicAuthenticator doAuthentication SEVERE: Admin authentication for user oxadmin com.openexchange.admin.rmi.exceptions.InvalidCredentialsException: Authentication failed
Anybody knows how to fix this?
Comment