Server error when viewing source code via web interface

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

Server error when viewing source code via web interface

Post by dist0rti0n » Wed Jan 23, 2008 10:59 pm

I rather enjoy the ability to browse the source code via the web interface but I've noticed a rather bizzarre behavior. I'll be drilling down to a file and sometimes this happens when clicking the file name, other times it happens when clicking the "From Previous" option or the Blame option. The web interface will appear to freeze after clicking on the link, in IE7 you'll get the spinning donut icon and then nothing. If you go to the Fortress client while its doing this and attempt to view the file you'll recieve this error:

The server returned an unknown status code (80).

I checked the server log and this is what I found:

----1/23/2008 10:00:25 PM admin--local-192-168-1-1.local.lan(192.168.1.1)--SSL Disabled System.Web.HttpException: The remote host closed the connection. The error code is 0x80072746.
at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[] status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32 doneWithSession, Int32 finalStatus, Boolean& async)
at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean isFinal)
at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush)
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpResponse.Flush()
at System.Web.HttpWriter.Write(String s)
at System.Web.UI.CssTextWriter.WriteAttribute(TextWriter writer, HtmlTextWriterStyle key, String name, String value)
at System.Web.UI.CssTextWriter.WriteAttributes(TextWriter writer, RenderStyle[] styles, Int32 count)
at System.Web.UI.HtmlTextWriter.RenderBeginTag(HtmlTextWriterTag tagKey)
at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer)
at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)
at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
<a href="http://www.vertagen.com">Vertagen Solutions</a>

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Jan 24, 2008 8:59 am

No other errors in the server's log?
Jeff Clausius
SourceGear

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

Post by dist0rti0n » Fri Jan 25, 2008 12:44 pm

Nope, thats it.

I've noticed this appears to happen on my copy of Fortress I run personally at home and on the server at work.
<a href="http://www.vertagen.com">Vertagen Solutions</a>

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Fri Jan 25, 2008 3:24 pm

Hmm... I can understand the web client error, but do not have any answers about the Vault client.

About the only thing I can say is to place the Server in 'Debug logging' mode to see if that sheds some more light on what is occurring in the server during this scenario.
Jeff Clausius
SourceGear

Post Reply