Hi @ all,
perhaps somebody can help me. i did the wiki and it worked fine till the point where
i have to start the groupware deamon. some unknown issues for me with userights ?
the mysql user has full access from any host.
/opt/open-xchange/etc/groupware/configdb.properties
has
Logfile sais..
perhaps somebody can help me. i did the wiki and it worked fine till the point where
i have to start the groupware deamon. some unknown issues for me with userights ?
the mysql user has full access from any host.
/opt/open-xchange/etc/groupware/configdb.properties
has
PHP Code:
# ConfigDB Properties
useSeparateWrite=false
readDriverClass=com.mysql.jdbc.Driver
readUrl=jdbc:mysql://127.0.0.1/configdb
[COLOR="#ff8c00"]readProperty.1=user=openxchange
readProperty.2=password=myPassword[/COLOR]
readProperty.3=useUnicode=true
readProperty.4=characterEncoding=UTF-8
readProperty.5=autoReconnect=true
readProperty.6=useServerPrepStmts=false
readProperty.7=useTimezone=true
readProperty.8=serverTimezone=UTC
readProperty.9=connectTimeout=15000
readProperty.10=socketTimeout=15000
writeDriverClass=com.mysql.jdbc.Driver
writeUrl=jdbc:mysql://127.0.0.1/configdb
[COLOR="#ff8c00"]writeProperty.1=user=openxchange
writeProperty.2=password=myPassword[/COLOR]
writeProperty.3=useUnicode=true
writeProperty.4=characterEncoding=UTF-8
writeProperty.5=autoReconnect=true
writeProperty.6=useServerPrepStmts=false
writeProperty.7=useTimezone=true
writeProperty.8=serverTimezone=UTC
writeProperty.9=connectTimeout=15000
writeProperty.10=socketTimeout=15000
Logfile sais..
PHP Code:
.
.
.
SNIP
INFO: Finished configuration in 30 ms.
22.03.2007 13:56:33 com.openexchange.pooling.ReentrantLockPool get
FEIN: Creating object.
22.03.2007 13:56:37 Starter <init>
[COLOR="DarkOrange"]SCHWERWIEGEND: Initializing the database system failed.
DBP-0001 Category=5 Message=Can't get connection to config DB.[/COLOR]
exceptionID=2115328975-1
at com.openexchange.database.Database.get(Database.java:120)
at com.openexchange.database.Server.loadServerId(Server.java:133)
at com.openexchange.database.Server.getServerId(Server.java:97)
at com.openexchange.database.DatabaseInit.init(DatabaseInit.java:84)
at Starter.<init>(Starter.java:132)
at ComfireServer.main(ComfireServer.java:62)
Caused by: com.openexchange.pooling.PoolingException: Can't create pooled object.
at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:369)
at com.openexchange.database.Database.get(Database.java:118)
... 5 more
Caused by: java.sql.SQLException: Server connection failure during transaction. Due to underlying exception: 'java.net.SocketException: java.lang.reflect.InvocationTargetException'.
** BEGIN NESTED EXCEPTION **
.
.
.
SNIP
Comment