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)