Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CVS I/O Interrupted
CVS I/O Interrupted [message #159306] Thu, 20 November 2003 04:28 Go to next message
Eclipse UserFriend
Eclipse 2.1, CVS 1.11.2 on Solaris

I'm trying to synchronize a project with my repository and get an "I/O
Interrupted". No trace in the cvs console.

I have the same problem when programmaticly checking out large single
files in to different projects.

Anyone got a clue?

regards
Hampus Wingren
Re: CVS I/O Interrupted [message #159414 is a reply to message #159306] Thu, 20 November 2003 09:04 Go to previous messageGo to next message
Eclipse UserFriend
I know what it "probably" is. I have a plug-in project going and I can CVS
just fine at home, because my CVS server is on my home network. I can also
CVS just fine at work. We just recently had a network problem (severe
network slowdown) at work, and I kept getting the same error. More than
likely there is a stress-point or timeout actually coded into Eclipse. You
would not get a human-readable exception if there were not a coded block for
this. Anyhow, this is not the place to ask that question. Ask your same
question on the list where they do the Eclipse development. I am sure they
will know.

HTH,

David

--
David L. Whitehurst
aka. PiratePete
http://www.piratepetesoftware.com
dlwhitehurst@comcast.net
"Hampus Wingren" <hampus.wingren@foreningssparbanken.se> wrote in message
news:bpi1gd$h1q$1@eclipse.org...
> Eclipse 2.1, CVS 1.11.2 on Solaris
>
> I'm trying to synchronize a project with my repository and get an "I/O
> Interrupted". No trace in the cvs console.
>
> I have the same problem when programmaticly checking out large single
> files in to different projects.
>
> Anyone got a clue?
>
> regards
> Hampus Wingren
>
Re: CVS I/O Interrupted [message #159519 is a reply to message #159414] Thu, 20 November 2003 11:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

This is the right place to ask! Is there anything in the log file?

Michael

David Whitehurst wrote:

> I know what it "probably" is. I have a plug-in project going and I can CVS
> just fine at home, because my CVS server is on my home network. I can also
> CVS just fine at work. We just recently had a network problem (severe
> network slowdown) at work, and I kept getting the same error. More than
> likely there is a stress-point or timeout actually coded into Eclipse. You
> would not get a human-readable exception if there were not a coded block for
> this. Anyhow, this is not the place to ask that question. Ask your same
> question on the list where they do the Eclipse development. I am sure they
> will know.
>
> HTH,
>
> David
>
>
Re: CVS I/O Interrupted [message #159681 is a reply to message #159519] Thu, 20 November 2003 14:32 Go to previous messageGo to next message
Eclipse UserFriend
Michael:

Sorry. Was the CVS Plugin built by folks in here?

--
David L. Whitehurst
aka. PiratePete
http://www.piratepetesoftware.com
dlwhitehurst@comcast.net
"Michael Valenta" <Michael_Valenta@oti.com> wrote in message
news:3FBCE975.9080508@oti.com...
> This is the right place to ask! Is there anything in the log file?
>
> Michael
>
> David Whitehurst wrote:
>
> > I know what it "probably" is. I have a plug-in project going and I can
CVS
> > just fine at home, because my CVS server is on my home network. I can
also
> > CVS just fine at work. We just recently had a network problem (severe
> > network slowdown) at work, and I kept getting the same error. More than
> > likely there is a stress-point or timeout actually coded into Eclipse.
You
> > would not get a human-readable exception if there were not a coded block
for
> > this. Anyhow, this is not the place to ask that question. Ask your
same
> > question on the list where they do the Eclipse development. I am sure
they
> > will know.
> >
> > HTH,
> >
> > David
> >
> >
>
Re: CVS I/O Interrupted [message #159934 is a reply to message #159519] Fri, 21 November 2003 03:14 Go to previous messageGo to next message
Eclipse UserFriend
Nothing in the log file. It's probably not the network because commandline
cvs works like a dream. It only seems to happen with large files 6+MB but
when I do a checkout on the entire project containing the large file
everything works fine.
Because of the magnitude of our infrastructure (200+ different
eclipse-projects) the feature(in house) of fetching single jar-files from
the repository is invaluable.

Hampus




Michael Valenta wrote:

> This is the right place to ask! Is there anything in the log file?

> Michael

> David Whitehurst wrote:

> > I know what it "probably" is. I have a plug-in project going and I can CVS
> > just fine at home, because my CVS server is on my home network. I can also
> > CVS just fine at work. We just recently had a network problem (severe
> > network slowdown) at work, and I kept getting the same error. More than
> > likely there is a stress-point or timeout actually coded into Eclipse. You
> > would not get a human-readable exception if there were not a coded block
for
> > this. Anyhow, this is not the place to ask that question. Ask your same
> > question on the list where they do the Eclipse development. I am sure they
> > will know.
> >
> > HTH,
> >
> > David
> >
> >
Re: CVS I/O Interrupted [message #160086 is a reply to message #159934] Fri, 21 November 2003 09:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

Sounds like this is a bug of some sort. Please enter a bug report
against Platform CVS in bugzilla. Include the Eclipse version,
connection method, JVM, etc.


Micheal

Hampus Wingren wrote:

> Nothing in the log file. It's probably not the network because commandline
> cvs works like a dream. It only seems to happen with large files 6+MB but
> when I do a checkout on the entire project containing the large file
> everything works fine.
> Because of the magnitude of our infrastructure (200+ different
> eclipse-projects) the feature(in house) of fetching single jar-files from
> the repository is invaluable.
>
> Hampus
>
>
>
>
> Michael Valenta wrote:
>
>
>>This is the right place to ask! Is there anything in the log file?
>>
>
>>Michael
>>
>
>>David Whitehurst wrote:
>>
>
>>>I know what it "probably" is. I have a plug-in project going and I can CVS
>>>just fine at home, because my CVS server is on my home network. I can also
>>>CVS just fine at work. We just recently had a network problem (severe
>>>network slowdown) at work, and I kept getting the same error. More than
>>>likely there is a stress-point or timeout actually coded into Eclipse. You
>>>would not get a human-readable exception if there were not a coded block
>>>
> for
>
>>>this. Anyhow, this is not the place to ask that question. Ask your same
>>>question on the list where they do the Eclipse development. I am sure they
>>>will know.
>>>
>>>HTH,
>>>
>>>David
>>>
>>>
>>>
>
>
Re: CVS I/O Interrupted [message #160101 is a reply to message #159681] Fri, 21 November 2003 09:56 Go to previous message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

I am one of the CVS plugin committers and I read the newsgroup regularly
as do many others who can answer CVS questions. The developer lists are
for development issues not questions or problems encountered while using
Eclipse. Having said that, I don't mind if people ask CVS questions on
the platform-cvs-dev or platform-team-dev mailing lists but there are a
lot less people subscribed to those lists so an answer may take longer
to appear.

Michael

David Whitehurst wrote:

> Michael:
>
> Sorry. Was the CVS Plugin built by folks in here?
>
>
Previous Topic:Using Repositories from the Repositories-View!?
Next Topic:Modifying the editor's content
Goto Forum:
  


Current Time: Fri May 30 02:14:56 EDT 2025

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

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

Back to the top