[
https://jira.jboss.org/jira/browse/JBAS-7427?page=com.atlassian.jira.plug...
]
David Lloyd commented on JBAS-7427:
-----------------------------------
Another fix would be to just always keep jboss-logmanager.jar on the boot classpath.
However, it depends on common-core for a couple classes. These classes would have to be
duplicated, at least functionally.
This is the simplest fix, but I wonder what impact it might have on classloading and
modularization, especially in conjunction with jboss-logging.
AS won't boot with sun jmx enabled
----------------------------------
Key: JBAS-7427
URL:
https://jira.jboss.org/jira/browse/JBAS-7427
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Logging
Environment: sun jdk6, fedora, AS trunk r96005
Reporter: Jonathan Halliday
Assignee: David Lloyd
Fix For: JBossAS-6.0.0.M3
[jhalli jboss-6.0.0-SNAPSHOT]$ export
JAVA_OPTS="-Dcom.sun.management.jmxremote.port=12345
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false"
[jhalli jboss-6.0.0-SNAPSHOT]$ bin/run.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME:
/home/jhalli/IdeaProjects/jboss/jbossas_trunk/build/output/jboss-6.0.0-SNAPSHOT
JAVA: /usr/local/jdk1.6.0_16/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -server -Dcom.sun.management.jmxremote.port=12345
-Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
-Djava.net.preferIPv4Stack=true
CLASSPATH:
/home/jhalli/IdeaProjects/jboss/jbossas_trunk/build/output/jboss-6.0.0-SNAPSHOT/bin/run.jar:/usr/local/jdk1.6.0_16/lib/tools.jar
=========================================================================
Failed to initalize plugin: org.jboss.logging.logmanager.LoggerPluginImpl@214a55f2,
cause: java.lang.IllegalStateException: The LogManager was not properly installed (you
must set the "java.util.logging.manager" system property to
"org.jboss.logmanager.LogManager")
...
Failed to initalize plugin: org.jboss.aop.util.logging.SystemOutLoggerPlugin@5c1ae90c,
cause: java.lang.AbstractMethodError
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira