Hi-
I am running a shiny-server as a non-root user on RedHat using the built from git master branch. While I am able to bring up the web, it failed whenever a child process is spawn. Details as below.
Is this because that I need to run the main process as root. I read some threading saying that the non-su tree will be merged into the master branch, has that been in yet? Thanks in advance:
Error:
[2014-05-02 08:36:25.357] [INFO] shiny-server - Starting listener on
0.0.0.0:3838[2014-05-02 08:36:45.212] [ERROR] shiny-server - Uncaught exception: Error: spawn ENOENT
[2014-05-02 08:36:45.213] [INFO] shiny-server - Stopping listener on
0.0.0.0:3838[2014-05-02 08:36:45.213] [INFO] shiny-server - Shutting down worker processes (with notification)
~/node_modules/shiny-server/lib/main.js:325
throw err;
^
Error: spawn ENOENT
at errnoException (child_process.js:988:11)
at Process.ChildProcess._handle.onexit (child_process.js:779:34)
~-7[8:36]% shiny-server --version
Shiny Server v1.1.0.0
Node.js v0.10.25
Feng