I bring up another scratch system to see if I can reproduce it. Unfamiliar with Python, what would I need to do? I installed Java 1.8, then ran 'bin/storm supervisor &' from storm home directory.
On Sun, May 1, 2016 at 11:47 PM, Erik Weathers <[email protected]> wrote: > Do you know what precise package version of Python you were running before > the upgrade? Would be nice to be able to look up the exception backtrack > lines of code. > > - Erik > > > On Sunday, May 1, 2016, Joaquin Menchaca <[email protected]> wrote: >> >> I have no idea why this was happening. It was on an Ubuntu 14.04 image, >> but after I did an apt-get upgrade, everything worked. I was curious if >> anyone came across this, but it not, leave it as some bizarre anomaly. >> >> On Fri, Apr 29, 2016 at 4:59 PM, Joaquin Menchaca <[email protected]> >> wrote: >>> >>> And it says missing file. This is from the 0.10.0 tarball. >>> >>> I tried a bin/storm supervisor & >>> >>> $ Traceback (most recent call last): >>> File "bin/storm.py", line 568, in <module> >>> main() >>> File "bin/storm.py", line 565, in main >>> (COMMANDS.get(COMMAND, unknown_command))(*ARGS) >>> File "bin/storm.py", line 377, in supervisor >>> jvmopts = parse_args(confvalue("supervisor.childopts", cppaths)) + [ >>> File "bin/storm.py", line 137, in confvalue >>> p = sub.Popen(command, stdout=sub.PIPE) >>> File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ >>> errread, errwrite) >>> File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child >>> raise child_exception >>> OSError: [Errno 2] No such file or directory >>> >>> [1]+ Exit 1 bin/storm supervisor >>> >>> >>> -- >>> >>> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。 >> >> >> >> >> -- >> >> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。 -- 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
