Bug 77725 - [PATCH] Java Management not working with jdk1.5.0-p1
Summary: [PATCH] Java Management not working with jdk1.5.0-p1
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 5.3-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 12:00 UTC by Anthony Ginepro
Modified: 2005-03-21 05:50 UTC (History)
0 users

See Also:


Attachments
file.diff (417 bytes, patch)
2005-02-19 12:00 UTC, Anthony Ginepro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ginepro 2005-02-19 12:00:39 UTC
	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
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2005-03-21 05:49:47 UTC
State Changed
From-To: open->closed

Committed, thanks!