Announcement

Collapse
No announcement yet.

registerserver error too

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

  • registerserver error too

    confused, after many databaseresets.


    Code:
    root@server6:~# /opt/open-xchange/sbin/registerserver -n mycooldomain.de -A oxadminmaster -P myverysecretpass
    Exception in thread "main" java.lang.NoClassDefFoundError: com/openexchange/admin/console/util/server/RegisterServer
    Caused by: java.lang.ClassNotFoundException: com.openexchange.admin.console.util.server.RegisterServer
            at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
    The only Problem was the host

    Code:
    root@server6:~# /opt/open-xchange/sbin/oxinstaller --servername=mycoolhostnameforOX  --configdb-pass=schnee76_90 --master-pass=myverysecretpass
    hostname: Unknown host
    hostname: Unknown host
    hostname: Unknown host
    hostname: Unknown host
    hostname: Unknown host
    
    /opt/open-xchange/sbin/oxinstaller currently knows the following parameters:
    
    Parameter              | Default value                                 | Possible values
    --------------------------------------------------------------------------------------------
    --servername           | xxxxxxxxxx.de                             |
    --imapserver           |                                               |
    --smtpserver           |                                               |
    --imaplogintype        | user                                          | user config global
    --configdb-user        | openexchange                                  |
    --configdb-pass        | passwordofmychoice                                   |
    --configdb-readhost    | localhost                                     |
    --configdb-writehost   | localhost                                     |
    --configdb-dbname      | configdb                                      |
    --servermemory         | 512                                           |
    --adminmemory          | 100                                           |
    --clt-memory           | 50                                            |
    --configdb-readport    | 3306                                          |
    --configdb-writeport   | 3306                                          |
    --tmpdir-path          | /tmp                                          |
    --master-pass          | anothercollpass                                   |
    --master-user          | oxadminmaster                                 |
    --jkroute              | APP1                                          |
    --ajp-bind-port        | *                                             |
    --imap-credentials     | user.imapLogin                                | session user.imapLogin
    --object-link-hostname |                                               |
    --extras-link          | http:///                                      |
    --cache-udp-disc-addr  | 224.0.0.1                                     |
    --cache-udp-disc-port  | 6780                                          |
    --groupware-cache-port | 57461                                         |
    --admin-cache-port     | 57462                                         |
    --gwsession-cache-port | 58849                                         |
    --ip-of-oxcluster      |                                               |
    --push-udp-disc-port   | 9982                                          |
    --push-outlook-port    | 44335                                         |
    --SesssionContTimeout  | 4200000                                       |
    --NRSessionContainers  | 8                                             |
    --maxSession           | 0                                             |
    --DoubleLoginPerm      | true                                          | true false
    --sessionDefLifeTime   | 3600000                                       |
    --disableauth          | false                                         | true false
    
    Example:
    
      /opt/open-xchange/sbin/oxinstaller --servername=ox6 --configdb-pass=secret --master-pass=secret
    
    use -D for Debug mode
    
    
    missing required option --object-link-hostname
    ?????????


    regards Stefan
    Last edited by Guest; 08-03-2008, 03:04 PM.

  • #2
    According to the error message posted you're missing some .jar files that contain the required classes. Are you sure you'd only reset the database?
    Is this OX 6.4 or 6.5?

    Greetings

    Comment


    • #3
      no ive killed the rest of OX and install it from the RPMs with your Installguide



      Regards Stefan

      Comment

      Working...
      X