IIS 6 ASP crash
am 09.10.2007 15:59:42 von voelki
Hi,
we are running classic ASP on a Win 2003 Sp1 Box with IIS 6.
Every 2-3 days the iis crashes and stops to deliver asp content but
static content is delivered.
In Windows Event Log these two entries appear some seconds before
every crash:
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module
mytilus.dll, version 8.0.0.337, fault address 0x000050b0.
and
Error: File /CMS/
PreExecute_Publisher_7d065b31f2cb43849fa3dfa825f01b11.asp Script
Engine Exception. A ScriptEngine threw exception 'C0000005' in
'IActiveScriptParse::ParseScriptText()' from
'CActiveScriptEngine::AddScriptlet()'..
The mentioned asp-file is very large (about 500 KBs) and contains a
large xml structure which is loaded with an MSXML.DOMDocument-Object.
Here the most important parts of the asp script:
xml = "" & vbcrlf & "
Re: IIS 6 ASP crash
am 09.10.2007 21:20:35 von David Wang
This is not a crash in IIS6 or ASP. mytilus.dll is crashing.
It looks like a 3rd party component from McAfee, possibly scanning the
contents of the XML file and crashing somehow.
Please contact the support personel for that component to get your
issue addressed.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Oct 9, 6:59 am, voelki wrote:
> Hi,
>
> we are running classic ASP on a Win 2003 Sp1 Box with IIS 6.
>
> Every 2-3 days the iis crashes and stops to deliver asp content but
> static content is delivered.
>
> In Windows Event Log these two entries appear some seconds before
> every crash:
>
> Faulting application w3wp.exe, version 6.0.3790.1830, faulting module
> mytilus.dll, version 8.0.0.337, fault address 0x000050b0.
>
> and
>
> Error: File /CMS/
> PreExecute_Publisher_7d065b31f2cb43849fa3dfa825f01b11.asp Script
> Engine Exception. A ScriptEngine threw exception 'C0000005' in
> 'IActiveScriptParse::ParseScriptText()' from
> 'CActiveScriptEngine::AddScriptlet()'..
>
> The mentioned asp-file is very large (about 500 KBs) and contains a
> large xml structure which is loaded with an MSXML.DOMDocument-Object.
>
> Here the most important parts of the asp script:
>
> xml = "" & vbcrlf & "