Skip to content

Instantly share code, notes, and snippets.

@PaulBRamos
Created November 29, 2017 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulBRamos/ccd8c18bde8741af7c2a680d45c52392 to your computer and use it in GitHub Desktop.
Save PaulBRamos/ccd8c18bde8741af7c2a680d45c52392 to your computer and use it in GitHub Desktop.
Wrap Error
2017-11-29 14:32:05,196 ERROR: (GenericException(...), u'Server Error') {'internal_details': u"[Errno 1] Operation not permitted: '/tmp/tmp44c0ZV/Payload/Actions.app/PulseSecure.dylib'", 'message': u'Server Error', 'guid': UUID('dac3ce87-2fb3-4b96-a886-049f1ce321f8'), 'error_details': None, 'user_details': u'Server Error'} [exceptions:exceptions.py:353] [thread 140548249683776]
Traceback (most recent call last):
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/workers/worker_service.py", line 114, in worker_job_wrapper
ret = func(**func_args) # pylint: disable=W0142
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/workers/wrapper_jobs.py", line 22, in apply_policies_job
policy_configurations=policy_configurations
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/services/policy/app_policy_service.py", line 216, in apply_policies_to_app
raise exc
OSError: [Errno 1] Operation not permitted: '/tmp/tmp44c0ZV/Payload/Actions.app/PulseSecure.dylib'
2017-11-29 14:32:05,197 INFO: Delete job rq:job:2d8b27bf-e2d0-40f6-96ac-4137a7f541d3 under key easepy:org=12:easesvc.workers.wrapper_jobs.apply_policies_job(4878626806201769120) from queue low into worker cache for org cache key ease-worker:org=12 [worker_service:worker_service.py:180] [thread 140548249683776]
2017-11-29 14:32:05,198 ERROR: <traceback object at 0x52a8fc8> [runworker:runworker.py:27] [thread 140548249683776]
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/rq/worker.py", line 392, in perform_job
rv = job.perform()
File "/usr/lib/python2.7/site-packages/rq/job.py", line 340, in perform
self._result = self.func(*self.args, **self.kwargs)
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/workers/worker_service.py", line 148, in do_jobs
self.initial_job()
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/workers/worker_service.py", line 114, in worker_job_wrapper
ret = func(**func_args) # pylint: disable=W0142
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/workers/wrapper_jobs.py", line 22, in apply_policies_job
policy_configurations=policy_configurations
File "/var/www/apperian/easeweb/websvc/easesvcpy/easesvc/services/policy/app_policy_service.py", line 216, in apply_policies_to_app
raise exc
OSError: [Errno 1] Operation not permitted: '/tmp/tmp44c0ZV/Payload/Actions.app/PulseSecure.dylib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment