[ 
https://issues.apache.org/jira/browse/ARTEMIS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804437#comment-14804437
 ] 

ASF GitHub Bot commented on ARTEMIS-224:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/170

    ARTEMIS-224 add logmanager to example classpaths

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-224

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/170.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #170
    
----
commit 9fdbdaf9270e545fdc3b356ec140f90d118a9c53
Author: jbertram <[email protected]>
Date:   2015-09-17T20:21:15Z

    ARTEMIS-224 add logmanager to example classpaths

----


> java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-224
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-224
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Howard Nguyen
>            Assignee: Justin Bertram
>
> When configure artemis.profile under bin of the broker installation with 
> {code}
> -Dcom.sun.management.jmxremote.port=8686 
> -Dcom.sun.management.jmxremote.authenticate=false 
> -Dcom.sun.management.jmxremote.ssl=false
> {code}
> Log does not work and console output show the following
> {code}
> Could not load Logmanager "org.jboss.logmanager.LogManager"
> java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
>       at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>       at java.util.logging.LogManager$1.run(LogManager.java:195)
>       at java.util.logging.LogManager$1.run(LogManager.java:181)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at java.util.logging.LogManager.<clinit>(LogManager.java:181)
>       at java.util.logging.Logger.demandLogger(Logger.java:448)
>       at java.util.logging.Logger.getLogger(Logger.java:502)
>       at com.sun.jmx.remote.util.ClassLogger.<init>(ClassLogger.java:55)
>       at 
> sun.management.jmxremote.ConnectorBootstrap.<clinit>(ConnectorBootstrap.java:814)
>       at sun.management.Agent.startAgent(Agent.java:257)
>       at sun.management.Agent.startAgent(Agent.java:447)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to