Hi...
My hardw/softw spec:
AMD Opteron Server 2 GB RAM
OS: Debian Sarge 3.1 x86_64
SMTP Server: netqmail-1.0.5
IMAP Server: Dovecot1.0rc4
I can compile OX successfully, But while run oxinstaller, I get:
# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain example.com -f
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.properties
setting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting 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
setting CREATE_HOMEDIRECTORY in /opt/open-xchange/etc/admindaemon/User.properties
setting SetupLink in /opt/open-xchange/etc/groupware/system.properties
setting AUTO_TO_LOWERCASE_UID in /opt/open-xchange/etc/admindaemon/User.properties
(Re)Starting Admin Daemon
done
initializing database (step 2/2)
done
setting up the system
creating certificates
certificate created
configuring mail system
using example.domain.com as FQHN of the mail server
Server response:
Unable to write configuration
done
"Unable to write configuration" -> What's my fail?
I've googling and get:
but still don't have any idea to solve it.
I checked /var/log/open-xchange/open-xchange-admin.log.0 and get these:
...
INFO: OX init starting...
Oct 30, 2007 7:04:14 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPService <init>
SEVERE: Could not create sender to [127.0.0.1:57462] -- Socket is null, cannot connect to 127.0.0.1:57462
Oct 30, 2007 7:04:14 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager <init>
SEVERE: Failure, lateral instance will use zombie service
java.io.IOException: Socket is null, cannot connect to 127.0.0.1:57462
at org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPSender.init(LateralTCPSender.java:141)
...
Thank you very much for any help.
My hardw/softw spec:
AMD Opteron Server 2 GB RAM
OS: Debian Sarge 3.1 x86_64
SMTP Server: netqmail-1.0.5
IMAP Server: Dovecot1.0rc4
I can compile OX successfully, But while run oxinstaller, I get:
# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain example.com -f
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.properties
setting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
setting 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
setting CREATE_HOMEDIRECTORY in /opt/open-xchange/etc/admindaemon/User.properties
setting SetupLink in /opt/open-xchange/etc/groupware/system.properties
setting AUTO_TO_LOWERCASE_UID in /opt/open-xchange/etc/admindaemon/User.properties
(Re)Starting Admin Daemon
done
initializing database (step 2/2)
done
setting up the system
creating certificates
certificate created
configuring mail system
using example.domain.com as FQHN of the mail server
Server response:
Unable to write configuration
done
"Unable to write configuration" -> What's my fail?
I've googling and get:
but still don't have any idea to solve it.
I checked /var/log/open-xchange/open-xchange-admin.log.0 and get these:
...
INFO: OX init starting...
Oct 30, 2007 7:04:14 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPService <init>
SEVERE: Could not create sender to [127.0.0.1:57462] -- Socket is null, cannot connect to 127.0.0.1:57462
Oct 30, 2007 7:04:14 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager <init>
SEVERE: Failure, lateral instance will use zombie service
java.io.IOException: Socket is null, cannot connect to 127.0.0.1:57462
at org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPSender.init(LateralTCPSender.java:141)
...
Thank you very much for any help.
Comment