Reputation: 3471
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?
Upvotes: 0
Views: 725
Reputation: 7569
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
Upvotes: 1