pthulasiram / jmxetric

Automatically exported from code.google.com/p/jmxetric
MIT License
0 stars 0 forks source link

NPE if <mbean> element has no "pname" attribute specified #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SEVERE: Exception starting JMXetricAgent
java.lang.NullPointerException
    at
jmxetric.XMLConfigurationService.configureJMXetricFromXML(XMLConfigurationServic
e.java:168)
    at
jmxetric.XMLConfigurationService.configure(XMLConfigurationService.java:62)
    at jmxetric.JMXetricAgent.premain(JMXetricAgent.java:111)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.j
ava:141)

Original issue reported on code.google.com by pgri...@gmail.com on 26 Apr 2009 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by jasper...@gmail.com on 12 May 2009 at 6:02