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
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
>>
>&
> 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
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.
--
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
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