CF11 cfc gives 500 error but cfm is fine
We are testing our cf code which all works fine on a CF9 Windows Server 2008 machine but we are going to migrate to a CF11 Windows 2012 R2 machine. We have a test machine setup and all the code moved...
View ArticleProblems getting CF Administrator Page after Install of Developer Edition
Finished installing CF 11 Developer Edition and cannot connect to CF administrator and preinstalled Apache web server. I get this message: Firefox can't establish a connection to the server at...
View ArticleCybersource Secure Acceptance and the elimination of the HOP (hosted order page)
Hi All,I have used Cybersource's Hosted Order Page for the past 8 years, but they are eliminating that option and are offering Secure-Acceptance in it's place. The only trouble is, Cybersource offers...
View ArticleHow to access a JSON structure key that starts with a number
I've got an odd issue here. I'm accessing someone else's JSON structure so I am not able to change it. The JSON structure keys are named with both characters and numbers like this:...
View ArticleColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View ArticleA Strange CFPDF issue in CF11
When we trying extract the content from PDF containing images getting strange error in the CF11 for cfpdf tag. But its working fine for PDF with out images (i.e. plain PDF with only content) But both...
View ArticleCFThread GC Overhead Limit Exceeded
I have an application that trades virtual items and have a single page which gets all my accounts and for each one creates a thread that firstly logs the account in and then searches and buys for items...
View ArticleCF11 enctype="multipart/form-data" uploadind a file
Hi, I am using Cold Fusion 11.When I browse to obtain the file to upload, the location and file in the text box is: S:\App\test.xml <cfform action="fileaction.cfm" enctype="multipart/form-data"...
View ArticleStrip certain characters
I have a form field I want to control what a user can enter. It's for a blood product unit number.The format will always be:W1202 follow by the last 2 digits of the year 14 followed by 6 numbers...
View ArticleRandom Net connection call failed errors
Hi All, I've built a Flex application which is calling coldfusion CFC through remote objects in order to retrieve data. 2 days ago, I've updated the server with coldfusion 9 and my issue is that I have...
View ArticleCold Fusion Builder 3, Code Assist not working
I hav bought and installed CF Builder 3. I can not get Code Assist to work. Anybody have the same problem? Solution?
View Article503 errors after ~3 months w/ CF10
Server is not responding about every other day now. The service states that it's running. Restarting fixes it temporarily. My first thought was that this was a client variables issue, since the 90 day...
View ArticleIn CF 9 can I create a custom page URLs, similar to Wordpress?
I would like to create a function for my clients to create a custom page URL similar tot what Wordpress can can do. So my client's can customize the page URL info for example...
View ArticleConnecting to Exchange
I am trying to test out the new cfexchange tags in Colldfusion 8 so that I can integrate in with our intranet at some point but am having some difficulty.I am just testing by using the...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticleCF10: Switched from Tomcat webserver to Apache2 - now cannot access...
Hello, everyone, I've been pulling my hair out for a few days, over this. Cannot understand what is going on. With the help of our SA, I copied/pasted a working Apache Server onto my DEV harddrive,...
View ArticleError Handling for CFQUERYPARAM
Is there a way to display the value of cfqueryparam upon a database error? For example: <cfquery name="causeError" datasource="#application.dsn#"> select street1 from house, #table2# where...
View ArticleCF 9.0.1 Solr does not respect Java VM Path
As part of securing some of our machines for DoD use we have to maintain up to date Java versions. To do this we install the latest JDKs and use the Server Settings > Java and JVM > Java Virtual...
View Articledynamic cflayoutareas based on a recordset from cfquery - coldfusion version 9
cflayout type="tab" name="mainTab" ><cfloop query="qgetdcfg"> <!--- Each layoutarea is one tab. ---> <cflayoutarea title="#qgetdcfg.dsource#-#qgetdcfg.djobnamespec#"...
View Article