[jboss-jira] [JBoss JIRA] (AS7-2701) Can't set-attribute "handlers" on loggers.
Brian Stansberry (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Nov 22 18:00:41 EST 2011
[ https://issues.jboss.org/browse/AS7-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-2701:
----------------------------------
Fix Version/s: 7.1.0.CR1
Git Pull Request: https://github.com/jbossas/jboss-as/pull/708 (was: https://github.com/jbossas/jboss-as/pull/708)
> Can't set-attribute "handlers" on loggers.
> ------------------------------------------
>
> Key: AS7-2701
> URL: https://issues.jboss.org/browse/AS7-2701
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.1.0.Alpha1
> Reporter: Stan Silvert
> Assignee: James Perkins
> Fix For: 7.1.0.CR1
>
>
> This fails for root logger and other loggers.
> {noformat}
> [INFO] execute:
> [INFO] {
> [INFO] "operation" => "composite",
> [INFO] "address" => [],
> [INFO] "steps" => [{
> [INFO] "address" => [
> [INFO] ("subsystem" => "logging"),
> [INFO] ("root-logger" => "ROOT")
> [INFO] ],
> [INFO] "operation" => "write-attribute",
> [INFO] "name" => "handlers",
> [INFO] "value" => [
> [INFO] "CONSOLE",
> [INFO] "FILE",
> [INFO] "rotating"
> [INFO] ]
> [INFO] }]
> [INFO] }
> [ERROR] 2011-11-17 21:47:56,764 [ERROR] On Thu Nov 17 21:47:56 CET 2011, MessageCenter received {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014639: Attribute handlers is not writable"}}
> [ERROR] 2011-11-17 21:47:56,765 [ERROR] Message{conciseMessage='{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014639: Attribute handlers is not writable"}}', detailedMessage='null', fired=Thu Nov 17 21:47:56 CET 2011, severity=Error, options=[]}
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list