jconsole problem

hi,<pid> is not a managed VM.........what could be the possible reasons for thatthanksparas
[125 byte] By [ParasVanjania] at [2007-10-3 6:48:16]
# 1

If your application is running on JDK 5.0, jconsole can only connect to an application with the management agent enabled. You need to start your application with -Dcom.sun.management.jmxremote.

JDK 6 supports attach-on-demand. jconsole can connect to any JDK 6 application running on the same machine without requiring it to start with any special option.

mandy_kochunga at 2007-7-15 1:38:35 > top of Java-index,Core,Monitoring & Management...