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

vague errors when go-ping does not exist #14

Open
Dieterbe opened this issue Jun 25, 2015 · 2 comments
Open

vague errors when go-ping does not exist #14

Dieterbe opened this issue Jun 25, 2015 · 2 comments

Comments

@Dieterbe
Copy link
Contributor

was getting this in dev stack:

[2015-06-25 22:27:38.852] [INFO] PID:23 - starting up go-ping server
[2015-06-25 22:27:38.855] [INFO] PID:23 - launching worker process.
[2015-06-25 22:27:38.857] [INFO] PID:23 - launching worker process.

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:988:11)
    at Process.ChildProcess._handle.onexit (child_process.js:779:34)

i noticed go-ping binary did not exist, but this error should be clearer

@ctdk
Copy link
Contributor

ctdk commented Jun 25, 2015

I had pulled go-ping out of the repo so that you can just build it locally, incidentally. We'll either need to add that build step, or have the dev stack use the package.

@ctdk
Copy link
Contributor

ctdk commented Jun 25, 2015

(that said the collector errors are really vague indeed)

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

2 participants