Re: Distributed servers?

2011-08-26 Thread Jochem van Dieten
On Fri, Aug 26, 2011 at 4:57 AM, Al Musella, DPM wrote:  I have my server in my office.  The website runs a brain cancer registry with pretty important database stuff. More valuable than money:) How would you approach setting up a redundant server across the country so if my town gets wiped

CF Mail Queue

2011-08-26 Thread Jenny Gavin-Wear
I have had a very rare problem occur with the CF mail spool, perhaps 3 times in 5 years. For some reason a mail item causes an error and then holds up the entire mail spool. All the mail.log shows is Error. Is there somewhere I can get further error details so I can prevent this happening?

Re: CF Mail Queue

2011-08-26 Thread Kym Kovan
In olden days CF used to make zero byte files which broke the mail spooler. Haven't seen that in ages though. More recently it could be a file lock or something. maybe a CF restart is in order? On 26/08/2011 9:42 PM, Jenny Gavin-Wear wrote: I have had a very rare problem occur with the CF

Re: CF Mail Queue

2011-08-26 Thread Russ Michaels
I believe this happens if it is a corrupt file, usually it is zero bytes and has no content, so I guess CF doesn't know what to do with it. you can setup a directory watcher to monitor the spool for such problems. On Fri, Aug 26, 2011 at 12:42 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk

Re: CF Builder 2 oddity

2011-08-26 Thread Jeffrey Battershall
Wil, I did look for that and found one .settings.xml file - that's it. I deleted this but no change in behavior. My expectation is that when creating a new CF project, a folder with the name of the project would be created automatically. At this point, no matter what I name the project,

RE: Distributed servers?

2011-08-26 Thread Rick Faircloth
Why not just use an online backup service? Mozy? Carbonite? I use Carbonite and it works well. I've used Mozy, too, and it was fine, until they doubled their prices overnight. -Original Message- From: Al Musella, DPM [mailto:muse...@virtualtrials.com] Sent: Thursday, August 25, 2011

Re: CF Builder 2 oddity

2011-08-26 Thread Casey Dougall
On Fri, Aug 26, 2011 at 8:14 AM, Jeffrey Battershall jbattersh...@gmail.com wrote: Wil, I did look for that and found one .settings.xml file - that's it. I deleted this but no change in behavior. My expectation is that when creating a new CF project, a folder with the name of the

Re: Package access in CF9

2011-08-26 Thread Kevin Staton
Found a solution: We converted all the paths to lowercase, restarted both CF and IIS and that seemed to fix it. I guess we'll just plan on making all folder names lowercase from now on. ~| Order the Adobe Coldfusion

Re: implementing CFGRID filter on CF9, blog examples fail

2011-08-26 Thread Larry Lyons
Oh drat, I got so caught up in typing up my reply that I forgot to thank you for taking the time to offer a suggestion. I really did mean to write that first. -Patti N/P. it was only a small suggestion. ~| Order the

RE: CF Mail Queue

2011-08-26 Thread Jenny Gavin-Wear
Thanks your reply, Kym, When I look at the format of the mail message I can see nothing wrong with it. I tried a CF restart to no avail. Jenny Gavin-Wear Fast Track Online -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: 26 August 2011 12:50 To: cf-talk

RE: CF Mail Queue

2011-08-26 Thread Jenny Gavin-Wear
When I open the mail item it looks perfectly normal. Jenny Gavin-Wear Fast Track Online -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 26 August 2011 12:49 To: cf-talk Subject: Re: CF Mail Queue I believe this happens if it is a corrupt file, usually it

Re: CF Mail Queue

2011-08-26 Thread Russ Michaels
are u sure that is the file causing the problem ? On Fri, Aug 26, 2011 at 2:49 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: When I open the mail item it looks perfectly normal. Jenny Gavin-Wear Fast Track Online -Original Message- From: Russ Michaels

Re: ColdFusion Builder 2 - Comment Mapping

2011-08-26 Thread Cameron Childress
On Thu, Aug 25, 2011 at 12:54 PM, Gerald Guido gerald.gu...@gmail.comwrote: Actually you can salvage (a lot of) your settings Thanks - I'll look into this. It's just one of those unpolished things that aggravate me. I'm not certain CFB2 is to blame since this is a plugin on Eclipse, but I'm

Re: Distributed servers?

2011-08-26 Thread Cameron Childress
In the short term, I'd just make a backup of everything and FTP it somewhere safe, or back it up to Carbonite, or something. Even if it takes you a couple of days to restore it after a catastrophe, it's better than losing everything permanently. In the longer term, I second Billy's suggestion

Re: Distributed servers?

2011-08-26 Thread Al Musella, DPM
Luckily, people will understand down time due to a hurricane.. not too worried about a few minutes of data loss - I have a way to recover in case there is a loss... when anything in this patient registry is added or updated, I send an email to my gmail account with the old and new data

ColdFusion Peformance Blog Down

2011-08-26 Thread David McGuigan
This has been down for the last few days: http://www.cfwhisperer.com/ Anyone have a quick way of getting ahold of Mike? ~| Order the Adobe Coldfusion Anthology now!

Re: ColdFusion Peformance Blog Down

2011-08-26 Thread Raymond Camden
I pinged him. On Fri, Aug 26, 2011 at 2:42 PM, David McGuigan davidmcgui...@gmail.com wrote: This has been down for the last few days: http://www.cfwhisperer.com/ Anyone have a quick way of getting ahold of Mike? ~|

Re: ColdFusion Peformance Blog Down

2011-08-26 Thread Roger Austin
On 8/26/2011 3:42 PM, David McGuigan wrote: This has been down for the last few days: http://www.cfwhisperer.com/ Anyone have a quick way of getting ahold of Mike? @cfwhisperer on Twitter -- LinkedIn: http://www.linkedin.com/pub/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+:

Re: ColdFusion Peformance Blog Down

2011-08-26 Thread David McGuigan
Thanks. Trying to get to one of his posts! On Fri, Aug 26, 2011 at 2:08 PM, Raymond Camden raymondcam...@gmail.comwrote: I pinged him. On Fri, Aug 26, 2011 at 2:42 PM, David McGuigan davidmcgui...@gmail.com wrote: This has been down for the last few days: http://www.cfwhisperer.com/

RE: CF Mail Queue

2011-08-26 Thread Jenny Gavin-Wear
Yes .. 100% sure -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 26 August 2011 15:22 To: cf-talk Subject: Re: CF Mail Queue are u sure that is the file causing the problem ? On Fri, Aug 26, 2011 at 2:49 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk

Re: CF Mail Queue

2011-08-26 Thread Russ Michaels
if you delete the file does mail start working again On Fri, Aug 26, 2011 at 11:08 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Yes .. 100% sure -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 26 August 2011 15:22 To: cf-talk Subject: