473,394 Members | 1,742 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.

Diagnosing ASP_0147 errors

CB
Does anyone know of a resource for diagnosing ASP_0147 errors that appear
occasionally in server logs? They hit my server in bunches, on rare
occasions, for about an hour at a time.

Any advice appreciated.
Apr 15 '06 #1
5 35950

http://www.experts-exchange.com/Web/..._21183180.html
Internet Information Server: ASP_0147|500_Server Error

Might not be all that much help, but... hey, it was free... Make sure you
scroll past the nag screen ads to see the answers...

D.

CB wrote:
Does anyone know of a resource for diagnosing ASP_0147 errors that appear
occasionally in server logs? They hit my server in bunches, on rare
occasions, for about an hour at a time.

Any advice appreciated.

Apr 15 '06 #2
CB
I noticed that interaction before, and I don't think my situation is the
same, unfortunately. The problem with this type of error seems to be -- it
could have lots of causes, and there is no way to diagnose.

My system has no observable symptoms except that the application in question
slows to a crawl, and the 0147 errors appear in the logs.
Apr 18 '06 #3
CB wrote:
Does anyone know of a resource for diagnosing ASP_0147 errors that
appear occasionally in server logs? They hit my server in bunches,
on rare occasions, for about an hour at a time.

Any advice appreciated.


The only aspfaq article mentioning this error that I can find is this one:
http://www.aspfaq.com/show.asp?id=2109

Does it help? Especially the part about enabling detailed messages on the
server ...?
--
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.
Apr 18 '06 #4
CB
I didn't do anything with error messages, because it's a production system
and I wouldn't want users seeing complex error messages; and also I am not
sure anyone is really seeing error screens. Users are definitely seeing the
system hang up and take 45 seconds to process a page. I personally have
never seen an error screen associated with this problem. It's difficult to
reproduce, alas.

My server logs include sections like this, usually following a gap of 30-90
seconds with no log entries:

2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp - 200
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500
2006-04-18 20:15:38 65.90.32.22 - 64.92.223.220 80 POST /survey.asp
|-|ASP_0147|500_Server_Error 500

That's nine entries from the same client in the same second, one of which
looks successful and eight being errors. The client is not really making
nine requests in one second. Maybe the user is getting impatient and hitting
submit repeatedly (since the server usually responds in a second or two), and
all the requests are being logged at the same time after the server gets
itself un-hung.

My challenge is to find out why it's hanging up.
Apr 18 '06 #5
CB wrote:
I didn't do anything with error messages, because it's a production
system and I wouldn't want users seeing complex error messages; and
also I am not sure anyone is really seeing error screens. Users are
definitely seeing the system hang up and take 45 seconds to process a
page. I personally have never seen an error screen associated with
this problem. It's difficult to reproduce, alas.

My server logs include sections like this, usually following a gap of
30-90 seconds with no log entries:


I'm thinking that the setting for detailed errors at the server level may
help you with this. Otherwise, you should attack your code, putting more
error handlers in which log errors as they occur instead of sending detailed
messages to the client. Something like this:
http://support.microsoft.com/kb/299986/EN-US/

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Apr 18 '06 #6

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

Similar topics

11
by: mikey_boy | last post by:
Hello! Curious if anyone could give me a hand. I wrote this PHP script with makes a simple connection to a mysql database called firstdb and just pulls back the results and displays on the...
0
by: Mike Gifford | last post by:
After a while of serving asp pages, my web site will just randomly stop serving the .asp pages.. it will continue serving .htm pages though. I get the error "ASP_0147 500_Server_Error" in the...
2
by: Khaled Omar | last post by:
We get this error occasionaly in the IIS logs, we can't figure out the reason, we checked http://www.aspfaq.com/show.asp?id=2109 and it didn't help, when we visit the page with HTTP friendly...
5
by: Eddie | last post by:
I have a MySQL-server running Innodb. We have installed ~ 2GB of memory in the server. In spite of this MySQL keeps crashing due to out-of-memory errors. The server is a dual xeon i686 running...
0
by: Charles Law | last post by:
I thought I would pass this on, as I have oft' seen this problem reported, with no solution. The problem is that in a solution containing several projects, the compiler will sometimes report a...
8
by: ImOk | last post by:
I just have a question about trapping and retrying errors especially file locking or database locks or duplicate key errors. Is there a way after you trap an error to retry the same line that...
0
by: Simon | last post by:
I have a problem with an application which randomly hangs on site. The symptoms are that the user will click a button - which normally would open a new form (which inevitably will create a socket...
0
by: manikumarn | last post by:
Application thread (Java server code) making database queries is blocked on the query execution to return and the db connection does not timeout. It happens during load test after about three days...
2
by: =?Utf-8?B?TWlrZSBNaWtl?= | last post by:
Multiple problems I believe are related. First SqlDatasource in designer "Object reference not set to an instance of an object." I believe problems is caused by unable to read and bind the...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
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.