RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Jon Bell


I have seemingly fixed this problem here on one of our servers which has had
several of the other problems you all speak of.

We found that the process(found under task manager)named DLLHost.exe was the
problem here.

First, we examined code, then we checked all CF dlls we had installed, then
we upgrade to the new service pack of SP2 for CF.  Then we upgraded the MDAC
thinking it might be SQL Server 2000 problem.  Then we started over.  Only
then did things shake out properly.

We loaded our base install of 4, then 4.0.1, then, 4.5, then 4.5.2.
Checking all systems we found everything to stabalize itself.


If you remember 4.5 came out and was real buggy.  4.5.1 come out like 8 days
later to fix bugs.  4.5.2 came out as a standard new release.  

Its Running Smooth as silk.

Just to note:

Pentium 3 Dual 866
1 Gig of ram
3 18 gig HD Raid
Windows 2000 Pro

Three machine setup
1 for web
1 for data  (SQL Server 2000)
1 for heavy lifting processes.

All similar specs.

JB






-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 2:19 PM
To: CF-Talk
Subject: RE: CPU 100% when one CFM file is accessed


client is a variable scope.  you definitely don't want to use reserved 
words for query names.  other bad choices would be:
session
variables
request
application
attributes

among others...

At 10:22 AM 1/5/2001 +0700, you wrote:
>Do you have a query with name="client" ? I also got this problems when I
>used that query name. Is there any patch for this ?
>
>-Original Message-
>From: Chad Gray [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 05, 2001 3:32 AM
>To: CF-Talk
>Subject: CPU 100% when one CFM file is accessed
>
>
>This is very strange.  I have one CFM template that causes the NT box to
>peg the CPU to 100% and basically crashes the entire server.
>
>The only thing in the CFM file is 3 DB queries, and some CFoutput.  All of
>the other templates work fine.  It just seems to be this one file that
>crashes the server.
>
>This just started happening today.  I have a feeling something in the CF
>server got corrupt.  The database appears ok, and the cfm template is ok.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Brendan Avery

client is a variable scope.  you definitely don't want to use reserved 
words for query names.  other bad choices would be:
session
variables
request
application
attributes

among others...

At 10:22 AM 1/5/2001 +0700, you wrote:
>Do you have a query with name="client" ? I also got this problems when I
>used that query name. Is there any patch for this ?
>
>-Original Message-
>From: Chad Gray [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 05, 2001 3:32 AM
>To: CF-Talk
>Subject: CPU 100% when one CFM file is accessed
>
>
>This is very strange.  I have one CFM template that causes the NT box to
>peg the CPU to 100% and basically crashes the entire server.
>
>The only thing in the CFM file is 3 DB queries, and some CFoutput.  All of
>the other templates work fine.  It just seems to be this one file that
>crashes the server.
>
>This just started happening today.  I have a feeling something in the CF
>server got corrupt.  The database appears ok, and the cfm template is ok.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Chad Gray

The code doesn't matter.  I forgot to mention that if i access this 
template from one page it works.  If i access the page from another page it 
does not work.

I am passing URL variables but they are the same.

I gave up trying to trouble shoot it.  I upgrade to service pack 2 and have 
not been able to replicate the problem.



At 09:51 PM 1/4/01 -0500, you wrote:
>Can you show us some code?
>
>-Original Message-
>From: Chad Gray [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, January 04, 2001 3:32 PM
>To: CF-Talk
>Subject: CPU 100% when one CFM file is accessed
>
>
>This is very strange.  I have one CFM template that causes the NT box to
>peg the CPU to 100% and basically crashes the entire server.
>
>The only thing in the CFM file is 3 DB queries, and some CFoutput.  All of
>the other templates work fine.  It just seems to be this one file that
>crashes the server.
>
>This just started happening today.  I have a feeling something in the CF
>server got corrupt.  The database appears ok, and the cfm template is ok.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dian,

There won't be a patch for that any time soon.  "Client" is a
reserved word in ColdFusion, meaning ColdFusion doesn't allow you to
use that word as a variable.  Check here for more info:

Reserved words in ColdFusion
http://www.allaire.com/Handlers/index.cfm?ID=14192&Method=Full


Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
617.350.0339
617.350.8884
66172567
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-04 Thread Dian Oktosoma

Do you have a query with name="client" ? I also got this problems when I
used that query name. Is there any patch for this ?

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 3:32 AM
To: CF-Talk
Subject: CPU 100% when one CFM file is accessed


This is very strange.  I have one CFM template that causes the NT box to 
peg the CPU to 100% and basically crashes the entire server.

The only thing in the CFM file is 3 DB queries, and some CFoutput.  All of 
the other templates work fine.  It just seems to be this one file that 
crashes the server.

This just started happening today.  I have a feeling something in the CF 
server got corrupt.  The database appears ok, and the cfm template is ok.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-04 Thread Kevin Langevin

Is the CFOUTPUT inside of a CFLOOP?  If so, check your terminating condition
to be sure that it actually gets triggered.  If the condition can't be met,
the loop is infinite and pegs the server.  Lots of fun on a shared server
environment, too... :(


-Kev


> -Original Message-
> From: Chad Gray [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 3:32 PM
> To: CF-Talk
> Subject: CPU 100% when one CFM file is accessed
>
>
> This is very strange.  I have one CFM template that causes the NT box to
> peg the CPU to 100% and basically crashes the entire server.
>
> The only thing in the CFM file is 3 DB queries, and some
> CFoutput.  All of
> the other templates work fine.  It just seems to be this one file that
> crashes the server.
>
> This just started happening today.  I have a feeling something in the CF
> server got corrupt.  The database appears ok, and the cfm template is ok.
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-04 Thread Hoffman, Joe (CIT)

Can you show us some code?  

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 3:32 PM
To: CF-Talk
Subject: CPU 100% when one CFM file is accessed


This is very strange.  I have one CFM template that causes the NT box to 
peg the CPU to 100% and basically crashes the entire server.

The only thing in the CFM file is 3 DB queries, and some CFoutput.  All of 
the other templates work fine.  It just seems to be this one file that 
crashes the server.

This just started happening today.  I have a feeling something in the CF 
server got corrupt.  The database appears ok, and the cfm template is ok.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CPU 100% when one CFM file is accessed

2001-01-04 Thread Kevin Miller


I've seen this happen to a CFM where the file is actually corrupt.  I
could open, read, even edit the file just fine, but whenever I called it
via the browser, the processor would go haywire.  I copied the contents
of the file to a new, blank file, then saved it and it worked fine from
then on out.

This may not be your problem, but it's worth a shot.

Kevin

>>> [EMAIL PROTECTED] 01/04/01 12:32PM >>>
This is very strange.  I have one CFM template that causes the NT box
to 
peg the CPU to 100% and basically crashes the entire server.

The only thing in the CFM file is 3 DB queries, and some CFoutput.  All
of 
the other templates work fine.  It just seems to be this one file that

crashes the server.

This just started happening today.  I have a feeling something in the
CF 
server got corrupt.  The database appears ok, and the cfm template is
ok.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists