Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: HQ-345
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Heather Mangan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse HQ

Errors being thrown in the Metrcis Cacher Code

Created: 08/Dec/09 10:52 AM   Updated: 21/Sep/10 01:06 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.1


 Description  « Hide
2009-12-07 21:07:11,359 ERROR [pool-1-thread-1] [MetricsCacher] Invalid MBean ObjectName 8600javax.management.MalformedObjectNameException: Key properties cannot be empty

Investigate the error - also - rework the way the errors are thrown

This is due to code like:

LOGGER.error("Invalid MBean ObjectName "
+ objectName + e);

It would be better to just throw the relevant error ->
LOGGER.error(e)



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.