Getting connection refused on Remote Debugging. [message #29875] |
Fri, 04 March 2005 07:45 |
Eclipse User |
|
|
|
Following the instruction the new Eclipse book by Jim DAnjou, at al,
trying to setup External Tools to bring up Tomcat in Debug mode. I have
made this work before only to go back to delete the project and all its
external tools. So
I know it works.
Have done the following so far;
- Turned off the window-xps firewall
- Added port 8000 to java.policy
- Checked out the path to dt_socket.dll
- Uninstall and reinstall jre/jdk, Tomcat, and Eclipse.
- And some other minor useless things
Please help.
Thanks.
Ps. Have already restore my laptop twice from the scratch due to SAXParser
class not found and BundleEcxeption class not found.
Here is the log for this one;
!ENTRY org.eclipse.jdt.launching 4 113 Mar 03, 2005 20:39:01.417
!MESSAGE Failed to connect to remote VM. Connection refused.
!STACK 0
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.ja va:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at
org.eclipse.jdi.internal.connect.SocketTransportImpl.attach( SocketTransportImpl.java:47)
at
org.eclipse.jdi.internal.connect.SocketAttachingConnectorImp l.attach(SocketAttachingConnectorImpl.java:103)
at
org.eclipse.jdt.internal.launching.SocketAttachConnector.con nect(SocketAttachConnector.java:131)
at
org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaun chConfigurationDelegate.launch(JavaRemoteApplicationLaunchCo nfigurationDelegate.java:75)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:788)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:955)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
|
|
|
Powered by
FUDForum. Page generated in 0.33740 seconds