Re: C:\ColdFusion8\Mail\Spool

2010-02-03 Thread John M Bliss

[bump]

Does anyone happen to know whether this problem is fixed/ameliorated by
upgrading from CF8 to CF9?


On Tue, Dec 8, 2009 at 4:51 PM, David david.lak...@gmail.com wrote:


 On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:
 
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!


 There's actually a way to restart just the spool component, which may
 be all you need to get it spooling again
 http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

 I added a file to my cf admin/custom folder, and added to
 custommenu.xml, to restart the mail service:

 div style=margin: 3em;
 cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
 mail spool service/a/cfoutput

 cfif structKeyExists(URL, restartMailService) AND
 URL.restartMailService IS true
cfset sFactory =
 CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
 /div

 - D

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330386
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

So this AM, my production server had not sent me my usual batch of emails
(via cfmail).  I went to Server Settings  Mail, checked Verify mail server
connection, clicked Submit Changes, and received Connection Verification
Successful.  I stopped and restarted my SMTP server and then noticed that
email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
mail is being delivered.

Is this a fluke?  Known issue?  Anything I can do to prevent it from
recurring?

Thanks!

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread Cutter (ColdFusion)

See if this might help you:

http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



John M Bliss wrote:
 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail server
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!

   


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

 Typically you'll see an error in your ColdFusion mail.log file that will
state that the connection to your mail server failed at some point.

That didn't happen in this case.


On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
cold.fus...@cutterscrossing.com wrote:


 See if this might help you:


 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com



 John M Bliss wrote:
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!
 
 


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread Bobby

The same thing has happened to use before. I never found any logs 
indicating the cause and a service restart prompted the spooled emails 
to start sending again.

It was just one of the few reasons we put all of our servers on a weekly 
reboot schedule.


John M Bliss wrote:
 Typically you'll see an error in your ColdFusion mail.log file that will
 
 state that the connection to your mail server failed at some point.

 That didn't happen in this case.


 On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
 cold.fus...@cutterscrossing.com wrote:

   
 See if this might help you:


 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com



 John M Bliss wrote:
 
 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail
   
 server
 
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in
   
 C:\ColdFusion8\Mail\Spool.
 
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
   
 the
 
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!


   

 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

Ug.  OK.  Thanks.

On Tue, Dec 8, 2009 at 4:23 PM, Bobby bo...@acoderslife.com wrote:


 The same thing has happened to use before. I never found any logs
 indicating the cause and a service restart prompted the spooled emails
 to start sending again.

 It was just one of the few reasons we put all of our servers on a weekly
 reboot schedule.


 John M Bliss wrote:
  Typically you'll see an error in your ColdFusion mail.log file that will
 
  state that the connection to your mail server failed at some point.
 
  That didn't happen in this case.
 
 
  On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
  cold.fus...@cutterscrossing.com wrote:
 
 
  See if this might help you:
 
 
 
 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock
 
  Steve Cutter Blades
  Adobe Certified Professional
  Advanced Macromedia ColdFusion MX 7 Developer
 
  Co-Author of Learning Ext JS
  http://www.packtpub.com/learning-ext-js/book
  _
  http://blog.cutterscrossing.com
 
 
 
  John M Bliss wrote:
 
  So this AM, my production server had not sent me my usual batch of
 emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 
  server
 
  connection, clicked Submit Changes, and received Connection
 Verification
  Successful.  I stopped and restarted my SMTP server and then noticed
 that
  email I was expecting to receive was sitting in
 
  C:\ColdFusion8\Mail\Spool.
 
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 
  the
 
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!
 
 
 
 
 
 
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread David

On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:

 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail server
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!


There's actually a way to restart just the spool component, which may
be all you need to get it spooling again
http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

I added a file to my cf admin/custom folder, and added to
custommenu.xml, to restart the mail service:

div style=margin: 3em;
cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
mail spool service/a/cfoutput

cfif structKeyExists(URL, restartMailService) AND
URL.restartMailService IS true
cfset sFactory = 
CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
/div

- D

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

Thanks!

On Tue, Dec 8, 2009 at 4:51 PM, David david.lak...@gmail.com wrote:


 On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:
 
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!


 There's actually a way to restart just the spool component, which may
 be all you need to get it spooling again
 http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

 I added a file to my cf admin/custom folder, and added to
 custommenu.xml, to restart the mail service:

 div style=margin: 3em;
 cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
 mail spool service/a/cfoutput

 cfif structKeyExists(URL, restartMailService) AND
 URL.restartMailService IS true
cfset sFactory =
 CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
 /div

 - D

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328987
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4