I encounter a weird error from IIS.

I got 2 exactly same and pure HTML content files with one of it is *.html
and one is *.asp as the file name.

When I access the file with http://localhost/file_name.html, it give me the
correct content, then when I access with http://localhost/file_name.asp, it
give me "HTTP 500 - Internal Server Error".

I don't know what happen to my IIS, that 2 files is exactly same except the
extension of the file name.

Can I know what's the error?


Thanks for helping.

Below is the error info that I capture from the "event viewer".
===================================================
A condition has occurred that indicates this COM+ application is in an
unstable state or is not functioning correctly. Assertion Failure:
SUCCEEDED(hr)

Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
Server Application Instance ID:
{4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
Server Application Name: System Application
The serious nature of this error has caused the process to terminate.
Error Code = 0x8000ffff : Catastrophic failure
COM+ Services Internals Information:
File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line: 3000
Comsvcs.dll file version: ENU 2001.12.4414.46 shp

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
===================================================
The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that could be
caused by the custom components running in the COM+ application, the
components they make use of, or other factors. Error in
d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr = 80080005:
InitEventCollector failed

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
===================================================

Re: Weird error from IIS by George

George
Sun Feb 22 14:32:04 CST 2004

Why not try just a simple asp in the folder where the asp you have is?

<%@language=3D"VBScript"%>
<%=3D"Hello"%>

What happens?

http://search.microsoft.com/search/results.aspx?st=3Db&na=3D88&View=3Den-=
us&qu=3D8000ffff

--=20
George Hester
__________________________________
"Peter Chan" <peter.cch@lycos.com> wrote in message =
news:4038e621$1_1@news.tm.net.my...
> I encounter a weird error from IIS.
>=20
> I got 2 exactly same and pure HTML content files with one of it is =
*.html
> and one is *.asp as the file name.
>=20
> When I access the file with http://localhost/file_name.html, it give =
me the
> correct content, then when I access with =
http://localhost/file_name.asp, it
> give me "HTTP 500 - Internal Server Error".
>=20
> I don't know what happen to my IIS, that 2 files is exactly same =
except the
> extension of the file name.
>=20
> Can I know what's the error?
>=20
>=20
> Thanks for helping.
>=20
> Below is the error info that I capture from the "event viewer".
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> A condition has occurred that indicates this COM+ application is in an
> unstable state or is not functioning correctly. Assertion Failure:
> SUCCEEDED(hr)
>=20
> Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
> Server Application Instance ID:
> {4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
> Server Application Name: System Application
> The serious nature of this error has caused the process to terminate.
> Error Code =3D 0x8000ffff : Catastrophic failure
> COM+ Services Internals Information:
> File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line: =
3000
> Comsvcs.dll file version: ENU 2001.12.4414.46 shp
>=20
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> The run-time environment has detected an inconsistency in its internal
> state. This indicates a potential instability in the process that =
could be
> caused by the custom components running in the COM+ application, the
> components they make use of, or other factors. Error in
> d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr =3D =
80080005:
> InitEventCollector failed
>=20
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
>=20
>

Re: Weird error from IIS by Peter

Peter
Sun Feb 22 19:22:32 CST 2004

I'd try with a simple ASP as well ... I got the same error.

"George Hester" <hesterloli@hotmail.com> wrote in message
news:%23ANCxLY%23DHA.2316@TK2MSFTNGP11.phx.gbl...
Why not try just a simple asp in the folder where the asp you have is?

<%@language="VBScript"%>
<%="Hello"%>

What happens?

http://search.microsoft.com/search/results.aspx?st=b&na=88&View=en-us&qu=8000ffff

--
George Hester
__________________________________
"Peter Chan" <peter.cch@lycos.com> wrote in message
news:4038e621$1_1@news.tm.net.my...
> I encounter a weird error from IIS.
>
> I got 2 exactly same and pure HTML content files with one of it is *.html
> and one is *.asp as the file name.
>
> When I access the file with http://localhost/file_name.html, it give me
the
> correct content, then when I access with http://localhost/file_name.asp,
it
> give me "HTTP 500 - Internal Server Error".
>
> I don't know what happen to my IIS, that 2 files is exactly same except
the
> extension of the file name.
>
> Can I know what's the error?
>
>
> Thanks for helping.
>
> Below is the error info that I capture from the "event viewer".
> ===================================================
> A condition has occurred that indicates this COM+ application is in an
> unstable state or is not functioning correctly. Assertion Failure:
> SUCCEEDED(hr)
>
> Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
> Server Application Instance ID:
> {4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
> Server Application Name: System Application
> The serious nature of this error has caused the process to terminate.
> Error Code = 0x8000ffff : Catastrophic failure
> COM+ Services Internals Information:
> File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line:
3000
> Comsvcs.dll file version: ENU 2001.12.4414.46 shp
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> ===================================================
> The run-time environment has detected an inconsistency in its internal
> state. This indicates a potential instability in the process that could be
> caused by the custom components running in the COM+ application, the
> components they make use of, or other factors. Error in
> d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr = 80080005:
> InitEventCollector failed
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> ===================================================
>
>



Re: Weird error from IIS by Ken

Ken
Mon Feb 23 00:57:38 CST 2004

a) Disable "Show Friendly HTTP Errors" in your copy of Internet Explorer.
Tools -> Internet Options -> Advanced, and reload the page. Post the error
message you now see

b) The event log shows:
d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp
what exactly is this? It doesn't appear to be a Windows component...

Cheers
Ken



"Peter Chan" <peter.cch@lycos.com> wrote in message
news:4038e621$1_1@news.tm.net.my...
: I encounter a weird error from IIS.
:
: I got 2 exactly same and pure HTML content files with one of it is *.html
: and one is *.asp as the file name.
:
: When I access the file with http://localhost/file_name.html, it give me
the
: correct content, then when I access with http://localhost/file_name.asp,
it
: give me "HTTP 500 - Internal Server Error".
:
: I don't know what happen to my IIS, that 2 files is exactly same except
the
: extension of the file name.
:
: Can I know what's the error?
:
:
: Thanks for helping.
:
: Below is the error info that I capture from the "event viewer".
: ===================================================
: A condition has occurred that indicates this COM+ application is in an
: unstable state or is not functioning correctly. Assertion Failure:
: SUCCEEDED(hr)
:
: Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
: Server Application Instance ID:
: {4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
: Server Application Name: System Application
: The serious nature of this error has caused the process to terminate.
: Error Code = 0x8000ffff : Catastrophic failure
: COM+ Services Internals Information:
: File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line:
3000
: Comsvcs.dll file version: ENU 2001.12.4414.46 shp
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
: ===================================================
: The run-time environment has detected an inconsistency in its internal
: state. This indicates a potential instability in the process that could be
: caused by the custom components running in the COM+ application, the
: components they make use of, or other factors. Error in
: d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr = 80080005:
: InitEventCollector failed
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
: ===================================================
:
:



Re: Weird error from IIS by David

David
Mon Feb 23 01:20:44 CST 2004

b) That's a part of COM+ . If you've recently run Security software, check
that the ComSysApp service is still running and not disabled. Some of those
software will intentionally disable COM+ to disable IIS.

In either case, please do what Ken suggested -- disable "Show Friendly HTTP
Errors" and report what is actually returned.

There is a dramatic difference between a .asp and a .html. .html is a
static file that IIS just reads and returns. .asp is a dynamic file that
IIS tries to execute, involving other system components. So, no, just
because the file name is the same does NOT mean that they are executed the
same way at all.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:u7CRUpd%23DHA.3880@TK2MSFTNGP11.phx.gbl...
a) Disable "Show Friendly HTTP Errors" in your copy of Internet Explorer.
Tools -> Internet Options -> Advanced, and reload the page. Post the error
message you now see

b) The event log shows:
d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp
what exactly is this? It doesn't appear to be a Windows component...

Cheers
Ken



"Peter Chan" <peter.cch@lycos.com> wrote in message
news:4038e621$1_1@news.tm.net.my...
: I encounter a weird error from IIS.
:
: I got 2 exactly same and pure HTML content files with one of it is *.html
: and one is *.asp as the file name.
:
: When I access the file with http://localhost/file_name.html, it give me
the
: correct content, then when I access with http://localhost/file_name.asp,
it
: give me "HTTP 500 - Internal Server Error".
:
: I don't know what happen to my IIS, that 2 files is exactly same except
the
: extension of the file name.
:
: Can I know what's the error?
:
:
: Thanks for helping.
:
: Below is the error info that I capture from the "event viewer".
: ===================================================
: A condition has occurred that indicates this COM+ application is in an
: unstable state or is not functioning correctly. Assertion Failure:
: SUCCEEDED(hr)
:
: Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
: Server Application Instance ID:
: {4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
: Server Application Name: System Application
: The serious nature of this error has caused the process to terminate.
: Error Code = 0x8000ffff : Catastrophic failure
: COM+ Services Internals Information:
: File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line:
3000
: Comsvcs.dll file version: ENU 2001.12.4414.46 shp
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
: ===================================================
: The run-time environment has detected an inconsistency in its internal
: state. This indicates a potential instability in the process that could be
: caused by the custom components running in the COM+ application, the
: components they make use of, or other factors. Error in
: d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr = 80080005:
: InitEventCollector failed
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
: ===================================================
:
: