You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 03:42:26 UTC

[jira] [Updated] (STORM-518) subprocess.py not found while executing "bin/storm nimbus" python startup script error

     [ https://issues.apache.org/jira/browse/STORM-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-518:
-------------------------------
    Component/s: storm-core

> 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
>          Components: storm-core
>    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)