473,770 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
responseDeadloc kInterval> 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 1390
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******** *************** ***********@mic rosoft.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
responseDeadloc kInterval> 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
2371
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 on another machine and wish to reimport the mySQL database that PHP Nuke relies upon. If anyone can tell me how to do this I would be very grateful. Thanks in advance.
2
1662
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 downtime i would like to transfer them all on the new server. Do i have to recreate every single web (with a lot of virtual folders ) or there is an automatic (semiautomatic) way to migrate them all? Many thanks in advance Marco
2
2514
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 problems. Since the upgrade I am experiencing runtime errors which are making parts of the database unusable. The database will crash when I run a report. One of the problems relates to formating problems surrounding reference libraries. I have...
2
1673
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 either Win98 or Win2K i get an error on certian forms "Undefined Function DlookUp" or "undefined Function Nz expression". If i remove the Nz from expressions on an affending form it opens with out a problem. I however have lots of Nz in...
7
1652
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 upgrade from. Can anyone advise? -- Richard Hill
2
4033
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 by form" feature. When the user tries to use Filter by form a messagebox is displayed: "There are too many controls in this form to perform a filter by form", after that,when the user exit the Filter by Form mode, Access crash, displaying a...
3
2053
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 with the programs I write, but with Visual Studio .NET 2003 itself. It seems to appear only when I have the Visual Assist add-in installed. Removing the add-in fixes this error, but using VA is pretty much a necessity due to the bad functionality...
24
2061
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 hundreds of user controls and worked under massive requests load : 200-1000 connected sessions and millions of page views per day The application is stable; the only and urgent problem is that: About 10 times per day, more frequently at pick...
0
2320
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: WebDev.WebServer.EXE Process ID: 1552 Exception: System.Runtime.InteropServices.SEHException
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10257
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10037
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9904
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.