Hello,
We have just upgraded to the newest v9. It is running resource hungry on the server. I looked at the system log and it is restarting the application several times a minute. We already have a keep alive to hit all of our websites every 10 minutes, but this is actually restarting many times a minute, which a keep alive would not help. Every once in a while there is an exception listed.
Below is the exception being received and then the restart info. My question is why is it restarting so many times every minute and how do I get it to stop doing that? and why would this exception be thrown every once in awhile?
------------------------
Exception of type 'System.Web.HttpUnhandledException' was thrown.
Page URL:/Default.aspx
Source:App_Code.pnh01ied
Message:Object reference not set to an instance of an object.
Stack Trace:
at AspDotNetStorefront.SkinBase.get_CheckUserAgentFor Mobile()
at AspDotNetStorefront.SkinBase.GetTemplateName()
at AspDotNetStorefront.SkinBase.OnPreInit(EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
----------------------------
Application Started
OMMITTEDStarting AspDotNetStorefront...
OMMITTEDAppLogic.ApplicationStart...
OMMITTEDTesting DBConn...
OMMITTEDDBConn OK.
OMMITTEDDetermine Trust Level...
OMMITTEDDetermine Trust Level OK.
OMMITTEDApplication.Clear...
OMMITTEDApplication.Clear OK.
OMMITTEDApplication.RemoveAll...
OMMITTEDApplication.RemoveAll OK.
OMMITTEDExcelToXml.SetLicense...
OMMITTEDExcelToXml.SetLicense OK.
OMMITTEDComponentArt License...
OMMITTEDComponentArt License OK.
OMMITTEDGlobalConfig Load...
OMMITTEDGlobalConfig Load OK.
OMMITTEDAppConfig Load...
OMMITTEDAppConfig Load OK.
OMMITTEDEventHandler Load...
OMMITTEDEventHandler Load OK.
OMMITTEDBadWord Load...
OMMITTEDBadWord Load OK.
OMMITTEDLoad StringResources...
OMMITTEDLoad StringResources OK.
OMMITTEDLoad EntityHelpers...
OMMITTEDLoad EntityHelpers OK.
OMMITTEDLicense Check...
OMMITTEDLicense Check Completed.
OMMITTEDLoad Tax Tables...
OMMITTEDLoad Tax Tables OK.
OMMITTEDSetup OMMITTEDSetup OMMITTEDCustomerSession.StaticClear...
OMMITTEDCustomerSession.StaticClear OK.
OMMITTEDLoad CustomerLevels...
OMMITTEDLoad CustomerLevels OK.
OMMITTEDCC Check...
OMMITTEDCC Check OK.
OMMITTEDNextKeyChangeCheck...
OMMITTEDNextKeyChangeCheck OK.
OMMITTEDLegacy ConvertAllPasswords...
OMMITTEDLegacy ConvertAllPasswords OK.
OMMITTEDLegacy UpgradeEncryption...
OMMITTEDLegacy UpgradeEncryption OK.
OMMITTEDAppLogic.ApplicationStart OK.
OMMITTEDAspDotNetStorefront Started OK.