473,387 Members | 1,489 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ScriptEngine threw exception 'C0000005'

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

Aug 23 '05 #1
3 19828
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::ResetToUninitialized()'.." - 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=e...ff&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:%2***************@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

Aug 23 '05 #2
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]" <re******@NOyahoo.SPAMcom> wrote in message news:uH****************@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::ResetToUninitialized()'.." - 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=e...ff&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:%2***************@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

Aug 23 '05 #3
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:uH***************@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]" <re******@NOyahoo.SPAMcom> wrote in message news:uH****************@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::ResetToUninitialized()'.." - 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=e...ff&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:%2***************@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

Aug 23 '05 #4

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

Similar topics

4
by: Ritche | last post by:
I have a redirect page using PerlScript titled clickthru.asp: <%@LANGUAGE="PerlScript"%> <% my $url = $Request->QueryString('url')->Item(); $Response->Redirect($url); %> I keep running into...
10
by: gregory_may | last post by:
I have an application I created called "JpegViewer.exe". It simply loads a Jpeg file and displays in on the screen. It works great, in my lab. When I am using it at a customer site, things...
3
by: Gary | last post by:
I'm in the application_error event. I want to know which aspx experienced the exception. Is there any easy way? Thanks, G
6
by: Aero | last post by:
Hi, My window application written in C# is throwing following exception while connecting to one FTP location The type initializer for System.Net.Sockets.Socket threw an exception This exe is...
1
by: Vasuki | last post by:
Hi My application crashes all of a sudden giving me the following error. Can anybody help please? Exception code: C0000005 ACCESS_VIOLATION Fault address: 77FCE005 03:00002005...
0
by: amitpatil | last post by:
I am having trouble with following error. there are few registration page when i register 2 members it works but when i try to create 3rd one i get following error and then for 10 mins or so website...
0
by: =?Utf-8?B?YmlqYXk=?= | last post by:
The type initializer for 'Microsoft.ApplicationBlocks.Cache.CacheService' threw an exception. We migrated our windows application from 1.1 to 2.0. The debug and Release mode of the application...
4
by: =?Utf-8?B?YmlqYXk=?= | last post by:
We migrated our windows application from 1.1 to 2.0. The debug and Release mode of the application work fine with some tweaking. But when the setup project is migrated to 2.0 the installation gives...
2
by: pedrito | last post by:
I've got an app that downloads from several concurrent threads. Occasionally, I get an expcetion trying to read the HttpWebResponse stream... Sorry, the code isn't short, but I figured best to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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...
0
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,...
0
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...
0
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...

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.