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.

Reply via email to