Announcement

Collapse
No announcement yet.

Adding frst user problem

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

  • Ben Pahne
    Guest replied
    Originally posted by slybob View Post
    I think Im gonna start over on a new install, save scratching round for my cockups. This was my first OX compile so Im hardly expecting great things from it :-)

    Cheers,

    Andy

    Code:
    20-Mar-2007 12:16:01 Starter <init>
    SEVERE: Initializing the configuration failed.
    CFG-0006 Category=10 Message=Can't load class "com.mysql.jdbc.Driver". exceptionID=-2046034947-1
            at com.openexchange.configuration.ConfigDB.init(ConfigDB.java:208)
            at com.openexchange.configuration.ConfigurationInit.init(ConfigurationInit.java:75)
            at Starter.<init>(Starter.java:115)
            at ComfireServer.main(ComfireServer.java:62)
    Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    Well, you just missed the mysql.jar here.

    Leave a comment:


  • slybob
    Guest replied
    Why do I never remember to check the logs?

    I think Im gonna start over on a new install, save scratching round for my cockups. This was my first OX compile so Im hardly expecting great things from it :-)

    Cheers,

    Andy

    Code:
    20-Mar-2007 12:16:01 Starter <init>
    SEVERE: Initializing the configuration failed.
    CFG-0006 Category=10 Message=Can't load class "com.mysql.jdbc.Driver". exceptionID=-2046034947-1
            at com.openexchange.configuration.ConfigDB.init(ConfigDB.java:208)
            at com.openexchange.configuration.ConfigurationInit.init(ConfigurationInit.java:75)
            at Starter.<init>(Starter.java:115)
            at ComfireServer.main(ComfireServer.java:62)
    Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:164)
            at com.openexchange.configuration.ConfigDB.init(ConfigDB.java:206)
            ... 3 more

    Leave a comment:


  • altariq
    Guest replied
    Do you checked the log files? Maybe there is something in the /var/log/messages or /var/log/open-xchange/... about it that could help to solve the problem

    Leave a comment:


  • slybob
    Guest replied
    ps

    Im getting a 503 error(in german) on the front page if that sheds any light.
    andy

    Leave a comment:


  • slybob
    Guest replied
    daemon not running

    hey,thanks for the reply,

    Your right! It would seem that the daemon isnt running.

    Code:
    root@mail:~# /etc/init.d/open-xchange-admin start
    Starting Open-Xchange Admin Daemon: open-xchange-admin.
    root@mail:~# /etc/init.d/open-xchange-admin stop
    Stopping Open-Xchange Admin Daemon: start-stop-daemon: warning: failed to kill 27699: No such process
    1 pids were not killed
    No process in pidfile `/var/run/open-xchange-admin.pid' found running; none killed.
    open-xchange-admin.
    Something seems to be preventing it from running.. Im not getting any errors with my VE manager.

    Andy

    Leave a comment:


  • Manuel Kraft
    replied
    The rmi admin daemon is not running.check that the admin daemon is started

    Leave a comment:


  • slybob
    Guest started a topic Adding frst user problem

    Adding frst user problem

    Can anyone shed any light?

    Code:
    root@mail:~# /opt/open-xchange/sbin/createuser -A oxadmin -P "password" --username andrew_holway --displayname "Andrew Holway" --password usrpass --email andrew.holway@gmail.com --givenname Andrew --surname Holway --language en_US --timezone Europe/London --department Decryption --company "Bletchley Park"
    Error:
     Connection refused to host: 127.0.0.1; nested exception is:
            java.net.ConnectException: Connection refused
    Im also getting 503 when I try and access the GUI. I'm installing on ubuntu 6.06 on a openvz VE

    Cheers,

    Andy
Working...
X