Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347256 - eclipse on windowsXp can't remote debug Linux java application
Summary: eclipse on windowsXp can't remote debug Linux java application
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 03:54 EDT by TK CLA
Modified: 2011-05-27 12:33 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TK CLA 2011-05-26 03:54:37 EDT
Build Identifier: M20080911-1700

eclipse on windowsXp can't remote debug Linux java application which run under Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java application ,it works.is there something related to my intranet connection proxy?

Reproducible: Always

Steps to Reproduce:
1.configuration the eclipse remote debug
2.try to debug
3.failed(timeout)
Comment 1 Michael Rennie CLA 2011-05-26 10:30:41 EDT
(In reply to comment #0)
> Build Identifier: M20080911-1700
> 
> eclipse on windowsXp can't remote debug Linux java application which run under
> Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java
> application ,it works.is there something related to my intranet connection
> proxy?

There could be, without knowing the exact setup of your two systems I could not say for sure. This does sound like a configuration problem.

Things to consider when trying to debug across a network:

1. when you start the program you want to debug you have to make sure that the port you specified is properly visible / forwarded as needed (so other computers can connect to it)

2. make sure there are no firewalls, etc blocking the VM traffic
Comment 2 Michael Rennie CLA 2011-05-27 12:33:42 EDT
closing as worksforme, across network debugging works fine when configured properly.

There is some information about common launching problems on our wiki: http://wiki.eclipse.org/Debug/FAQ#Launching