Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4504

Java Agent using JUL causes JBoss LogManager issues

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Major
    • None
    • None
    • Logging, Scripts
    • None

    Description

      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.

        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"
      
       if [ "x$JBOSS_MODULES_SYSTEM_PKGS" = "x" ]; then
          JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman,org.jboss.logmanager"
       fi
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: