Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse cannot connect to RCSNV server
Eclipse cannot connect to RCSNV server [message #69789] Thu, 26 May 2005 02:43 Go to next message
Eclipse UserFriend
Originally posted by: svdwal.mBrainSoftware.com

When I am trying to get Eclipse connected to a remote CVSNT the connection
is refused and the log has the following stack dump (at the bottom). Using
the remote host's name instead of it's IP address doesn't work either.
Connecting to the eclipse CVS works fine.

I followed procedures for setting up Eclipse and CVSNT as in David
Clarkson's Eclipse distilled, adjusted for a later CVSNT version. I followed
procedures for setting up CVSNT itself according to the CVSNT wiki site.

I' appreciate it is somebody could point me in the right direction on this,
but not in system administrator lingo. The system is a win2K SP 4 server and
a winxp SP2 laptop client. Obvious things like firewalls and virus scanners
are not the problem.

--
Sander van der Wal
www.mBrainSoftware.com

!SUBENTRY 1 org.eclipse.team.cvs.core 4 -6 2005-05-25 09:41:55.890
!MESSAGE Could not connect to :pserver:svdwal@192.168.39.1:/CVS/Repository:
Socket Exception: Connection reset
!STACK 0
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at
org.eclipse.team.internal.core.streams.PollingInputStream.re ad(PollingInputStream.java:120)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at
org.eclipse.team.internal.ccvs.core.connection.Connection.re adLine(Connection.java:160)
at
org.eclipse.team.internal.ccvs.core.connection.PServerConnec tion.authenticate(PServerConnection.java:157)
at
org.eclipse.team.internal.ccvs.core.connection.PServerConnec tion.open(PServerConnection.java:107)
at
org.eclipse.team.internal.ccvs.core.connection.Connection.op en(Connection.java:127)
at
org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.createConnection(CVSRepositoryLocation.java:549)
at
org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.openConnection(CVSRepositoryLocation.java:790)
at
org.eclipse.team.internal.ccvs.core.client.Session.open(Sess ion.java:148)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetcher.performUpdate(RemoteFolderMemberFetcher.java:94)
at
org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration$InternalRemoteFolderMemberFetcher.performUpdate(Fetch MembersOperation.java:67)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetcher.fetchMembers(RemoteFolderMemberFetcher.java:61)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetcher.fetchMembers(RemoteFolderMemberFetcher.java:52)
at
org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration.execute(FetchMembersOperation.java:105)
at
org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.ru n(CVSOperation.java:87)
at
org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.fetchD eferredChildren(CVSTagElement.java:133)
at
org.eclipse.ui.progress.DeferredTreeContentManager$1.run(Def erredTreeContentManager.java:168)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!SESSION 2005-05-25
09:43:10.953 -----------------------------------------------
eclipse.buildId=I200411050810
java.version=1.4.2_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Command-line arguments: -showlocation
Re: Eclipse cannot connect to RCSNV server [message #69800 is a reply to message #69789] Thu, 26 May 2005 03:54 Go to previous messageGo to next message
Eclipse UserFriend
"Sander van der Wal" <svdwal@mBrainSoftware.com> wrote in message
news:d73tpo$368$1@news.eclipse.org...
> When I am trying to get Eclipse connected to a remote CVSNT the connection
> is refused and the log has the following stack dump (at the bottom).
Sander, were you able to access your CVSNT repo with another CVS client,
like TortoiseCVS?
http://sourceforge.net/projects/tortoisecvs
That is typically a good way to see if this is an Eclipse problem or a CVS
server problem.
If it works OK with Tortoise.
Also was version of OS does your CVSNT run on? Which service pack if win32?
Re: Eclipse cannot connect to RCSNV server [message #70234 is a reply to message #69800] Fri, 27 May 2005 05:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: svdwal.mBrainSoftware.com

"Philippe Ombredanne" <pombredanne@nexb.com> schreef in bericht
news:d73vhu$4vt$1@news.eclipse.org...
>
> "Sander van der Wal" <svdwal@mBrainSoftware.com> wrote in message
> news:d73tpo$368$1@news.eclipse.org...
>> When I am trying to get Eclipse connected to a remote CVSNT the
>> connection
>> is refused and the log has the following stack dump (at the bottom).
> Sander, were you able to access your CVSNT repo with another CVS client,
> like TortoiseCVS?
> http://sourceforge.net/projects/tortoisecvs
> That is typically a good way to see if this is an Eclipse problem or a CVS
> server problem.
> If it works OK with Tortoise.

It is an cvsnt problem. TortioseCVS says when I add a file

ln E:\: "e:\Program Files\TortoiseCVS\cvs.exe" "-q" "add" "reltools.ini"
CVSROOT=

cvs.exe [add aborted]: cannot open CVS/Repository: Permission denied

Error, CVS operation failed

But I have all permissions set for Evryone and SYSTEm on the E:\CVS folder
and all folders below.

THis i on the server itself, so local access.

But it isn't an eclips problem.

> Also was version of OS does your CVSNT run on? Which service pack if
> win32?

Win2K, SP4. Just updated to the latest essential fixes.

--
Sander van der Wal
www.mBrainSoftware.com
Re: Eclipse cannot connect to RCSNV server [message #71456 is a reply to message #70234] Mon, 30 May 2005 14:40 Go to previous message
Eclipse UserFriend
"Sander van der Wal" wrote:
> It is an cvsnt problem. TortioseCVS says when I add a file
> Error, CVS operation failed
> But I have all permissions set for Evryone and SYSTEm on the E:\CVS folder
> and all folders below.
Sander you may want to check some place where you have info on how to set
CVS .
You may not find it here...;-)
One pointer out how many:
http://weblog.cemper.com/a/200307/28-cvs-version-control-on- windows-in-10-minutes.php
Previous Topic:Out commenting code don't work!
Next Topic:Two external java projects in the same dir tree
Goto Forum:
  


Current Time: Wed Jul 16 10:29:43 EDT 2025

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

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

Back to the top