Hello!
I've installed OX on my servers. My problem is when i create a context, the context is created by when i want to create a mailbox or list users under this context i give the error 'Authentication failed'. Please, see log below:
/opt/open-xchange/sbin/listuser -c 1552 -A test_contextmaster -P R^Vj4pIW
users in context 1552 could not be listed:
Server response:
Authentication failed
at com.openexchange.admin.rmi.impl.BasicAuthenticator .doAuthentication(BasicAuthenticator.java:196)
at com.openexchange.admin.rmi.impl.OXUser.list(OXUser .java:1038)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:1 26)
at java.rmi.server.RemoteObjectInvocationHandler.invo keRemoteMethod(RemoteObjectInvocationHandler.java: 179)
at java.rmi.server.RemoteObjectInvocationHandler.invo ke(RemoteObjectInvocationHandler.java:132)
at $Proxy0.list(Unknown Source)
at com.openexchange.admin.console.user.List.maincall( List.java:83)
at com.openexchange.admin.console.user.ListCore.commo nfunctions(ListCore.java:113)
at com.openexchange.admin.console.user.List.<init>(Li st.java:78)
at com.openexchange.admin.console.user.List.main(List .java:71)
What it all is means? Previously all works fine!
Thank you for any answer!
I've installed OX on my servers. My problem is when i create a context, the context is created by when i want to create a mailbox or list users under this context i give the error 'Authentication failed'. Please, see log below:
/opt/open-xchange/sbin/listuser -c 1552 -A test_contextmaster -P R^Vj4pIW
users in context 1552 could not be listed:
Server response:
Authentication failed
at com.openexchange.admin.rmi.impl.BasicAuthenticator .doAuthentication(BasicAuthenticator.java:196)
at com.openexchange.admin.rmi.impl.OXUser.list(OXUser .java:1038)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:1 26)
at java.rmi.server.RemoteObjectInvocationHandler.invo keRemoteMethod(RemoteObjectInvocationHandler.java: 179)
at java.rmi.server.RemoteObjectInvocationHandler.invo ke(RemoteObjectInvocationHandler.java:132)
at $Proxy0.list(Unknown Source)
at com.openexchange.admin.console.user.List.maincall( List.java:83)
at com.openexchange.admin.console.user.ListCore.commo nfunctions(ListCore.java:113)
at com.openexchange.admin.console.user.List.<init>(Li st.java:78)
at com.openexchange.admin.console.user.List.main(List .java:71)
What it all is means? Previously all works fine!
Thank you for any answer!
Comment