Groups | Blog | Home
all groups > inetserver asp general > february 2004 >

inetserver asp general : Strange error "Internal Server Error"


rover555 NO[at]SPAM indiatimes.com
2/29/2004 10:52:11 PM
Guys facing a strange problem
any clue would really rescue me..

i am using a ASP application with following things

Server : Intel Xeon (TM) CPU 2GHz, 2GB RAM, 136GB HDD
OS : Windows 2000 Advanced server. IIS5.0
Database: Oracle (Using ADODB to connect to the Database)
App server running on the same machine (COM+)

after using the application for 2/3 hours i get an error message

"Internal Server Error"

once i restart the server it works absolutely fine for some hours.

After encountering the error i opened COM+ and clicked on the "Computers" node .
Then got the following error

"Error Code 80010108 the object invoked has disconnected from its clients."


David Wang [Msft]
2/29/2004 10:57:49 PM
Use IIS State to capture state of IIS when you see the problem happen (or
wait for it to happen).

http://www.iisfaq.com/default.aspx?view=P197

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view]
Guys facing a strange problem
any clue would really rescue me..

i am using a ASP application with following things

Server : Intel Xeon (TM) CPU 2GHz, 2GB RAM, 136GB HDD
OS : Windows 2000 Advanced server. IIS5.0
Database: Oracle (Using ADODB to connect to the Database)
App server running on the same machine (COM+)

after using the application for 2/3 hours i get an error message

"Internal Server Error"

once i restart the server it works absolutely fine for some hours.

After encountering the error i opened COM+ and clicked on the "Computers"
node .
Then got the following error

"Error Code 80010108 the object invoked has disconnected from its clients."


Thanks and Regards

rover555 NO[at]SPAM indiatimes.com
3/7/2004 10:30:29 PM
Hi David,
Thanks for your help.
I donot have rights to install any third party software on my server
as its in production. Is there any work-around

thanks
Sam...



[quoted text, click to view]
David Wang [Msft]
3/8/2004 7:54:39 AM
No. There is no workaround for how to diagnose a problem.

It sounds like something is crashing on your web server, and IIS State is
the exact tool to troubleshoot it.

You cannot "work-around" a crash without knowing why it happens, and it
sounds like it happens from "normal" usage, so you can't avoid it.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view]
Hi David,
Thanks for your help.
I donot have rights to install any third party software on my server
as its in production. Is there any work-around

thanks
Sam...



[quoted text, click to view]

Vilmar Brazão de Oliveira
3/9/2004 1:31:58 PM
hi,
when this happens is:
you do have personalized webpage to manipulate such error.
take in it part of your code. use response.end to debug part by part, so
when you find the error correct it.
it is supposed to be a missing specials sign in sintax, objects which where
not created yet and are being used before being instanciated, etc...
try this too:
- put a response.end exactly in the beggning of your page after
@language...option explicit
- save and refresh your page
- take off the comments, save and refresh your page
- now take a loot at your page that is possible to appear the lines with the
errors.

that's only


««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"David Wang [Msft]" <someone@online.microsoft.com> escreveu na mensagem
news:#KfadkSBEHA.3400@tk2msftngp13.phx.gbl...
[quoted text, click to view]

BHARAT
11/16/2007 1:59:24 AM
am using a ASP application with following things

Server : Intel Xeon (TM) CPU 2GHz, 2GB RAM, 136GB HDD
OS : Windows 2000 Advanced server. IIS5.0
Database: Oracle (Using ADODB to connect to the Database)
App server running on the same machine (COM+)

after using the application for 2/3 hours i get an error message

"Internal Server Error"

once i restart the server it works absolutely fine for some hours.

After encountering the error i opened COM+ and clicked on the "Computers" node .
Then got the following error

"Error Code 80010108 the object invoked has disconnected from its clients."



From http://www.google.co.in/search?q='error+code+80010108+the+object+invoked+has+disconnected+from+its+cLIENTS'+++'com+'&hl=en&filter=0

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button