*09-06-2016 14:38:56.094 +0200 DEBUG AdminManagerExternal - Sending handler setup data:\n\n\n \n ITM6\n -\n \n 100\n 0\n 2\n \n true\n name\n \n \n \n \n \n\n
09-06-2016 14:38:56.244 +0200 DEBUG AdminManagerExternal - Got back data:\nITM61FalseFalseTrue10002FalseTrueFalseFalsetruename-\n
09-06-2016 14:38:56.244 +0200 DEBUG AdminManagerExternal - Sending handler execute data:\n\n\n \n ITM6\n -\n \n 100\n 0\n 2\n \n true\n name\n \n \n \n \n \n\n
09-06-2016 14:38:56.592 +0200 DEBUG AdminManagerExternal - Got back data:\nfalse<type 'exceptions.TypeError'>not enough arguments for format stringTraceback (most recent call last):\n File "/OPT/siem/splunk/lib/python2.7/site-packages/splunk/admin.py", line 70, in init\n hand.execute(info)\n File "/OPT/siem/splunk/lib/python2.7/site-packages/splunk/admin.py", line 527, in execute\n if self.requestedAction == ACTION_LIST: self.handleList(confInfo)\n File "/OPT/siem/splunk/etc/apps/ITM6/bin/rest_handler_tems.py", line 56, in handleList\n raise Exception("Error %s returned from tems_creds endpoint: %s\n" % (e))\nTypeError: not enough arguments for format string\n\n
09-06-2016 14:38:56.592 +0200 DEBUG AdminManagerExternal - Found serialized error from external handler.
09-06-2016 14:38:56.592 +0200 ERROR AdminManagerExternal - Stack trace from python handler:\nTraceback (most recent call last):\n File "/OPT/siem/splunk/lib/python2.7/site-packages/splunk/admin.py", line 70, in init\n hand.execute(info)\n File "/OPT/siem/splunk/lib/python2.7/site-packages/splunk/admin.py", line 527, in execute\n if self.requestedAction == ACTION_LIST: self.handleList(confInfo)\n File "/OPT/siem/splunk/etc/apps/ITM6/bin/rest_handler_tems.py", line 56, in handleList\n raise Exception("Error %s returned from tems_creds endpoint: %s\n" % (e))\nTypeError: not enough arguments for format string\n
09-06-2016 14:38:56.592 +0200 ERROR AdminManagerExternal - Unexpected error "" from python handler: "not enough arguments for format string". See splunkd.log for more details.*
Thanks for your help.
Solved, config file ITM6/local/tems.conf wasn't correctly generated, I edited it manually and it works now!
Solved, config file ITM6/local/tems.conf wasn't correctly generated, I edited it manually and it works now!
Pleased to hear you got this sorted. I was on holiday when you posted the question and was unable to reply.
Can you describe what was incorrect in ITM6/local/tems.conf, I'd like to stop this from happening again in a future release
The file was partially generated, there were missing fields so I finished it from the .spec file
However, great app!