Just guessing, but since shutdown involves sending
"SHUTDOWN" to port 8005, and the command is only
accepted from localhost, are you perhaps issuing
the shutdown remotely?

If so, Tomcat may be refusing the connection.
There are recent threads on remote shutdown.

Otherwise, I don't know why you would get a bind
error.  Good luck.

Layton Berry

>-----Original Message-----
>From: michal urbanski [mailto:[EMAIL PROTECTED]
>Sent: Friday, September 26, 2003 7:16 PM
>To: [EMAIL PROTECTED]
>Subject: _another_ problem stopping tomcat
>
>
>Hello all,
>
>I've done a bit of due diligence, and it appears as though no one else
>has had my problem.
>
>I'm running tomcat4, from the RedHat package tomcat4-4.1.18-full.1jpp.
>I've added the line:
>CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE
>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
>
>to my tomcat4.conf, to enable remote debugging. Now, running dtomcat
>start works fine... however, dtomcat4 stop gives an error, 
>regardless of
>how long tomcat has been running. Here is that error:
>
>Error [98] in bind() call!
>err:: Address already in use
>Socket transport failed to init.
>Transport dt_socket failed to initialize, rc = -1.
>FATAL ERROR in native method: No transports initialized
>
>Any help would be greatly appreciated. If this problem has popped up
>before, and it _was_ documented somewhere, I apologize (but would still
>appreciate a pointer to said documentation ;)
>
>Thanks,
>--michal urbanski
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to