I have the Splunk_TA_jmx add-on installed on a Heavy Forwarder but am getting the following error:
Introspecting scheme=jmx: script running failed (exited with code 1).
Unable to initialize modular input "jmx" defined inside the app "Splunk_TA_jmx": Introspecting scheme=jmx: script running failed (exited with code 1).
Scheme "jmx" is not initialized.
I ran sudo -u splunk /opt/splunk/bin/splunk cmd splunkd print-modinput-config jmx |/opt/splunk/bin/splunk cmd /opt/splunk/bin/python /opt/splunk/etc/apps/Splunk_TA_jmx/bin/jmx.py and this is what I got.
Introspecting scheme=jmx: script running failed (exited with code 1).
Unable to initialize modular input "jmx" defined inside the app "Splunk_TA_jmx": Introspecting scheme=jmx: script running failed (exited with code 1).
Scheme "jmx" is not initialized.
Traceback (most recent call last):
File "/opt/splunk/etc/apps/Splunk_TA_jmx/bin/jmx.py", line 136, in
token = ET.fromstring(xml_str).find('session_key').text
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1312, in XML
return parser.close()
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1671, in close
self._raiseerror(v)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
Any thoughts on this?
↧