Hi

We some times get this under extreme load from running multiple large
queries at the same time (hence the reason your search returned the same
error message - the sites must have been experiencing high traffic when
spidered by the search engine). 

Check that the web server or coldfusion does not need restarting. It may
also be lock related to make sure you're locking all your shared scope
variables


HTH

Kola

-----Original Message-----
From: Brian Scandale [mailto:[EMAIL PROTECTED]] 
Sent: 23 July 2002 07:37
To: CF-Talk
Subject: Re: FW: Error Diagnostic Information <CF_POOF>?

If I remember correctly...

 I would get these from time to time when my cfml was causing the
CFserver to Restart. Usually associated with a query that was upsetting
in some way. And always baffling until I tried the queries by pasting
into another query tool or some such... Perhaps cf is throwing up on the
query result... the error message perhaps ... just wild guesses
actually.



At 09:50 AM 7/23/02, you wrote:
>OK. I never ask unless I am stumped. 
>
>I'm sure somebody has run into this b/c when I do a search on the 'Net
>for the error, I get links to various other CFM web pages that have
>thrown the error while being indexed by the search engines.
>
>Here goes.... First the stats:
>
>Server: Windows NT 4.0 ~ I suspect with all the most current updates
>(Shared host~ XO Communications) CF Server: 4.5 ~ patched and updated I
>hope!
>Database: Access 2000 (Sorry, I can't afford a Lexus either.)
>Connection: OC48 dual redundant to the backbone (so they say!)
>
>Client: 
>OS: Windows 98/2000/XP
>Browser: IE6 
>Connection: DSL
>Cache: Clear w/ 1 meg storage setting and "Every visit..." checked.
>
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>ERROR::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:
>::::::::::::::::
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
>Error Occurred While Processing Request
>Error Diagnostic Information
>An error occurred while attempting to establish a connection to the
>service.
>
>The most likely cause of this problem is that the service is not
>currently running. You can use the 'Services' Control Panel to verify
>that the service is running and to restart it if necessary. 
>
>Windows NT error number 2 occurred.
> 
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>PAGE
>CODE:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:
>::::::
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
><cfif isdefined ("customerid")></cfif>
><cfquery datasource="schome" name="getinfo">
>select *
>from agentid 
>where customerid=#customerid#
></cfquery>
>
><cfoutput query = "getinfo">
>
>
>
>
>This page uses frames, but your browser doesn't support them.
></cfoutput>
>
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
>I made absolute paths out of the individual frames for ease of
lookup...
>It is broken either way, absolute or relative.
>
>This error happens intermittently...sometimes often, other times it
>takes several refreshes to get it to happen....clearing the cache helps
>ensure the error is seen.
>
>Sometimes one frame will work, other times 2 frame pages will resolve
>and one will not...there is no rhyme or reason I can see.
>
>I have tried to isolate this as a browser issue or an OS problem, but I
>really think it is either a codeing problem or a Server issue. ( I'm
>praying it's their fault and they can fix it.)
>
>The most I could find out about "Windows NT error number 2" is that it
>means "Page not found" (Duhuh... Another egregious waste of syntax by
>our good friends at MS!)
>
>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
>
>
>This, CF Developers, is your mission........should you choose to accept
>it.  
>
>
>This message will self destruct in 5......4.......3.......2 <CF_POOF>
>
>Thanks.....
>Michael Pool
>[EMAIL PROTECTED]
>
>
>
>
>
>
>
>
>
>

______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to