[jboss-jira] [JBoss JIRA] (WFLY-4412) Not able to enable JMX Remote access

Shark Xu (JIRA) issues at jboss.org
Mon Mar 9 05:55:18 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047287#comment-13047287 ] 

Shark Xu commented on WFLY-4412:
--------------------------------

Not sure whether this is due to the Logging system not ready when init jmx?

> Not able to enable JMX Remote access
> ------------------------------------
>
>                 Key: WFLY-4412
>                 URL: https://issues.jboss.org/browse/WFLY-4412
>             Project: WildFly
>          Issue Type: Bug
>          Components: Class Loading, ConfigAdmin
>    Affects Versions: 8.2.0.Final
>         Environment: windows & linux
>            Reporter: Shark Xu
>            Assignee: David Lloyd
>
> 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.3.11#6341)


More information about the jboss-jira mailing list