[jboss-jira] [JBoss JIRA] (WFCORE-4504) Java Agent using JUL causes JBoss LogManager issues
James Perkins (Jira)
issues at jboss.org
Mon Jun 3 16:29:00 EDT 2019
[ https://issues.jboss.org/browse/WFCORE-4504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins moved WFLY-10743 to WFCORE-4504:
----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4504 (was: WFLY-10743)
Component/s: Logging
Scripts
(was: Logging)
(was: Scripts)
Affects Version/s: (was: 13.0.0.Final)
> Java Agent using JUL causes JBoss LogManager issues
> ---------------------------------------------------
>
> Key: WFCORE-4504
> URL: https://issues.jboss.org/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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list