http://jira.hyperic.com/browse/HHQ-2044
Changes in recent WebSphere 6.1 fixpacks (11..15) have broken the HQ websphere plugin:
Unexpected error running autodiscoverer for plugin: WebSphere Admin 6.1: ADMC0016E: The system cannot create a SOAP connector to connect to host localhost at port 8879.
org.hyperic.hq.product.PluginException: ADMC0016E: The system cannot create a SOAP connector to connect to host localhost at port 8879.
at org.hyperic.hq.plugin.websphere.jmx.WebsphereRuntimeDiscoverer.discoverServers(WebsphereRuntimeDiscoverer.java:162)
...
Caused by: java.lang.NoClassDefFoundError: org/osgi/service/url/AbstractURLStreamHandlerService
Anonymous