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

docker style can't start up #1

Open
xuchao1129 opened this issue Mar 3, 2019 · 1 comment
Open

docker style can't start up #1

xuchao1129 opened this issue Mar 3, 2019 · 1 comment

Comments

@xuchao1129
Copy link

docker service video/audio/streaming/webrtc reports error msg during booting up.
error msg looks as following :

2019-03-03 10:48:54.498 - ERROR: ErizoAgent - failed to launch worker [email protected]_0 error: {"code":"ENOENT","errno":"ENOENT","syscall":"spawn ./node","path":"./node","spawnargs":["./erizoJS.js","[email protected]_0","video","[]","172.19.0.10","[email protected]"]}
video_1 | 2019-03-03 10:48:54.498 - ERROR: ErizoAgent - failed to launch worker [email protected]_1 error: {"code":"ENOENT","errno":"ENOENT","syscall":"spawn ./node","path":"./node","spawnargs":["./erizoJS.js","[email protected]_1","video","[]","172.19.0.10","[email protected]"]}
video_1 | 2019-03-03 10:48:54.499 - INFO: ErizoAgent - Node [email protected]_0 is closed on unexpected code: -2
video_1 | 2019-03-03 10:48:54.499 - INFO: ErizoAgent - Node [email protected]_1 is closed on unexpected code: -2

thmatuza added a commit that referenced this issue Mar 4, 2019
@thmatuza
Copy link
Owner

thmatuza commented Mar 4, 2019

I was testing with 4.1 only.
I noticed this one was added on daemon.sh in 4.1.1.
export NODE_DEBUG_ERIZO=1
I just added it on startup script(entrypoint.sh) and it works now.

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