[jboss-jira] [JBoss JIRA] (WFLY-3089) Batching logging profile creation CLI commands can cause errors
Kyle Lape (JIRA)
issues at jboss.org
Fri Mar 7 18:05:33 EST 2014
Kyle Lape created WFLY-3089:
-------------------------------
Summary: Batching logging profile creation CLI commands can cause errors
Key: WFLY-3089
URL: https://issues.jboss.org/browse/WFLY-3089
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Logging
Affects Versions: 8.0.0.Final
Reporter: Kyle Lape
Assignee: James Perkins
Given these set of commands:
{noformat}
/subsystem=logging/logging-profile=myLoggingProfile:add
/subsystem=logging/logging-profile=myLoggingProfile/file-handler=myHandler:add(level=ALL,file={"relative-to" => "jboss.server.log.dir","path" => "myapp.log"})
/subsystem=logging/logging-profile=myLoggingProfile/root-logger=ROOT:add
/subsystem=logging/logging-profile=myLoggingProfile/root-logger=ROOT:add-handler(name=myHandler)
/subsystem=logging/logging-profile=myLoggingProfile/root-logger=ROOT:change-root-log-level(level=INFO)
{noformat}
If I run those in a batch, I get an error:
{noformat}13:32:52,478 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) JBAS014613: Operation ("add-handler") failed - address: ([
("subsystem" => "logging"),
("logging-profile" => "myLoggingProfile"),
("root-logger" => "ROOT")
]) - failure description: "JBAS011536: Handler myHandler is already assigned."
{noformat}
If I run each one individually, I get no error.
--
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