I upgraded to F17 two my laptops and both now have the same problem!
When I run Tomcat in debug mode and then stop it JVM crashes withnthe following error:
Code:
Disconnected from the target VM, address: '127.0.0.1:8000', transport: 'socket'
/opt/tomcat7/bin/catalina.sh stop
ERROR: transport error 202: connect failed: Connection refused
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:741]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
/opt/tomcat7/bin/catalina.sh: line 439: 2203 Aborted (core dumped) "/usr/lib/jvm/java-1.7.0/bin/java" -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,suspend=y,server=n -Xms512m -Xmx1024m -XX:MaxPermSize=256m -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs="/opt/tomcat7/endorsed" -classpath "/opt/tomcat7/bin/bootstrap.jar:/opt/tomcat7/bin/tomcat-juli.jar" -Dcatalina.base="/home/awajda/.IntelliJIdea11/system/tomcat/Run_HI_(1)_HI-search" -Dcatalina.home="/opt/tomcat7" -Djava.io.tmpdir="/opt/tomcat7/temp" org.apache.catalina.startup.Bootstrap stop
I googled and found many workarounds but nothing helped. I wasted the whole day trying to solve this.
Please help!