|
From: Ryan M. (JIRA) <ji...@hy...> - 2007-03-21 00:23:37
|
Dots in attribute names cause errors when collecting servlet metrics
--------------------------------------------------------------------
Key: HHQ-757
URL: http://jira.hyperic.com/browse/HHQ-757
Project: Hyperic HQ
Type: Bug
Components: Plugins
Versions: 2.7.7, 3.0.2
Reporter: Ryan Morgan
Assigned to: Ryan Morgan
Fix For: 3.0.3, 3.1.0
As reported on the forums:
http://forums.hyperic.com/jiveforums/thread.jspa?threadID=1635&tstart=0
2007-03-18 22:46:22,139 DEBUG [MeasurementCommandsServer] Error getting real tim
org.hyperic.hq.product.MetricInvalidException: Incorrect response from monitored
at org.hyperic.hq.product.servlet.client.JMXRemote.refresh(JMXRemote.jav
at org.hyperic.hq.product.servlet.client.JMXRemote.getRemoteInfo(JMXRemo
at org.hyperic.hq.product.servlet.client.JMXRemote.getValue(JMXRemote.ja
at org.hyperic.hq.product.servlet.client.JMXRemote.getRemoteMBeanValue(J
at org.hyperic.hq.plugin.servlet.ServletMeasurementPlugin.getRemoteValue
at org.hyperic.hq.plugin.servlet.ServletMeasurementPlugin.getValue(Servl
at org.hyperic.hq.product.MeasurementPluginManager.getPluginValue(Measur
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementP
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementP
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementP
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.get
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dis
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandD
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListene
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:680)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon
at org.hyperic.hq.agent.server.AgentDaemon.main(AgentDaemon.java:762)
Caused by: java.io.IOException: invalid header field name: path.to.something
at java.util.jar.Attributes.read(Attributes.java:409)
at java.util.jar.Manifest.read(Manifest.java:219)
at java.util.jar.Manifest.<init>(Manifest.java:52)
at org.hyperic.hq.product.servlet.client.JMXRemote.refresh(JMXRemote.jav
... 16 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|