Server not responding to /sac: "Could Not Login"
Posted: Mon Feb 26, 2007 10:48 am
I've installed Scalix CE 11.0.1 on Debian Etch, I can't login through the administration console at http://<host>/sac:
Could Not Login
The administration server is not responding.
You should check the server log files.
Indeed I can't get /etc/init.d/scalix-tomcat to start; the PID saved in /var/opt/scalix/<instance>/tomcat/tomcat.pid isn't running (so this isn't the known init script issue).
This is what I see in tomcat's log (revealing parts edited):
# tail -25 /var/opt/scalix/<instance>/tomcat/logs/catalina.2007-02-26.log
INFO: Port busy 8009 java.net.BindException: Address already in use
26-Feb-2007 18:22:46 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on <name>/<ip>:<port>
26-Feb-2007 18:22:46 org.apache.jk.server.JkMain start
INFO: Jk running ID=1 time=0/83 config=null
26-Feb-2007 18:22:46 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
26-Feb-2007 18:22:46 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2702 ms
26-Feb-2007 18:22:46 org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:372)
at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Any clues?
Could Not Login
The administration server is not responding.
You should check the server log files.
Indeed I can't get /etc/init.d/scalix-tomcat to start; the PID saved in /var/opt/scalix/<instance>/tomcat/tomcat.pid isn't running (so this isn't the known init script issue).
This is what I see in tomcat's log (revealing parts edited):
# tail -25 /var/opt/scalix/<instance>/tomcat/logs/catalina.2007-02-26.log
INFO: Port busy 8009 java.net.BindException: Address already in use
26-Feb-2007 18:22:46 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on <name>/<ip>:<port>
26-Feb-2007 18:22:46 org.apache.jk.server.JkMain start
INFO: Jk running ID=1 time=0/83 config=null
26-Feb-2007 18:22:46 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
26-Feb-2007 18:22:46 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2702 ms
26-Feb-2007 18:22:46 org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:372)
at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Any clues?