Hi, I am using eclipse IDE and weblogic 8.1 server.When i do remote debugging in local server ,i am getting a message "Failed to connect to remote vm.connection refused".All my settings are correct.Can anybody help me out to solve this?
I had the same problem with port 8000. I changed the port to 8085 (an open port) and then everything started working. You can use any port that you would like that is not being currently used.
Look for address in your startup script and changed it to something else -Xdebug -Xrunjdwp:transport=dt_socket,address=8085,server=y,suspend=