[jboss-jira] [JBoss JIRA] (AS7-6170) Host controller attempts to write logging configuration

James Perkins (JIRA) jira-events at lists.jboss.org
Thu Dec 13 18:36:18 EST 2012


James Perkins created AS7-6170:
----------------------------------

             Summary: Host controller attempts to write logging configuration
                 Key: AS7-6170
                 URL: https://issues.jboss.org/browse/AS7-6170
             Project: Application Server 7
          Issue Type: Bug
          Components: Logging
            Reporter: James Perkins
            Assignee: James Perkins
             Fix For: 7.2.0.Alpha1


Due to the switch to using a {{ResultHandler}} when the host controller completes logging steps and attempt is made to write the {{logging.properties}} file. The following error is logged:

{code}
[Host Controller] 12:00:59,110 ERROR [org.jboss.as.controller.client] (Controller Boot Thread) JBAS014781: Step handler org.jboss.as.logging.LoggerOperations$LoggerAddOperationStepHandler at 5ac12e for operation set-root-logger at address [
[Host Controller]     ("profile" => "full-ha"),
[Host Controller]     ("subsystem" => "logging"),
[Host Controller]     ("root-logger" => "ROOT")
[Host Controller] ] failed handling operation rollback -- JBAS014847: Could not find a path called 'logging.properties' 
{code}

The commit and write of the logging configuration should only happen in the {{RUNTIME}} stage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list