[jboss-jira] [JBoss JIRA] (AS7-2701) Can't set-attribute "handlers" on loggers.
Stan Silvert (Updated) (JIRA)
jira-events at lists.jboss.org
Fri Nov 18 07:32:41 EST 2011
[ https://issues.jboss.org/browse/AS7-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stan Silvert updated AS7-2701:
------------------------------
Description:
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}
was:
This fails for root logger and other loggers.
[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=[]}
> 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
>
> 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