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 ...
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 ...
Comment