Connecting Tech Pros Worldwide Forums | Help | Site Map

Strange error "Internal Server Error"

Sam
Guest
 
Posts: n/a
#1: Jul 19 '05
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

David Wang [Msft]
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Strange error "Internal Server Error"


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.
//
"Sam" <rover555@indiatimes.com> wrote in message
news:7b2c5853.0402292252.3eef25d3@posting.google.c om...
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


Sam
Guest
 
Posts: n/a
#3: Jul 19 '05

re: Strange error "Internal Server Error"


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...



"David Wang [Msft]" <someone@online.microsoft.com> wrote in message news:<uVoGvw1$DHA.1288@TK2MSFTNGP10.phx.gbl>...[color=blue]
> 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.
> //
> "Sam" <rover555@indiatimes.com> wrote in message
> news:7b2c5853.0402292252.3eef25d3@posting.google.c om...
> 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[/color]
David Wang [Msft]
Guest
 
Posts: n/a
#4: Jul 19 '05

re: Strange error "Internal Server Error"


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.
//
"Sam" <rover555@indiatimes.com> wrote in message
news:7b2c5853.0403072230.453fad1@posting.google.co m...
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...



"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:<uVoGvw1$DHA.1288@TK2MSFTNGP10.phx.gbl>...[color=blue]
> 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[/color]
rights.[color=blue]
> //
> "Sam" <rover555@indiatimes.com> wrote in message
> news:7b2c5853.0402292252.3eef25d3@posting.google.c om...
> 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[/color]
clients."[color=blue]
>
>
> Thanks and Regards[/color]


Vilmar Brazão de Oliveira
Guest
 
Posts: n/a
#5: Jul 19 '05

re: Strange error "Internal Server Error"


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...[color=blue]
> 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[/color]
rights.[color=blue]
> //
> "Sam" <rover555@indiatimes.com> wrote in message
> news:7b2c5853.0403072230.453fad1@posting.google.co m...
> 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...
>
>
>
> "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
> news:<uVoGvw1$DHA.1288@TK2MSFTNGP10.phx.gbl>...[color=green]
> > Use IIS State to capture state of IIS when you see the problem happen[/color][/color]
(or[color=blue][color=green]
> > 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[/color]
> rights.[color=green]
> > //
> > "Sam" <rover555@indiatimes.com> wrote in message
> > news:7b2c5853.0402292252.3eef25d3@posting.google.c om...
> > 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[/color][/color]
"Computers"[color=blue][color=green]
> > node .
> > Then got the following error
> >
> > "Error Code 80010108 the object invoked has disconnected from its[/color]
> clients."[color=green]
> >
> >
> > Thanks and Regards[/color]
>
>[/color]


Bob Barrows [MVP]
Guest
 
Posts: n/a
#6: Nov 16 '07

re: Strange error "Internal Server Error"


BHARAT wrote:
Quote:
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"
>
You need to determine the real error:
http://www.aspfaq.com/show.asp?id=2109

--
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.


Closed Thread