Question

Photo of Jonathan Russell

0

Exception errors happening on seemingly random pages

Hi,

Does anyone else get loads of Exception notifications? I have setup a site to play with Rock but in the last hour have received about 50 or so emails regarding exceptions.

The error seems to be coming from various pages and always complains about an unknown parameter value being null.

Here are two examples:

An exception has occurred. Details of this error can be found below:

An error occurred on the Rock RMS site on page: 
http://www.chapeltest.tk:80/pages/1?_TSM_CombinedScripts_=True&v=Y6-yik3Bq85nBekRlaareVKUL1BmRxEH1bRBtAo9p8E1&_TSM_Bundles_=&cdn=False

 

HttpUnhandledException in System.Web

Message
Exception of type 'System.Web.HttpUnhandledException' was thrown.

Stack Trace
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

-ArgumentNullException in mscorlib

Message
Value cannot be null. Parameter name: value

Stack Trace
at System.Boolean.Parse(String value)
at AjaxControlToolkit.ToolkitScriptManagerCombiner.OutputCombinedScriptFile(HttpContextBase context)
at AjaxControlToolkit.ToolkitScriptManager.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

An exception has occurred. Details of this error can be found below:

An error occurred on the Rock RMS site on page: 
http://admin.chapeltest.tk:80/page/258?_TSM_CombinedScripts_=True&v=Y6-yik3Bq85nBekRlaareVKUL1BmRxEH1bRBtAo9p8E1&_TSM_Bundles_=&cdn=False

 

HttpUnhandledException in System.Web

Message
Exception of type 'System.Web.HttpUnhandledException' was thrown.

Stack Trace
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

-ArgumentNullException in mscorlib

Message
Value cannot be null. Parameter name: value

Stack Trace
at System.Boolean.Parse(String value)
at AjaxControlToolkit.ToolkitScriptManagerCombiner.OutputCombinedScriptFile(HttpContextBase context)
at AjaxControlToolkit.ToolkitScriptManager.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

 

I am using an Azure VM running Windows Server 2012 with SQL Server Express 2014

  • Photo of Rock RMS

    0

    Here are instructions on how to keep these exceptions from being email: https://github.com/SparkDevNetwork/Rock/issues/702#event-206837184

     

  • Photo of Rock RMS

    0

    We see these too in our Rock install that powers this site. They are nothing to be worried about and we are working on a fix to keep them from being emailed.