Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...4.3.0 Frequent Application Restarts By Itself4.3.0 Frequent Application Restarts By Itself
Previous
 
Next
New Post
8/28/2006 3:52 AM
 

We have the same frequent application shutdown/restart problem, but we are running ASP.NET 1.1 and DNN 3.2.2.16558. Any information on what may be causing the problem and how to solve it will be greatly appreciated.

 We had eliminated the following cuases:

 1. Changes in web.config or machine.config
   2. Changes in files in \bin folder
   3. New folder under web application folder
   4. Changes of files under web application folder
   5. The possible effect of anti-virus product.

Thanks
 

 
New Post
8/28/2006 5:50 AM
 

Note that the explanation applies to ASP.NET 2.0. In addition to your examples, ASP.NET 1.1 restarts can also be caused by...

Software & Services
  Anti-virus
  Indexing service
  Backup

machine.config
  updating more than numRecompilesBeforeAppRestart 
  processModel

ASP.NET worker process problems...
  consumes too much memory
  deadlocks
  overloaded queues
  process level isolation
  protection settings
  application pool settings (recycling)

...and other more difficult to diagnose issues.

Here's a simple script to check the reasons for the last 10 restarts for asp.net 1.1:

restarts.aspx
<script runat="server">
    Sub Page_Load(sender as Object, e as EventArgs)
    dgHistory.DataSource = ProcessModelInfo.GetHistory(10)
    dgHistory.DataBind()
    End Sub
</script>

<asp:datagrid id="dgHistory" runat="server" HorizontalAlign="center"
    AutoGenerateColumns="False" CellPadding="4">
     
  <HeaderStyle Font-Bold="True" BackColor="#dddddd" />
  <Columns>
    <asp:boundcolumn HeaderText="Process ID" DataField="ProcessID" />
    <asp:boundcolumn HeaderText="Start Time" DataField="StartTime" />
    <asp:boundcolumn HeaderText="Peak Memory Used (in KB)"
      DataField="PeakMemoryUsed" />
    <asp:boundcolumn HeaderText="Shutdown Reason" DataField="ShutdownReason" />
  </Columns>
</asp:datagrid>

References:
  Displaying Information about the ASP.NET Process (1.1)
  http://aspnet.4guysfromrolla.com/articles/021502-1.aspx

  Logging ASP.NET Application Shutdown Events (1.1 or 2.0)
  http://weblogs.asp.net/scottgu/archive/2005/12/14/433194.aspx

I hope this is of some help to you.


Dwayne J. Baldwin
 
New Post
9/25/2006 9:01 AM
 
Hi
Have you found the solution for DNN 3.2.2 ?

Web SItes I Created : http://www.VendorsBay.com http://www.BuildPortal.com
 
New Post
10/22/2006 5:24 PM
 

I'm experiencing this as well.

Has anybody logged this in Gemini?

Cheers

Alex



Alex Shirley


 
New Post
1/8/2007 10:57 AM
 

Hi,
I have just started to use dotnetnuke and experiencing this problem also.

How can this thread die out, is it not a common and serious problem?

Please respond if you know more about this or have tested the hotfixes discussed in http://forums.asp.net/thread/1222731.aspx


 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...4.3.0 Frequent Application Restarts By Itself4.3.0 Frequent Application Restarts By Itself


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out