We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
while trying to debug a JUnit test, the debugger simply crashes on start with these messages on the console:
ERROR: transport error 202: connect failed: Connection refused ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:700]
I have already given Eclipse full network access, so I'm not sure how the Java process is refusing connection.
This appears some what similar to #36, which had CDT also refusing connection to a localhost port.
The text was updated successfully, but these errors were encountered:
Adding 127.0.0.1 localhost into /etc/hosts fixes this issue. Not sure why... I was just trying out some of the fixes here, although most of them do not apply on Linux: https://stackoverflow.com/questions/7487526/unable-to-debug-in-java-with-eclipse
127.0.0.1 localhost
/etc/hosts
Sorry, something went wrong.
No branches or pull requests
Hello,
while trying to debug a JUnit test, the debugger simply crashes on start with these messages on the console:
I have already given Eclipse full network access, so I'm not sure how the Java process is refusing connection.
This appears some what similar to #36, which had CDT also refusing connection to a localhost port.
The text was updated successfully, but these errors were encountered: