Stopping an endless loop

2003-01-08 Thread Luis Lebron
I accidentally created an endless cfloop (which includes a cfmail tag!!!). How do I stop it. Help!!! Luis ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Stopping an endless loop

2003-01-08 Thread Scott Brady
1) If you have access to the server itself, stop the CF server entirely. That should take care of it. 2) If it's happening on a browser page, change the code so there isn't a loop, save it, and refresh the page. I'm sure there are other options that might be cleaner, but those SHOULD take

RE: Stopping an endless loop

2003-01-08 Thread Lee Fuller
Restart CF service | -Original Message- | From: Luis Lebron [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, January 08, 2003 10:07 AM | To: CF-Talk | Subject: Stopping an endless loop | | | I accidentally created an endless cfloop (which includes a | cfmail tag!!!). How do I stop

RE: Stopping an endless loop

2003-01-08 Thread Luis Lebron
I tried stopping the server, but everytime I restart it the mail starts again. -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:18 PM To: CF-Talk Subject: Re: Stopping an endless loop 1) If you have access to the server itself, stop

RE: Stopping an endless loop

2003-01-08 Thread Joshua Miller
to [EMAIL PROTECTED] * -Original Message- From: Luis Lebron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:07 PM To: CF-Talk Subject: Stopping an endless loop I accidentally created

RE: Stopping an endless loop

2003-01-08 Thread Timothy Heald
Delete all the files in /cfusion/nail/spool that you don't want to go out. Tim -Original Message- From: Luis Lebron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:16 PM To: CF-Talk Subject: RE: Stopping an endless loop I tried stopping the server, but everytime I

RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
: Stopping an endless loop 1) If you have access to the server itself, stop the CF server entirely. That should take care of it. 2) If it's happening on a browser page, change the code so there isn't a loop, save it, and refresh the page. I'm sure there are other options that might be cleaner

FW: Stopping an endless loop

2003-01-08 Thread webguy
RE: Stopping an endless loop Thats because the mails are still in the spool, they get sent in batches Look in the spool directory c:\CFusionMX\Mail\Spool in MX , move the files to a temp directory eg mkdir c:\tempmail stop cf mv c:\CFusionMX\Mail\Spool\*.* c:\tempmail start cf

Re: Stopping an endless loop

2003-01-08 Thread Samuel R. Neff
The way cfmail works is that it writes message to a spool directory. Restarting the service may stop the loop, but the outgoing messages that haven't been sent yet are still in the spool and will be send when CF restarts. Stop CF, find the spool directory, delete the files, then restart CF.

RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
BTW, The queue is located at cfusion/mail/spool Just delete all of those and it should stop Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

RE: Stopping an endless loop

2003-01-08 Thread Brian Ledwith
, they'll be sent. ~bgl -- -Original Message- -- From: Luis Lebron [mailto:[EMAIL PROTECTED]] -- Sent: Wednesday, January 08, 2003 10:16 AM -- To: CF-Talk -- Subject: RE: Stopping an endless loop -- -- I tried stopping the server, but everytime I restart it the mail starts -- again

Resolved RE: Stopping an endless loop

2003-01-08 Thread Luis Lebron
Thanks for all the help. Cleaning up the spool did the trick. Luis -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:33 PM To: CF-Talk Subject: RE: Stopping an endless loop BTW, The queue is located at cfusion/mail/spool Just

Resolved RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
PROTECTED] 1/8/2003 1:40:43 PM Thanks for all the help. Cleaning up the spool did the trick. Luis -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:33 PM To: CF-Talk Subject: RE: Stopping an endless loop BTW, The queue is located