[
https://issues.jboss.org/browse/JBAS-7427?page=com.atlassian.jira.plugin....
]
Oz Slater commented on JBAS-7427:
---------------------------------
Same issue as Paul Sideleau on JBoss 6.1.0.Final, {jboss.boot.server.log.dir} is not
resolving and JBoss literally creating a "${jboss.boot.server.log.dir}"
directory to save boot.log. No problem with {jboss.server.log.dir} though.
AS won't boot with sun jmx enabled
----------------------------------
Key: JBAS-7427
URL:
https://issues.jboss.org/browse/JBAS-7427
Project: Application Server 3 4 5 and 6
Issue Type: Bug
Components: Logging
Environment: sun jdk6, fedora, AS trunk r96005
Reporter: Jonathan Halliday
Assignee: David Lloyd
Fix For: 6.0.0.M2
[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 was sent by Atlassian JIRA
(v6.3.1#6329)