Hello,
I want to install OX at a vServer without a interface 127.0.0.1. His local loop interface is 127.0.0.30 and it also insert in /etc/hosts. OX is completly correct installed (without any error messages) but when I want to initializing the database with
i get
and the logfile says
I changed the ip address in several files to 127.0.0.30, the logfile entrys change to
Does anybody has some ideas?
I want to install OX at a vServer without a interface 127.0.0.1. His local loop interface is 127.0.0.30 and it also insert in /etc/hosts. OX is completly correct installed (without any error messages) but when I want to initializing the database with
Code:
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain example.com
Code:
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
Code:
21.04.2008 13:14:51 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService <init> SCHWERWIEGEND: Could not create sender to [127.0.0.1:57462] -- Socket is null, cannot connect to 127.0.0.1:57462 21.04.2008 13:14:51 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheManager fixService SCHWERWIEGEND: Can't fix Socket is null, cannot connect to 127.0.0.1:57462 21.04.2008 13:14:51 org.apache.jcs.auxiliary.lateral.LateralCacheRestore canFix SCHWERWIEGEND: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462 21.04.2008 13:14:51 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService <init>
Code:
SCHWERWIEGEND: Could not create sender to [127.0.0.30:57462] -- Socket is null, cannot connect to 127.0.0.30:57462 21.04.2008 14:09:34 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheManager fixService SCHWERWIEGEND: Can't fix Socket is null, cannot connect to 127.0.0.30:57462 21.04.2008 14:09:34 org.apache.jcs.auxiliary.lateral.LateralCacheRestore canFix SCHWERWIEGEND: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.30:57462
Comment