[jboss-jira] [JBoss JIRA] (WFCORE-1105) Not able to enable JMX Remote access
David Lloyd (JIRA)
issues at jboss.org
Tue Nov 10 09:11:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127299#comment-13127299 ]
David Lloyd commented on WFCORE-1105:
-------------------------------------
AFAIK this isn't supported. You need to use the remoting-jmx connector that we provide.
See [https://community.jboss.org/wiki/UsingJconsoleToConnectToJMXOnAS7] for more info.
> Not able to enable JMX Remote access
> ------------------------------------
>
> Key: WFCORE-1105
> URL: https://issues.jboss.org/browse/WFCORE-1105
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Logging
> Environment: windows & linux
> Reporter: Shark Xu
> Assignee: David Lloyd
> Fix For: 2.0.2.Final (EAP 7)
>
>
> Can not enable JMX remote access port.
> Config in domain.xml:
> <jvm-options>
> <option value="-Dcom.sun.management.jmxremote.port=19999"/>
> <option value="-Dcom.sun.management.jmxremote.authenticate=false"/>
> <option value="-Dcom.sun.management.jmxremote.ssl=false"/>
> </jvm-options>
> java.lang.IllegalStateException raised during startup.
> Logs:
> [Server:server-one] Exception in thread "main" java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util
> .logging.manager" system property to "org.jboss.logmanager.LogManager")
> [Server:server-one] at org.jboss.logmanager.Logger.getLogger(Logger.java:61)
> [Server:server-one] at org.jboss.as.server.DomainServerMain.main(DomainServerMain.java:86)
> [Server:server-one] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [Server:server-one] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> [Server:server-one] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [Server:server-one] at java.lang.reflect.Method.invoke(Method.java:606)
> [Server:server-one] at org.jboss.modules.Module.run(Module.java:312)
> [Server:server-one] at org.jboss.modules.Main.main(Main.java:460)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list