-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't connect to Che server with debug session #3367
Comments
I did investigation on that and it seems i've found the issue. locally I did same way as in codenvy https://github.com/codenvy/codenvy/blob/master/dockerfiles/codenvy/entrypoint.sh#L44 here we always use I can issue PR with my changes but Im not sure it is a good solution for CHE so @benoitf @TylerJewell I need your help here I don;t know how to fix that |
Let's solve this immediately after roadmap call. |
…a mode) Fix #3367 Change-Id: I1de413e1e7b5fce4631055811b2b2b879b3052aa Signed-off-by: Florent BENOIT <[email protected]>
I've submitted fix #3371 for now as eclipse/che-server image is also used by the launcher we had to use the same setting (CHE_DEBUG_SERVER) |
…a mode) (#3371) Fix #3367 Change-Id: I1de413e1e7b5fce4631055811b2b2b879b3052aa Signed-off-by: Florent BENOIT <[email protected]>
@vparfonov please test with pulling again the cli image |
Confirm works for now |
…a mode) (eclipse-che#3371) Fix eclipse-che#3367 Change-Id: I1de413e1e7b5fce4631055811b2b2b879b3052aa Signed-off-by: Florent BENOIT <[email protected]>
Following this docs Che server should be available for debugging it torn on DevMode but this is not work.
Reproduction Steps:
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/vetal/che:/data -v /home/vetal/codenvy/projects/che:/repo eclipse/che-cli:nightly start
Expected behavior:
Debug session should be connected
Observed behavior:
Error running Unnamed: Unable to open debugger port (172.17.0.1:8000): java.net.ConnectException "Connection refused"
Che version: 5.0.0-M9-SNAPSHOT
OS and version: Ubuntu 16.04
Docker version: 1.12.3
Che install: Docker container
Additional information:
cli.log
The text was updated successfully, but these errors were encountered: