Eclipse server problems "Failed to connect to remote VM"

0

Dear, I am trying to restart the server from eclipse and when restarting it in debug mode, it throws the following message:

  

Failed to connect to remote VM. Connection refused.   Connection refused: connect

Estimated fialmente to solve the inconvenience quickly in honor of the time the process was.

  • Finish eclipse processes.
  • End JAVA processes.
  • Raise the development environment again.
  • I hope that someone can comment on the reason why this problem occurs.

    As a comment, they explained to me that certain threads of processes on the server did not finish correctly and were taken. I hope to receive more information by someone who has more knowledge. Greetings.

        
    asked by Stevn 07.12.2016 в 14:47
    source

    1 answer

    0

    To be able to debug in Weblogic you have to modify the boot script, startWebLogic.cmd , and add:

    set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n
    

    Have you done that step?

        
    answered by 01.02.2017 в 08:34