Hi all
I have a webservice hosted and can view the details of MBean in JMX-console.
Under jboss.ws
anonymous wrote :
| context=SampleWebService,endpoint=SampleWebService
|
The attributes listed includes request, response counts
So, I tried to use loggingmonitor to get these values.
my xml file in deploy directory has
| <attribute name="MonitoredObjects">
| <configuration>
| <monitoredmbean name="jboss.ws.SampleWebService"
| logger="SampleLogger">
| <attribute>RequestCount</attribute>
| <attribute>ResponseCount</attribute>
| <attribute>FaultCount</attribute>
| </monitoredmbean>
| </configuration>
| </attribute>
|
But I get error in server log as
anonymous wrote :
| --- Incompletely deployed packages ---
| org.jboss.deployment.DeploymentInfo@4b9e0dcf {
url=file:/root/mobicents-all-1.2.0.CR3-jboss-4.2.3.GA-0812022325/jboss-4.2.3.GA/server/default/deploy/SampleWebService-monitor.xml
}
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch:
file:/root/mobicents-all-1.2.0.CR3-jboss-4.2.3.GA-0812022325/jboss-4.2.3.GA/server/default/deploy/SampleWebService-monitor.xml
| altDD: null
| lastDeployed: 1237442698503
| lastModified: 1237442698000
| mbeans:
|
Pl. help out?
regards
KRS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219350#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...