You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows host, run IntelliJ, setup remote JVM debug to Attach to remote JVM to localhost:8000
Run the above debug configuration
Expected Behavior
IntelliJ debugger can connect to port 8000
Actual Behavior
Unable to open debugger port (Connection refused: connect)
Diagnostic Logs
I use the same recipe for Docker with WSL2 backend, IntelliJ can connect to debug port, but not Podman running inside WSL2, so maybe there is some problem with forwarding TCP port.
Both Docker and Podman containers port 8080 (HTTP) can be accessed by using localhost:8080.
Here is netstat output for Docker and Podman port (I run them at the same time, so setting Docker on 8000 and Podman on 8001).
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Version
Microsoft Windows [Version 10.0.19042.1348]
WSL Version
Kernel Version
5.10.16
Distro Version
Ubuntu 20.04 LTS
Other Software
Podman version 3.3.1
IntelliJ 2021.2.3 (Community Edition)
Repro Steps
Restart computer, inside Ubuntu check if vsyscall=emulate is in output
Install Java 1.8 and Tomcat 7
Setup Catalina option in /usr/share/tomcat/conf/tomcat.conf with the below option
service tomcat start
Attach to remote JVM
to localhost:8000Expected Behavior
IntelliJ debugger can connect to port 8000
Actual Behavior
Unable to open debugger port (Connection refused: connect)
Diagnostic Logs
I use the same recipe for Docker with WSL2 backend, IntelliJ can connect to debug port, but not Podman running inside WSL2, so maybe there is some problem with forwarding TCP port.
Both Docker and Podman containers port 8080 (HTTP) can be accessed by using localhost:8080.
Here is netstat output for Docker and Podman port (I run them at the same time, so setting Docker on 8000 and Podman on 8001).
The text was updated successfully, but these errors were encountered: