Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS 6 ASP crash

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  PHP error in module mode and not in cgi mode  
Author Message
voelki

External


Since: Oct 09, 2007
Posts: 1



(Msg. 1) Posted: Tue Oct 09, 2007 6:59 am
Post subject: IIS 6 ASP crash
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 = "<?xml version=""1.0""?>" & vbcrlf & "<menu>" &_
"<item name=""" & escape("Hintergrund") & """
id=""1DFE4BD57DA2496B892A4FF549497277"" link=""" +_
escape("/*--IOHREFBEGIN
linkguid=7CDDA15E9FA94EBBBF6224EED6A8CB3B
pageguid=1DFE4BD57DA2496B892A4FF549497277
projectvariantguid=9A1489A3D6FA4B7488319F49CF740B7E
languagevariantguid=F240C43A21D940CFBC2937335A93A91E pageid=54
islink=100 type=13*//*--IOHREFEND-*/") +_
""">"

........

Set xmlDoc = Server.CreateObject("MSXML.DOMDocument")
XMLDoc.async = False
success = xmlDoc.loadxml(xml)
' 2.a Check for errors!
If Not success Then
Response.Write "Could not load the XML document!"
Else
' 3. Start! Set Root Node to Root of XML
Set rootNode = XMLDoc.documentElement
' 4. Find own ID in xml-tree
call SearchNode(rootNode,1, "")
' 4.a ID found! Global variable global_path now contains path to
active link
' 5. Extract path(n,m) from global_path


......

Thanxs for help.

regards,
voelki

 >> Stay informed about: IIS 6 ASP crash 
Back to top
Login to vote
David Wang

External


Since: Nov 01, 2007
Posts: 309



(Msg. 2) Posted: Tue Oct 09, 2007 12:20 pm
Post subject: Re: IIS 6 ASP crash [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 <michael.volk... DeleteThis @bbraun.com> 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 = "<?xml version=""1.0""?>" & vbcrlf & "<menu>" &_
> "<item name=""" & escape("Hintergrund") & """
> id=""1DFE4BD57DA2496B892A4FF549497277"" link=""" +_
> escape("/*--IOHREFBEGIN
> linkguid=7CDDA15E9FA94EBBBF6224EED6A8CB3B
> pageguid=1DFE4BD57DA2496B892A4FF549497277
> projectvariantguid=9A1489A3D6FA4B7488319F49CF740B7E
> languagevariantguid=F240C43A21D940CFBC2937335A93A91E pageid=54
> islink=100 type=13*//*--IOHREFEND-*/") +_
> """>"
>
> .......
>
> Set xmlDoc = Server.CreateObject("MSXML.DOMDocument")
> XMLDoc.async = False
> success = xmlDoc.loadxml(xml)
> ' 2.a Check for errors!
> If Not success Then
> Response.Write "Could not load the XML document!"
> Else
> ' 3. Start! Set Root Node to Root of XML
> Set rootNode = XMLDoc.documentElement
> ' 4. Find own ID in xml-tree
> call SearchNode(rootNode,1, "")
> ' 4.a ID found! Global variable global_path now contains path to
> active link
> ' 5. Extract path(n,m) from global_path
>
> .....
>
> Thanxs for help.
>
> regards,
> voelki

 >> Stay informed about: IIS 6 ASP crash 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS crash - We have a very strange problem. We have an IIS application that uses Crystal Report. (We are not sure if this is part of the problem. But we think it is likely.) Sometimes IIS hangs. When this happens there is no response when I request a page, but..

IIS Crash - About 4 days ago, the IIS services on one of my systems began stopping for no apparent reason. As with the post from Rui Couto, there is noting in the event logs and nothing apparent from the web server logs. In my case, however, the services themselve...

IIS Crash - Hi, Can I post IIS crash/hang logs in this forum??? Prem

iis 5.1 mmc crash - IIS MMC crashes after i installed iis on a tablet PC the proberty pages over mcc not accesable. 1. there is a error Message with some memory adresses 2nd try their is no result Yes ther was installed Whidbey Community preview. I uninstalled it and..

IIS crash - I am running IISv5.1 with Windows XP Pro SP1 on a local terminal. I am not connected to the server over a network. I use localhost to connect to the IIS server. Everything works fine until I close my browser and reopen it. After that it won't connect...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]