- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to troubleshoot error "A script exited abnormally...deploy_splunk_ta_netscaler.py"?

andresito123
Communicator
05-23-2016
12:54 PM
I get this error every hour at my installation:
msg="A script exited abnormally" input="./bin/scripted_inputs/deploy_splunk_ta_netscaler.py" stanza="default" status="exited with code 1"
Any idea on who to troubleshoot it?
Thanks.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
robertn011
Engager
05-24-2016
09:44 AM
Yeah, find the script in Linux and run it under the user you use to run splunk.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkat54

SplunkTrust
05-23-2016
01:17 PM
You might find more details under index=_internal source=*python*
You can manually execute the script to see the error it exits with on the console:
./splunk cmd python ../etc/apps/AppName/bin/scripted_inputs/deploy_splunk_ta_netscaler.py
