Hi!
I have installed Open-Xchange Community Edition version 6.18 with database authentication, all worked well. Then I decided to switch authentication to ldap but changed my mind for now and would like to go back to database authentication. In which configuration file will I have to insert my database password? listusers at console does show me the right list of users but I can't login to groupware webinterface. Peters Admin GUI shows
when I logged in an, choosed a context and would like to enter page Users.
Any suggestion how to configure database password without loosing data like my user-informations?
Thanks, Sandra
I have installed Open-Xchange Community Edition version 6.18 with database authentication, all worked well. Then I decided to switch authentication to ldap but changed my mind for now and would like to go back to database authentication. In which configuration file will I have to insert my database password? listusers at console does show me the right list of users but I can't login to groupware webinterface. Peters Admin GUI shows
Code:
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException: Authentication failed at com.openexchange.admin.rmi.impl.BasicAuthenticator.doAuthentication(BasicAuthenticator.java:196) at com.openexchange.admin.rmi.impl.OXUser.list(OXUser.java:1002) at com.openexchange.admin.rmi.impl.OXUser.listAll(OXUser.java:1012) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322) at sun.rmi.transport.Transport$1.run(Transport.java:177) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:173) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:273) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:251) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:160) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:194) at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:148) at $Proxy21.listAll(Unknown Source) at at.sciencesoft.oxrmi.OXuser.listAll(OXuser.java:61) at at.sciencesoft.controller.User.process(User.java:136) at at.sciencesoft.controller.Main.process(Main.java:92) at at.sciencesoft.webserver.TemplateManager.process(TemplateManager.java:133) at at.sciencesoft.webserver.WebServer.process(WebServer.java:213) at at.sciencesoft.webserver.WebServer.doGet(WebServer.java:160) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:504) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:129) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:316) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:207) at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:346) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:738) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:764) at java.lang.Thread.run(Thread.java:636)
Any suggestion how to configure database password without loosing data like my user-informations?
Thanks, Sandra
Comment