facebook

— Externally Launched Server — [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #234369 Reply

    SEanLon11
    Member

    I am trying to debug a “MyEclipse Externally Launched Server”, and it continuously explodes giving me the error, “Failed to connect to Remote VM. Connection refused”.

    This server runs fine from the command line, but I would like to be able to debug it, and web apps, from within MyEclipse.

    I am using Eclipse 3.0 and the MyEclipse plug-in for this version.

    Any suggestions??

    Thanks in advance,
    SEan

    #234382 Reply

    Hello,

    The most likely cause of your problem is that you are running (the remote server) in -non- debug mode.

    When you run a JVM in Debug-Mode; it prepares itself to listen for Debug-Commands.
    But if you do not explicitly run That JVM in Debug-Mode; it will -not- do it.

    Every JVM has its own arguments to Run-It on Debug-Mode. But it is most likely to be -debug. And it may require additional arguments. You can find it in the Documentation of the JVM that you are using.

    Saludos

    #234383 Reply

    SEanLon11
    Member

    Thanks for your quick reply. That worked perfectly.

    SEan

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: — Externally Launched Server — [Closed]

You must be logged in to post in the forum log in