I have a problem with my WebLogic Oracle server, now I’m using Java EE in Netbeans to make a simple Hello World application, and it keeps giving me this error:
org.netbeans.api.debugger.jpda.debuggerstartexception : connection Refused
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you running a debug there? Looks like the weblogic server in the given domain has no JPDA port enabled or the port you are using does not match the one configured in the server.
If you just want to run the hello world test, don’t use debug