-
Notifications
You must be signed in to change notification settings - Fork 191
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
Connection refused while trying "Run your first Node.js unikernel" guide #152
Comments
the unik daemon isn't running. are you sure that it's running? |
it looks like the instance listener is up and running |
can you grab a screenshot of the instance listener vm logs? |
Happy to, not sure how to exactly :) |
open up virtualbox -> click on the instance listener vm (VboxInstanceListener) -> show |
Was the gist what you needed? Anything I can provide to help diagnose? |
Encountering the same issue following the Java guide, any updates? :/ |
Same problem here (tried same troubleshooting steps including changing the port to 9967 because I saw the same messages with the unik daemon) unik master branch 56aac9e |
I have the same problem! Has anyone managed to resolve the issue ? |
Once i run my express code on goormide, it constantly shows 'Connection refused', can anyone help me resolve it? |
One I run
unik build
, it fails as I get the following:I noticed that running
unik daemon
outputtedINFO[0000] UDP Server listening on 0.0.0.0:9967
, so I triedunik target --host localhost --port 9967
but same results.My setup:
macOS High Sierra 10.3.3
VirtualBox 5.2.6 r120293
Docker 17.12.0-ce-mac49
Node v9.3.0
The text was updated successfully, but these errors were encountered: