mojoPortal.Web.Global - Global.asax.cs Application_End Error in System Log

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/8/2011 1:21:26 AM
Gravatar
Total Posts 27

mojoPortal.Web.Global - Global.asax.cs Application_End Error in System Log

Hi Freinds,

         I'm getting this error in my system log file and not able to understand where this error is?

2011-12-08 01:13:56,862 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End
2011-12-08 01:14:05,824 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task
2011-12-08 01:14:05,892 INFO 122.167.170.175 - en-US - /HtmlEdit.aspx?mid=29&pageid=7 - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread
2011-12-08 01:14:05,960 INFO (null) - (null) - (null) - mojoPortal.Business.WebHelpers.IndexWriterTask - deserialized IndexWriterTask task
2011-12-08 01:14:05,984 INFO (null) - (null) - (null) - mojoPortal.Business.WebHelpers.IndexWriterTask - Queued IndexWriterTask on a new thread

Plz tell me know if anyone is aware of this error..

Thanks........

12/8/2011 5:33:10 AM
Gravatar
Total Posts 18439

Re: mojoPortal.Web.Global - Global.asax.cs Application_End Error in System Log

Those are just informational messages, that is why they say "INFO" not "ERROR"

Its just logging some system events like applicaiton start and end, and it logs tasks tha run, such as when you edit content there is a task that updates the search index.

Those nulls are just place holders for ip address, thread culture and url, not all events have a web request associated with them, only events that have a web request include that information so you see null on some events.

However if you see the application start and application end events happening frequently it can be a sign of a low memory environment because IIS will recycle the app whenever it reaches the limit of allocated memory.

Hope that helps,

Joe

12/8/2011 5:52:37 AM
Gravatar
Total Posts 27

Re: mojoPortal.Web.Global - Global.asax.cs Application_End Error in System Log

 Thanks for your quick response..

Now i came to know ....

You must sign in to post in the forums. This thread is closed to new posts.