[jboss-jira] [JBoss JIRA] (AS7-4404) Servlet statistics don't work

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Wed Apr 4 18:51:47 EDT 2012


Tomaz Cerar created AS7-4404:
--------------------------------

             Summary: Servlet statistics don't work
                 Key: AS7-4404
                 URL: https://issues.jboss.org/browse/AS7-4404
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management, Web
    Affects Versions: 7.1.1.Final
            Reporter: Tomaz Cerar
            Assignee: Tomaz Cerar
             Fix For: 7.1.2.Final-redhat1


Running: 
{noformat}
/host=master/server=server-one/deployment=test.war/:read-resource(recursive=true,include-runtime=true)
{
    "outcome" => "success",
    "result" => undefined,
    "failure-description" => undefined
}
{noformat}

results in 
{noformat}
[Server:server-one] 16:03:50,320 ERROR [org.jboss.as.controller.management-operation] (host-controller-connection-threads - 8) JBAS014612: Operation ("read-attribute") failed - address: ([
[Server:server-one] ("deployment" => "test.war"),
[Server:server-one] ("subsystem" => "web"),
[Server:server-one] ("servlet" => "ArquillianServletRunner")
[Server:server-one] ]): java.lang.UnsupportedOperationException
[Server:server-one] at org.jboss.dmr.ModelNode.checkProtect(ModelNode.java:1560) [jboss-dmr-1.1.1.Final.jar:1.1.1.Final]
[Server:server-one] at org.jboss.dmr.ModelNode.get(ModelNode.java:795) [jboss-dmr-1.1.1.Final.jar:1.1.1.Final]
{noformat}

without runtime=true it works without any problems

same goes if you go to /host=master/server=server-one/deployment=test.war/servlet=ArquillianServletRunner and run ls

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