| Author |
Tomcat Shutdown error transport error 202 bind failed
|
varun suresh
Greenhorn
Joined: Jan 10, 2008
Posts: 1
|
|
Allways getting this error message while shutting down tomcat. Please use html tags to format code blocks. ERROR: transport error 202: bind failed: Address already in use ["transport.c",L41] ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) ["debugInit.c",L500] JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initializedFATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113) These are my debug options -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=1111,server=y,suspend=n I also tried -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1111 I have this entry in /etc/hosts too. 127.0.0.1 localhost I use Jre-1.5.0_06 and apache-tomcat-6.0.13. Anyone have any ideas on how to eliminate this error?
|
 |
 |
|
|
subject: Tomcat Shutdown error transport error 202 bind failed
|
|
|