Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 783

Using Remoting-JMX with ZenJMX

$
0
0

I pulled down and successfully installed the latest ZenJMX Zenpack which has support for remoting-jmx (ZenPacks.zenoss.ZenJMX-3.11.0-py2.7.egg | https://github.com/zenoss/ZenPacks.zenoss.ZenJMX). However, getting it to work with the new protocol is not documented.

Looking at the code for the commit that adds that support, a folder is created called ${ZENOSS_HOME}/zenjmx-libs and it pulls JARs from this folder. The JARs needed are also not documented. Currently, I have the following JAR in that folder: remoting-jmx-1.1.0.Final-redhat-1.jar

This did not enable remoting-jmx support. I instead received this error:

2013-09-19 18:12:30,203 DEBUG zen.zenjmx: Finished with result [Failure instance: Traceback: <class 'xmlrpclib.Fault'>: <Fault 0: "Failed to invoke method collect in class com.zenoss.zenpacks.zenjmx.ZenJmxService: Format specifier '3$s'">

/opt/zenoss/lib/python/twisted/internet/posixbase.py:253:_disconnectSelectable

/opt/zenoss/lib/python/twisted/internet/tcp.py:720:connectionLost

/opt/zenoss/lib/python/twisted/internet/tcp.py:529:connectionLost

/opt/zenoss/lib/python/twisted/web/xmlrpc.py:363:connectionLost

--- <exception caught here> ---

/opt/zenoss/lib/python/twisted/web/xmlrpc.py:434:parseResponse

/opt/zenoss/lib/python2.7/xmlrpclib.py:1194:loads

/opt/zenoss/lib/python2.7/xmlrpclib.py:850:close

 

 

Thoughts on how to get this working?


Viewing all articles
Browse latest Browse all 783

Trending Articles