IIS ASP - ScriptEngine threw exception 'C0000005'

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > August 2005 > ScriptEngine threw exception 'C0000005'





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author ScriptEngine threw exception 'C0000005'
David Lozzi

2005-08-23, 7:54 am

Hello,

I'm receving the following on my webserver (Windows 2003 Server SP1)

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptParse::ParseScriptText()' from 'CActiveScriptEngine::AddScriptlet()'..

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptProperty::SetProperty' from 'CActiveScriptEngine::Init()'..

and i'm getting the same on other pages. How can I determine whats causing this issue? Will a simple err catch tell me? This site was developed by another company about 6 years ago and I just took it over about a year ago. We just switched to the new server so this is the first I've seen these errors. Any ideas?

Thanks,

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



Bob Barrows [MVP]

2005-08-23, 5:56 pm

I've never seen these errors, but here's a possibility from www.eventid.net:

- "Script Engine Exception. A ScriptEngine threw expection 'C0000005' in 'IActiveScript::SetScriptState()' from 'CActiveScriptEngine::ResetToUninitializ
ed()'.." - From a newsgroup post: "The failure is in VBScript.dll, but the cause of the failure is that something else has corrupted Thread Local Storage (TLS) and VBScript is failing during initialization. It is most likely a com object that has failed previously and left trash behind. To get rid of the error update VBScript to the latest build (msdn.microsoft.com/scripting) and get the latest MDAC (www.microsoft.com/data)"


Here's a Google search result:
http://groups.google.com/groups?hl=...off&qt_s=Search

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
"David Lozzi" <dlozzi@(remove)delphi-ts.com> wrote in message news:%23qTfu$9pFHA.208@TK2MSFTNGP10.phx.gbl...
Hello,

I'm receving the following on my webserver (Windows 2003 Server SP1)

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptParse::ParseScriptText()' from 'CActiveScriptEngine::AddScriptlet()'..

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptProperty::SetProperty' from 'CActiveScriptEngine::Init()'..

and i'm getting the same on other pages. How can I determine whats causing this issue? Will a simple err catch tell me? This site was developed by another company about 6 years ago and I just took it over about a year ago. We just switched to the new server so this is the first I've seen these errors. Any ideas?

Thanks,

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



David Lozzi

2005-08-23, 5:56 pm

There doesnt appear to be any script updates available for download for Windows Server 2003. Or am I missing it?

And according to the MDAC checker MDAC 2.8 SP2 is installed....

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message news:uHdP9O%23pFHA.4088@TK2MSFTNGP15.phx.gbl...
I've never seen these errors, but here's a possibility from www.eventid.net:

- "Script Engine Exception. A ScriptEngine threw expection 'C0000005' in 'IActiveScript::SetScriptState()' from 'CActiveScriptEngine::ResetToUninitializ
ed()'.." - From a newsgroup post: "The failure is in VBScript.dll, but the cause of the failure is that something else has corrupted Thread Local Storage (TLS) and VBScript is failing during initialization. It is most likely a com object that has failed previously and left trash behind. To get rid of the error update VBScript to the latest build (msdn.microsoft.com/scripting) and get the latest MDAC (www.microsoft.com/data)"


Here's a Google search result:
http://groups.google.com/groups?hl=...off&qt_s=Search

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
"David Lozzi" <dlozzi@(remove)delphi-ts.com> wrote in message news:%23qTfu$9pFHA.208@TK2MSFTNGP10.phx.gbl...
Hello,

I'm receving the following on my webserver (Windows 2003 Server SP1)

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptParse::ParseScriptText()' from 'CActiveScriptEngine::AddScriptlet()'..

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptProperty::SetProperty' from 'CActiveScriptEngine::Init()'..

and i'm getting the same on other pages. How can I determine whats causing this issue? Will a simple err catch tell me? This site was developed by another company about 6 years ago and I just took it over about a year ago. We just switched to the new server so this is the first I've seen these errors. Any ideas?

Thanks,

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



Bob Barrows [MVP]

2005-08-23, 5:56 pm

Well, then, that's probably not the issue. You might try the ..inetserver.iis group ...

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
"David Lozzi" <dlozzi@(remove)delphi-ts.com> wrote in message news:uHA0aw%23pFHA.248@TK2MSFTNGP14.phx.gbl...
There doesnt appear to be any script updates available for download for Windows Server 2003. Or am I missing it?

And according to the MDAC checker MDAC 2.8 SP2 is installed....

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message news:uHdP9O%23pFHA.4088@TK2MSFTNGP15.phx.gbl...
I've never seen these errors, but here's a possibility from www.eventid.net:

- "Script Engine Exception. A ScriptEngine threw expection 'C0000005' in 'IActiveScript::SetScriptState()' from 'CActiveScriptEngine::ResetToUninitializ
ed()'.." - From a newsgroup post: "The failure is in VBScript.dll, but the cause of the failure is that something else has corrupted Thread Local Storage (TLS) and VBScript is failing during initialization. It is most likely a com object that has failed previously and left trash behind. To get rid of the error update VBScript to the latest build (msdn.microsoft.com/scripting) and get the latest MDAC (www.microsoft.com/data)"


Here's a Google search result:
http://groups.google.com/groups?hl=...off&qt_s=Search

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
"David Lozzi" <dlozzi@(remove)delphi-ts.com> wrote in message news:%23qTfu$9pFHA.208@TK2MSFTNGP10.phx.gbl...
Hello,

I'm receving the following on my webserver (Windows 2003 Server SP1)

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptParse::ParseScriptText()' from 'CActiveScriptEngine::AddScriptlet()'..

Event ID: 5
Source: Active Server Pages
Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptProperty::SetProperty' from 'CActiveScriptEngine::Init()'..

and i'm getting the same on other pages. How can I determine whats causing this issue? Will a simple err catch tell me? This site was developed by another company about 6 years ago and I just took it over about a year ago. We just switched to the new server so this is the first I've seen these errors. Any ideas?

Thanks,

--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com