Hi,
I'm currently trying to install the open xchange on a new machine.
I tested everything on a SLES11 box, but now I want to use the new release.
I used the same steps as shown in
But now after starting the server for the first time
the registration does not work:
$ rcopen-xchange-admin start # works fine
$ /opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
error message:
server could not be registered:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
From the log file:
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager fixService
SEVERE: Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.LateralCacheResto re canFix
SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 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
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager fixService
SEVERE: Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.LateralCacheResto re canFix
SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462
I used localhost (pointing to 127.0.0.1) in the previous steps, but nothing seems to listen here....
What's wrong ? Any idea ?
Thanks & bye, Peer
I'm currently trying to install the open xchange on a new machine.
I tested everything on a SLES11 box, but now I want to use the new release.
I used the same steps as shown in
But now after starting the server for the first time
the registration does not work:
$ rcopen-xchange-admin start # works fine
$ /opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
error message:
server could not be registered:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
From the log file:
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager fixService
SEVERE: Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.LateralCacheResto re canFix
SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 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
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager fixService
SEVERE: Can't fix Socket is null, cannot connect to 127.0.0.1:57462
Sep 2, 2010 11:15:26 AM org.apache.jcs.auxiliary.lateral.LateralCacheResto re canFix
SEVERE: Can't fix Can't fix Socket is null, cannot connect to 127.0.0.1:57462
I used localhost (pointing to 127.0.0.1) in the previous steps, but nothing seems to listen here....
What's wrong ? Any idea ?
Thanks & bye, Peer
Comment