Periodic Requirement for the Recycling of the App Pool

Discussion in 'Databases' started by jywilson, Jul 30, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Every week or so I am required to recycle the app pool on my website. My website has remain unchanged for many years so I am assuming that it is related to a server software update of some kind. A copy of the error message that appears until I have recycled the app pool, apears below.

    Any help you can provide would be most appreciated. I am capable of debugging and modifying the source code for this site, but it has been many years since I have looked at it, so this is something I would like to avoid.

    Is there a way to schedule an unconditional automatic app pool recycling?

    Beginning of error message:
    ======================

    Column 'community_id' does not belong to table Table.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: Column 'community_id' does not belong to table Table.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [ArgumentException: Column 'community_id' does not belong to table Table.]
    System.Data.DataRow.get_Item(String columnName) +120
    ASPNET.StarterKit.Communities.CommunityInfo..ctor(DataRow drow) +32
    ASPNET.StarterKit.Communities.CommunityUtility.GetCommunityInfo() +423
    ASPNET.StarterKit.Communities.CommunitiesModule.Application_BeginRequest(Object source, EventArgs e) +206
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
     
  2. That looks very complex, hopefully one of the DASP staff can help soon.
    All the best,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page