Announcement

Collapse
No announcement yet.

'listuser' Failed to authenticate

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 'listuser' Failed to authenticate

    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!

  • #2
    And in the log file ' /var/log/open-xchange/open-xchange-admin.log.0'

    The following error arose.

    Feb 21, 2012 10:33:23 AM com.openexchange.admin.rmi.impl.BasicAuthenticator doAuthentication
    SEVERE: Admin authentication for user test_contextmaster
    com.openexchange.admin.rmi.exceptions.InvalidCrede ntialsException: 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)

    Comment


    • #3
      Is this forum DEAD?

      Comment


      • #4
        The problem was solved by changing the above password by setting MASTER_AUTHENTICATION_DISABLED=true, restarting ox groupware and admin, then changing password by :
        /opt/open-xchange/sbin/changeuser -c content_id -i 2 -p password

        MASTER_AUTHENTICATION_DISABLED=false.

        And restarting OX, groupware and admin daemons.

        Comment


        • #5
          BTW, are there any really active OX forum exist?

          Comment

          Working...
          X