Announcement

Collapse
No announcement yet.

The new context could not be created. All not full databases can not be connected to

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

  • The new context could not be created. All not full databases can not be connected to

    Hello,

    I would like to install open-xchange in my Debian server.
    I follow this manual : http://knowledgebase.open-xchange.com/index.php?id=171

    But when i want to create the new Context with the following command, i have a Java exception;
    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=all
    context 1 could not be created: 
    Server response:
     com.openexchange.admin.rmi.exceptions.OXContextException: The new context could not be created. All not full databases can not be connected to.
    	at com.openexchange.admin.storage.mysqlStorage.OXContextMySQLStorage.create(OXContextMySQLStorage.java:1036)
    	at com.openexchange.admin.rmi.impl.OXContext.createmaincall(OXContext.java:868)
    	at com.openexchange.admin.rmi.impl.OXContextCommonImpl.createcommon(OXContextCommonImpl.java:159)
    	at com.openexchange.admin.rmi.impl.OXContext.create(OXContext.java:225)
    	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 $Proxy0.create(Unknown Source)
    	at com.openexchange.admin.console.context.Create.maincall(Create.java:126)
    	at com.openexchange.admin.console.context.CreateCore.commonfunctions(CreateCore.java:140)
    	at com.openexchange.admin.console.context.Create.<init>(Create.java:77)
    	at com.openexchange.admin.console.context.Create.main(Create.java:81)
    Code:
    /opt/open-xchange/sbin/listdatabase -A oxadminmaster -P oxSupinfo2
    id name       hostname  master mid weight maxctx curctx hlimit max inital
     3 oxdatabase localhost true     0    100   1000      0 true   100      0
    
    /opt/open-xchange/sbin/listserver -A oxadminmaster -P oxSupinfo2
    Id Name    
     1 oxserver
    I use java 1.6.0_18.

    Can you help me ?

    Regards,
    Romain
Working...
X