Announcement

Collapse
No announcement yet.

Problem creating users after installation

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

  • Problem creating users after installation

    Hello everyone,
    Could someone help me with the problem I face?
    When I try to create test user, or change user password (admin) I face this kind of the output. What is the problem?Any suggestions how I should fix it?
    I use Debian 7.
    Authentication failed
    at com.openexchange.admin.rmi.impl.BasicAuthenticator .doAuthentication(BasicAuthenticator.java:183)
    at com.openexchange.admin.rmi.impl.OXUser.getModuleAc cess(OXUser.java:1047)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:322)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 77)
    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$ConnectionHandl er.run0(TCPTransport.java:808)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:667)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1146)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:679)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:273)
    at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:251)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:1 60)
    at java.rmi.server.RemoteObjectInvocationHandler.invo keRemoteMethod(RemoteObjectInvocationHandler.java: 194)
    at java.rmi.server.RemoteObjectInvocationHandler.invo ke(RemoteObjectInvocationHandler.java:148)
    at sun.proxy.$Proxy0.getModuleAccess(Unknown Source)
    at com.openexchange.admin.console.user.ChangeCore.com monfunctions(ChangeCore.java:128)
    at com.openexchange.admin.console.user.Change.execute (Change.java:79)
    at com.openexchange.admin.console.user.Change.main(Ch ange.java:70)

  • #2
    same error here

    Same error here..

    Code:
    [root@ip-172-31-7-114 ~]# /opt/open-xchange/sbin/createcontext -A oxadminmaster -P my_password -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p secret -L defaultcontext -e oxadmin@fledge.in -q 1024 --access-combination-name=all
    context 1 could not be created: 
    Server response:
     The new context could not be created. All not full databases can not be connected to.
    	at com.openexchange.admin.rmi.impl.OXContextCommonImpl.createcommon(OXContextCommonImpl.java:168)
    	at com.openexchange.admin.rmi.impl.OXContext.create(OXContext.java:344)
    	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:1146)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    	at java.lang.Thread.run(Thread.java:679)
    	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 sun.proxy.$Proxy0.create(Unknown Source)
    	at com.openexchange.admin.console.context.Create.maincall(Create.java:136)
    	at com.openexchange.admin.console.context.CreateCore.commonfunctions(CreateCore.java:140)
    	at com.openexchange.admin.console.context.Create.<init>(Create.java:78)
    	at com.openexchange.admin.console.context.Create.main(Create.java:82)
    
    [root@ip-172-31-7-114 ~]#
    but no help..

    Comment


    • #3
      I dont know if this will fix your problem but when i installed for the 1st time OX 6.22 i followed the debian guide in the oxpedia http://oxpedia.org/wiki/index.php?ti...for_Debian_6.0 but if you are using Debian Wheezy you must change the deb rep to match your version. and NOT USE the Squeeze ones the guide tell you to.

      I have installed the OX just as the guide says (step by step) and works "as intended" (well i am having other troubles but i think they are because of missconfiguration in my imap i am still investigating)

      Sorry for my bad english, my natal tongue is spanish

      Comment

      Working...
      X