[jboss-jira] [JBoss JIRA] (AS7-4582) Creating Async log handler with filter fails

Simeon Pinder (JIRA) jira-events at lists.jboss.org
Fri Apr 20 16:29:17 EDT 2012


Simeon Pinder created AS7-4582:
----------------------------------

             Summary: Creating Async log handler with filter fails
                 Key: AS7-4582
                 URL: https://issues.jboss.org/browse/AS7-4582
             Project: Application Server 7
          Issue Type: Bug
          Components: Logging
    Affects Versions: 7.1.1.Final
         Environment: Actually using JBEAP.ER5
            Reporter: Simeon Pinder
            Assignee: James Perkins


When attempting to create a new Asynch Log Handler if you try to define a filter during initial argument the handler creation fails.  The same behavior happens when attempting to update with a filter value.

/subsystem=logging/async-handler=ASYNCH4/:add(queue-length=1024,overflow-action=BLOCK,filter=accept)
{
    "address" => [
        ("subsystem" => "logging"),
        ("async-handler" => "ASYNCH4")
    ],
    "operation" => "add",
    "queue-length" => 1024,
    "overflow-action" => "BLOCK",
    "filter" => "accept"
}

{
    "outcome" => "failed",
    "failure-description" => "JBAS014749: Operation handler failed: null",
    "rolled-back" => true,
    "response-headers" => {"process-state" => "reload-required"}
}

--
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