ColdFusion Posts Around the World
Adobe ColdFusion Community Blog
We are pleased to inform you that we've released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes:
Adobe ColdFusion Community Blog
This is strange. We had a problem a few days ago that got solved here, related to updating the certs on a Windows server, IIS 10, running ColdFusion 2023 update 5. So now I have a cfhttp call, using https and a get call, which usually works, but sometimes gets a 500 error. What happens is that St...
Adobe ColdFusion Community Blog
Hi all, This morning I noticed that I cannot see any of my submitted or voted-on support tickets in the Bug Tracker: Issues Created: 0 ...
Adobe ColdFusion Community Blog
I'm trying to do a manual install of CF2023 update 15 and I know I'm doing something wrong because the packages aren't getting installed. I downloaded hotfix-packages-cf2023-015-330825.zip and unzipped it to directory /appl/CF2023-15-installer/bundles/. I update...
Adobe ColdFusion Community Blog
cf version: CF2023u15, OS: WindowsI have a component "excel.cfc". The component has functions that creates objects of Apache POI classes and use various methods of those POI classes to perform excel manipulation.ColdFusion's latest POI jar (v5.4.1) isn't compatible with ou...
Adobe ColdFusion Community Blog
I need to limited access to the SOLR web application to localost. The server it is running on has both IPv4 and IPv6 and in the jerrty/etc/jetty-ipaccess.xml in this section:<Set name="white"> <Array type="String"> <Item...
Adobe ColdFusion Community Blog
These tasks have been running nightly without trouble. Then we installed a new SSL cert on IIS 10, and now they all fail. I can run each task from my browser, but if I try to run one from the task scheduler, now it fails. Restarting CF after the new cert does not fix it. ColdFusion serves the man...
Adobe ColdFusion Community Blog
Hello everyoneI have a valid CF 10 license that worked until yesterday.Since this morning, all my reports have been displaying the following message:"Adobe Coldfusion Developer/trial edition. Not for production use."Do you know anything about this?
Adobe ColdFusion Community Blog
i have had 3-4 iis cf sites running for a long time. I went to setup a new iis site. I did not mean this to be a cold fusion site, but when I set it up, it configured it with the cold fusion parameters. My new application is supposed to just be a reverse proxy to point to a Python Windows se...
Adobe ColdFusion Community Blog
I have several templates in their own Application that I run as CF Scheduled Tasks. Each template has the same basic functionality - call a CFC to make a request to an external API via CFHTTP and save the data in the response to the database using SQL Stored Procedures. All of them run fine with ...
Adobe ColdFusion Community Blog
Good morning, and happy Friday to all! I have been searching, without success, to locate an authoritative document that spells out (in English), the method by which the CORRECT NUMBER of ColdFusion Enterprise licenses is determined. My job is on the acquisitio...
Adobe ColdFusion Community Blog
I know there have been questions posted about ColdFusion's Report Builder and talk of "maybe" something coming back in CF 2023 or CF 2025. So far, I have been unable to find anything other than dated questions and comments. I was able to find a copy of - ColdFusion_ReportBuilder_WWEJ.exe, which I...
Adobe ColdFusion Community Blog
Hello Community,Yesterday night, our application (running on ColdFusion 2023) suddenly went down without any warning. The application was not accessible, and all requests were failing. Here's what we tried so far:Checked logs in GCP (Google Cloud ...
Adobe ColdFusion Community Blog
Using Coldfusion2023 update13 developers edition. When I try to update to either update14 or update15, the Oracle package goes invalid. The package management tool says it is installed, but the Coldfusion engine says that it is not installed and all my Oracle queries fail. I tri...
Adobe ColdFusion Community Blog
I am trying to uninstall CF2021, while an active version of CF2023 is running. I have tried uninstall from the command line as administrator and right click uninstall as adminstrator, and it just spins. So far over an hour. Do the CF2023 services need to be stopped to uninstall the previous versi...
Adobe ColdFusion Community Blog
I forget what update broke CF Server. The one where if any variable in any scope is passed to a CFC function, but it's not in the CFARGUMENTS at the very start of the function, then CF throws an exception.I have a .cfc, let's call it "myFunction.cfc", where there is a function ...
Adobe ColdFusion Community Blog
Scheduler tasks is having issues recognizing "$" in the allowed output paths in pathfilter.json. I was getting warning on server.log and task was not allowed to run:"Attempted to schedule task with unauthorized path: C:/$myPath/**;" After some troubles...
Adobe ColdFusion Community Blog
I'm moving to a new server running Coldfusion 2025 and have run into an issue when trying to load pages from the server that contain % encoded UTF-8 characters. I get from pages with French characters in a folder/path, e.g.
Adobe ColdFusion Community Blog
ColdFusion Adminstrator 2023 returns a "Failed to add HTML header" error when I try "Export Server State" in the Package Manager. This happened on Update 14 and continues to happen after Update 15. I made sure (from another thread referring to this error) that "Disable up...
Adobe ColdFusion Community Blog
Greetings,I'm having a problem setting up the server portion of the CFBuilder plugin for VS Code. FWIW, I am running CF2023 using CommandBox on my MacBook Air. What I'm trying to do is set up the sever section of the plugin. In the local s...
Adobe ColdFusion Community Blog
Hi, we are looking into better XSS (Cross-site scripting) prevention.We have the "Enable Global Script" protection checked in CFAdminWe have modified neo-security.xml to include a regex to remove various unwanted tagsWe have queryparamed all querysWe ar...
Adobe ColdFusion Community Blog
Hello,We are migrating Coldfusion from Centos 7.8 [CF2021] to Ubuntu 22.24 [CF2023].I was wondering what are the best methods to export $CF_2021_DIR/jre/lib/security/cacerts and import them to the new server?Is it the via scripts or can just cacerts file be copied over?
Adobe ColdFusion Community Blog
Hello, I have installed coldfusion 2025 over docker, i have configure everything and import all settings except for one, CUSTOMTAGS it is not working on any way, see image attached, a fresh export cant be imported back, idk if im doing something wrong but it is not even working...
Adobe ColdFusion Community Blog
Hello all, I'm currently working on a project using ColdFusion 2023, and I need to programmatically apply Sensitivity Labels to Word and Excel files. I'm not sure how to do this, and I also don't know if ColdFusion have any native integration with the Microsoft Information Protection SDK. My goal...
Adobe ColdFusion Community Blog
Hi everyone,I'm working on a small food-related project in ColdFusion where I need to pull menu data from an XML feed. The feed has both restaurant names and menu items mixed into one "keywords" field.Here's a simplified version of the XML:<cfxml variable="menu">&...
Adobe ColdFusion Community Blog
Using SendGrid API fails in CF2025: `Error","scheduler-6","08/17/25","13:01:49","","coldfusion.wddx.Base64Encoder$InvalidEncodedStringException: '' Can not decode string "SG". The input string is not base64-encoded.` I did open a bug report:
Adobe ColdFusion Community Blog
On Thursday, the error below began appearing after the last 2023 coldfusion update on my cfindex code that is atleast 10 years old. I found removing the .dot file extension from my extensions list stopped the error from occurring. However, .docx files will not index now. I trie...
Adobe ColdFusion Community Blog
MANUSREE
Adobe ColdFusion Community Blog
Our internal vulnerability accessment tool has identified a sever threat (Malware alert) in the coldfusion installation path. We are getting frequent alerts. Just need help from the forum to fix this issue. • Threat: Backdoor:PHP/Dirtelt•...
Adobe ColdFusion Community Blog
I'm using Cold Fusion 2016. I know the ODBC DSN works because I can use Excel to connect to the same AS400 DSN using it.As you can see in the screen shot I can also connect via the C:\ColdFusion2016\cfusion\db\slserver54\tools\ivcheckodbc.exe utility.I've tried restartin...
Adobe ColdFusion Community Blog
I have created 2 Javascripts to visualize and hid specific fields. These fields have the properties "hidden" When activating the Java script these fileds become visible, exactly how it should. But when de-activing a Java script the properties of these fields changes ...
Adobe ColdFusion Community Blog
CF 2021 Windows SErver 2022 -- My setting is curring 20 MB i can not change it - i can noty even lower it if i try i get a message that says in admin Important notice about last submissions... BUT it does not give me any notice. If i try to even change 20MB and lower it i get that message. I need...
Adobe ColdFusion Community Blog
Initial Assumptions and Red HerringsThe issue began when an application running on ColdFusion 2023 appeared to stop responding. All signs initially pointed to a .NET or database connection issue. This assumption was made based on the browser developer tools, which show...
Adobe ColdFusion Community Blog
Without going into to much detail, we basically have 0 control over anything at my company. So we're resigned to doing manual Coldfusion 2023 updates on our developement machines. On our actual servers we can use the adobe update site.Manual updates seem to have a lot of quirks, so it woul...
Adobe ColdFusion Community Blog
I have had a nightmare trying for two weeks to get CF2025 installed on a brand new linux server. I spent 2.5 hours on a call with CFSupport and they could not help me, and in fact made it worse. This has been the worst experience, and I do not think I could ever recommend...
Adobe ColdFusion Community Blog
Hello all,With Code Analyzer scanning our files. With all it fines. Is there a way to export all that is found?So you don't have to go one by one through each finding.Thank you....
Adobe ColdFusion Community Blog
How do I go about updating my cold fusion installtion from CF2021 to the latest version if I have purchased through AWS Marketplace?
Adobe ColdFusion Community Blog
Team, I understand new install will go separate drive/folder etc. Also will need run seperate website due to Connector separate instance etc. I know i can share same JDK installation. My question is not clear when documentation says t...
Adobe ColdFusion Community Blog
Good morning, all. Been getting a flood of error emails generated from production. Related to Apache POI, but something I have never heard of, before. com/zaxxer/sparsebits/SparseBitSet
java.lang.NoClassDefFoundError&nbs...
Adobe ColdFusion Community Blog
Hi All,I can't seem to figure this out, so any help would be appreciated. Might be a bug with CF2021. I got 2 websites with cfapplication name AAA & BBB both under same domain, https, using www If I login through one app usin...
Adobe ColdFusion Community Blog
We have been using CF for a long time. Yesterday we had a power cut and after a restart the following is happening (just a test page to identify issues): <cfquery datasource="#mydb#"&g...
Adobe ColdFusion Community Blog
Hi,I administrate a few ColdFusion 2023 servers on windows. I perform an off-line update whenever a new update comes out. I carry out these following steps:1) Download new hotfix and packages from Adobe Website2) copy these files into the Bundles directory of ColdFusion
Adobe ColdFusion Community Blog
Getting the error for all rest services on a subset of our production servers: Cannot resolve PropertyFilter with id 'coldfusion.runtime.Struct'; no FilterProvider configured Appears to be the same error as:
Adobe ColdFusion Community Blog
Hello everyone, I have an error or detail when reloading with reload. I previously added the mapping in REST, but when I run it, it only shows me {} but it doesn't show me if I reload it or any status. I'm using the developer version CF25. Do you know if this is normal or if I need some other add...
Adobe ColdFusion Community Blog
Hi all, I've just purchased a ColdFusion 2025 Standard Edition license, and activated my trial version. From my understanding, it should be valid for one year. However, in the ColdFusion admin panel, the license is showing as valid only until October 20, 2025 whic...
Adobe ColdFusion Community Blog
I got the infamous architecture mismatch trying to set up an ODBC Data Source from Cold Fusion(2011) to an AS400 data source(1st screentshot).Since it took me two days to track this one down I thought I'd pay it forward by showing you how I fixed it in the hopes of saving someone some time...
Adobe ColdFusion Community Blog
Since updating to update 21 from update 20, opening Scheudle Tasks in cfadmin is erroing on some scheduled tasks that were created before update 21. The impacted tasks can be edited and resaved which will clear the error.New scheduled tasks can be created and appea...
Adobe ColdFusion Community Blog
Hello all,Others have noted the security issue with Solr and version 7.We don't need it on our servers, so I would like to uninstall, I am not sure yet if I can disable the add-on service cause I think the cfhtml2pdf tag might be used in our code.So if I can just uninstall SOLR...
Adobe ColdFusion Community Blog
I just updated CF 2023 from 6 to 15, and applicaton is not working with below error:any idea what's missing? Thanks.Variable HTTP_REFERER is undefinedcoldfusion.runtime.UndefinedVariableException: Variable HTTP_REFERER is undefined.
at coldf...
Adobe ColdFusion Community Blog
hi, my CF 2023 enterprise license will expire on Nov. 1 2025, I am thinking not to renew because the application is schedule to move to other platform around Dec. 30 2025. Now the question is can my CF server keep up and running until Dec. 30 2025 with expired licens...
Adobe ColdFusion Community Blog
I could not find discussion on this topic and I think it could be serious for some environments.On IIS cfm handler why there is no use of buffer ? the handlers are configured with responseBufferLimit="0". Is there any reason. It seems it could be a serious issue....
Adobe ColdFusion Community Blog
CFMail will throw error after update 15 applied. Java version: 17.0.15+9-LTS-24 "Error","ajp-nio-127.0.0.1-8022-exec-3","07/11/25","13:24:45","","Bad type on operand stackException Details:Location:coldfusion/mail/mod/MailImpl.signMail(Ljavax...
Adobe ColdFusion Community Blog
I am observing an outbound connection initiated by the process coldfusion.exe over the SSH port. The destination IP is not flagged as malicious on VirusTotal. Could you please advise if this is a legitimate process behavior by coldfusion, or should I investigate this activity fur...
Adobe ColdFusion Community Blog
Hi everyone,I've been working with the Adobe ColdFusion 2021 AMI on AWS (Windows) and noticed that Docker is installed by default. However, the ColdFusion documentation and AWS Marketplace listing don't mention Docker as a requirement or dependency....
Adobe ColdFusion Community Blog
Trying to wrap my head around this new error I have popping up trying to send an email. This seems to have worked through update 19. I cannot speak for Update 20 because we updated to 20 and then 21 within a few days of each other. I am running the latest approved JVM 11.0.27 from Adobe's site, o...
Adobe ColdFusion Community Blog
For excel files, we use Apache POI. It worked fine until we applied the latest CF Security patch to our CF2023 server. It must have updated POI to the latest version which deprecated some of the functions. I was able to fix one issue, but am not able to see how I can create XSSF...
Adobe ColdFusion Community Blog
Hello, I would like to know if I have coldfusion 2021 can i upgrade to 2023 without additional cost or a new license is required?
Adobe ColdFusion Community Blog
After applying latest security update the file pathfilter.json is totaly empty!Result: logfiles defined in scheduled tasks cannot be written.The message is:"Warning","main","07/09/25","08:55:31","","The specified path: D:/ScheduleLogs/solr_index_docum...
Adobe ColdFusion Community Blog
I'm updating a ColdFusion 2021 installation from V.13 to V.14 when V.14 installed the administrator came up except for the pakage manager page, it throws an error, when I look at the exception log I see the following: "Error","http-nio-8544-exec-7","07/08/25","16:33:29",...
Adobe ColdFusion Community Blog
Problem Description: DateFormat is returning a 9 character date instead of an 8 character one.Steps to Reproduce:1. Add the following to any Cold Fusion page:<cfset testDate = DateFormat(Now(),"YYYYMMDD")><cfoutput>Current Now(): #Now()#<br>T...
Adobe ColdFusion Community Blog
I'm trying to submit a bug report for ColdFusion using the Adobe Bug Tracker ( https://tracker.adobe.com/#/add_bug ) and when I select ColdFusion from the dropdown, the progress indicator just spins and spi...
Adobe ColdFusion Community Blog
We are pleased to inform you that we've released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes:
Adobe ColdFusion Community Blog
Good morning, all. I have code that has been in place for at least 6 or 7 years that generates Excel files. Depending upon the app, the Excel file is either A) made available to the user via download, or B) emailed to a pre-determined email address, possibly CC'ing others...
Adobe ColdFusion Community Blog
On my server, I've got a few scheduled tasks set up. Yesterday, after a while, I wanted one of the tasks to run at a different time. After doing the edits and clicking the "Submit Changes" button, I got this error:Invalid extension of the file name. Valid extensions are :log,txt
Adobe ColdFusion Community Blog
Adobe ColdFusion Community Blog
Hello - Developer edition of CF 2025 running locally on a Mac (OS = Sequoia 15.5). DMG installer. A CFQuery to an MS SQL Server datasource produces this error message: 'Error Executing Database Query. The sqlserver package is not installed. You can install the package through the CLI package ...
Adobe ColdFusion Community Blog
Hi Experts,We recently upgraded our ColdFusion 2023 environment from Update 10 to Update 12. After the upgrade, we encountered an issue in one of our applications that handles PDF uploads and validation.Previously, we used the IsPDFObject(mytempPDFObj)
Adobe ColdFusion Community Blog
If I leave my page long enough for the user login session to timeout, then reload the page, I get an HTML rendering of the page. Then if I reload it again, the page renders normally. It happens on at least two pages I have tested so far. Firefox gives an engimatic error "Syntax...
Adobe ColdFusion Community Blog
I'm curious if anyone testing out cf2025, that uses CKeditor has figured out what to do about the out of date messages that it produces when using ckeditor? I will probably just convert them all to regular text areas, its just pretty annoying how its not up to date with cf2025. ...
Adobe ColdFusion Community Blog
Hi All,Hoping someone can provide some pointers to solve this.I was successfully running on CF2023 update 11 but when I went to update 14 Apache Tomcat mod_jk connector stopped working - i've reverted back to update 11 and it still doesn't work - the browser returns 403 Forbidden
Adobe ColdFusion Community Blog
We installed HF 20 on our CF 2021 instance (from HF 19) and saw "Security violation: Scheduled task 'XXX' attempted to execute unauthorized path: F:/Tasks_Logs/xxx.log. To allow it, whitelist the path in cf-root/lib/pathfilter.json against key schedulerexecutionpat...
Adobe ColdFusion Community Blog
In our Coldfusion application there is a PDF form (created in Adobe Professional) that contains a QR code field. The QR code reflects Field X of the form.When I make changes to X in Adobe Professional, a corresponding QR code is printed into the form. However, if I fill out Field X using Co...
Adobe ColdFusion Community Blog
Hi experts, I have an issue with the font size in a pdf file that was generated by .cfm files. With the same .cfm files and .css ( baaically the codes are identical), the font size in the generated report pdf file looks different in UAT and production. I am thinking that i...
Adobe ColdFusion Community Blog
I have a server running 7 instances of CF (6 sites plus root instance). If I run a NetStat, I generally see about 1800 ports as "ESTABLISHED" (see below for a sample). Why so many ports connected to itself? Ultimately what happens is the server just kind of di...
Adobe ColdFusion Community Blog
Using an old server for our internal APP.We also use ColdFusion and O365. O365 will require OAUTH 2.0 as of SeptemeberThe version of CF will not work so I need to update to v18 or v21Support is telling me I can only purchase CF 2025. ...
Adobe ColdFusion Community Blog
In ColdFusion 2021 update 20, there was a change in access to remote CFC methods, requiring explicit cfarguments tags or defining them directly in the function signature. The -Dcoldfusion.runtime.remotemethod.matchArguments flag set to...
Adobe ColdFusion Community Blog
We pushed CF2021 Update 10 with no issues, but four days later a Windows patch was pushed and now we are having an ORM issue. Has anyone ever experience the following error before? ***************************************************************java.lang.ClassNotF...
Adobe ColdFusion Community Blog
I have updated my ColdFusion2021 installation from update 19 to update 20. Everything looked OK during installation but I see the following error in the logs when I try and install the sqlserver package:An error has occurred while installing the package sqlserver. Exception : Illegal chara...
Adobe ColdFusion Community Blog
Anyone else using Sendgrid with Coldfusion 2023? We are using the Sendgrid SMTP API, https://www.twilio.com/docs/sendgrid/for-developers/sending-email/inte...
Adobe ColdFusion Community Blog
Hi thereWe are testing cf2025, found an error with cfdocument and pdf print. The code works fine with cf2023, it could be caused by incompatible bouncecastle library. Can someone help me to solve the issue? ThanksEugene...
Adobe ColdFusion Community Blog
We would like to inform users that certain previously deprecated features and associated dependencies will be removed in the next bug ...
Adobe ColdFusion Community Blog
Adobe never fails to disappoint. This latest hotfix for CF Server triggers an email notifying us that such-n-such variable is "not expected" by a cffunction with access="remote" attribute. Doesn't matter if it's a form that is posting to the cfc, or using URL parameters (...
Adobe ColdFusion Community Blog
if you use the literal word "true" as the value for integer type cfqueryparam, this executes the query with an integer value of "1". <cfif StructKeyExists(arguments, "company_id")> AND tblCompany.company_id = <cfqueryparam v...
Adobe ColdFusion Community Blog
I have some coldfusion servers that are connected to an oracle database and have been having some issues sending queries to the DB from the CF servers. I must also state that both the server and db are quite busy. The issue I am having is that the same query will get processed and shortly after I...
Adobe ColdFusion Community Blog
My CF2023 site has been running perfectly until now when suddenly I'm getting errors related to argument names containing hyphens. I'm assuming it's the hyphen that's the problem.The name FILE-0 used for an argument has illegal characters in it. The site is...
Adobe ColdFusion Community Blog
I inherited a Club website and a copy of CF for Dummies. All went well until my ISP upgraded. Now I can't pass variables between pages. What to do?...
Adobe ColdFusion Community Blog
With "myQuery.ColumnList", I get the list of columns in a database query.Using GetMetaData(), I can then read the data type of each column using typeName.Is there a way to get additional information, such as the length of varchar data types?...
Adobe ColdFusion Community Blog
I'm looking for advices about the rewriting URLs fonction of cfWheels. I'm running an app on Adobe ColdFusion 2025, cfWheels 2.5.1 and CommandBoxI'm looking for rewriting URLs of the website (suppress the"/index.cfm/" prefix) and it works! great! BUT I don't have access to my CFIDE Admin P...
Adobe ColdFusion Community Blog
Hello,I am using cf 23 and facing the issue when trying to communicate with remote api on spring. This is my cf codebase:var url = "
Adobe ColdFusion Community Blog
Has the usage of writedump changed in 2025? I have both 2023 and 2025 running side by side on the same dev server using the same cfscripts. However when i do writedump(var=info,abort=true) to debug soemthing in 2023 i get a proper dump in the response. In 2025 all i ...
|