Amazon S3 requests fail with org.apache.commons.vfs.FileSystemException
I'm attempting to use cffile to retrieve an item from AWS S3 using CF's Using Amazon S3 Storage examples. I have tried this on 2 systems:CF 9,0,1,274733, Windows 2008 R2, IIS 7.5CF 10,0,10,284825,...
View ArticleRe: Amazon S3 requests fail with org.apache.commons.vfs.FileSystemException
1. Try removing the defaultLocation param 2. In my last project awsSecretKey ended up in forward slash – ‘/’. HTH.
View ArticleRe: Amazon S3 requests fail with org.apache.commons.vfs.FileSystemException
I removed the defaultLocation param. No change.I verified my awsSecretKey -- no slash. Is there an issue if a slash is present, or is the trailing slash just something users may be likely to leave out...
View ArticleRe: Amazon S3 requests fail with org.apache.commons.vfs.FileSystemException
In the stack trace, this message appears: Caused by: org.jets3t.service.S3ServiceException: S3 Error Message. GET '/' on Host 's3.amazonaws.com' @ 'Fri, 07 Jun 2013 17:10:46 GMT' -- ResponseCode: 403,...
View ArticleUpgrade to CF10 and App is Broken
We are upgrading from CF8 to 10 and our major application a content management software is now broken. It uses Javascript, CF, and XML. This code work perfect in CF 7, 8 and 9, but now in 10 we are...
View ArticleRe: CF Admin - Default Storage for Client Variables Creates Persistent Cookie
I have tried expiring the cookie (<cfcookie name="CFGLOBALS" domain="local_domain_name" expires="now">). Following this instruction cookie “disappears” from the browser’s cookies list. But upon...
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
I found a pretty good work-around for this after literally days of trial and error, testing all the other suggestions out there include the one above (none of which ever worked 100% for one reason or...
View ArticleRe: Upgrade to CF10 and App is Broken
Search for 'nodeName' on your code base, then trace it where the nodeName gets its value.
View ArticleRe: Upgrade to CF10 and App is Broken
Hello rcasdorph, Along with the suggestion by p.sim, We would suggest you to use the Code Analyzer to check the custom codes http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea7785...
View ArticleQuery Of Queries runtime error.
Query Of Queries runtime error.Table named users was not found in memory. The name is misspelled or the table is not defined. ====================================================== Just got the error...
View Articlecfldap modify query to add members to group
Hi, I am trying to add new members to the group using cfldap modify query.i am able replace with one member with the other but the requirement is like that we supposed to add new member with the...
View ArticleRe: Coldfusion 9 and FamilyLink - Web Classroom
Thank you,I understand how to change it there I was a way to change the actual program that wants to use port 80.
View ArticleRe: Setting the default port
I need it changed in the program. the program looks for port 80 by default and I want to change that to 110
View ArticleIs Adobe Contribute 6.5 the right tool to update the design of my website...
I am trying to decide between Contribute or purchasing ColdFusion. Because I do not currently own ColdFusion I have no way to read the .cfm files, and would to save the money on my purchase if possible.
View ArticleSplitting a room at the Coldfusion Conferance
Hello, So I know this isn't the standard coldfusion question people ask around here but with the annoucement of the Coldfusion Conferance dates and hotel rooms I figured might as well check. I want to...
View ArticleRe: Is Adobe Contribute 6.5 the right tool to update the design of my website...
Thank you very much. I will research each product. Have a great day.
View ArticleRe: Upgrade to CF10 and App is Broken
Thanks for the suggestion. I ran it, but there are no specific errors. However, there are 240 pages that are using a local. var and that seems to have gone away in 10. In ColdFusion9 LOCAL is a...
View ArticleRe: Upgrade to CF10 and App is Broken
As I understand, LOCAL scope is only available inside cffunction. http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Sco pe
View ArticleRe: Upgrade to CF10 and App is Broken
Your intinial post says you are upgrading from CF8 to CF10, but you say your code runs on CF9. How do you know? Have you tested it? Did the error message in your second post come from the Code...
View Articlecfinput as datefield, auto display calendar onfocus??
Hello. When a <cfinput> field attribute is set to "datefield" it displays an associated calendar icon. It appears that a viewer must click on the actual icon to display the calendar for date...
View Article