JConsole not connecting to java process -
when start jconsole
identifies java process(local) not able connect it.
connection failed: retry? connection 17424 did not succeed. try again?
selecting connect again gives same error(17424 pid of java process).on other hand jvisualvm
works perfectly. in jvisualvm see following details
pid: 17424 host: localhost main class: conatainer jvm: java hotspot(tm) 64-bit server vm (23.6-b04, mixed mode) java: version 1.7.0_11, vendor oracle corporation java home: /home/aniket/jdk1.7.0_11/jre jvm flags: <none>
has encountered situation before? bug? there work around?
you may running jvisualvm different user user running java application. make sure you're running same user or super user.
Comments
Post a Comment