| Summary: | FTP synchronization - major problems after move to 3.1 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Jeremy Beal <jbeal> |
| Component: | Team | Assignee: | Platform Team Inbox <platform-team-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | aliet, madjari, mail, rob |
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Jeremy Beal
I have also had this problem. We have had to revert to eclipse 3.0 as without synchronisation we are sunk. I have the same problem on a different machine configuration. My platform is Linux (SuSE 9.2) with JRE 1.5.0_06 and Eclipse 3.1.1. The interesting thing is, the plugin seems to work quite well with some FTP servers (ie my internet provider's), with others (ie ftp.fortunecity.de) it shows this annoying error. Same problems, tested on Windows Xp java sun sdk 1.5 update 4, 5 and 6, also tested in Debian GNU/Linux java gcj, Eclipse 3.1.1, against a Linux Box with vsftpd. Any ideas? (In reply to comment #0) > Can no longer get reliable performance in FTP synchronization after upgrading > Eclipse and WebDAV components to 3.1 - server machine is Redhat ES 3 > > I can not initially import files to a new project from the Redhat server. If I > create a new project, then try File...Import...FTP, > receive the following errors in error log: > > !SESSION 2005-08-05 09:58:57.595 ----------------------------------------------- > eclipse.buildId=I20050627-1435 > java.version=1.5.0_04 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US > Command-line arguments: -os win32 -ws win32 -arch x86 > > This is a continuation of log file C:\Eclipse 31 Projects\.metadata\.bak_0.log > Created Time: 2005-08-05 09:59:34.156 > > > !ENTRY org.eclipse.core.runtime 4 2 2005-08-05 10:01:05.855 > !MESSAGE An internal error occurred during: "Fetching children of > ftp://prototype.collectamerica.com". > !STACK 0 > org.eclipse.core.internal.runtime.AssertionFailedException: null argument: > at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.java:82) > at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.java:69) > at org.eclipse.ftp.internal.FTPClient.authenticate(FTPClient.java:611) > at org.eclipse.ftp.internal.FTPClient.open(FTPClient.java:177) > at org.eclipse.target.internal.ftp.FtpSite.run(FtpSite.java:140) > at > org.eclipse.target.internal.ftp.FtpTargetResource.run(FtpTargetResource.java:236) > at > org.eclipse.target.internal.ftp.FtpTargetResource.listFiles(FtpTargetResource.java:252) > at > org.eclipse.target.internal.ftp.FtpTargetResource.members(FtpTargetResource.java:82) > at > org.eclipse.target.internal.ui.TargetResourceElement.internalFetchChildren(TargetResourceElement.java:119) > at > org.eclipse.target.internal.ui.TargetResourceElement.fetchDeferredChildren(TargetResourceElement.java:105) > at > org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:192) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) |