Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntp submit grid #212

Open
DouglasBurns opened this issue Jun 27, 2016 · 0 comments
Open

ntp submit grid #212

DouglasBurns opened this issue Jun 27, 2016 · 0 comments
Assignees
Milestone

Comments

@DouglasBurns
Copy link
Contributor

Presently ntp submit grid doesnt work.

An error when running the function call() in interpreter.py. Specifically line 288 :

child = subprocess.Popen(cmd_and_args,stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

ERROR:
File "/cvmfs/cms.cern.ch/crab3/slc6_amd64_gcc493/external/python/2.7.11-comp/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception

OSError: [Errno 2] No such file or directory

Looking at posts, I think it has something to do with: 'stdout=subprocess.PIPE, stderr=subprocess.PIPE' creating deadlocks or that the arguments are not given as a list of strings as opposed to just one string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants