4

I am trying to debug my Java server with IntelliJ. Every time I start the debugger it shows:

Error running game debug: Unable to open debugger port : java.net.ConnectException "Connection refused: connect"

I switched off the firewall for Windows, as well as my antivirus scanner, but it's still showing the error.

enter image description here

1
  • Did you add command line arguments mentioned in the first line to your java server command line? Commented Apr 24, 2015 at 8:53

1 Answer 1

1

Connection refused can be happened due to many reasons. It can be due to firewall or proxy. Please check in the Internet Connections whether you are using any proxy or not. If you are using any proxy, you have to use proxy through that you can create connection.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.