facebook

Eclipse failed to connect to remote vm. connection refused

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #208735 Reply

    LmcG
    Member

    Hi,

    Im very sorry if this has already been covered, im new to eclipse and to weblogic so i’m not sure what’s happening. I would relly appreciate any help you could give me.

    I’ve launched weblogic 6.1 and set its debug port(?) to 5000
    Then ive opened eclipse 3.0 and open the .java file I want go to debug and debug it as a remote application at port 5000.

    It comes up with this error
    :Eclipse failed to connect to remote vm. connection refused

    Is there a way to fix this?
    Am i using the wrong versions?

    #208743 Reply

    Riyad Kalla
    Member
    #209439 Reply

    zchen
    Member

    I am having the same issue, running Eclipse 3.0 and Weblogic 6.1. I have notice my debugging port is listening. Has this issue been resolved ?

    Thanks

    John

    #209443 Reply

    Riyad Kalla
    Member

    John,
    We aren’t aware of an issue persay… did you try the links above? Are you setting up remote debugging properly for WebLogic?

    #209445 Reply

    Scott Anderson
    Participant

    If you’re trying to debug a local instance of WebLogic, you can simply configure oure WebLogic connector and use it to launch the server. Then, all your debugging will work without any thought of remote debug configuration.

    #209587 Reply

    zchen
    Member

    I have setting up the remote debugging for Weblogic. Now I am trying to configure my Weblogic connector, but I could not find it on my Eclipse. How can I do that ?

    Thanks

    John

    #209665 Reply

    Scott Anderson
    Participant

    John,

    Can you please post the information we request in the Posting Guidelines thread at the top of this forum please? That will give us some context from which to start.

    #225224 Reply

    Jitesh
    Member

    I am doing the debugging with Tomcat 5.0.28 VM.
    I start the server with debugging options by doing as follows :
    1.)editing catalina.bat and adding the lines :
    set JPDA_TRANSPORT=dt_socket

    set JPDA_ADDRESS=8000
    AND
    2.)Editing startup.bat
    call “%EXECUTABLE%” jpda start %CMD_LINE_ARGS%

    Then I give the command catalina jpda start from command lineand the tomcat starts.

    But when I try to launch debugger I get the following error :
    Failed to connect to Remote VM.Connection refused.

    I have specified my m/c name and port in debugging info in the Eclipse(my eclipse version is 3.0).
    I am not using any plug-ins for debugging.
    Can anyone help me?

    #225942 Reply

    jenlid
    Member

    I’ve configured the weblogic 6.1 connector and debugging works fine, but I would like to prevent forking javac process when compiling jsps, is this possible?

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Eclipse failed to connect to remote vm. connection refused

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