473,738 Members | 6,332 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 3017
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******@india times.com> wrote in message
news:7b******** *************** ***@posting.goo gle.com...
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******* *******@TK2MSFT NGP10.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******@india times.com> wrote in message
news:7b******** *************** ***@posting.goo gle.com...
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******@india times.com> wrote in message
news:7b******** *************** **@posting.goog le.com...
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******* *******@TK2MSFT NGP10.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******@india times.com> wrote in message
news:7b******** *************** ***@posting.goo gle.com...
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...opt ion 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******** ******@tk2msftn gp13.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******@india times.com> wrote in message
news:7b******** *************** **@posting.goog le.com...
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******* *******@TK2MSFT NGP10.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******@india times.com> wrote in message
news:7b******** *************** ***@posting.goo gle.com...
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
1635
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
4540
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 to for this problem short of reinstalling the local developer XP OS/IIS 5.1 ? I have tried everything else listed in various threads. I think my mistake was thinking the installation for v/st 2003 was going to upgrade my V/Studio.net 2001, ( I...
1
2865
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 V/Studio 2003. Was running V/Studio classic 6/Asp parallel with V/Studio 2002/aspx. Anyone have any new solutions or urls' to point me to for this problem short of reinstalling the local developer setup consisting of Win XP OS/IIS 5.1 along with FP...
2
4123
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 online for answers, but to no avail. Any suggestions from anyone who has had this experience? Now I'm a beginner in this art. I'm trying to learn how to implement WSs for a small distributed application. Nothing critical. Most Thankful. . . Al
2
7257
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; HttpWebResponse httpResp = null; httpReq = (HttpWebRequest)WebRequest.Create(url);
2
20023
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 (tablespace_type) when 0 then 'DMS' else 'SMS' end as "Type",
2
4387
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 a function, so that I can call it from a popup, I get the error: "html has no properties" (in Firefox)
23
24562
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'; $dbh=DBI->connect("DBI:mysql:database=$database;host=$host","$usuario","$senha") or die "Can't open DB: $!";
4
2404
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 used by one master class that is public. I am able to declare the interface as "internal interface" without problem but when I attempt to use it by declaring a class that implements it, if I declare the implemented interface members as...
0
8968
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8787
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9334
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9208
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6750
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6053
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
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 we have to send another system
3
2193
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.