473,394 Members | 1,734 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,394 software developers and data experts.

ISP Load Problems : ASP 0115

So many details, so little knowledge of what's important. We have a site
that we are subjecting to load tests. It makes heavy use of ADO, a VB COM
object, some scriptlets, and some HTTP services. It runs fine for a couple
hours. Then all heck starts breaking loose.

The strangest state it found itself in was returning ASP0115 on this page:

<%Server.CreateObject("Scripting.Dictionary")%>
Hello!

We have also seen
DCOM got error "Overlapped I/O operation is in progress. " and was unable to
logon .\IWAM_WWW1 in order to run the server:

{11F44BDC-966A-40F1-8C23-...}

strangely, sometimes after about 20 minutes, it just recovers, with no event
log entries or anything. Memory never gets high, page faults are low,
handles look fine, TCP looks fine, but something is clearly funked.

In it's current state we see

Server Application Error

The server has reached the maximum recovery limit for the application during
the processing of your request. Please contact the server administrator for
assistance.

Any assistance is greatly appreciated. Are there counters we should check?
Are there things we might be doing to IIS from VB that cause this (dumb
question, I know)?

Right now we have session state turned on, which I don't like and we don't
use, but is a bit complicated to turn off (components which expect the
object even though they don't touch it). Could this be related?

Jul 19 '05 #1
3 3013
http://www.aspfaq.com/2171
http://www.aspfaq.com/2355
"Max Metral" <no****@nospam.com> wrote in message
news:eh*************@TK2MSFTNGP12.phx.gbl...
So many details, so little knowledge of what's important. We have a site
that we are subjecting to load tests. It makes heavy use of ADO, a VB COM
object, some scriptlets, and some HTTP services. It runs fine for a couple hours. Then all heck starts breaking loose.

The strangest state it found itself in was returning ASP0115 on this page:

<%Server.CreateObject("Scripting.Dictionary")%>
Hello!

We have also seen
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_WWW1 in order to run the server:

{11F44BDC-966A-40F1-8C23-...}

strangely, sometimes after about 20 minutes, it just recovers, with no event log entries or anything. Memory never gets high, page faults are low,
handles look fine, TCP looks fine, but something is clearly funked.

In it's current state we see

Server Application Error

The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.

Any assistance is greatly appreciated. Are there counters we should check? Are there things we might be doing to IIS from VB that cause this (dumb
question, I know)?

Right now we have session state turned on, which I don't like and we don't
use, but is a bit complicated to turn off (components which expect the
object even though they don't touch it). Could this be related?

Jul 19 '05 #2
We hooked up IISState and got this:

***********************
IIS has crashed...
Beginning Analysis
DLL (!FunctionName) that failed:

Thread ID: 27
System Thread ID: 8a8
Kernel Time: 0:0:24.984
User Time: 0:1:36.671
*** WARNING: Unable to verify checksum for C:\WINNT\system32\PDM.DLL
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINNT\system32\PDM.DLL -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINNT\System32\jscript.dll -
Thread Type: PDM (Debugger) Thread.
# ChildEBP RetAddr
00 0216ebc8 4a001372 0x0
01 0216ebf8 6b72e62b PDM+0x1372
WARNING: Stack unwind information not available. Following frames may be
wrong.
02 0216ec08 6b76ee64 jscript!DllCanUnloadNow+0xb1c3
03 05c02f38 6b77aef4 jscript!DllRegisterServer+0x349e4
04 6b77af0c 6b76f7a1 jscript!DllRegisterServer+0x40a74
05 6b76f784 57d28556 jscript!DllRegisterServer+0x35321
06 0c24548b 00000000 0x57d28556
Closing open log file C:\iisstate\output\IISState-2888.log
Opened log file 'C:\iisstate\output\IISState-2888.log'

***********************

After running some more we got this:
IIS has crashed...
Beginning Analysis
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINNT\System32\vbscript.dll -
DLL (!FunctionName) that failed: vbscript!DllCanUnloadNow

Thread ID: 22
System Thread ID: 568
Kernel Time: 0:0:0.546
User Time: 0:0:2.531
Thread Type: ASP
Executing Page: C:\EMAIL\DEFAULT.ASP

# ChildEBP RetAddr
WARNING: Stack unwind information not available. Following frames may be
wrong.
00 021efa7c 77f98191 vbscript!DllCanUnloadNow+0xd620
01 00000000 00000000 ntdll!_except_handler3
Closing open log file C:\iisstate\output\IISState-2208.log
Opened log file 'C:\iisstate\output\IISState-2208.log'
Any ideas?

Thanks!
--Max

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:eX**************@tk2msftngp13.phx.gbl...
http://www.aspfaq.com/2171
http://www.aspfaq.com/2355
"Max Metral" <no****@nospam.com> wrote in message
news:eh*************@TK2MSFTNGP12.phx.gbl...
So many details, so little knowledge of what's important. We have a site that we are subjecting to load tests. It makes heavy use of ADO, a VB COM object, some scriptlets, and some HTTP services. It runs fine for a couple
hours. Then all heck starts breaking loose.

The strangest state it found itself in was returning ASP0115 on this page:
<%Server.CreateObject("Scripting.Dictionary")%>
Hello!

We have also seen
DCOM got error "Overlapped I/O operation is in progress. " and was unable to
logon .\IWAM_WWW1 in order to run the server:

{11F44BDC-966A-40F1-8C23-...}

strangely, sometimes after about 20 minutes, it just recovers, with no

event
log entries or anything. Memory never gets high, page faults are low,
handles look fine, TCP looks fine, but something is clearly funked.

In it's current state we see

Server Application Error

The server has reached the maximum recovery limit for the application

during
the processing of your request. Please contact the server administrator

for
assistance.

Any assistance is greatly appreciated. Are there counters we should

check?
Are there things we might be doing to IIS from VB that cause this (dumb
question, I know)?

Right now we have session state turned on, which I don't like and we

don't use, but is a bit complicated to turn off (components which expect the
object even though they don't touch it). Could this be related?


Jul 19 '05 #3
ASP0115 errors are a P.I.T.A and they can take a long time to track down.
First of all, make sure that every object you create is closed and set to
nothing at the end.

Put in lots of error checking along with audit info for every page and
record it to a log file, so that you can go back after an error and detect
what was happening.

After 6 months, I found out that my ODBC driver could not handle
simulatenous requests, which caused an error and then eventually the site
would give ASP0115 errors which would then require an IIS restart.

Can your COM object handle multiple requests - threading?

Good luck - Brian
"Max Metral" <no****@nospam.com> wrote in message
news:eh*************@TK2MSFTNGP12.phx.gbl...
So many details, so little knowledge of what's important. We have a site
that we are subjecting to load tests. It makes heavy use of ADO, a VB COM
object, some scriptlets, and some HTTP services. It runs fine for a couple hours. Then all heck starts breaking loose.

The strangest state it found itself in was returning ASP0115 on this page:

<%Server.CreateObject("Scripting.Dictionary")%>
Hello!

We have also seen
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_WWW1 in order to run the server:

{11F44BDC-966A-40F1-8C23-...}

strangely, sometimes after about 20 minutes, it just recovers, with no event log entries or anything. Memory never gets high, page faults are low,
handles look fine, TCP looks fine, but something is clearly funked.

In it's current state we see

Server Application Error

The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.

Any assistance is greatly appreciated. Are there counters we should check? Are there things we might be doing to IIS from VB that cause this (dumb
question, I know)?

Right now we have session state turned on, which I don't like and we don't
use, but is a bit complicated to turn off (components which expect the
object even though they don't touch it). Could this be related?

Jul 19 '05 #4

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

Similar topics

1
by: Lokesh | last post by:
Hi All, When i am accessing the website i am getting this error: Active Server Pages error 'ASP 0115' Unexpected error /hradmin/Default.asp
4
by: Addy | last post by:
I'm trying to fix an ASP error we're getting in one of our products. The error is: Error: File /broker.asp Unexpected error. A trappable error (E06D7363) occurred in an external object. The...
6
by: Shabam | last post by:
A web application of mine developed using C# + MS SQL runs fine normally. However when I stress test it with a load testing software (using about 60 simultaneous users) some instances start...
5
by: ALthePal | last post by:
Hi, I am receiving this message when I start up VS.NET 1.0 on WinXP, File Failed to load in WEb Form designer. Please correct the following error, then load it again: Exception from...
1
by: =?Utf-8?B?QmFsYWpp?= | last post by:
Hi All, For past 4 years the application is running perfectly (Windows 2003 Server). suddenly it throws the error from last month, the error is Provider error '80020005' Type Mismatch...
1
by: =?Utf-8?B?QmFsYWpp?= | last post by:
Hi All, For past 4 years the application is running perfectly (Windows 2003 Server). suddenly it throws the error from last month, the error is Provider error '80020005' Type Mismatch...
2
by: Akhila Jampala | last post by:
Hi, I am getting the below error whem i am running the crystal reports thru ASP: <p>Active Server Pages</font> <font face="Arial" size=2>error 'ASP 0115'</font> <p> <font face="Arial"...
2
by: Poten Tate | last post by:
Does anyone know a simple way to load a text file into an html file? I know how to do it with server side includes. But you have to name the file with a 'shtml' extension and this creates a problem...
1
by: jared424oken | last post by:
we are geting an error Active Server Pages error 'ASP 0115' Unexpected error /catin.asp A trappable error (E06D7363) occurred in an external object. The script cannot continue running.
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.