Launching tomcat 5.5 with "-Dcom.sun.management.jmxremote" and connecting to it with jconsole breaks jconsole. Fix: Apply following patch in order to fix missing symbol (typo) : How-To-Repeat: export JAVA_OPTS="-Dcom.sun.management.jmxremote" launch tomcat launch jconsole connect jconsole to tomcat's JVM
State Changed From-To: open->closed Committed, thanks!