Re: Does anyone know where this error is generated?

2003-03-27 Thread Bryan Stevenson
Use CFTRY/CATCH wrapped around the whole page.  If that error happens then
display a nicer message.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Calvin Ward [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 10:05 AM
Subject: Does anyone know where this error is generated?


 Ocassionally our CF service restarts, and when it does, IIS generates the
following message:

 ==

 Error Occurred While Processing Request

 Request canceled or ignored by serverServer busy or unable to fulfill
request. The server is unable to fulfill your request due to extremely high
traffic or an unexpected internal error. Please attempt your request again
(if you are repeatedly unsuccessful you should notify the site
administrator). (Location Code: 26)

 ==

 What I'm looking for is a way to replace this message with one of my own,
or even a javascript redirect to somewhere else.



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Does anyone know where this error is generated?

2003-03-27 Thread Douglas.Knudsen
a custom error template is good...cferror tag...but you should probably figure out 
why this is occuring.  What version of CF are you using?  Using Access DBs anywhere?  
Check your logs in the CFADMIN tool for long running requests.  Something is holding 
up cfserver threads somewhere it seems.

Doug

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 1:06 PM
To: CF-Talk
Subject: Does anyone know where this error is generated?


Ocassionally our CF service restarts, and when it does, IIS 
generates the following message:

==

Error Occurred While Processing Request

Request canceled or ignored by serverServer busy or unable to 
fulfill request. The server is unable to fulfill your request 
due to extremely high traffic or an unexpected internal error. 
Please attempt your request again (if you are repeatedly 
unsuccessful you should notify the site administrator). 
(Location Code: 26)

==

What I'm looking for is a way to replace this message with one 
of my own, or even a javascript redirect to somewhere else.




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Douglas,

We're working on resolving unlocked session variables, as well as other
known causes (culled from various sources), and there aren't any Access DBs
on our servers, all SQL2000 and Oracle.

This is definitely a priority.

In the meantime, we'd like to present a prettier face to the user.

I don't believe that ColdFusion code will resolve that, as the error seems
to also be generated during server restart or being down.

In fact, I copied and pasted the below text from a browser trying to hit our
dev server after we manually stopped the service.

I was under the impression that it was actually generated through IIS and
not CF.

Anyone have further thoughts?

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 1:21 PM
Subject: RE: Does anyone know where this error is generated?


 a custom error template is good...cferror tag...but you should probably
figure out why this is occuring.  What version of CF are you using?  Using
Access DBs anywhere?  Check your logs in the CFADMIN tool for long running
requests.  Something is holding up cfserver threads somewhere it seems.

 Doug

 -Original Message-
 From: Calvin Ward [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 27, 2003 1:06 PM
 To: CF-Talk
 Subject: Does anyone know where this error is generated?
 
 
 Ocassionally our CF service restarts, and when it does, IIS
 generates the following message:
 
 ==
 
 Error Occurred While Processing Request
 
 Request canceled or ignored by serverServer busy or unable to
 fulfill request. The server is unable to fulfill your request
 due to extremely high traffic or an unexpected internal error.
 Please attempt your request again (if you are repeatedly
 unsuccessful you should notify the site administrator).
 (Location Code: 26)
 
 ==
 
 What I'm looking for is a way to replace this message with one
 of my own, or even a javascript redirect to somewhere else.
 
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread ksuh
The message is from CF, not IIS.  If you've stopped the CF service, if you try to 
request a .cfm page, this error will appear.

If this is a priority, fix your session variable locking.

- Original Message -
From: Calvin Ward [EMAIL PROTECTED]
Date: Thursday, March 27, 2003 12:04 pm
Subject: Re: Does anyone know where this error is generated?

 Douglas,
 
 We're working on resolving unlocked session variables, as well as 
 otherknown causes (culled from various sources), and there aren't 
 any Access DBs
 on our servers, all SQL2000 and Oracle.
 
 This is definitely a priority.
 
 In the meantime, we'd like to present a prettier face to the user.
 
 I don't believe that ColdFusion code will resolve that, as the 
 error seems
 to also be generated during server restart or being down.
 
 In fact, I copied and pasted the below text from a browser trying 
 to hit our
 dev server after we manually stopped the service.
 
 I was under the impression that it was actually generated through 
 IIS and
 not CF.
 
 Anyone have further thoughts?
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, March 27, 2003 1:21 PM
 Subject: RE: Does anyone know where this error is generated?
 
 
  a custom error template is good...cferror tag...but you should 
 probablyfigure out why this is occuring.  What version of CF are 
 you using?  Using
 Access DBs anywhere?  Check your logs in the CFADMIN tool for long 
 runningrequests.  Something is holding up cfserver threads 
 somewhere it seems.
 
  Doug
 
  -Original Message-
  From: Calvin Ward [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 27, 2003 1:06 PM
  To: CF-Talk
  Subject: Does anyone know where this error is generated?
  
  
  Ocassionally our CF service restarts, and when it does, IIS
  generates the following message:
  
  ==
  
  Error Occurred While Processing Request
  
  Request canceled or ignored by serverServer busy or unable to
  fulfill request. The server is unable to fulfill your request
  due to extremely high traffic or an unexpected internal error.
  Please attempt your request again (if you are repeatedly
  unsuccessful you should notify the site administrator).
  (Location Code: 26)
  
  ==
  
  What I'm looking for is a way to replace this message with one
  of my own, or even a javascript redirect to somewhere else.
  
  
  
  
  
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Does anyone know where this error is generated?

2003-03-27 Thread Douglas.Knudsen
Ah...I see...  CF has a great error trapping schtuff you can use, but it is useless 
for server timeout stuff in my experience.  I know unlocked vars can cause wierd 
stuff, but I have found long running SQL to be a culprit quite often too.  Have you 
guys looked at upping the request timeout setting? perhaps raise the limit 
simultaneous requests setting?  Have restart after n unresponsive threads on and 
all...lower this.  Have you tried setting the locking to single threaded sessions?  
Sounds like you are looking at this stuff already. Filter for 'Warning' and 
'Information' severity in your application log via the CFADMIN tool.  This will show 
you all the long running requests, if you set the logs to log them that is.  It will 
also show when CF labels a thread unresponsive.

just my thoughts

Doug

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:04 PM
To: CF-Talk
Subject: Re: Does anyone know where this error is generated?


Douglas,

We're working on resolving unlocked session variables, as well as other
known causes (culled from various sources), and there aren't 
any Access DBs
on our servers, all SQL2000 and Oracle.

This is definitely a priority.

In the meantime, we'd like to present a prettier face to the user.

I don't believe that ColdFusion code will resolve that, as the 
error seems
to also be generated during server restart or being down.

In fact, I copied and pasted the below text from a browser 
trying to hit our
dev server after we manually stopped the service.

I was under the impression that it was actually generated 
through IIS and
not CF.

Anyone have further thoughts?

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 1:21 PM
Subject: RE: Does anyone know where this error is generated?


 a custom error template is good...cferror tag...but you 
should probably
figure out why this is occuring.  What version of CF are you 
using?  Using
Access DBs anywhere?  Check your logs in the CFADMIN tool for 
long running
requests.  Something is holding up cfserver threads somewhere it seems.

 Doug

 -Original Message-
 From: Calvin Ward [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 27, 2003 1:06 PM
 To: CF-Talk
 Subject: Does anyone know where this error is generated?
 
 
 Ocassionally our CF service restarts, and when it does, IIS
 generates the following message:
 
 ==
 
 Error Occurred While Processing Request
 
 Request canceled or ignored by serverServer busy or unable to
 fulfill request. The server is unable to fulfill your request
 due to extremely high traffic or an unexpected internal error.
 Please attempt your request again (if you are repeatedly
 unsuccessful you should notify the site administrator).
 (Location Code: 26)
 
 ==
 
 What I'm looking for is a way to replace this message with one
 of my own, or even a javascript redirect to somewhere else.
 
 
 
 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Not to be dense, but if CF service is stopped, then how does it provide this
response?

We ARE fixing the session variable locking, but this message ALSO appears
when CF Service restarts.

I meant that the fixing of issues was a priority, in the MEANTIME we would
like to present a prettier face to the user. There are a large number of
sites here, so it takes some time to resolve all that.

Still wondering

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:18 PM
Subject: Re: Does anyone know where this error is generated?


 The message is from CF, not IIS.  If you've stopped the CF service, if you
try to request a .cfm page, this error will appear.

 If this is a priority, fix your session variable locking.

 - Original Message -
 From: Calvin Ward [EMAIL PROTECTED]
 Date: Thursday, March 27, 2003 12:04 pm
 Subject: Re: Does anyone know where this error is generated?

  Douglas,
 
  We're working on resolving unlocked session variables, as well as
  otherknown causes (culled from various sources), and there aren't
  any Access DBs
  on our servers, all SQL2000 and Oracle.
 
  This is definitely a priority.
 
  In the meantime, we'd like to present a prettier face to the user.
 
  I don't believe that ColdFusion code will resolve that, as the
  error seems
  to also be generated during server restart or being down.
 
  In fact, I copied and pasted the below text from a browser trying
  to hit our
  dev server after we manually stopped the service.
 
  I was under the impression that it was actually generated through
  IIS and
  not CF.
 
  Anyone have further thoughts?
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Thursday, March 27, 2003 1:21 PM
  Subject: RE: Does anyone know where this error is generated?
 
 
   a custom error template is good...cferror tag...but you should
  probablyfigure out why this is occuring.  What version of CF are
  you using?  Using
  Access DBs anywhere?  Check your logs in the CFADMIN tool for long
  runningrequests.  Something is holding up cfserver threads
  somewhere it seems.
  
   Doug
  
   -Original Message-
   From: Calvin Ward [mailto:[EMAIL PROTECTED]
   Sent: Thursday, March 27, 2003 1:06 PM
   To: CF-Talk
   Subject: Does anyone know where this error is generated?
   
   
   Ocassionally our CF service restarts, and when it does, IIS
   generates the following message:
   
   ==
   
   Error Occurred While Processing Request
   
   Request canceled or ignored by serverServer busy or unable to
   fulfill request. The server is unable to fulfill your request
   due to extremely high traffic or an unexpected internal error.
   Please attempt your request again (if you are repeatedly
   unsuccessful you should notify the site administrator).
   (Location Code: 26)
   
   ==
   
   What I'm looking for is a way to replace this message with one
   of my own, or even a javascript redirect to somewhere else.
   
   
   
   
  
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Does anyone know where this error is generated?

2003-03-27 Thread Dave Watts
 The message is from CF, not IIS.  If you've stopped the CF 
 service, if you try to request a .cfm page, this error will 
 appear.

This isn't exactly the case. The message is from the CF ISAPI extension, and
to the best of my knowledge there's no way to change it in CF 5.

In CFMX with Updater 3, however, I imagine that you may be able to change it
if you're using Apache instead of IIS, since I believe that the source for
the Apache module is provided with Updater 3. No such luck with IIS, though,
I'll bet.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread jon hall
One way would be to develop an ISAPI filter or extension that
determines if the CF service is started, if so, pass request to CF, if
not, send user to pretty error page.

-- 
 jon
 mailto:[EMAIL PROTECTED]

Thursday, March 27, 2003, 2:28:35 PM, you wrote:
CW Not to be dense, but if CF service is stopped, then how does it provide this
CW response?

CW We ARE fixing the session variable locking, but this message ALSO appears
CW when CF Service restarts.

CW I meant that the fixing of issues was a priority, in the MEANTIME we would
CW like to present a prettier face to the user. There are a large number of
CW sites here, so it takes some time to resolve all that.

CW Still wondering

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: RE: Does anyone know where this error is generated?

2003-03-27 Thread ksuh
 This isn't exactly the case. The message is from the CF ISAPI 
 extension, and
 to the best of my knowledge there's no way to change it in CF 5.

Yes.  I just didn't want to explain the nuts and bolts :)  It should be mentioned for 
clarity that it's not the ISAPI extension that's causing the error, it's the fact that 
the service is down.  The ISAPI extension is merely displaying the error message.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Dave,

Thanks, but that's certainly not the good news I was looking for...

Ah well.

I wouldn't have thought that CF would respond at all if it was... well, not
responding, quite an interesting deal there.


- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:42 PM
Subject: RE: Does anyone know where this error is generated?


  The message is from CF, not IIS.  If you've stopped the CF
  service, if you try to request a .cfm page, this error will
  appear.

 This isn't exactly the case. The message is from the CF ISAPI extension,
and
 to the best of my knowledge there's no way to change it in CF 5.

 In CFMX with Updater 3, however, I imagine that you may be able to change
it
 if you're using Apache instead of IIS, since I believe that the source for
 the Apache module is provided with Updater 3. No such luck with IIS,
though,
 I'll bet.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Downside of that would be additional load for every request, would it not?

- Original Message -
From: jon hall [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:47 PM
Subject: Re: Does anyone know where this error is generated?


 One way would be to develop an ISAPI filter or extension that
 determines if the CF service is started, if so, pass request to CF, if
 not, send user to pretty error page.

 --
  jon
  mailto:[EMAIL PROTECTED]

 Thursday, March 27, 2003, 2:28:35 PM, you wrote:
 CW Not to be dense, but if CF service is stopped, then how does it
provide this
 CW response?

 CW We ARE fixing the session variable locking, but this message ALSO
appears
 CW when CF Service restarts.

 CW I meant that the fixing of issues was a priority, in the MEANTIME we
would
 CW like to present a prettier face to the user. There are a large number
of
 CW sites here, so it takes some time to resolve all that.

 CW Still wondering

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4