Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1547

Problem starting jboss 7 with Java Service Wrapper

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • Awaiting Volunteers
    • 7.0.0.Final
    • Logging
    • None
    • Hide

      No work around seems to exist.

      Show
      No work around seems to exist.

    Description

      Problem starting jboss 7 with Java Service Wrapper

      We tried to upgrade Java Service Wrapper (JSW) configuration from Jboss 5 to Jboss 7.

      Jboss fails to start with these messages

      WARNING: Failed to load the specified logmodule org.jboss.logmanager:main
      followed by IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")

      Software:
      Jboss-as-7.0.0-Final
      wrapper-windows-x86-64-3.5.10-st (Java Service Wrapper win 64 distribution)

      Issue:
      org.jboss.modules.Main generates the warning as LogManager is already initialized to java.util.logging.LogManager by the Wrapper.
      With jboss 7 org.jboss.logmanager.LogManager is required. Per LogManager design only one instance may exist in jvm.

      jboss 7 assume that it is the first in line to initialize java.util.logger.LogManager.
      Wrapper is the one who inits LogManager first (thus triggering primordial
      configuration initialization). Jboss then fails to start since it requiresits own logging implementation.

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            apovodyrev andrei povodyrev (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: