[
https://issues.apache.org/jira/browse/STORM-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
P Ranjan updated STORM-518:
---------------------------
Description:
While starting storm via script "bin/storm nimbus" in 0.9.2
It kept giving the following python error under Ubuntu 12.
------------------------ERROR---------------------------------------------
p = sub.Popen(command, stdout=sub.PIPE)
File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
-------------------------------------------------------------------------------
by putting additional
"shell=True" param in each call of p = sub.Popen(command, stdout=sub.PIPE)
solved the issue.
> subprocess.py not found while executing "bin/storm nimbus" python startup
> script error
> ---------------------------------------------------------------------------------------
>
> Key: STORM-518
> URL: https://issues.apache.org/jira/browse/STORM-518
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.9.2-incubating
> Reporter: P Ranjan
> Priority: Minor
>
> While starting storm via script "bin/storm nimbus" in 0.9.2
> It kept giving the following python error under Ubuntu 12.
> ------------------------ERROR---------------------------------------------
> p = sub.Popen(command, stdout=sub.PIPE)
> File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
> errread, errwrite)
> File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory
> -------------------------------------------------------------------------------
> by putting additional
> "shell=True" param in each call of p = sub.Popen(command, stdout=sub.PIPE)
> solved the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)