Bug 20310 - CVS timeout
Summary: CVS timeout
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin McGuire CLA
QA Contact:
URL:
Whiteboard:
Keywords: faq
Depends on:
Blocks:
 
Reported: 2002-06-13 21:34 EDT by Judson Lester CLA
Modified: 2002-06-17 16:49 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Judson Lester CLA 2002-06-13 21:34:22 EDT
v 20020604 
 
 When I try to access a CVS repository in Eclipse, the repository   
appears in the Exploring Perspective, with Branches, HEAD and Versions.  
However, when I try to expand HEAD, a> Eclipse hangs for a while (~ a 
minute) - it looks like it's blocking on the CVS connection.  b> after 
the wait, it returns with "Interrupted IO: Timeout while closing output 
stream."  The CVS server logs "connection made" at the beginning, and 
then 'cvs root: ""'.   
 
This does not happen on the Windows box I've also got running the same 
release.
Comment 1 Michael Valenta CLA 2002-06-14 09:02:31 EDT
There is nothing platform specific in out code so we should get the same 
behavior on both platforms. Could you give us the details of your setup (JRE 
used, CVS server version, is the server and client on the same machine, etc). 
Also, is there anything in the .metadata/.log file found in your workspace 
directory.
Comment 2 Judson Lester CLA 2002-06-14 19:07:49 EDT
I'm using IBM 1.3.0 JRE.  The cvs is connecting to a remote server.   
Which is running cvsd 0.6-2 and cvs 1.10.8 on Redhat 7.0. 
 
Running eclipse on the Linux box, my .metadata/.log file contains 4 
lines like this: 
!ENTRY org.eclipse.team.cvs.core 2 -22 Jun 13, 2002 12:38:04.930 
!MESSAGE Unable to determine server version. Host 'cvs.etool.com' does 
not support the 'cvs version' command. Although most functionality 
works, use version 1.11.1p1 or later for full support. 
 
 
 
Comment 3 Judson Lester CLA 2002-06-14 19:54:36 EDT
Just upgraded the cvs server, and no longer get anything in the log,      but a> the notices may have been entered when I added the repository,      which b> I cannot now remove in the UI - needed to move the workspace.          Now, I can't make the connection to the repository.  I also can't  connect to the anonymous repository at dev.eclipse.org.  I keep getting these Timeout while closing output stream errors.     
Comment 4 Michael Valenta CLA 2002-06-17 08:45:27 EDT
Could you try a more recent JRE (1.3.1)? There is a link off of the F3 download 
page which has a list of more recent JREs tat you could try.
Comment 5 James Moody CLA 2002-06-17 13:07:40 EDT
Is there any chance you are behind a firewall that blocks pserver connections?
Comment 6 Judson Lester CLA 2002-06-17 16:28:10 EDT
 Updating to Sun's 1.3.1 seems to have fixed it.