[jboss-jira] [JBoss JIRA] (WFLY-10743) Java Agent using JUL causes JBoss LogManager issues

Marek Kopecký (Jira) issues at jboss.org
Mon Feb 4 09:00:02 EST 2019


     [ https://issues.jboss.org/browse/WFLY-10743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Kopecký updated WFLY-10743:
---------------------------------
    Component/s: Logging


> Java Agent using JUL causes JBoss LogManager issues
> ---------------------------------------------------
>
>                 Key: WFLY-10743
>                 URL: https://issues.jboss.org/browse/WFLY-10743
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: Logging, Scripts
>    Affects Versions: 13.0.0.Final
>            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