Error when connecting to repository

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
dist0rti0n
Posts: 112
Joined: Mon May 01, 2006 10:50 pm
Location: Birmingham, AL

Error when connecting to repository

Post by dist0rti0n » Thu Jan 10, 2008 12:55 pm

The wait completed due to an abandoned mutex.

What does that mean?

I can connect to other repositories on the same server. Restarting the client does not help.

TIA
<a href="http://www.vertagen.com">Vertagen Solutions</a>

dist0rti0n
Posts: 112
Joined: Mon May 01, 2006 10:50 pm
Location: Birmingham, AL

Post by dist0rti0n » Thu Jan 10, 2008 12:59 pm

And then after that I get a never-ending loop of this:

Object reference not set to an instance of an object.
<a href="http://www.vertagen.com">Vertagen Solutions</a>

dist0rti0n
Posts: 112
Joined: Mon May 01, 2006 10:50 pm
Location: Birmingham, AL

Post by dist0rti0n » Thu Jan 10, 2008 1:06 pm

Here's the SOAP response from the server (Thankfully this is a test machine):

Code: Select all

HTTP/1.1 100 Continue

HTTP/1.1 200 OK
Date: Thu, 10 Jan 2008 19:04:10 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 717

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetRepositoryStructureResponse xmlns="http://www.sourcegear.com/schemas/vault"><GetRepositoryStructureResult>0</GetRepositoryStructureResult><dtLatestServerSecurityCheck><Ticks>583644276000000000</Ticks></dtLatestServerSecurityCheck><nReturnTargetRevision>3304</nReturnTargetRevision><rd><BaseRevision>3304</BaseRevision><TargetRevision>3304</TargetRevision><BaseName>EAMS - SCM POC</BaseName><TargetName>EAMS - SCM POC</TargetName></rd></GetRepositoryStructureResponse></soap:Body></soap:Envelope>HTTP/1.1 100 Continue

HTTP/1.1 200 OK
Date: Thu, 10 Jan 2008 19:04:10 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 572

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetCheckOutListChangesResponse xmlns="http://www.sourcegear.com/schemas/vault"><GetCheckOutListChangesResult>0</GetCheckOutListChangesResult><nCheckoutListRevision>1262</nCheckoutListRevision><dtLastLockDate><Ticks>583644276000000000</Ticks></dtLastLockDate><bRefreshList>false</bRefreshList></GetCheckOutListChangesResponse></soap:Body></soap:Envelope>
<a href="http://www.vertagen.com">Vertagen Solutions</a>

Post Reply