Announcement

Collapse
No announcement yet.

Connection Error

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

  • Connection Error

    I tried a long time to install OX App Suite on my debina 6 server. Everything worked fine. Only the following did not work very well.
    Code:
    /opt/open-xchange/sbin/createcontext -A oxadminmaster -P admin_master_password -c 1 \
    -u oxadmin -d "Context Admin" -g Admin -s User -p admin_password -L defaultcontext \
    -e oxadmin@example.com -q 1024 --access-combination-name=groupware_standard
    So. I got the following Error:

    Code:
    context 1 could not be created:
    Server response:
     Authentication failed
            at com.openexchange.admin.rmi.impl.BasicAuthenticator.doAuthentication(BasicAuthenticator.java:150)
            at com.openexchange.admin.rmi.impl.OXContextCommonImpl.createcommon(OXContextCommonImpl.java:128)
            at com.openexchange.admin.rmi.impl.OXContext.create(OXContext.java:229)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)
            at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
            at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
            at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
            at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
            at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
            at $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)
    So I skipped the error and opended my Server the first time then I got the following prompt:

    "Connection Error. The service is not available right now."

    Please help me. I wasted a lot of time in configuring.

  • #2
    Hi,

    please check if "admin_master_password" is really the password you've used when running oxinstaller.

    Cheers
    Martin

    Comment


    • #3
      Yes. I really used admin_master_password for installation. I just pasted the same like in the tutorial on the oxpedia Webpage with debian:
      /opt/open-xchange/sbin/createcontext -A oxadminmaster -P admin_master_password -c 1 \
      -u oxadmin -d "Context Admin" -g Admin -s User -p admin_password -L defaultcontext \
      -e oxadmin@example.com -q 1024 --access-combination-name=groupware_standard

      Comment

      Working...
      X