Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23090

XP Manager for XP 4 GA - INFO messages in ERROR output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • EAP-XP-4.0.0.CR1
    • None
    • False
    • False
    • Undefined
    • Hide

      Perquisites

      • RHEL7 or RHEL8 or Windows
      • Java 17 or 11 or  8
      • jboss-eap-7.4
      • jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-manager.jar
      • jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-patch.zip

      Steps

      • start update EAP server

        java -jar /home/user/jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-manager.jar setup --jboss-home=/home/user/jboss-eap-7.4.0/jboss-eap-7.4 --accept-support-policy --xp-patch=/home/user/jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-patch.zip

      Result

      Log messages with levels INFO or WARN are write into standard ERROR output.

      Java 11 or Java 17

      In case of Java 11 or 17 is logged new ERROR message.

      ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected.

      Java 8

      In case of Java 8 that error is not occurred but all log messages are in error output.

      Show
      Perquisites RHEL7 or RHEL8 or Windows Java 17 or 11 or  8 jboss-eap-7.4 jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-manager.jar jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-patch.zip Steps start update EAP server java -jar /home/user/jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-manager.jar setup --jboss-home=/home/user/jboss-eap-7.4.0/jboss-eap-7.4 --accept-support-policy --xp-patch=/home/user/jboss-eap-7.4.3.GA-xp-4.0.0.GA-redhat-20220112-patch.zip Result Log messages with levels INFO or WARN are write into standard ERROR output. Java 11 or Java 17 In case of Java 11 or 17 is logged new ERROR message. ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. Java 8 In case of Java 8 that error is not occurred but all log messages are in error output.

    Description

      Only ERROR log messages should be in standard error output (System.err.println()). Messages with level INFO, DEBUG or WARNING should be in standard output (System.out.println()). 

      When patch is applied new Error is occurred in all OS with Java 11.

      ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected

      Full log in attached text file.

      Attachments

        Issue Links

          Activity

            People

              kkhan1@redhat.com Kabir Khan
              rhn-support-kstekovi Krystof Stekovic
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: