|
|
I'm running coldfusion mx 7 multiserver environment on CentOS 4
The installation is done on two servers (different hardware
manufacturer) . One server is working fine while on the other server I
cannot get it's running.
Below are the errors that I got :
Unable get IP addresses from a local host, defaulting to "127.0.0.1"
12/18 15:24:28 error Exception thrown in operation init
[1]java.net.UnknownHostException: serverone4all serverone4all
12/18 15:24:29 info Fail to lookup ClusterManager instance.
12/18 15:24:29 error RuntimeException thrown in operation start
[1]java.lang.NullPointerException
12/18 15:25:46 info JRun Web Server listening on *:8300
12/18 15:25:46 info JRun Proxy Server listening on *:51020
12/18 15:25:46 info Fail to lookup ClusterManager instance.
Below is the netstat -anp result on the problematic server.
tcp 0 0 :::
51020 :::* LISTEN 32550/
jrun
tcp 0 0 :::
8300 :::* LISTEN 32550/
jrun
tcp 0 0 :::
33580 :::* LISTEN 32550/
jrun
tcp 0 0 :::
2522 :::* LISTEN 32550/
jrun
I noticed that it will work properly if I have :-
03/02 16:45:53 info JRun Naming Service listening on *:2902
03/02 16:45:53 info JRun Web Server listening on *:8300
03/02 16:45:53 info JRun Proxy Server listening on *:51020
RMI Registry started and listening on port 1099
Below is the netstat -anp result on the working server.
tcp 0 0 :::
8999 :::* LISTEN 10507/
jrun
tcp 0 0 :::
1099 :::* LISTEN 10507/
jrun
tcp 0 0 :::
51020 :::* LISTEN 10507/
jrun
tcp 0 0 :::
8300 :::* LISTEN 10507/
jrun
tcp 0 0 :::
34485 :::* LISTEN 10507/
jrun
tcp 0 0 :::
2902 :::* LISTEN 10507/
jrun
tcp 0 0 :::
2522 :::* LISTEN 10507/
jrun
Anyone experienced similar problem?
What caused JRun Naming Service not running?
Any advise is highly appreciated.
Thanks.
|
|