Tomcat shutdown error

2016-08-24 Thread Jeffrey A Trimble
I'm receiving the following errors when shutting down tomcat7 and it may be a clue to my software that runs on tomcat. Any suggestions? Thanks in advance, Aug 24, 2016 12:34:12 PM org.apache.catalina.startup.Catalina stopServer SEVERE: Could not contact localhost:8005. Tomcat may not be runn

RE: Tomcat Shutdown error transport error 202: bind failed

2008-01-16 Thread varunsuresh
I tired not giving $JPDA_OPTS to CATALINA_OPTS, but after that debugging wasnt hapenning at all. Caldarale, Charles R wrote: > >> From: varunsuresh [mailto:[EMAIL PROTECTED] >> Subject: Re: Tomcat Shutdown error transport error 202: bind failed >> >&

RE: Tomcat Shutdown error transport error 202: bind failed

2008-01-11 Thread Caldarale, Charles R
> From: varunsuresh [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Shutdown error transport error 202: bind failed > >export CATALINA_OPTS="$CATALINA_OPTS $JPDA_OPTS" The above is wrong. By appending JPDA_OPTS to CATALINA_OPTS, you end up with the JPDA settings twi

Re: Tomcat Shutdown error transport error 202: bind failed

2008-01-11 Thread varunsuresh
D" export CATALINA_OPTS="$CATALINA_OPTS $JPDA_OPTS" -- View this message in context: http://www.nabble.com/Tomcat-Shutdown-error-transport-error-202%3A-bind-failed-tp14737139p14753922.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Tomcat Shutdown error transport error 202: bind failed

2008-01-10 Thread Mark Thomas
varunsuresh wrote: These are my debug options -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=,server=y,suspend=n How are you setting these? Using JPDA_TRANSPORT etc works for me. Mark - To

Tomcat Shutdown error transport error 202: bind failed

2008-01-10 Thread varunsuresh
ttp://www.nabble.com/Tomcat-Shutdown-error-transport-error-202%3A-bind-failed-tp14737139p14737139.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubsc