Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 106186 - FTP synchronization - major problems after move to 3.1
Summary: FTP synchronization - major problems after move to 3.1
Status: RESOLVED DUPLICATE of bug 102785
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-05 12:06 EDT by Jeremy Beal CLA
Modified: 2006-01-16 08:50 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Beal CLA 2005-08-05 12:06:19 EDT
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)
Comment 1 Richard Home CLA 2005-11-14 07:52:56 EST
I have also had this problem. We have had to revert to eclipse 3.0 as without 
synchronisation we are sunk.
Comment 2 Andreas Madjari CLA 2005-12-24 07:59:39 EST
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.
Comment 3 Aliet Santiesteban Sifontes CLA 2005-12-25 15:27:19 EST
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? 
Comment 4 Todd Hill CLA 2006-01-15 20:08:21 EST
(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)
Comment 5 Michael Valenta CLA 2006-01-16 08:50:29 EST

*** This bug has been marked as a duplicate of 102785 ***