Ravi, It looks like you don't have java installed or atleast "java" command is not in path. I tested this storm-0.9.3-rc1 on centos7 everything looks good to me. I was able to reproduce error by removing java . So please check if java is installed on your machine and its in path. -Harsha
On Sat, Nov 15, 2014, at 09:14 AM, Ravi Kiran wrote: > Hi Harsha, > > Its Storm 0.9.3-rc1. > > Regards Ravi > > On Sat, Nov 15, 2014 at 7:47 AM, Harsha <[email protected]> wrote: >> __ >> >> Hi Ravi, Which version of storm are you using. -Harsha >> >> >> On Sat, Nov 15, 2014, at 03:23 AM, Ravi Kiran wrote: >>> Hi , I have been trying to run Storm on Centos 7 with no luck. Has >>> anyone out there met any success ? >>> >>> The exception I get is >>> >>> Traceback (most recent call last): File "./storm", line 514, in >>> <module> main() File "./storm", line 511, in main >>> (COMMANDS.get(COMMAND, unknown_command))(*ARGS) File "./storm", line >>> 308, in nimbus jvmopts = parse_args(confvalue("nimbus.childopts", >>> cppaths)) + [ File "./storm", line 113, in confvalue p = >>> sub.Popen(command, stdout=sub.PIPE) File >>> "/root/Installers/Python-2.7.8/Lib/subprocess.py", line 710, in >>> __init__ errread, errwrite) File >>> "/root/Installers/Python-2.7.8/Lib/subprocess.py", line 1327, in >>> _execute_child raise child_exception OSError: [Errno 2] No such file >>> or directory >>> >>> Appreciate any help. >>> >>> Regards Ravi. >> >
