473,511 Members | 16,830 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Strange error "Internal Server Error"

Sam
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
Jul 19 '05 #1
5 2999
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" <ro******@indiatimes.com> wrote in message
news:7b**************************@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
Jul 19 '05 #2
Sam
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]" <so*****@online.microsoft.com> wrote in message news:<uV**************@TK2MSFTNGP10.phx.gbl>...
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" <ro******@indiatimes.com> wrote in message
news:7b**************************@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

Jul 19 '05 #3
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" <ro******@indiatimes.com> wrote in message
news:7b*************************@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]" <so*****@online.microsoft.com> wrote in message
news:<uV**************@TK2MSFTNGP10.phx.gbl>...
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" <ro******@indiatimes.com> wrote in message
news:7b**************************@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

Jul 19 '05 #4
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]" <so*****@online.microsoft.com> escreveu na mensagem
news:#K**************@tk2msftngp13.phx.gbl...
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" <ro******@indiatimes.com> wrote in message
news:7b*************************@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]" <so*****@online.microsoft.com> wrote in message
news:<uV**************@TK2MSFTNGP10.phx.gbl>...
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" <ro******@indiatimes.com> wrote in message
news:7b**************************@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


Jul 19 '05 #5
BHARAT wrote:
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.
Nov 16 '07 #6

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

Similar topics

2
1621
by: Peter Rilling | last post by:
I have some COM+ components that seem to be throwing some exceptions. However, IIS to just displays the "insernal server error" message. How can I get the actual error to display?
1
4521
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer/IIS 5.1. Anyone have any new solutions or urls to point me...
1
2832
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer XP Pro/IIS 5.1. Everything worked fine prior to installing...
2
4112
by: Sosa | last post by:
Greetings, I have XP Pro and installed IIS 5.1. I tried to create a web service through VS.Net 2003 Pro. When I click the Open button, I get the above subject line error message. I've looked...
2
7248
by: Andy Chen | last post by:
Hi, When I am using the fowllowing code to open page http://spaces.msn.com/members/mailcall/ .... try{ string url = http://spaces.msn.com/members/mailcall/; HttpWebRequest httpReq = null;...
2
19949
by: P | last post by:
Hi all, I'm trying to run the following code taken from http://blogs.ittoolbox.com/database/technology/archives/006045.asp# select substr(tablespace_name,1,30) as "Tablespace Name", case...
2
4367
by: hardrock | last post by:
Hello! I'm working with the prototype library version 1.4.0 and having a strange error lately. When I want to make an Ajax.Updater call, it basically works. But as soon as I put the call into...
23
24481
by: ticfranca | last post by:
Hi, I'm getting this error in the code below: sub Pega_recorde { $database = 'bundinha'; $host = 'localhost'; $usuario = 'myhumoradm'; $senha = 'my8xr2d2'; ...
4
2383
by: ~~~ .NET Ed ~~~ | last post by:
I am facing a problem. My project is composed of several assemblies. In one of them -the backend- I have several internal classes that must implement an interface. These internal classes are only...
0
7138
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7423
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...
1
7081
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7510
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...
1
5066
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3213
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1576
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
447
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.