Greetings, 

Would you guys be able to give me pointers what needs to be checked if the
shutdown.sh scripts for tomcat 5 doesnt work?

I can try re-installing but would like to determine if there is anything
else I can check?

Thanks,
Rizalino

---

server: {1011} % netstat -an | grep 64.26.161.161 
64.26.161.161.8009 *.* 0 0 0 0 LISTEN 
server: {1012} % lsof -i -n | grep 64.26.161.161 
java 25260 userid 9u inet 0x30008e9b438 0t0 TCP 64.26.161.161:8009 (LISTEN) 
server: {1013} % ps -ef | grep 25260 
root 6543 6140 0 13:19:18 pts/0 0:00 grep 25260 
userid 25260 1 0 Oct 30 ? 26:39
/domain/web/software/java/jsdk/jdk1.5.0/bin/java
-Djava.endorsed.dirs=/domain/web 
server: {1014} % 

server: {1005} % ./bin/shutdown.sh 
Using CATALINA_BASE: /domain/users/userid/tomcat5 
Using CATALINA_HOME: /domain/web/software/java/tomcat/jakarta-tomcat-5.5.4 
Using CATALINA_TMPDIR: /domain/users/u51/userid/tomcat5/temp 
Using JAVA_HOME: /domain/web/software/java/jsdk/jdk1.5.0 

13:21:25,320 ERROR Catalina:403 - Catalina.stop: 
java.net.NoRouteToHostException: Cannot assign requested address 
at java.net.PlainSocketImpl.socketConnect(Native Method) 
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) 
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) 
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) 
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364) 
at java.net.Socket.connect(Socket.java:507) 
at java.net.Socket.connect(Socket.java:457) 
at java.net.Socket.<init>(Socket.java:365) 
at java.net.Socket.<init>(Socket.java:178) 
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:394) 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
9) 
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:585) 
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:320) 
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:411) 

server: {1006} % ps -ef | grep userid 
userid 7018 6140 0 13:21:02 pts/0 0:00 -tcsh 
userid 7178 7018 0 13:21:34 pts/0 0:00 grep userid 
userid 25260 1 0 Oct 30 ? 26:40
/domain/web/software/java/jsdk/jdk1.5.0/bin/java
-Djava.endorsed.dirs=/domain/web 
server: {1007} % 

server: {1013} % /sbin/ifconfig -a | grep 64.26.161.161 
inet 64.26.161.161 netmask ffffff00 broadcast 64.26.159.255 
server: {1014} % 
server: {1015} % nslookup www.userid.com 
Server: mag1.domaincom.com 
Address: 206.191.0.210 

Name: www.userid.com 
Address: 64.26.161.161 

server: {1016} % 
-- 
View this message in context: 
http://www.nabble.com/Cannot-shutdown-tomcat-5.5.4-tf2555490.html#a7121107
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to