question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't connect to Che server with debug session

See original GitHub issue

Following this docs Che server should be available for debugging it torn on DevMode but this is not work.

Reproduction Steps:

  1. 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
  2. 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:

cli.log

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vparfonovcommented, Dec 14, 2016

Confirm works for now

0reactions
benoitfcommented, Dec 13, 2016

@vparfonov please test with pulling again the cli image @vparfonov and reopen issue if it’s still not working for you

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found