Announcement

Collapse
No announcement yet.

Error creating first user after successfull hyperion-install

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

  • Error creating first user after successfull hyperion-install

    Hello,

    i've installed hyperion on an Ubuntu 6.06 Machine via the hyperion-install-script from: http://213.239.220.146/~mbraun/ox/

    Now I got the following issue.

    When I try to create the first user through the admin-gui I get the following error message in the gui:

    Code:
    Error code: com.openexchange.admin.plugins.PluginException: java.net.SocketTimeoutException: Read timed out (SVL-0001,-1656606989-6)
    And the following in the admin-log:

    Code:
    Feb 7, 2008 10:26:23 AM com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage create
    INFO: User 10 created!
    Feb 7, 2008 10:26:23 AM com.openexchange.admin.rmi.impl.OXUser create
    SEVERE: /bin/chown exited abnormally
    Feb 7, 2008 10:26:23 AM com.openexchange.admin.rmi.impl.OXUser create
    SEVERE: /bin/chown: `alex.b:': cannot get the login group of a numeric UID
    Feb 7, 2008 10:26:23 AM com.openexchange.admin.rmi.impl.OXUser create
    SEVERE: Unable to chown homedirectory: /home/alex.b
    Feb 7, 2008 10:26:55 AM com.openexchange.admin.rmi.impl.OXUserMailfilterImpl create
    SEVERE: java.net.SocketTimeoutException: Read timed out
    Feb 7, 2008 10:26:55 AM com.openexchange.admin.rmi.impl.OXUser create
    SEVERE: Error while calling create for plugin: open_xchange_admin_plugin_mailfilter
    com.openexchange.admin.plugins.PluginException: java.net.SocketTimeoutException: Read timed out
    	at com.openexchange.admin.rmi.impl.OXUserMailfilterImpl.create(OXUserMailfilterImpl.java:148)
    	at com.openexchange.admin.rmi.impl.OXUser.create(OXUser.java:519)
    	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:585)
    	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    	at sun.rmi.transport.Transport$1.run(Transport.java:153)
    	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:460)
    	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    	at java.lang.Thread.run(Thread.java:595)
    Feb 7, 2008 10:26:55 AM com.openexchange.admin.rmi.impl.OXUser create
    INFO: Now doing rollback for everything until now...
    Can somebody give me a hint where to look for the solution?

    cheers Kleo
    Last edited by Guest; 02-07-2008, 07:17 PM.

  • #2
    After further reading I found the solution for my initial problem.
    It can be found here: http://www.open-xchange.com/forum/sh...ht=user+create

    cheers, Kleo

    Comment

    Working...
    X