Announcement

Collapse
No announcement yet.

Can't create User

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

  • nixda
    Guest replied
    I found this error in the open-xchange-admin.log, but the mysql jar exists in /opt/open-xchange/lib/mysql-connector-java-3.1.14-bin.jar

    01.03.2007 23:32:00 com.openexchange.admin.tools.AdminCache initOXProccess
    SCHWERWIEGEND: Error while init OX Process!
    java.lang.RuntimeException: CFG-0006 Category=10 Message=Can't load class "com.mysql.jdbc.Driver". exceptionID=264449890-2
    at com.openexchange.admin.tools.OXRunner.init(OXRunne r.java:87)
    at com.openexchange.admin.tools.AdminCache.initOXProc cess(AdminCache.java:352)
    at com.openexchange.admin.tools.AdminCache.initCache( AdminCache.java:113)

    Leave a comment:


  • Francisco Laguna
    Guest replied
    Also you may want to turn up the loglevel to get more information:



    This looks suspiciously as if the database setup is somehow wrong. You might also want to try this:

    Leave a comment:


  • Marcus Klein
    replied
    In the workers.properties you can ignore or comment workers.tomcat_home and workers.host. Both are only macros that can be used in other definitions. E.g.

    workers.tomcat_home=d:\tomcat
    ps=\
    worker.inprocess.class_path=$(workers.tomcat_home) $(ps)classes

    But OX doesn't require tomcat at all and only the AJPv13 connection from apache to our servlet container must be configured.

    Concerning your error please check the admin log file for error messages that occur before you try to create a user. Maybe some configuration option is wrong or missing and/or the server name can't be resolved.

    Leave a comment:


  • nixda
    Guest started a topic Can't create User

    Can't create User

    Hello,

    if I want to create a user I get the following Error:

    # /opt/open-xchange/sbin/createuser -A oxadmin -P "test" --username test --displayname "Test Test" --password test --email test@test.com --givenname Test --surname Test --language de_DE --timezone Europe/Berlin --department Home --company "Test"
    /opt/open-xchange/lib

    Server response:
    com.openexchange.admin.exceptions.PoolException: DBP-0011 Category=8 Message=com.openexchange.database.Pools is not initialized. exceptionID=388930888-9

    The database was created successfully, groupware and admin started. Do I need another initial step?

    Another question is, what should I configure in the workers.properties workers.tomcat_home and .host ?? I don't understand the connection between apache connector and OX Java Servlet Engine.

    Greetings ...
Working...
X