Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Asp Error 147

349 views
Skip to first unread message

Frank Zhang

unread,
Jan 15, 2003, 2:41:18 PM1/15/03
to
Hi,

Currently, I randomly get un-described 500 error in
different pages and different lines. Checking into the
event log on the server, I found it is full of the entry
indicating Asp Error 147. Does anybody know what the error
is exactly?

Thanks in adavnce.

Curt_C [MVP]

unread,
Jan 15, 2003, 2:48:09 PM1/15/03
to
http://www.aspfaq.com/show.asp?id=2109

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Frank Zhang" <fzh...@ubisoft.com> wrote in message
news:648001c2bcce$12fc3a80$8af82ecf@TK2MSFTNGXA03...

Frank Zhang

unread,
Jan 15, 2003, 3:03:14 PM1/15/03
to
Thanks for your reply, but it is not the answer I am looking for. Let me
describe it in a better way:

My browser is friendly-error disabled. So that I can see the detail of
error descriptions. But out of sudden (under a heavy load of the IIS
server), I got 500 page with the error description "unspecified error".
And where/when the error occurs is totally random. So, I looked into the
event log and see ASP 0147 every where. But I still don't know what had
happened.

Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Aaron Bertrand [MVP]

unread,
Jan 15, 2003, 3:17:47 PM1/15/03
to

Can you possibly provide any more information? Like the exact text of the
error message? The line of code that it points to in any ASP page? And
maybe try to think of anything that changed at around the same time that
this "out of sudden" problem started happening?

If you only get unspecified error and 0147, then you haven't read
http://www.aspfaq.com/2109 in its entirety.

--
Aaron Bertrand, SQL Server MVP
http://www.aspfaq.com/

Please reply in the newsgroups, but if you absolutely
must reply via e-mail, please take out the TRASH.


"Frank Zhang" <fzh...@gameloft.com> wrote in message
news:#zPFkENvCHA.1960@TK2MSFTNGP11...

Frank Zhang

unread,
Jan 15, 2003, 3:55:14 PM1/15/03
to
Thanks again. But please understand that if it is just a common error, I
won't bother to post it here.

HTTP/1.1 500 Server Error

This is the text in IE with friendly errors turned OFF and the same in
Netscape.

No page, no line no nothing.

If I have any regular error such as syntax error, I will see page
blahblah.asp line blahblah and error blahblah.

The reason that I am asking for help here is that I CAN'T have the
detail of the error by any meaning.

Aaron Bertrand [MVP]

unread,
Jan 15, 2003, 4:02:44 PM1/15/03
to
What does the event log say? Obviously there is some more information
there, as you didn't make up ASP 0147, right?

--
Aaron Bertrand, SQL Server MVP
http://www.aspfaq.com/

Please reply in the newsgroups, but if you absolutely
must reply via e-mail, please take out the TRASH.


"Frank Zhang" <fzh...@gameloft.com> wrote in message

news:O#FtnhNvCHA.2732@TK2MSFTNGP09...

Curt_C [MVP]

unread,
Jan 15, 2003, 4:04:56 PM1/15/03
to
in IIS see if "send detailed error messages" is enabled.

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Frank Zhang" <fzh...@gameloft.com> wrote in message

news:O#FtnhNvCHA.2732@TK2MSFTNGP09...

Phillip Windell

unread,
Jan 15, 2003, 4:16:36 PM1/15/03
to
In the event log, what is the:

Event ID: ????
Source: ????

Look it up at http://www.eventid.net/

--

Phillip Windell
pwin...@wandtv.com
WAND-TV (ABC Affiliate)
www.wandtv.com

"Frank Zhang" <fzh...@gameloft.com> wrote in message

news:O#FtnhNvCHA.2732@TK2MSFTNGP09...

Frank Zhang

unread,
Jan 15, 2003, 4:23:16 PM1/15/03
to
Everything related to showing detailed error message are done. And there
is nothing in Event log. But there is sth in IIS log and that's where I
got the error number 147. (2000-12-04 23:49:26 209.191.87.120 -
209.207.181.50 80
GET /trey_parker.html |-|ASP_0147|500_Server_Error 500 Mozilla/4.0+
(compatible;+MSIE+5.5;+Windows+98)
)

I've been looking into that in lots of newsgroup and there is someone
said it is because of performance issue which I don't think it is my
case. That's why I am looking for more possible answers.

Thanks again.

Aaron Bertrand [MVP]

unread,
Jan 15, 2003, 4:41:55 PM1/15/03
to
If this error is happening on requests for HTML pages, then something else
is funked up in your IIS config...

--
Aaron Bertrand, SQL Server MVP
http://www.aspfaq.com/

Please reply in the newsgroups, but if you absolutely
must reply via e-mail, please take out the TRASH.

"Frank Zhang" <fzh...@gameloft.com> wrote in message

news:e84qSxNvCHA.2504@TK2MSFTNGP10...

Frank Zhang

unread,
Jan 15, 2003, 4:55:12 PM1/15/03
to
It is ok for accessing HTML or TXT files. But when you try to access an
ASP file, it will throw out this error. It can be solved by restarting
IIS. But it will come back somehow.

Aaron Bertrand [MVP]

unread,
Jan 15, 2003, 5:02:12 PM1/15/03
to
What? Your event log says:

GET /trey_parker.html |-|ASP_0147|500_Server_Error 500 Mozilla/4.0+
(compatible;+MSIE+5.5;+Windows+98)
)

Sorry, but this is a request for an HTML file, and it is causing this error.
This means it is above the ASP level, because asp.dll isn't even called at
this point. Maybe you could try an IIS group...

--
Aaron Bertrand, SQL Server MVP
http://www.aspfaq.com/

Please reply in the newsgroups, but if you absolutely
must reply via e-mail, please take out the TRASH.


"Frank Zhang" <fzh...@gameloft.com> wrote in message

news:u2yeIDOvCHA.2292@TK2MSFTNGP10...

Frank Zhang

unread,
Jan 15, 2003, 5:11:09 PM1/15/03
to
Oh, that's because we are using MS Content management server. It is a
posting. So, it has .htm extension but it is an ASP file.
0 new messages