Coldfusion fails to start

2011-08-19 Thread Duncan
Hi Folks, I have been patching up a new CF801 install today, and have reached the point of running the Jrun updater 7. Up to this point I had successfully installed patches and had CF running fine on the built in JVM, and then on 6u27. To install updater 7, I had to install JDK 1.4.2_19 so the

Re: Coldfusion fails to start

2011-08-19 Thread Wil Genovese
Read this and see if it covers your situation http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion Wil Genovese One man with courage makes a majority. - Andrew Jackson On Aug 19, 2011, at 2:27 AM, Duncan duncan.lox...@gmail.com wrote: Hi Folks, I

Re: Invoke Java method

2011-08-19 Thread Isidro Pimentel
Thank you soo much for your help. I am starting to get it but now I am getting another error Missing argument name. When using named parameters to a function, every parameter must have a name. (JavaCast(string,getPageContext().getServletContext()),JavaCast(string,

(ot) MS SSIS (BIDS) 2008 options

2011-08-19 Thread DURETTE, STEVEN J (ATTASIAIT)
Hi all, Sorry for the OT, but my Google foo has failed me! When trying to save a SSIS package to a server one of the options is Protection Level and it defaults to Encrypt data with User Key. The policy in our shop is to use Rely on server storage and roles for access control. It is a major

Re: Can't Delete Sessions Programmatically

2011-08-19 Thread Pete Freitag
On Thu, Aug 18, 2011 at 5:50 PM, Richard Steele r...@photoeye.com wrote: Thanks Peter, that's helpful. Any thoughts about the Session is Invalid problem? Richard. One cause for that exception is if your session variable timeouts don't match the J2EE session timeout (configured in

Email Labs Mailing List API

2011-08-19 Thread Brian Cain
Does anyone have experience setting up an API call to the EMailLabs API? It accepts SOAP requests, but I am looking for a little jump start. Thanks, Brian Cain ~| Order the Adobe Coldfusion Anthology now!

Re: Invoke Java method

2011-08-19 Thread Leigh
Think about what the code is doing for a second :) It is still trying to pass in all strings instead of a mix of strings and complex objects. It may not seem like it, but using a java method is not much different than calling a plain old CF function. Both define what arguments they expect as

Re: (ot) MS SSIS (BIDS) 2008 options

2011-08-19 Thread Mike Chabot
Steve, Yes, there is an SSIS template file that you can modify to use as the basis of all new SSIS files. The setting in question comes from the default template (which is an XML file). This works for most of the file choices that you see when creating a new file inside of Visual Studio. The

(ot) Stopping Railo via an ANT task

2011-08-19 Thread Brook Davies
Sorry for the OT post, I'm stuck on this. Trying to get Railo Express to stop via an ANT task. The java code is the same as in stop.bat. Note, calling stop.bat directly is not working for me either. target name=stopRailo description=Stopping Railo Server echo message=Stoping Railo../

Database fail over advice

2011-08-19 Thread Mallory Woods
Greetings, My boss has asked me to come up with a plan of action in case one of our databases is off line or if we loose connectivity to it. In this setup we have one DB in one location and another one at a different ISP. I think he wants a solution in which if its possible that CF would be able

Re: Database fail over advice

2011-08-19 Thread Russ Michaels
I presume you already have the database clustering sorted and just want to handle the CF DSN side of things ? The easy way to do this is to have 2 DSN's, one pointing to each server. In your OnRequest method simply check the database connection, if it fails, switch to the other DSN. Russ On

Re: Database fail over advice

2011-08-19 Thread Wil Genovese
Mallory, A while back one of the CFGURU's, Mike Brunt, did an excellent presentation at CF.Objective() 2009 called the Server of Doom. What he covered in the preso was performance and redundancy. His slide show is still on SlideSix http://slidesix.com/view/mbruntcfwhisperercfobjective09

RE: (ot) Stopping Railo via an ANT task (SOLVED)

2011-08-19 Thread Brook Davies
It looks like I had somehow spawned multiple processes and they were not getting stopped correctly. I think this happened when a build failed. Please disregard.. Brook -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: August-19-11 1:08 PM To: cf-talk Subject:

Re: Database fail over advice

2011-08-19 Thread Mallory Woods
Russ Wil Thanks I will be looking at that slideshow. On Fri, Aug 19, 2011 at 4:20 PM, Wil Genovese jugg...@trunkful.com wrote: Mallory, A while back one of the CFGURU's, Mike Brunt, did an excellent presentation at CF.Objective() 2009 called the Server of Doom. What he covered in the

cfselect bind not working...

2011-08-19 Thread Pete Ruckelshaus
Have a pair of related select lists...first one is country, then when the country is selected, states load in the second select. The first select, which gets its data from a CFC, works fine, but when the page loads, it gives a Bind failed, element not found: country error. The pertinent code: