Coldfusion 9 ODBC Agent & ODBC Server not starting
Hello ! I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent &...
View ArticleColdFusion won't run after cleaning up a malware infection.
I got a nasty package of malware delivered to my personal/development workstation over the weekend. I used both HouseCall and Kapersky tools to clean it up. I think I got it all. But when I went to...
View ArticleIf I upgrade a customer from CF 6 MX to CF 11, should I do the Version 8, 9,...
They have decided to stay with ColdFusion and I would be purchasing version 11. But my concern was that there might be a greater chance of issues with compatibility from 6 directly to 11 than...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleGetting java "System.out.println" content in a CF template
All,I'm a newbie to CF/JAVA integration and inherited about 20 java applications that are being called from a CF template. Smattered throughout the java code (hundreds of places) there is...
View ArticleDetected duplicate HTTP-based FlexSessions in CF10 with Air Mobile (3.4) IOS...
We're getting the "duplicate session" error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with Coldfusion 10 Standard. faultCode:Server.Processing.DuplicateSessionDetected...
View Articlejava.lang.IllegalStateException: Cannot create a session after the response...
Yesterday a new CF11 server that we are prepping for production started spitting out these exceptions while performing a site security scan: java.lang.IllegalStateException: Cannot create a session...
View Article"The connection was reset" errors ColdFusion 10
Hello, I've searched net and Adobe forums before creating the thread. We have webserver using ColdFusion 10 and IIS 7.5, we are trying to retore our ColdFusion website on it. We are getting following...
View Articlehashing password with bcrypt in coldfusion
Hello I am trying to hash a password with bcrypt algorithm (try to match password with an off the shell software), but I keep getting error, it works for algorithms "SHA-1", "SHA-256"...
View Articlecf11 - cfgrid getGridObject
We are upgrading Coldfusion from 9 to 11. This worked in 9 just fine, but running into errors in 11. My cfgrid declaration is as follows: <cfgrid name="cfPagingGridName" autowidth="yes"...
View ArticleTranslating "Coldfusion-out.log"
Hello, everyone, I'm trying to track down why my application is causing an error, and coldfusion-out.log isn't being as articulate as I would prefer. Jul 15, 2015 12:09:38 PM Warning [app name] - {t...
View Articlepeer not authenticated error CFHTTP
Hi I'm trying to call a web page using cfhttp. The url works fine and returns XML when called directly from the browser (any browser) but fails with the following error message when called from a .cfm...
View Articleallow multiple selections in 2nd box of cf_TwoSelectsRelated
Greetings. I'm very new to ColdFusion, so I apologize if this seems like a no-brainer.I've successfully used cf_TwoSelectsRelated to add related selects to a form. I'm able to have a user select a...
View ArticleHow do I connect to Oracle using CF11 standard?
After installing CF11, I now see that there is no option for Oracle in the driver selection list anymore. I need to connect to an Oracle 11g R2 database. I downloaded the ojdbc.jar driver from Oracle...
View ArticleColdFusion 11 memory leak
We started with an out-of-box install of ColdFusion 11 x64 on Windows 2008 R2. As sites were added to the server, we noticed a memory leak started to become apparent. There was plenty of information...
View ArticleCFHTMLtoPDF - page breaking
I am attempting to force a page break in my PDF and not having any luck, wondering if anyone have an suggestions that might help. <cfhtmltopdf marginBottom="1" marginLeft="1"...
View Article"Peer not authenticated" with RDS configuration using SSL
We have a remote ColdFusion 11 server, and I'm trying to set up ColdFusion Builder 3 on a Windows 7 machine. I have this RDS connection working in HomeSite with an IDENTICAL configuration, but I get a...
View ArticleGetting ColdFusion Support Back Into Dreamweaver
You may have noticed in the last few versions of Dreamweaver CC that ColdFusion support is slowly being removed from the program. Officially Adobe's answer is that developers should switch over to...
View ArticleWeb Connector Settings
I am reviewing the ColdFusion Web Connector settings in workers.properties to hopefully address a sporadic response time issue. I've been advised to inspect the output from the metrics.log file (CF...
View Articlevar field=this.addField('datafield','text',1,rect); not working in IE11 but...
My project is running using ColdFusion and JAVA. Using cfobject java classes are using to fill pdf fields. Using this.addfield adding few fields and attaching to datafield. <cfset tst="var...
View Article