RE: CF SERVER MEMORY PROBLEM

2003-10-07 Thread Dan Phillips \(CFXHosting.com\)
using 4.5 or 5.0? Check the cfusion/mail/spool folder and see if you
have any zero byte or empty files in there. 

 
Dan Phillips
www.CFXHosting.com
1-866-239-4678
[EMAIL PROTECTED]

-Original Message-
From: chad [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2003 12:46 PM
To: CF-Talk
Subject: CF SERVER MEMORY PROBLEM

Hi,

The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
other servers slow down. Restart the CF server or the whole Win2K server
does not solve the problem. I checked the CF log files but didn't find
out
anything particular causing that problem. Can anyone help me?

Thank you very much in advanced!

Ming Lu

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF SERVER MEMORY PROBLEM

2003-10-07 Thread Mike Brunt
Ming, what version of ColdFusion are you running?

I suggest you look in the ColdFusion Application and Server logs to see if you can find anything, but to give good guideance we need to know what version of CF you are running.

Kind Regards - Mike Brunt

Original Message ---
Hi,

The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
other servers slow down. Restart the CF server or the whole Win2K server
does not solve the problem. I checked the CF log files but didn't find out
anything particular causing that problem. Can anyone help me?

Thank you very much in advanced!

Ming Lu


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF SERVER MEMORY PROBLEM

2003-10-07 Thread chad
We are using CF Server 5.0
- Original Message - 
From: Mike Brunt 
To: CF-Talk 
Sent: Tuesday, October 07, 2003 1:17 PM
Subject: RE: CF SERVER MEMORY PROBLEM

Ming, what version of ColdFusion are you running?

I suggest you look in the ColdFusion Application and Server logs to see if you can find anything, but to give good guideance we need to know what version of CF you are running.

Kind Regards - Mike Brunt

Original Message ---
Hi,

The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
other servers slow down. Restart the CF server or the whole Win2K server
does not solve the problem. I checked the CF log files but didn't find out
anything particular causing that problem. Can anyone help me?

Thank you very much in advanced!

Ming Lu


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF SERVER MEMORY PROBLEM

2003-10-07 Thread chad
We are running CF 5.0 on Win2K server. Yes, there are some emails in CFusion/Mail/Spool folder that couldn't be sent out and they stay in Spool folder not going to UnDelivr Folder.
- Original Message - 
From: chad 
To: CF-Talk 
Sent: Tuesday, October 07, 2003 12:52 PM
Subject: Re: CF SERVER MEMORY PROBLEM

We are using CF Server 5.0
 - Original Message - 
 From: Mike Brunt 
 To: CF-Talk 
 Sent: Tuesday, October 07, 2003 1:17 PM
 Subject: RE: CF SERVER MEMORY PROBLEM

 Ming, what version of ColdFusion are you running?

 I suggest you look in the ColdFusion Application and Server logs to see if you can find anything, but to give good guideance we need to know what version of CF you are running.

 Kind Regards - Mike Brunt

 Original Message ---
 Hi,

 The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
 other servers slow down. Restart the CF server or the whole Win2K server
 does not solve the problem. I checked the CF log files but didn't find out
 anything particular causing that problem. Can anyone help me?

 Thank you very much in advanced!

 Ming Lu


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Re: CF SERVER MEMORY PROBLEM

2003-10-07 Thread Mike Brunt
Ming, going back to my previous email, as you are on CF50 as I said check the Application and Server logs and look for the string thread or unknown exception. Either of these would indicate shared scope variable issues.The previous email relating to mail spool problems is also a possibility here.

Hth.

Kind Regards - Mike Brunt
Original Message ---
We are using CF Server 5.0
- Original Message - 
From: Mike Brunt 
To: CF-Talk 
Sent: Tuesday, October 07, 2003 1:17 PM
Subject: RE: CF SERVER MEMORY PROBLEM

Ming, what version of ColdFusion are you running?

I suggest you look in the ColdFusion Application and Server logs to see if you can find anything, but to give good guideance we need to know what version of CF you are running.

Kind Regards - Mike Brunt

Original Message ---
Hi,

The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
other servers slow down. Restart the CF server or the whole Win2K server
does not solve the problem. I checked the CF log files but didn't find out
anything particular causing that problem. Can anyone help me?

Thank you very much in advanced!

Ming Lu


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Re: CF SERVER MEMORY PROBLEM

2003-10-07 Thread chad
We found the problem:

I found an almost blank email in CFusion/Mailo/Spool folder that couldn't go anywhere. After I stopped the CF 5 server and deleted that email, CF5 server is running fine now. How could that blank email ended up in our server? What can we do to prevent the same thing from happening again in the future?

Thank you very much for your help!

Ming
- Original Message - 
From: Mike Brunt 
To: CF-Talk 
Sent: Tuesday, October 07, 2003 1:35 PM
Subject: RE: Re: CF SERVER MEMORY PROBLEM

Ming, going back to my previous email, as you are on CF50 as I said check the Application and Server logs and look for the string thread or unknown exception. Either of these would indicate shared scope variable issues.The previous email relating to mail spool problems is also a possibility here.

Hth.

Kind Regards - Mike Brunt
Original Message ---
We are using CF Server 5.0
 - Original Message - 
 From: Mike Brunt 
 To: CF-Talk 
 Sent: Tuesday, October 07, 2003 1:17 PM
 Subject: RE: CF SERVER MEMORY PROBLEM

 Ming, what version of ColdFusion are you running?

 I suggest you look in the ColdFusion Application and Server logs to see if you can find anything, but to give good guideance we need to know what version of CF you are running.

 Kind Regards - Mike Brunt

 Original Message ---
 Hi,

 The ColdFusion Server on Windows2000 is using up almost 100% CPU causing
 other servers slow down. Restart the CF server or the whole Win2K server
 does not solve the problem. I checked the CF log files but didn't find out
 anything particular causing that problem. Can anyone help me?

 Thank you very much in advanced!

 Ming Lu


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Re: CF SERVER MEMORY PROBLEM

2003-10-07 Thread Dan Phillips \(CFXHosting.com\)
It's a bug thats been around for years. MM finally fixed it with CFMX.
In all my years administrating CF servers, I've never found a cause or
solution for that problem. 

-Original Message-
From: chad [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2003 1:20 PM
To: CF-Talk
Subject: Re: Re: CF SERVER MEMORY PROBLEM

We found the problem:

I found an almost blank email in CFusion/Mailo/Spool folder that
couldn't go anywhere. After I stopped the CF 5 server and deleted that
email, CF5 server is running fine now. How could that blank email ended
up in our server? What can we do to prevent the same thing from
happening again in the future?

Thank you very much for your help!

Ming
- Original Message - 
From: Mike Brunt 
To: CF-Talk 
Sent: Tuesday, October 07, 2003 1:35 PM
Subject: RE: Re: CF SERVER MEMORY PROBLEM

Ming, going back to my previous email, as you are on CF50 as I said
check the Application and Server logs and look for the string thread
or unknown exception. Either of these would indicate shared scope
variable issues.The previous email relating to mail spool problems is
also a possibility here.

Hth.

Kind Regards - Mike Brunt
Original Message ---
We are using CF Server 5.0
 - Original Message - 
 From: Mike Brunt 
 To: CF-Talk 
 Sent: Tuesday, October 07, 2003 1:17 PM
 Subject: RE: CF SERVER MEMORY PROBLEM

 Ming, what version of ColdFusion are you running?

 I suggest you look in the ColdFusion Application and Server logs to
see if you can find anything, but to give good guideance we need to know
what version of CF you are running.

 Kind Regards - Mike Brunt

 Original Message ---
 Hi,

 The ColdFusion Server on Windows2000 is using up almost 100% CPU
causing
 other servers slow down. Restart the CF server or the whole Win2K
server
 does not solve the problem. I checked the CF log files but didn't
find out
 anything particular causing that problem. Can anyone help me?

 Thank you very much in advanced!

 Ming Lu

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]