Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Uncaught error stack=Error: spawn ENOENT #2

Closed
LogIN- opened this issue Aug 15, 2014 · 1 comment
Closed

error: Uncaught error stack=Error: spawn ENOENT #2

LogIN- opened this issue Aug 15, 2014 · 1 comment

Comments

@LogIN-
Copy link

LogIN- commented Aug 15, 2014

Hi,
i configured nginx to serve http-tunnel.... anyway server is working fine but when i try to connect client to it on client i am getting following error:

2014-08-15T12:38:33.936Z - info: Secure connection established with tunnel server.
2014-08-15T12:38:33.944Z - info: Serving content through: http://test.xxx.com
2014-08-15T12:38:33.951Z - error: Uncaught error stack=Error: spawn ENOENT
    at exports._errnoException (util.js:742:11)
    at Process.ChildProcess._handle.onexit (child_process.js:1028:32)
    at child_process.js:1109:20
    at process._tickCallback (node.js:343:11), code=ENOENT, errno=ENOENT, syscall=spawn, stack=Error: spawn ENOENT
    at exports._errnoException (util.js:742:11)
    at Process.ChildProcess._handle.onexit (child_process.js:1028:32)
    at child_process.js:1109:20
    at process._tickCallback (node.js:343:11)

or without "uncaughtException" :

....
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: spawn ENOENT
    at exports._errnoException (util.js:742:11)
    at Process.ChildProcess._handle.onexit (child_process.js:1028:32)
    at child_process.js:1109:20
    at process._tickCallback (node.js:343:11)

my best guess its node problem, does anybody have any idea how to make it work, or anything else???

@LogIN-
Copy link
Author

LogIN- commented Aug 15, 2014

It seems pbcopy spawn was troubling

@LogIN- LogIN- closed this as completed Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant