Maximum request length exceeded

Hi,

FBServer was running and we could navigate around the website, but when we go to one particular build, view history, and viewing any log, we're getting the Maximum request length exceeded error.  Other projects on this server weren't giving this issue.   This particular project with the problem was in the process of building.  Restarting IIS didn't do anything.  I stopped the website and I tried stopping all the FinalBuilder Services and the Build Service is showing "Stopping" for a long time.   No other processes are listed under the FinalBuilderServer.exe process.   Manually killing FinalBuilderServer.exe worked.  However when I try to restart all the services, the Build Service just starts and stops.  Event viewer show "Service cannot be started. System.Runtime.Remoting.RemotingException: Remoting configuration failed with the exception 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted"  Restarting the machine fixed it.  

Win2k8 R2 64bit, 2gb RAM

FBServer 6.3.0.821

FB 6.3.0.2140

 Maximum request length exceeded.

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.Web.HttpException: Maximum request length exceeded.

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:

 

[HttpException (0x80004005): Maximum request length exceeded.]

   System.Web.HttpRequest.GetEntireRawContent() +11144423

   System.Web.HttpRequest.FillInFormCollection() +129

   System.Web.HttpRequest.get_Form() +119

   System.Web.HttpRequest.get_HasForm() +11075335

   System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +124

   System.Web.UI.Page.DeterminePostBackMode() +83

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +270

 

Hi Nelson,

Which page were you viewing when you got the maximum request length exceeded error? You can increase the maximum request length by modifying the web.config in FinalBuilder Server’s web site directory, you’ll need to add the following to the system.web node:

< httpRuntime maxRequestLength=“8192” / >

Regards,
Paul.

I was trying to access any of the View Log pages via the View History page. When I rebooted I no longer received this error when trying to click any of the same links.