[jboss-jira] [JBoss JIRA] Created: (JBAS-5220) twiddle not displaying info regarding java.lang:* beans when -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl is used .
Vicky Kak (JIRA)
jira-events at lists.jboss.org
Thu Feb 7 05:11:04 EST 2008
twiddle not displaying info regarding java.lang:* beans when -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl is used .
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-5220
URL: http://jira.jboss.com/jira/browse/JBAS-5220
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMX
Affects Versions: JBossAS-4.2.0.GA
Reporter: Vicky Kak
Assigned To: Vicky Kak
Starting Jboss with these parameters
./run.sh -Djboss.platform.mbeanserver -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl
causes twiddle not to display java.lang:* MBeans
[vicky at localhost bin]$ ./twiddle.sh query "java.lang:*"
15:02:14,414 ERROR [Twiddle] Command failure
org.jboss.console.twiddle.command.CommandException: No MBean matches for query: java.lang:*
at org.jboss.console.twiddle.command.MBeanServerCommand.queryMBeans(MBeanServerCommand.java:72)
at org.jboss.console.twiddle.command.QueryCommand.execute(QueryCommand.java:138)
at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:305)
If the Jboss is started as
./run.sh -Djboss.platform.mbeanserver
twiddle query "java.lang:*" works .
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list