Coldfusion 11 Update 4 scheduled task error
My scheduled tasks stopped and on going into Administrator I got: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system...
View Articlecf11 - cfdocument doesn't work with all fonts
Hello, I am using cfdocument to generate pdf file and I see that we can't use any font . For instance, when I use Verdana, document shows properly and I see that pdf file embeds verdana font. Doing...
View ArticleSubmit form via AJaX to CFC
Hello, everyone, I have a form (NOT a CFFORM - those are evil) that I am attempting to submit the data to a CFC. Right now, all the CFC is supposed to do (for testing purposes) is to display the form...
View ArticleHow to change the rootfolder for CF 10 deployed in Native tomcat 7
Hi, Can you let me know where can I changed the rootfolder where I can deploy my code for the coldfuion?
View ArticleColdFusion 9 Patch Level
We are migrating our ColdFusion system over to some new servers and we need to find out what Patch version we are on can anyone tell us based on the version number being produced from a <cfdump>...
View ArticleColdfusion 11 Multiple Instance Multiple User Access to Settings Summary...
I have a multi-instance and using multiple user administration. One of my users notified me he was checking an exception when viewing "Settings Summary" in CFIDE. I was able to replicate the issue by...
View ArticleCan we downgrade a coldfusion 11 license to a coldfusion 10 license?
Our company requires another license of Coldfusion 10 (we have a group of CF 10 servers) but it is impossible to find out in the marketplace to buy. Our reseller said it is possible to buy a CF 11...
View ArticleCF10 Server Update error
Hi, Im getting this error. How we can resolve it? Mar 3, 2015 17:43:17 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=523 ms}[Fatal Error] :1:63: White...
View ArticleTHIS.setDomainCookies bug in CF11?
Hello, It appears as though THIS.setDomainCookies functionality has been reversed from CF10 to CF11... I migrated recently from CF10 -> CF11. I have an app that runs at xyz.thisdomain.com My app has...
View ArticleCF11 : cflogin doesn't "stuck" after session/login timeout
Hi, Since migrating from CFMX7 to CF11 we are experiencing some weird failure with cflogin (using session or cookie storage). Basically when we log-in on the application after a session/client timeout...
View ArticleCF11: Transient Errors with Application local settings (Datasource, and...
Hi, Using cf11 i've upgraded the Application.cfc to set a application specific datasource name, and application specific CustomTag path, and it work most of the time, However from time to time, i get...
View ArticleCOLDFUSION 10 is not accessible to IE using HTTPS but accessible to...
Hi All, I have weird problem with the CF10. I configured Tomcat 7 and set up SSL. Tomcat manager is working fine for both HTTP and HTTPS for IE and Chrome. I created WAR for the CF10 and deployed it to...
View ArticleColdFusion 11 REST warnings in log file?
I'm building a RESTful API with ColdFusion 11. Today I noticed there are a ton of warnings being logged to the coldfusion-error log file. For example: Mar 04, 2015 8:09:52 AM...
View ArticleColdFusion 11 Scheduled Task & IIS 7.5
I have a scheduled task registered in ColdFusion 11 Admin console. ColdFusion 11 is hosted over IIS 7.5. The schedule task is to run 1 perticular file from sub application of the main app. After...
View Article"cfadmin","The current user is not authorized to invoke this method. The...
I am running CF11 update 4 on Windows 2012 R2 IIS 8.5. I have multiple users setup to access the CF Admin Console. All the individual accounts started throwing a 500 - Internal Server Error only when...
View ArticleCF11: CFChart name parameter no longer works as documented
Previously, if you specified name on cfchart, it would supress display of the chart, save the chart to the variable specified in name, and then allow you to write that variable to a file. That no...
View ArticleHaving trouble with jQuery toggle row to work right
The results appear in a table and each row when clicked on shows detailed information. I'm trying to use the jQuery toggle so it can open the detail information under the persons name. The jQuery...
View ArticleIs it possible to configure CF10 or CF11 to use Xerces XML parser instead of...
Could anyone tell me if it is possible to configure CF10 or CF 11 to use the older Xerces XML parser instead of the Saxon XML parser.I am in the process of migrating a website from CF8 to CF11. Several...
View ArticleCF10 deployed in JBOSS
Hi, I deployed CF10 to JBOSS and everytime I need to access the CF admin i need to put cfusion. (eg https://<host>/cfusion/cfde/). even the deployed CF application I need to put cfusion. is there...
View ArticleRun a query inside a loop
Hi All,I need to run a query inside a loop; and the query will be running for more than 100 times.Is there anyway to do other than this. Based on the value, the query will be running; I cannot do...
View Article