Hello,
We have an automated server reboot every night. This server runs the DNN web site. On random days, we have been receiving this error and the site wouldn't come up. At those times, we stop the site and restart and it works again. Again most of the days, this doesn't occur. Any help is highly appreciated.
Process information:
Process ID: 4572
Process name: w3wp.exe
Account name: IIS APPPOOL\new
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at DotNetNuke.Common.Globals.get_Status()
at DotNetNuke.Entities.Urls.RewriterUtils.OmitFromRewriteProcessing(String localPath)
at DotNetNuke.Common.Initialize.ProcessHttpModule(HttpRequest request, Boolean allowUnknownExtensions, Boolean checkOmitFromRewriteProcessing)
at DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)