[
https://issues.apache.org/jira/browse/ARTEMIS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15092421#comment-15092421
]
ASF subversion and git services commented on ARTEMIS-224:
---------------------------------------------------------
Commit e104831831eb107eccc0b7280c8bbe38ee0843d8 in activemq-artemis's branch
refs/heads/master from [~scop]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=e104831 ]
ARTEMIS-224 Add logmanager jar to artemis.profile.cmd too
> 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
> Fix For: 1.2.0, 1.1.1
>
>
> 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)