Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

CreateObject Exception

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  401.2 error processing  
Author Message
user1105

External


Since: Nov 19, 2003
Posts: 3



(Msg. 1) Posted: Fri Nov 21, 2003 2:16 pm
Post subject: CreateObject Exception
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello All,
We have been experiencing ASP errors recently with our IIS
5 server. This ASP error popup atleast once a day and the
only way to resolve this is to either to reset IIS using
IISRESET or bounce the server.
Below is the error that serves up as a result of this IIS
issue. I have check the ASP code multiple times and
couldn't find any error in the code. Also this error shows
up for all the ASP pages hosted on that server.

Any help regarding this is appreciated.

Thanks
Gopi

Active Server Pages error 'ASP 0241'
CreateObject Exception
/compassUpd/gsp/scripts/Templates.asp
The CreateObject of '(null)' caused exception C0000005.
Server object error 'ASP 0177 : c0000005'
Server.CreateObject Failed
/compassUpd/gsp/scripts/Templates.asp, line 23
c0000005

 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
newsgroups4

External


Since: Sep 10, 2003
Posts: 31



(Msg. 2) Posted: Fri Nov 21, 2003 4:23 pm
Post subject: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

What is the code that is involved in the CreateObject
expression. Are you passing data to this function by way
of session or application level variables?

Sincerely,
Invotion Engineering Team
Advanced Microsoft Hosting Solutions
<a style='text-decoration: underline;' href="http://www.Invotion.com" target="_blank">http://www.Invotion.com</a>

 >-----Original Message-----
 >Hello All,
 >We have been experiencing ASP errors recently with our
IIS
 >5 server. This ASP error popup atleast once a day and
the
 >only way to resolve this is to either to reset IIS using
 >IISRESET or bounce the server.
 >Below is the error that serves up as a result of this
IIS
 >issue. I have check the ASP code multiple times and
 >couldn't find any error in the code. Also this error
shows
 >up for all the ASP pages hosted on that server.
 >
 >Any help regarding this is appreciated.
 >
 >Thanks
 >Gopi
 >
 >Active Server Pages error 'ASP 0241'
 >CreateObject Exception
 >/compassUpd/gsp/scripts/Templates.asp
 >The CreateObject of '(null)' caused exception C0000005.
 >Server object error 'ASP 0177 : c0000005'
 >Server.CreateObject Failed
 >/compassUpd/gsp/scripts/Templates.asp, line 23
 >c0000005
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
dev2

External


Since: Oct 14, 2003
Posts: 290



(Msg. 3) Posted: Sun Nov 23, 2003 9:51 pm
Post subject: Re: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gopi,

If your server is crashing or hanging you might want to
download our ReJuvin8 tool. It's free for the first
15-days. It can keep your site running despite problems.

It's designed to detect problems then restart or reboot.
It can restart ANY programs, services, or processes in
precise order. It doesn't fix bugs but it does give you some
breathing room while you are finding them. ReJuvin8 also
gives you email and telephone alert messages and graphic
status reports.

It can also test, alert, and report on URLs running anywhere
on any server on your net connection. So if you use multiple
servers you can use them to watch each other, too.

ReJuvin8 has both an automatic and a custom mode. In the
auto mode you make all the settings by pointing and
clicking. This will handle most applications.

The custom mode uses heartbeat synch files to get absolute
detection that key processes are working. Tools and
instructions are provided to help you do this. We also offer
customization as a contract service.

Charles


Get ReJuvin8 at: <a style='text-decoration: underline;' href="http://www.rejuvin8.net?ac=ch1" target="_blank">http://www.rejuvin8.net?ac=ch1</a>


"Gopi Bhagirath" <gopi.bhagirath.RemoveThis@spcorp.com> wrote in message
news:00d401c3b064$04350e70$a501280a@phx.gbl...
 > Hello All,
 > We have been experiencing ASP errors recently with our IIS
 > 5 server. This ASP error popup atleast once a day and the
 > only way to resolve this is to either to reset IIS using
 > IISRESET or bounce the server.
 > Below is the error that serves up as a result of this IIS
 > issue. I have check the ASP code multiple times and
 > couldn't find any error in the code. Also this error shows
 > up for all the ASP pages hosted on that server.
 >
 > Any help regarding this is appreciated.
 >
 > Thanks
 > Gopi
 >
 > Active Server Pages error 'ASP 0241'
 > CreateObject Exception
 > /compassUpd/gsp/scripts/Templates.asp
 > The CreateObject of '(null)' caused exception C0000005.
 > Server object error 'ASP 0177 : c0000005'
 > Server.CreateObject Failed
 > /compassUpd/gsp/scripts/Templates.asp, line 23
 > c0000005
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
user1127

External


Since: Nov 24, 2003
Posts: 2



(Msg. 4) Posted: Mon Nov 24, 2003 9:01 am
Post subject: Re: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We are passing values to the function at the session level.




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
user1127

External


Since: Nov 24, 2003
Posts: 2



(Msg. 5) Posted: Mon Nov 24, 2003 9:01 am
Post subject: Re: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We are passing values at the session level.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
user1105

External


Since: Nov 19, 2003
Posts: 3



(Msg. 6) Posted: Tue Nov 25, 2003 9:02 am
Post subject: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We are passing data at the session level.
Also we have not has this issue for the last 2 yrs , since
the application went live on this server.

 >-----Original Message-----
 >Hi,
 >
 >What is the code that is involved in the CreateObject
 >expression. Are you passing data to this function by way
 >of session or application level variables?
 >
 >Sincerely,
 >Invotion Engineering Team
 >Advanced Microsoft Hosting Solutions
 >http://www.Invotion.com
 >
  >>-----Original Message-----
  >>Hello All,
  >>We have been experiencing ASP errors recently with our
 >IIS
  >>5 server. This ASP error popup atleast once a day and
 >the
  >>only way to resolve this is to either to reset IIS using
  >>IISRESET or bounce the server.
  >>Below is the error that serves up as a result of this
 >IIS
  >>issue. I have check the ASP code multiple times and
  >>couldn't find any error in the code. Also this error
 >shows
  >>up for all the ASP pages hosted on that server.
  >>
  >>Any help regarding this is appreciated.
  >>
  >>Thanks
  >>Gopi
  >>
  >>Active Server Pages error 'ASP 0241'
  >>CreateObject Exception
  >>/compassUpd/gsp/scripts/Templates.asp
  >>The CreateObject of '(null)' caused exception C0000005.
  >>Server object error 'ASP 0177 : c0000005'
  >>Server.CreateObject Failed
  >>/compassUpd/gsp/scripts/Templates.asp, line 23
  >>c0000005
  >>
  >>
  >>.
  >>
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 7) Posted: Mon Dec 15, 2003 2:57 pm
Post subject: Re: CreateObject Exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Run IISstate from www.iisfaq.com, and then post results back on a new thread with IISstate in the subject line.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: Gopi Bhagirath <gopi.bhagirath RemoveThis @spcorp.com>
| References: <zPmdnfvPTdKe7VyiRVn-jA RemoveThis @inreach.com>
| X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
| Subject: Re: CreateObject Exception
| Mime-Version: 1.0
| Content-Type: text/plain; charset="us-ascii"
| Content-Transfer-Encoding: 7bit
| Message-ID: <uYxnlNpsDHA.560 RemoveThis @TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| Date: Mon, 24 Nov 2003 06:01:01 -0800
| NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
| Lines: 1
| Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:284779
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| We are passing values to the function at the session level.
|
|
|
|
| *** Sent via Developersdex http://www.developersdex.com ***
| Don't just participate in USENET...get rewarded for it!
|
 >> Stay informed about: CreateObject Exception 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
where are exception monitor? - Hello where i can download the tool "exception monitor"? thanks

Script Engine Exception - Hi, We are using Windows 2000 Advance Server: IIS 5 enviroment. Until recent all ASP applications where runing fine. Recently about 2 weeks back this problem started to occur and all the ASP which have a database connections don't work all of a sudden....

exception while processing the ISAPI application - Hello all, Every time the event error below appears on Event Log, IIS stop responding. I have to reboot the server for IIS to come back. I have domino run on this server. I suspected it has something to do with the domino. I have nissfilt.dll of..

IIS6 web application security exception - On IIS6 on w2k3, I have a problem with a specific web appliation. The application in question is Outlook Mobile Access for Exchange 2003 (/oma). When accessing the virtual directory, I get the following error: Security Exception Description: The..

Base Exception:System.OutOfMemoryException - Hi, We are running IIS 5.0 cluster with cisco local director. We are running a website on 2 webservers and I have been observing that from past few days we have are getting this error message of and on. Error Message Remote IP:66.122.242.65..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]