Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Remote Debug, Connection refused
Remote Debug, Connection refused [message #154942] Thu, 01 June 2006 20:34
Eclipse UserFriend
Originally posted by: erictse2.gmail.com

Hi I was trying to debug a remote application server using eclipse

I first set something to java such that


/export/dsee/dsee-binaries/jre/bin/java -Xmx2000M -Xms2000M -XX:NewRatio=2
-Xdebug -Xnoagent
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend= n.. serverclass
and seems that it started up properly without any error msg ..

and the version is
java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Server VM (build 1.5.0_03-b07, mixed mode)

Eclipse SDK

Version: 3.1.2
Build id: M20060118-1600


After I do the gui, debug -> remote Java Application (my javasrc)->(my
project, standard socket attach, host, 8787 ) -> debug


I got Femote failed to connect to remote VM. Connection refused
when I ps the system .. the java process is running with that option ..

I feel like it is a network/connection/permission issue .. can anyone help
me out ? Anything I can configure on the eclipse side that I can solve it
.. or i need to do something on the system?

thanks a lot in advance

eric
Previous Topic:How does one monitor events in Eclipse (run, save, refactor, etc.)?
Next Topic:Export external tools
Goto Forum:
  


Current Time: Fri Apr 19 14:16:42 GMT 2024

Powered by FUDForum. Page generated in 0.03530 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top