Announcement

Collapse
No announcement yet.

OX server CE error on creating context

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

  • OX server CE error on creating context

    I'm trying to install OX CE server for testing (by this howto: http://knowledgebase.open-xchange.co...y-edition.html),
    and have stuck at context creation.

    When i execute:
    createcontext -A oxadminmaster -P admin_master_password1s -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p admin_password1s -l defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all

    i get this error:

    context 1 could not be created:
    Server response:
    Internal server error occured
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorage.writeContext(OXContextMySQLStorage .java:1128)
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorage.create(OXContextMySQLStorage.java: 1028)
    at com.openexchange.admin.rmi.impl.OXContext.createma incall(OXContext.java:868)
    at com.openexchange.admin.rmi.impl.OXContextCommonImp l.createcommon(OXContextCommonImpl.java:159)
    at com.openexchange.admin.rmi.impl.OXContext.create(O XContext.java:225)
    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:597)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:305)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 59)
    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$ConnectionHandl er.run0(TCPTransport.java:790)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:649)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run Task(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.exceptionReceiv edFromServer(StreamRemoteCall.java:255)
    at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:233)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:1 42)
    at java.rmi.server.RemoteObjectInvocationHandler.invo keRemoteMethod(RemoteObjectInvocationHandler.java: 178)
    at java.rmi.server.RemoteObjectInvocationHandler.invo ke(RemoteObjectInvocationHandler.java:132)
    at $Proxy0.create(Unknown Source)
    at com.openexchange.admin.console.context.Create.main call(Create.java:126)
    at com.openexchange.admin.console.context.CreateCore. commonfunctions(CreateCore.java:140)
    at com.openexchange.admin.console.context.Create.<ini t>(Create.java:77)
    at com.openexchange.admin.console.context.Create.main (Create.java:81)
    is this some how related to java version im using?

    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)


  • #2
    Hi folks,

    I had also various error messages during createcontext, e.g. "context id must be numerical", "All in #blabla# database ", .. "(no security manager: RMI class loader disabled)". Now it works and I have restarted initconfigdb with -i option and the mysql admin credentials, and followed strictly the installation guide. One need to be aware, that the passwords are always set correctly and especially that no unnessesary packages are installed which causes trouble. Again, follow the installation guide and in doubts use the --help function on the various scripts and read this forum, then you will be successful.

    Comment

    Working...
    X