473,785 Members | 2,863 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS Crash - Out-of-process ISAPI extension request failed

Hi,
We are running ASP application in our Production
environment on "Windows 2000 Advanced Server" SP4 , IIS
5.0.

Occationally We see a IIS crash,
with the following info on Event Log
*************** ********
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 37
Date: 12/5/2003
Time: 6:51:22 AM
User: N/A
Computer: LABOPS3
Description:
Out of process application '/LM/W3SVC/1/Root/XXXX'
terminated unexpectedly.
For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

*************** ********
When I checked the IIS log,
I see following info at the same timestamp with "Out-of-
process ISAPI extension request failed" (in the second
request).

Ofcourse, the above time is PST(GMT -8:00) and the below
is GMT.

2003-12-05 14:51:15 A.B.C.D - W.X.Y.Z 443
GET /XXXX/IJKL.asp
UserSessionId=7 06B6FD0A5434AAC 9A4B324741D0712 F&SchedulerId =
6945 200 Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.0)

2003-12-05 14:51:22 A.B.C.D - W.X.Y.Z 443
GET /XXXX/IJKL.asp
UserSessionId=7 06B6FD0A5434AAC 9A4B324741D0712 F&SchedulerId =
6945%20PMOut-of-process+ISAPI+e xtension+reques t+failed.
500 Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.0)
Can some one help me in solving the riddle.
I have visted all possible site, but no useful info I
could find.
One of the MS support says, this problem is fixed in SP4.
We have installed SP4, and uptodate with all the Critical
Patches.
(http://support.microsoft.com/default.aspx?kbid=328693)

Thanks & Regards,
MKPrasad.
Jul 19 '05 #1
1 12137
MKPrasad wrote:
Hi,
We are running ASP application in our Production
environment on "Windows 2000 Advanced Server" SP4 , IIS
5.0.

Occationally We see a IIS crash,
with the following info on Event Log
*************** ********
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 37
Date: 12/5/2003
Time: 6:51:22 AM
User: N/A
Computer: LABOPS3
Description:
Out of process application '/LM/W3SVC/1/Root/XXXX'
terminated unexpectedly.
For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

*************** ********
When I checked the IIS log,
I see following info at the same timestamp with "Out-of-
process ISAPI extension request failed" (in the second
request).

Ofcourse, the above time is PST(GMT -8:00) and the below
is GMT.

2003-12-05 14:51:15 A.B.C.D - W.X.Y.Z 443
GET /XXXX/IJKL.asp
UserSessionId=7 06B6FD0A5434AAC 9A4B324741D0712 F&SchedulerId =
6945 200 Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.0)

2003-12-05 14:51:22 A.B.C.D - W.X.Y.Z 443
GET /XXXX/IJKL.asp
UserSessionId=7 06B6FD0A5434AAC 9A4B324741D0712 F&SchedulerId =
6945%20PMOut-of-process+ISAPI+e xtension+reques t+failed.
500 Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.0)
Can some one help me in solving the riddle.
I have visted all possible site, but no useful info I
could find.
One of the MS support says, this problem is fixed in SP4.
We have installed SP4, and uptodate with all the Critical
Patches.
(http://support.microsoft.com/default.aspx?kbid=328693)

Thanks & Regards,
MKPrasad.


See if iether of these is relevant:
http://support.microsoft.com/default.aspx?kbid=282073

http://support.microsoft.com/default.aspx?kbid=284716

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #2

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

Similar topics

0
1621
by: Xiao Li | last post by:
I have an application written in ASP. It only uses JavaScript (.js) on client side. If the browser is accessing the web site through fast connections, like intranet or broadband, everything is fine; but if the browser accesses the web site through slow connections like dial-up, IE continuously crash when you click on buttons or images in the web page. The crash is always in MSHTML.DLL. The server is Windows 2000 Advanced Server with SP4...
10
3102
by: dalbosco | last post by:
Hello, I am new to STL and I've written the following code which crash. Could anyone tell me why this code crash? Thanks by advance. -- J-F #include <iostream>
2
1556
by: Daniel Etzold | last post by:
Why does this crash? #include <string.h> int main( int argc, char** argv ) { char b; memset( b, 0, 16000000 ); } gcc crash.cc -o crash
0
1703
by: 1life1love | last post by:
I tried it on Windows XP. There are several IME in Windows. I used Chinese(Taiwan) Microsoft New Phenotic IME 2002a. When i try to input the pin yin for certain word and type it out , the field that i try to enter the chinese word will instantly crash for no reasons. The pin yin program seems like it stuck at some point and only kep leading me to crashes. Before i can still type chinese words with Microsoft New Phenotic IME 2002a and...
34
4476
by: NewToCPP | last post by:
Hi, Why does a C/C++ programs crash? When there is access to a null pointer or some thing like that programs crash, but why do they crash? Thanks.
0
1373
by: beluga | last post by:
Hi, I have an application written in C# which will use some custom libraries written in native C++. To bridge between the C# application layer and the native C++ library side, I created an IJW assembly using mixed mode C++/CLI and native C++. From the C# application side, I need to pass a window handle to the custom library so that inside this library, it will do some drawing on this screen. So, I from the C# application passed a...
4
2958
by: Patricia Mindanao | last post by:
I want to call cgi perl scripts on my web hosters server from my HTML web pages (on the the web hosters server too). It occurs sometimes (especially during development phase) that these cgi-perl scripts didn't work like intended. They crash because e.g. - syntax errors - wrong or changing pathes - unexpected user input - ...
10
3261
by: 4.spam | last post by:
Hello. v8.2.7, windows xp. --- create procedure cursor_test() language sql dynamic result sets 1 begin declare c1 cursor
6
2047
by: =?Utf-8?B?UFNVTGlvblJQ?= | last post by:
I need a crash course in ASP development. Specifically, I have to develop an ASP program which will read data, write out Excel spreadsheets, write out pipe-delimited files, and update a back-end SQL Server database. Anything that anyone can point me to would be GREATLY appreciated. Is there any sample code out there that anyone knows about? I appreciate your time and feedback and Thanks in advance for your help.
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
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
10152
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10092
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
8974
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6740
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
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3650
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.