FileExists problems
I am trying to do test to see if a file is in a specific file folder location and if the file exists then it displays the icon to download it. Here is the code I have so far and I just need a little...
View ArticleSession Replication in the cloud (EC2)
Hi, I have 2 ColdFusion instances (different machines) in a cluster on amazon EC2.They are working fine, except for session replication. EC2 don't support IP multicasting. So, I am trying a static...
View ArticleWebservice: Problem passing long string 8k
Hi, I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems. Do someone know how...
View ArticleIf the ColdFusion service goes down and crashes for any reason, (IIS no...
Sometimes my CF server crashes and I have not figured out why yet. In teh mean time, IIS can still server .html pages. So is there any way to redirect users to a plain .html file to avoid the "The...
View ArticleInstalling CF10, in Configuration and Settings Migration Wizard - getting...
Installing CF10, in Configuration and Settings Migration Wizard, in browserhttp://127.0.0.1/CFIDE/administrator/enter.cfm, ColdFusion has been successfully installed. This wizard will guide you...
View ArticleIIS7.5 and ColdFusion10(Developer)
I installed ColdFusion10 Developer on my Win7 desktop with IIS7.5 but when I go to localhost/xxx.cfm a popup dialogue box opens >> Opening .cfm file...You have chosen to open index.cfm which is a...
View ArticleCF 10 - deserializeJSON
Hi, in CF 9 I could do <cfset test = '[{"key1":"value1", "key2":12345, "key3":{"nestedkey1":"nestedvalue1", "nestedkey2":"nestedvalue2"}}]' /><cfset deserialized = deserializeJSON(test)...
View ArticleProblems with client variables storage.
I have a couple of problems with my client variable storage on CF8. Storage is in a sql server db: cdata has no data.cglobal is growing very quickly. It seems that every new page request is generating...
View ArticleConfusing collection issue - CF9/*nix
Hello, everyone. Production environment is *nix running CF 9.0.0, with both Verity and Solr collections. Trying to list collections is breaking - one collection in particular is breaking the...
View ArticleColdfusion 10 + Apache + Flex2gateway + Debian/Linux
I had a battle with this, I've googled and seen more than 100 results and have not found the solution. I installed many times "Coldfusion", in different ways, in different distributions of linux and...
View ArticleSetters in a component
Hi, I made the mistake of not scoping a local variable in a component's function. The variable had the same name as one of the propeties in the component, and that had the unexpected effect of...
View Articlecfmail glitches in ColdFusion 9 (not sending, but says sent)
I'm seeing the strange behavior with basic cfmail sends in CF9. CF9 has an entry in the mailsent log that is was successfully sent but on the MailEnable logs (Mailenable exists on the same server as...
View Articlecftooltip works on one server not another; same environment
Updating an OLD web site to newer stuff ... migrated it over to a server running Windows Web server 2008 R2. Developedment workstation is Windows 7. Both running ColdFusion 9.0.1. On the dev w/station...
View Articleerror cf with deserializeJSON
Hi everyone,I have a problem while using the function deserializeJSON.I have a request looking like this :Request: { 'config': { 'bgSubtractor': { 'config': { 'learningRate': 1e-06,...
View ArticleProblem with cflayout after applying Cumulative Hotfix 4
A couple of years back, the upgrade to CF 9 caused a problem with cflayout, whereby the first tab would not be aligned properly. The fix was twofold: Update the cflayout.js file in...
View ArticleIs SEO fine with variables for keyword content?
I'd like to do the following in CF. I understand the CF vars will be resolved on the server side and clients won't see the CF, but just making sure. I want to do this in my CF pages....
View ArticleAPSB13-10: Whats considered the maximum safe max post params
We recently applied the APSB13-10 update to CF9 and have run into issues with applications. With the setting defaulted only to 100, compared to tomcat's 10,000 max post param default, I am wondering...
View ArticleHow do you verify hotfix installation for ColdFusion?
Specifically for hotfix APSB13-10 for ColdFusion 9.0.1, is there a way to verify the hotfix installation other than checking for the updated hf901-00009.jar file or other updated files? Is there a...
View ArticleJust installed CF10; can't bring up admin login, error 503
I just installed CF10 on a RHEL 5.7 system and cannot render the administrator login. I get a error 503, service unavailable message. Digging deeper I see that the apache connector is failing to...
View ArticleCF10 new installation can't login to administrator from server console
I just installed CF10 on a Windows 2008 R2 server. The last step in the installation processs is to log into the CF administrator. When I try this in the browser on the server, my password will not...
View Article