Can't connect to Che server with debug session
See original GitHub issueFollowing this docs Che server should be available for debugging it torn on DevMode but this is not work.
Reproduction Steps:
- Start Che with this command:
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
- Try to connect debug session to the host: 172.17.0.1 port: 8000 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:
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Error: Unable to Start Debugging on the Web Server
Open your project properties and make sure that the project is configured to connect to the correct Web server and launch URL. (Open...
Read more >Visual Studio "Unable to start debugging on the web server ...
Open Command Prompt (Run as Administrator). Write iisreset /restart. Now, go back to your VS and debug. It will debug your solution.
Read more >Troubleshooting common PHP debugging issues | PhpStorm ...
When the debugger cannot connect or refuses the connection, check the following: Make sure Xdebug or Zend Debugger are configured to connect to ......
Read more >Debugger in Service Studio is not working - OutSystems Support
In Edit menu, under Preferences, check the Use One Connection per Request in Debugger option.
Read more >Can´t start debug session anymore - Mbed Studio
Version 1.2.1 seems to suffer from the same problem. The gdb server is started on port 50000, then a connection to localhost:49999 times...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirm works for now
@vparfonov please test with pulling again the cli image @vparfonov and reopen issue if it’s still not working for you