Bug 38432 - "Share project" fails w/ Connection reset
Summary: "Share project" fails w/ Connection reset
Status: RESOLVED DUPLICATE of bug 38430
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-VCM-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 15:50 EDT by Richard Clark CLA
Modified: 2003-06-05 14:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Clark CLA 2003-06-04 15:50:12 EDT
After creating a new project in Eclipse, attempting to use "Share Project" 
times out with "Socket Exception: Connection reset". (May be related to bug 
38430)

1) Make sure you have a repository that uses :pserver: authentication
2) Create a new project in Eclipse
3) Select "Team > Share Project..." from the context menu
4) Select "Finish"

The connection hangs after pserver authentication is finished. Note the 
following information from the debugging log (with all the "acceptable 
response" parts snipped):

Root /usr/local/cvsroot
CMD> cvs version
version
M Concurrent Versions System (CVS) 1.11.5 (client/server)
ok
RESULT> Status OKorg.eclipse.team.cvs.core code=0 ok null

Root /usr/local/cvsroot
CMD> cvs -n update -d ""
Global_option -n
Argument -d
Directory .
/usr/local/cvsroot/cvs-trial
Argument .
Directory .
/usr/local/cvsroot/cvs-trial
update
E cvs server: Updating .
E cvs server: cannot open directory /usr/local/cvsroot/cvs-trial: No such file o
r directory
E cvs server: skipping directory
ok
RESULT> Status ERRORorg.eclipse.team.cvs.core code=1 The following warnings were
 reported while performing the "cvs update" command. null children=[Status ERROR
org.eclipse.team.cvs.core code=-14 cvs server: cannot open directory /usr/local/
cvsroot/cvs-trial: No such file or directory null]

Root /usr/local/cvsroot
CMD> cvs import -m "Initial import" "cvs-trial" "vendor" "start"
Argument -b
Argument 1.1.1
Argument -m
Argument Initial import
Directory .
/usr/local/cvsroot/.
Argument cvs-trial
Argument vendor
Argument start
Directory .
/usr/local/cvsroot/
import
RESULT> org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException
: Socket Exception: Connection reset
Comment 1 Michael Valenta CLA 2003-06-05 11:21:30 EDT
This works for me on Windows XP. Is it repeatable for you. I'll try Windows 
2000 next, Can you give me your setup info (Eclips ebuild, Java VM). 
Comment 2 Richard Clark CLA 2003-06-05 11:51:52 EDT
This is 100% repeatable for me, unfortunately.

Eclipse version 2.1.0, build 200303272130 (2.1 release)

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\j2sdk1.4.1_02\jre\lib\endorsed
java.ext.dirs=C:\j2sdk1.4.1_02\jre\lib\ext
java.home=C:\j2sdk1.4.1_02\jre
java.io.tmpdir=C:\DOCUME~1\rdclark\LOCALS~1\Temp\
java.library.path=C:\j2sdk1.4.1_02
\bin;.;C:\WINNT\System32;C:\WINNT;C:\Tcl\bin;C:\Perl\bin\;c:\program 
files\imagemagick-5.5.3-q8;E:\Perl\bin\;D:\Perl\bin\;C:\PROGRA~1\MICROS~3
\Common\msdev98\BIN;C:\PROGRA~1\MICROS~3\VC98\BIN;C:\PROGRA~1\MICROS~3
\Common\msdev98\TOOLS\WINNT;C:\PROGRA~1\MICROS~3\Common\msdev98
\TOOLS;C:\j2sdk1.4.1_02\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32
\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;C:\Program 
Files\Metrowerks\CodeWarrior\Other Metrowerks Tools\Command Line 
Tools;C:\Program Files\Metrowerks\CodeWarrior\Win32-x86 
Support\Libraries\Runtime\Libs\MSL_All-DLLs;C:\Program 
Files\Metrowerks\CodeWarrior\Win32-x86 Support\Libraries\MFC\Libs;c:\emacs-20.7
\bin;c:\ant\bin;C:\cygwin\bin
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.1_02-b06
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.1_02
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.1_02-b06
line.separator=
Comment 3 Michael Valenta CLA 2003-06-05 14:12:24 EDT
I am fairly confident that the root problem for this bug and bug 38430 are the 
same. Marking as a duplicate.

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