473,396 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Random Appdomain restarts

Hi,
I recently upgraded my web app from 1.1 to 2.0 and SQL Server 2005. After
the upgrade, I am seeing random appdomain restarts. It was not even logging
any information untill I turned on logging all events in the healthmonitor
section. The appdomain restart is logged as an info event. The event log is
as below. The only other place where I could find a discussion on this issue
was at http://forums.asp.net/thread/1222731.aspx. Has anyone else found
similar problem or has a solution for this issue?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 4/19/2006
Time: 2:52:26 PM
User: N/A
Computer:
Description:

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:

_shutDownMessage=Overwhelming Change Notification in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16
Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16\hash.web
HostingEnvironment caused shutdown

_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean
needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.HttpRuntime.ShutdownAppDomain()
at System.Web.Hosting.HostingEnvironment.ShutdownThis AppDomainOnce()
at
System.Web.Hosting.HostingEnvironment.InitiateShut downWorkItemCallback(Object
state)
at System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext,
ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object
state).

Thanks in advance,
J_A5
Apr 21 '06 #1
3 2888
There are any number of reasons why the application might restart. Some of
them are quite normal. For example, an application will shut down after a
period of inactivity. So, just from the information you've provided, there's
no way to know *why* the app is shutting down. All it says is that the
application has shut down.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"J_A5" <j_**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,
I recently upgraded my web app from 1.1 to 2.0 and SQL Server 2005. After
the upgrade, I am seeing random appdomain restarts. It was not even
logging any information untill I turned on logging all events in the
healthmonitor section. The appdomain restart is logged as an info event.
The event log is as below. The only other place where I could find a
discussion on this issue was at http://forums.asp.net/thread/1222731.aspx.
Has anyone else found similar problem or has a solution for this issue?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 4/19/2006
Time: 2:52:26 PM
User: N/A
Computer:
Description:

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information
or message DLL files to display messages from a remote computer. You may
be able to use the /AUXSOURCE= flag to retrieve this description; see Help
and Support for details. The following information is part of the event:

_shutDownMessage=Overwhelming Change Notification in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16
Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16\hash.web
HostingEnvironment caused shutdown

_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean
needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.HttpRuntime.ShutdownAppDomain()
at System.Web.Hosting.HostingEnvironment.ShutdownThis AppDomainOnce()
at
System.Web.Hosting.HostingEnvironment.InitiateShut downWorkItemCallback(Object
state)
at System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionCon text
executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object
state).

Thanks in advance,
J_A5

Apr 21 '06 #2
Yes I understand that there are several reasons such as period of
inactivity, preset time in IIS6, too much memory utilization, config change,
bin folder change etc. In my situation none of those common reasons are
valid. Also, if you look at the log information, the app recylce reason is
specified as
_shutDownMessage=Overwhelming Change Notification in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\...\70729017\43389b16 Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\...\70729017\43389b16\hash.web HostingEnvironment caused shutdown

The message clearly says that the shutdown was due to overwhelming change
notification. What I did was just compile and log in to my app. After few
pages, it timed out for no apparent reason. This happens randomly.

Thanks,

J_a5

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uC**************@TK2MSFTNGP02.phx.gbl... There are any number of reasons why the application might restart. Some of
them are quite normal. For example, an application will shut down after a
period of inactivity. So, just from the information you've provided,
there's no way to know *why* the app is shutting down. All it says is that
the application has shut down.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"J_A5" <j_**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,
I recently upgraded my web app from 1.1 to 2.0 and SQL Server 2005. After
the upgrade, I am seeing random appdomain restarts. It was not even
logging any information untill I turned on logging all events in the
healthmonitor section. The appdomain restart is logged as an info event.
The event log is as below. The only other place where I could find a
discussion on this issue was at
http://forums.asp.net/thread/1222731.aspx. Has anyone else found similar
problem or has a solution for this issue?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 4/19/2006
Time: 2:52:26 PM
User: N/A
Computer:
Description:

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information
or message DLL files to display messages from a remote computer. You may
be able to use the /AUXSOURCE= flag to retrieve this description; see
Help and Support for details. The following information is part of the
event:

_shutDownMessage=Overwhelming Change Notification in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16
Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16\hash.web
HostingEnvironment caused shutdown

_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean
needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.HttpRuntime.ShutdownAppDomain()
at System.Web.Hosting.HostingEnvironment.ShutdownThis AppDomainOnce()
at
System.Web.Hosting.HostingEnvironment.InitiateShut downWorkItemCallback(Object
state)
at System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionCon text
executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object
state).

Thanks in advance,
J_A5


Apr 21 '06 #3
Yeah, sorry, I overlooked that part of the exception message.

Are you using any custom caching in your application?

Here is an article about caching that may contain a clue as to your problem:

http://msdn.microsoft.com/msdnmag/is...7/CuttingEdge/

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"J_A5" <j_**@hotmail.com> wrote in message
news:Oz**************@TK2MSFTNGP05.phx.gbl...
Yes I understand that there are several reasons such as period of
inactivity, preset time in IIS6, too much memory utilization, config
change, bin folder change etc. In my situation none of those common
reasons are valid. Also, if you look at the log information, the app
recylce reason is specified as
> _shutDownMessage=Overwhelming Change Notification in > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET > Files\...\70729017\43389b16 > Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
> ASP.NET > Files\...\70729017\43389b16\hash.web > HostingEnvironment caused shutdown


The message clearly says that the shutdown was due to overwhelming change
notification. What I did was just compile and log in to my app. After few
pages, it timed out for no apparent reason. This happens randomly.

Thanks,

J_a5

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uC**************@TK2MSFTNGP02.phx.gbl...
There are any number of reasons why the application might restart. Some
of them are quite normal. For example, an application will shut down
after a period of inactivity. So, just from the information you've
provided, there's no way to know *why* the app is shutting down. All it
says is that the application has shut down.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"J_A5" <j_**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,
I recently upgraded my web app from 1.1 to 2.0 and SQL Server 2005.
After the upgrade, I am seeing random appdomain restarts. It was not
even logging any information untill I turned on logging all events in
the healthmonitor section. The appdomain restart is logged as an info
event. The event log is as below. The only other place where I could
find a discussion on this issue was at
http://forums.asp.net/thread/1222731.aspx. Has anyone else found similar
problem or has a solution for this issue?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 4/19/2006
Time: 2:52:26 PM
User: N/A
Computer:
Description:

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following information
is part of the event:

_shutDownMessage=Overwhelming Change Notification in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\...\70729017\43389b16
Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\...\70729017\43389b16\hash.web
HostingEnvironment caused shutdown

_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean
needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.HttpRuntime.ShutdownAppDomain()
at System.Web.Hosting.HostingEnvironment.ShutdownThis AppDomainOnce()
at
System.Web.Hosting.HostingEnvironment.InitiateShut downWorkItemCallback(Object
state)
at System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionCon text
executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object
state).

Thanks in advance,
J_A5



Apr 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Satinderpal Singh | last post by:
Hi All, I have an EXE, I load the DLL from that exe in a seperate AppDomain. (I have not given reference to that DLL from the EXE). Now, i call some commands of that dll from the EXE, and in...
5
by: Chris | last post by:
Hi I have a scenario where I've created another AppDomain to dynamically load a DLL(s) into. In this newly loaded DLL I want to call a static method on a class. The problem arise is that I have...
4
by: Jack | last post by:
I have two files: sort_comparison.c++ my_sort.h sort_comparison.c++ calls this code in my_sort.h: void my_sort::fillArray(int arr,int n) { // const int random_number_range=1000000;
4
by: Chris Lacey | last post by:
Hi, I'm currently writing a scheduling service which starts a number DotNet executables, each within a new AppDomain, every ten seconds. The guts of the code is as follows: // For each...
11
by: Mark Rae | last post by:
Hi, My R&D department has asked me to look at threading in a Web Service written in C#, so I came up with the following code: using System; using System.ComponentModel; using...
0
by: arindam.gupta | last post by:
We have a asp.net 2.0 website (using VB.net) which uses SQL Server 2000 DB. To access the DB we have a DB dll, through which we make all the DB calls. We have 2 more dlls written in C#, which...
10
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
This has been working perfectly for months. Since we switched from ASP.NET 1.1 to 2.0, we have constant and sporadic issues with updating our applications. Touching the web.config works about...
4
by: illegal.prime | last post by:
Hi all, I'm getting unexpected results when trying to preload assemblies into an AppDomain I'm creating. Upon creation of the AppDomain - I attach an AssemblyResolve to both my current AppDomain...
0
by: bbking66 | last post by:
Hello all, I've experienced a problem that I hadn't seen never before on any XP machines. I had a computer where windows 2000 was installed, after a disk format (quick format within Windows XP...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.