473,406 Members | 2,619 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,406 software developers and data experts.

NET RUNTIME CRASH ON WIN2K, IIS 5.0

I have a problem similar to that described on
http://www.microsoft.com/communities...xp=&sloc=en-us

but I would like specific help on how to solve this.

I get these eventlog entries:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1003
Date: 22/03/2006
Time: 22:46:39
User: N/A
Computer: <computername>
Description:
aspnet_wp.exe (PID: 10272) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds. This timeout may be adjusted using the <processModel
responseDeadlockInterval> setting in machine.config.

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 22/03/2006
Time: 21:42:14
User: N/A
Computer: <computername>
Description:
aspnet_wp.exe (PID: 10740) stopped unexpectedly.

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 22/03/2006
Time: 21:42:13
User: N/A
Computer: <computername>
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. The following
information is part of the event: .NET Runtime version 1.1.4322.2032- Setup
Error: Failed to load resources from resource file
Please check your Setup.

There are two applications which use ASP.NET on this IIS 5.0 server, and do
not know for certain which of them is causing the errors.

As a very first step I have made the applications isolated instead of medium
pooled.

assistance would be appreciated.

--
Les Bell

Mar 23 '06 #1
1 1376
asp.net is multi threaded, and makes callbacks to user code. if two request
threads make a callback (say pageload), and the callbacks don't return
before the deadlock interval, then it assumes you have bad code thats
deadlocked.

if your page requests actually take over 180 seconds (way too long btw) then
you should increase the interval. if single requests don't take 180 seconds,
then your code is probably deadlocking.
deadlock happen when proper seriazation isn't done for a shared resources.
assume you have two shared resources resourceA and rescourceB.

if thread 1 does

lock resourceA
lock resourceB
// code
release resourceB
release resourceA

and thread 2 does

lock resourceB
lock resourceA
// code
release resourceA
release resourceB

they can deadlock if the thread run at the same time, thread1 gets a lock on
resourceA, thread2 gets a lock on resourceB. now thread1 will wait forever
for resourceB because thread 2 has it locked and is waiting for thread1 to
release resourceA.

-- bruce (sqlwork.com)

"Les Bell" <lb***@essex.ac.uk.nospammimg> wrote in message
news:D7**********************************@microsof t.com...
I have a problem similar to that described on
http://www.microsoft.com/communities...xp=&sloc=en-us

but I would like specific help on how to solve this.

I get these eventlog entries:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1003
Date: 22/03/2006
Time: 22:46:39
User: N/A
Computer: <computername>
Description:
aspnet_wp.exe (PID: 10272) was recycled because it was suspected to be in
a
deadlocked state. It did not send any responses for pending requests in
the
last 180 seconds. This timeout may be adjusted using the <processModel
responseDeadlockInterval> setting in machine.config.

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 22/03/2006
Time: 21:42:14
User: N/A
Computer: <computername>
Description:
aspnet_wp.exe (PID: 10740) stopped unexpectedly.

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 22/03/2006
Time: 21:42:13
User: N/A
Computer: <computername>
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. The
following
information is part of the event: .NET Runtime version 1.1.4322.2032-
Setup
Error: Failed to load resources from resource file
Please check your Setup.

There are two applications which use ASP.NET on this IIS 5.0 server, and
do
not know for certain which of them is causing the errors.

As a very first step I have made the applications isolated instead of
medium
pooled.

assistance would be appreciated.

--
Les Bell

Mar 23 '06 #2

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

Similar topics

2
by: Yair Sageev | last post by:
Greetings. I was running PHP Nuke on a Win2k box using Apache2Triad. Fortunately I backed up the drive using windows backup prior to the hard drive failure. Now I have installed Apache2Triad...
2
by: Marco M. Danni | last post by:
Hi due to big problems (basically since a couple of month iis service crash several times a day) i need to format a web server (win2k, sp4, iis5.0) where all our sites are hosted . To avoid...
2
by: Trevor Hughes | last post by:
Hello All Our organisation has recently upgraded its operating system to Windows 2000. Prior to this I was running Access 2000 databases on NT machines using the Access 2000 Runtime with no...
2
by: DD | last post by:
I have developed a a nice little software package(Packaged with Wise and SageKey) My product works great in a clean enviroment on Win98 and Win2k and XP As soon as i introduce Office 2000 Pro onto...
7
by: Richard Hill | last post by:
Hi, I need Access 2003, and the means to distribute my applications, but I cant work out exactly which software I need to purchase. I am based in the UK, and have Office XP developer edition to...
2
by: Lenin Torres | last post by:
Hi everybody I have an Union Query that works fine. I used this query as the RecordSource for a Form. That Form is used as a subform in another form. Everything works fine, except for the "Filter...
3
by: Antti Keskinen | last post by:
Hello ppl ! Since this newsgroup is a place where Microsoft MVPs or related visit somewhat often, could someone give me an advice with possible causes of this error. Note that it does not happen...
24
by: ekz | last post by:
Hi guys I have a very weird bug and will welcome gracefully any help We developed ASP.Net application that run on production server, Net Framework 1.1 , IIS 6.0, the application is huge, having...
0
by: =?Utf-8?B?VGhvbWFzIFR1dGtv?= | last post by:
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with a System.Runtime.InteropServices.SEHException. The EventLog for the crash looks like this: Application ID:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.