3.80 builtin@search_engine_record.com creating MASSIVE amounts of log entries for unfound pages?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
I suddenly got a bump in about 50,000 log message starting earlier in the month.  I can see the error happen once or twice a week prior to this spike:
System.Web.HttpException (0x80004005): A public action method '7620' was not found on controller 'Nop.Web.Controllers.ProductController'.
   at System.Web.Mvc.Controller.HandleUnknownAction(String actionName)
   at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


As a matter of fact, it posts it for users that visit pages as well.  almost like some job is running every time someone visits a page??
7 years ago
It's not the bug. It's by design. You can disable logging of such errors by disabling "CommonSettings.Log404Errors" setting
7 years ago
I'm curious as to what started the sudden activity?

The pages being lists in the error are viable pages, and can be navigated to.  It also seems to be recording the action for every user going to every page?

If this was "accurate" I would like to keep it on, but what IS it reporting?
5 years ago
I have this setting to false and I am still getting that user logging errors???
5 years ago
BostonEDIGuy wrote:
I have this setting to false and I am still getting that user logging errors???


You need to restart your application.
5 years ago
[email protected] wrote:
I have this setting to false and I am still getting that user logging errors???

You need to restart your application.


I did restart my system multiple times and am still getting this error.
5 years ago
BostonEDIGuy wrote:
I have this setting to false and I am still getting that user logging errors???

You need to restart your application.

I did restart my system multiple times and am still getting this error.



You need to disable "CommonSettings.Log404Errors" by setting it to false as Andrei mentioned in his comment and then restart the system. By doing this you'll not get such errors logged in the system.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.