Hi there,

We have recently upgraded from ccnet  1.4.4.83 to 1.6.7981. We still
have some 1.4 servers. we are pointing new 1.6 dashboard to the old
servers with backwardsCompatible="true". Now with 1.6 dashboard
FileRetrieval.aspx is broken. It throws following exception.

On the server log it still says 2011-05-20 12:08:02,636 [3872:DEBUG]
Retrieving file 'output/Test-Report.16932.html' from 'Trunk Day Test
--- Unit Tests' like before while using 1.4 dashboard, which means
server part is responding correctly. Not sure if there is anything
that I have to configure in webdashboard to FileRetrieval.aspx to
work. Please help.

Thanks,
Sandeep

Exception:

Server Error in '/ccnet' Application.

Value cannot be null.
Parameter name: buffer

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: buffer

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: buffer]
   System.Web.HttpResponseStream.Write(Byte[] buffer, Int32 offset,
Int32 count) +11253068
 
ThoughtWorks.CruiseControl.Remote.RemotingFileTransfer.Download(Stream
destination) +30
 
ThoughtWorks.CruiseControl.WebDashboard.MVC.FileTransferResponse.Process(HttpResponse
response) +475
 
ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler.ProcessRequest(HttpContext
context) +518
 
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+599
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +171

Version Information: Microsoft .NET Framework Version:2.0.50727.3053;
ASP.NET Version:2.0.50727.3053

Reply via email to