Hello!
I've compiled ox successfully but for the database I've got an error :
root@ubuntu:# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain rene-libert.be
initializing database (step 1/2) done
Configuring services
setting readUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
setting writeUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
setting readProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting readProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting writeProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.propertiessetting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.propertiessetting readUrl in /opt/open-xchange/etc/groupware/configdb.properties
setting writeUrl in /opt/open-xchange/etc/groupware/configdb.properties
setting readProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
setting readProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
setting writeProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
setting writeProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
(Re)Starting Admin Daemon done
initializing database (step 2/2)Error:
Connection refused to host: 192.168.1.30; nested exception is:
java.net.ConnectException: Connection refused
done
In my logs files I've got:
mars 19 15:25:43 localhost openexchange: Loglevel set to: 5
Exception in thread "main" java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Channel
at org.apache.jcs.engine.control.CompositeCacheManage r.configure(CompositeCacheManager.java:300)
at org.apache.jcs.engine.control.CompositeCacheManage r.configure(CompositeCacheManager.java:255)
at com.openexchange.cache.Configuration.configure(Con figuration.java:122)
at com.openexchange.cache.Configuration.load(Configur ation.java:99)
at com.openexchange.database.AssignmentStorage.init(A ssignmentStorage.java:245)
at com.openexchange.database.DatabaseInit.init(Databa seInit.java:83)
at Starter.<init>(Starter.java:132)
at ComfireServer.main(ComfireServer.java:62)
Can someone help me please?
Thanks
I've compiled ox successfully but for the database I've got an error :
root@ubuntu:# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain rene-libert.be
initializing database (step 1/2) done
Configuring services
setting readUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
setting writeUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
setting readProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting readProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting writeProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.propertiessetting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.propertiessetting readUrl in /opt/open-xchange/etc/groupware/configdb.properties
setting writeUrl in /opt/open-xchange/etc/groupware/configdb.properties
setting readProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
setting readProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
setting writeProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
setting writeProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
(Re)Starting Admin Daemon done
initializing database (step 2/2)Error:
Connection refused to host: 192.168.1.30; nested exception is:
java.net.ConnectException: Connection refused
done
In my logs files I've got:
mars 19 15:25:43 localhost openexchange: Loglevel set to: 5
Exception in thread "main" java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Channel
at org.apache.jcs.engine.control.CompositeCacheManage r.configure(CompositeCacheManager.java:300)
at org.apache.jcs.engine.control.CompositeCacheManage r.configure(CompositeCacheManager.java:255)
at com.openexchange.cache.Configuration.configure(Con figuration.java:122)
at com.openexchange.cache.Configuration.load(Configur ation.java:99)
at com.openexchange.database.AssignmentStorage.init(A ssignmentStorage.java:245)
at com.openexchange.database.DatabaseInit.init(Databa seInit.java:83)
at Starter.<init>(Starter.java:132)
at ComfireServer.main(ComfireServer.java:62)
Can someone help me please?
Thanks
Comment