Hi rpille,
I see the below error i n python.log ,when i setup the add-on.
2017-03-30 13:11:46,364 ERROR Run function: delete_password failed: Traceback (most recent call last):
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/credentials.py", line 179, in delete_password
all_passwords = self._storage_passwords.list()
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1459, in list
return list(self.iter(count=count, **kwargs))
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1419, in iter
items = self._load_list(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1325, in _load_list
entries = _load_atom_entries(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 201, in _load_atom_entries
r = _load_atom(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 196, in _load_atom
return data.load(response.body.read(), match)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/data.py", line 77, in load
root = XML(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 33, column 37
.
2017-03-30 13:11:46,365 ERROR Run function: set_password failed: Traceback (most recent call last):
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/credentials.py", line 138, in set_password
self.delete_password(user)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/credentials.py", line 179, in delete_password
all_passwords = self._storage_passwords.list()
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1459, in list
return list(self.iter(count=count, **kwargs))
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1419, in iter
items = self._load_list(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1325, in _load_list
entries = _load_atom_entries(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 201, in _load_atom_entries
r = _load_atom(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 196, in _load_atom
return data.load(response.body.read(), match)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/data.py", line 77, in load
root = XML(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 33, column 37
.
2017-03-30 13:11:46,366 ERROR Run function: update failed: Traceback (most recent call last):
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/conf_manager.py", line 251, in update
encrypt_keys)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/conf_manager.py", line 110, in _encrypt_stanza
self._cred_mgr.set_password(stanza_name, json.dumps(encrypt_fields))
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/credentials.py", line 138, in set_password
self.delete_password(user)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/utils.py", line 150, in wrapper
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/solnlib/credentials.py", line 179, in delete_password
all_passwords = self._storage_passwords.list()
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1459, in list
return list(self.iter(count=count, **kwargs))
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1419, in iter
items = self._load_list(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 1325, in _load_list
entries = _load_atom_entries(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 201, in _load_atom_entries
r = _load_atom(response)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/client.py", line 196, in _load_atom
return data.load(response.body.read(), match)
File "/opt/splunk/etc/apps/TA-ciscoAMP4ep/bin/ta_ciscoamp4ep/splunklib/data.py", line 77, in load
root = XML(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/opt/splunk/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 33, column 37
... View more