Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with JConsole

26 views
Skip to first unread message

Anirudh

unread,
Apr 24, 2006, 9:28:41 AM4/24/06
to
hi,
i am running a jar using
java -Dcom.sun.management.jmxremote -jar start.jar

i then run Jconsole and it doesnt recognize this process. I also tried
to run jconsole with the pid and this is the error i got

Exception in thread "main" java.lang.Exception: Could not open
PerfMemory
at sun.misc.Perf.attach(Native Method)
at sun.misc.Perf.attachImpl(Perf.java:253)
at sun.misc.Perf.attach(Perf.java:183)
at
sun.management.ConnectorAddressLink.importFrom(ConnectorAddressLink.java:66)
at sun.tools.jconsole.JConsole.main(JConsole.java:779)

Could anyone help me with this and let me know what i can do run
jconsole properly.

Thanks,
Anirudh

rutt...@googlemail.com

unread,
Apr 26, 2006, 10:19:54 AM4/26/06
to
I've got the same problem on running the JMX example software under
Windows XP. What o/s are you using?

I ran the sample application with the required -D option.

Running jconsole with no parameters does not then list any JMX Agents
that it connect to, which I expected it should do.

Using jps from the command lists the relevant process id.

Running jconsole with the pid gives the Exception and stack trace you
have listed.


Documentation indicates that JMX will not work if the Windows disk is
formatted as a FAT32 volume, but mine is NTFS.

Tried stopping the firewall and that appears to make no difference, so
it does not look like a network port issue.

Any further information available?

Regards,
John Rutter

Rut the Nut

unread,
Apr 26, 2006, 12:12:41 PM4/26/06
to
Following on from earlier comments, I've just tried the same software
on another machine and got better results.

Once the main Java process is started, and goes into wait state, using
the 'jps' command to list current Java processes lists the process id
and also the main class name being executed.

Using jconsole with the pid on this machine works fine.

On the machine where jconsole cannot connect, the output indicates the
process id(s) but, except for jps itself, the output indicates
-- process information unavailable

Presumably this is the same problem seen by jconsole.

No help as to why I am getting that at present, but potentially closer
to finding a solution.

Regards,
John

Rut the Nut

unread,
Apr 26, 2006, 12:21:50 PM4/26/06
to
See also
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=d6fe4dd9004f2586b9e86b6f4eec:YfiG?bug_id=6301562

Which describes a bug where jps and jconsole will not work correctly if
run from an account that has an underscore in the username.

Rut the Nut

unread,
Apr 27, 2006, 6:56:49 AM4/27/06
to
The standalone machine on which the JMX software ran successfully had
local security, not part of a Windoze domain, whereas the original
machine (a laptop) was part of a Windoze security domain but not
directly connected to that network at the time.

With the machine physically on the domain network, the software runs
correctly.

So it looks as though there are security issues whereby cached
credentials do not apply :(

That's probably all I'm going to do as far as investigating the
problem, but it will be a real nuisance if I am unable to run the
software on a disconnected laptop for demo purposes.

Perhaps it would work if I logged-in to the machine using local admin
credentials rather than my off-line user account...

Regards,
John

0 new messages