All Apps and Add-ons

ERROR ExecProcessor messages after installing App for symantec cloud

jack19
New Member

Getting below error after installing the app.

04-16-2018 16:32:58.440 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/IA-symantec_cloud/bin/script.py" IOError: [Errno 13] Permission denied: u'.//16_04_2018-16_30_27_890377.json'

04-16-2018 16:32:58.440 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/IA-symantec_cloud/bin/script.py" fileIo = open(logFile,'w')

04-16-2018 16:32:58.440 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/IA-symantec_cloud/bin/script.py" File "/opt/splunk/etc/apps/IA-symantec_cloud/bin/script.py", line 106, in

04-16-2018 16:32:58.440 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/IA-symantec_cloud/bin/script.py" Traceback (most recent call last):

and the python script is as below

104 except urllib2.URLError, ex:
105 errorResponse = '{"error": "%s"}' % ex.reason
106 fileIo = open(logFile,'w')
107 fileIo.write(errorResponse)
108 fileIo.close()

0 Karma

p_gurav
Champion

I am not sure but can you check the application's directory permission on cli?

0 Karma

jack19
New Member

I have given 777 to the application directory, but we are getting same error.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...