Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Errors during installing new features for Galileo
Errors during installing new features for Galileo [message #504755] Tue, 22 December 2009 08:23
Mrinal Kanti MahatoFriend
Messages: 11
Registered: July 2009
Junior Member
I am using the 64-bit version of Galileo on Win 7 Ultimate 64 bit on 64 bit JDK 1.6 with default Vista network drivers. While installing new features on top of the existing Eclipse 3.5.1 SDK, I am consistently getting the following errors.

!ENTRY org.eclipse.ecf.provider.filetransfer 4 1001 2009-12-22 02:24:36.842
!MESSAGE Transfer Exception
!STACK 0
java.io.IOException: Write error
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:260)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.handleReceivedData(AbstractRetrieveFileTransfer.java:209)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:141)
	at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.ecf.provider.filetransfer 4 1001 2009-12-22 02:38:31.723
!MESSAGE Transfer Exception
!STACK 0
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
	at org.apache.commons.httpclient.ContentLengthInputStream.read(ContentLengthInputStream.java:170)
	at java.io.FilterInputStream.read(FilterInputStream.java:116)
	at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108)
	at java.io.FilterInputStream.read(FilterInputStream.java:90)
	at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:127)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:140)
	at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.ecf.provider.filetransfer 4 1001 2009-12-22 17:43:40.980
!MESSAGE Transfer Exception
!STACK 0
java.io.IOException: The handle is invalid
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:260)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.handleReceivedData(AbstractRetrieveFileTransfer.java:209)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:141)
	at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Some of these look like network issues while some could be due to file I/O. Searching for these errors on the net didn't fetch any useful results. Has anyone faced these issues earlier on this build? Is there any workaround available for them? I have already tried this on fresh installations and I really do not feel confident after the update process even though it completes successfully.

Is it possible to switch mirrors during the update process so that network issues with faulty mirrors can be ruled out? I remember the Eclipse classic update used to provide this option.

So far the Win 7 network drivers have not caused any apparent issues in other applications which heavily use them, so I am ruling out this cause.

Any help in debugging/resolving these issues would be highly appreciated.
Previous Topic:Eclipse 3.3 Solaris Motif build
Next Topic:Hide Common Navigator Content based on active Perspective
Goto Forum:
  


Current Time: Thu Apr 25 15:39:54 GMT 2024

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

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

Back to the top