Re: IIS not being recognized by CF 11 install

2014-09-16 Thread Gonzo Rock
Yep... that idea was outlined in the link I shared... I also tried the install that way as well. Then I uninstalled IIS on the 2008 box ... rebooted it and then installed IIS again. No luck with that either. from the cf logs... Sep 16, 2014 17:49:10 PM Information [localhost-startStop-1] - Start

Re: IIS not being recognized by CF 11 install

2014-09-16 Thread Dave Watts
> IIS not being recognized by CF 11 install... at least that is what I am > thinking now. It's there... it's running... it has a Default Web Site with > a couple of user installed folders... which serve up .html files across the > net no problem. Are you explicitly right-clicking on wsconfig.exe

Re: Anyone have experience running CyberSource Secure Acceptance

2014-09-16 Thread Jon Clausen
Sandra, I just sent you a couple of files off-list that may help. Jon On Sep 16, 2014, at 2:05 PM, Sandra Clark wrote: > > Found that, used it. Still using the basics of the javas.crypto library. I > get the hmac issue now. But getting the system to accept a test sample is > turning my hai

RE: Anyone have experience running CyberSource Secure Acceptance

2014-09-16 Thread Sandra Clark
Found that, used it. Still using the basics of the javas.crypto library. I get the hmac issue now. But getting the system to accept a test sample is turning my hair gray. -Original Message- From: Captain Obvious [mailto:mr.happ...@gmail.com] Sent: Tuesday, September 16, 2014 1:58 PM T

Re: Anyone have experience running CyberSource Secure Acceptance

2014-09-16 Thread Captain Obvious
http://www.bennadel.com/blog/2412-crypto-cfc-for-hmac-sha1-hmac-sha256-and-hmac-md5-code-generation-in-coldfusion.htm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?t

Anyone have experience running CyberSource Secure Acceptance

2014-09-16 Thread Sandra Clark
I'm trying to take a sample that they have written and convert it to ColdFusion. I have the Java in the signature code which is creating the HMAC exactly the same as their JSP code and I'm still getting rejected. Their technical help is less than stellar and I'm thinking it has less to d

RE: Test - Ignore

2014-09-16 Thread Robert Harrison
Test from new account... also ignore. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.

Re: Could not initialize class coldfusion.security.ESAPIUtils

2014-09-16 Thread Russ Michaels
thanks for the info. I had this issue with CF9 a few months back, although it is the first time ever it has occured, so I presume it must be caused by one of the more recent patches. On Tue, Sep 16, 2014 at 1:44 PM, Adam Parker wrote: > > I found this proposed solution elsewhere and am trying i

Re: Could not initialize class coldfusion.security.ESAPIUtils

2014-09-16 Thread Adam Parker
I found this proposed solution elsewhere and am trying it: Add a file read permission to the esapi.properties file present in \lib directory for each sandbox. If you can not access CF Admin console manually add this permission in neo-security.xml which can be found in \lib directory. I manage