]
James Perkins commented on WFCORE-4504:
---------------------------------------
I'm marking this as related to WFCORE-4748. It mostly solves the problems, however
this won't work for all modules.
Java Agent using JUL causes JBoss LogManager issues
---------------------------------------------------
Key: WFCORE-4504
URL:
https://issues.redhat.com/browse/WFCORE-4504
Project: WildFly Core
Issue Type: Enhancement
Components: Logging, Scripts
Reporter: Brad Maxwell
Priority: Major
To workaround the issue, these steps are required below. It would be better if we could
handle this in the scripts or another way such that the user did not have to directly
reference the current jboss-logmanager jar.
{code}
JAVA_OPTS="$JAVA_OPTS
-Djava.util.logging.manager=org.jboss.logmanager.LogManager"
JAVA_OPTS="$JAVA_OPTS
-Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-<version>.jar"
{code}
{code}
if [ "x$JBOSS_MODULES_SYSTEM_PKGS" = "x" ]; then
JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman,org.jboss.logmanager"
fi
{code}