CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Search:  Search  Filter

ColdFusion Posts Around the World

Restricting API usage with the API Manager
Restricting API usage with the API Manager
Adobe ColdFusion Community Blog
Hello. Let's say that I have an API running at https://api.mysite.com/rest/api/customerID/12345 which is available to anyone with the link. Joe User can go to that site right now and pull that ...
Just installed cf 2021 Upd23 and now cant connect to Oracle 19c DS
Just installed cf 2021 Upd23 and now cant connect to Oracle 19c DS
Adobe ColdFusion Community Blog
Keep getting.   java.sql.SQLException: Index -1 out of bounds for length 0   Please help.    I cleared Felix -cache, tried Odbc11.jar in ..\lib folder restarted no difference.  
Just installed cf 2021 Upd23 and now cant connecto Orace 19c DS
Just installed cf 2021 Upd23 and now cant connecto Orace 19c DS
Adobe ColdFusion Community Blog
Keep getting. java.sql.SQLException: Index -1 out of bounds for length 0 Please help.  I cleared Felix -cache, tried Odbc11.jar in ..\lib folder restarted no difference. r...
Cannot find implementation class coldfusion.tagext.zip.ZipTag for the zip tag
Cannot find implementation class coldfusion.tagext.zip.ZipTag for the zip tag
Adobe ColdFusion Community Blog
I am running a developer version of ColdFusion 2025 Version 2025,0,06,331564 on my MacBook Pro MacOS Tahoe 26.2 (25C56). I used the ZIP installer to install it. When ever I try to use the CZIP tag in CFML or function in CFSCRIPT I get the following error:
Decode JSON Web Token in CF2025.
Decode JSON Web Token in CF2025.
Adobe ColdFusion Community Blog
I'm working on building an interface with ID.me.  I am currently getting back a valid JWT from the ID.me API (it successfully decodes using JWT.IO) but I'm having trouble decoding it in ColdFusion.  The CF function VerifySignedJWT has three required parameters and, I believe, I am havin...
Error trying to use getGraphQLClient on CF2023 Enterprise
Error trying to use getGraphQLClient on CF2023 Enterprise
Adobe ColdFusion Community Blog
I'm running CF2023 Enterprise on Windows and am trying to test out the getGraphQLClient for a Shopify API integration, but I keep getting this error trying to make the getGraphQLClient call:Can't find resource for base name coldfusion/osgi/service...
NOW LIVE! ColdFusion 2025 and 2023 security updates- January 2026
NOW LIVE! ColdFusion 2025 and 2023 security updates- January 2026
Adobe ColdFusion Community Blog
We are pleased to inform you that we've released security updates for ColdFusion 2025 and 2023 releases. For more information, see the respective tech notes: ColdFu...
CF 2025 Migration Guide
CF 2025 Migration Guide
Adobe ColdFusion Community Blog
I would like to switch from CF 2016 to CF 2025. I have already installed the developer edition of the latest CF 2025 version.Could anyone post me a link to a migration guide or/and provide other useful information about the migration steps to do? Thanks for  any hel...
ColdFusion 2023 Update 17 – Oracle & SQL Server Datasources Failing: “The oracle package is not inst
ColdFusion 2023 Update 17 – Oracle & SQL Server Datasources Failing: “The oracle package is not inst
Adobe ColdFusion Community Blog
Hi everyone,After applying ColdFusion 2023 Update 17 in our ACPT environment, all of our datasources suddenly stopped verifying. The CF Administrator now shows this error: Connection verification failed for data source: <name> java.sql.SQLException: The oracle pa...
Unable to Download ColdFusion Server
Unable to Download ColdFusion Server
Adobe ColdFusion Community Blog
I have a new laptop and am trying to download ColdFusion Server and Builder.. I am on this link (for CF Server) Download Adobe ColdFusion free trial | A...
Coldfusion 2023  Fileupload-1.5.jar Vulnerability
Coldfusion 2023 Fileupload-1.5.jar Vulnerability
Adobe ColdFusion Community Blog
Tenable Security scan has identified Fileupload-1.5.jar as a high Vulnerability. Is this a false positive ? C:\ColdFusion2023\bundles\repo\commons-fileupload-1.5.jar Installed version : 1.5 Fixed version : 1.6 Path : C:\ColdFusion2023\bundles\updateinstallers\hotfix-packages-cf20...
ColdFusion 2025 Enterprise licensing for non-public Cloud use
ColdFusion 2025 Enterprise licensing for non-public Cloud use
Adobe ColdFusion Community Blog
We are going to need to update from ColdFusion 2021 Enterprise to version 2025 within the next few months. However, our environment doesn't fit within the requirements of either a Named User License or a Feature Restricted License. The system(s) will not be able to connect to A...
CF 2023 HF 17 issue
CF 2023 HF 17 issue
Adobe ColdFusion Community Blog
Good morning, everyone. We recently applied HF 17 to our servers, and now we have hundreds of error emails flowing in alerting us to an onRequestStart error. Exception java.lang.NullPointerException [in thread "ajp-nio-214.3.16.182-8022-ex...
CF2023, Update 17 Questions
CF2023, Update 17 Questions
Adobe ColdFusion Community Blog
Sorry to be posting questions so frequetly... With CF2023 update 17 comes a few new questions. The related note says, "From this update, Cold...
CF 2023 Update 17 - ColdFusion serialfilter file
CF 2023 Update 17 - ColdFusion serialfilter file
Adobe ColdFusion Community Blog
I'm having the same issue as detailed in this post:https://community.adobe.com/t5/coldfusion-discussions/connection-ve...
How exactly does Coldfusion serve files with Apache?
How exactly does Coldfusion serve files with Apache?
Adobe ColdFusion Community Blog
So I was helping a colleague debug an issue which seemed to me as an "undefined behaviour" (I may be wrong for defining it as such).We have coldfusion linked with apache on our server, cf runs on 8500 and apache on 8080The cold...
URL Params
URL Params
Adobe ColdFusion Community Blog
Hi thereI am an intern at Adobe ColdFusion. My current task is to use the URL parameters in my projects. I have searched randomly on Google. I have got its concept and a bit of knowledge of the code, yet, I am unable to achieve this full-fledged in my project. Where and how can I have a sol...
Connection verification failed for data source: xxxx_jdbc java.sql.SQLException:
Connection verification failed for data source: xxxx_jdbc java.sql.SQLException:
Adobe ColdFusion Community Blog
Hi All, Getting an error i've never seen before on one server of multiple we use to connect to an Oracle datasource via Oracle JDBC Drivers after doing the update from 16 to 17 on CF2023. Connection verification failed for data source: xxxx_jdbcjava.sql...
Solution for
Solution for "axis package is not installed" error?
Adobe ColdFusion Community Blog
We have an application (CF2013 running on Win2019)  that is failing with the error pasted below  "Error","ajp-nio-127.0.0.1-8022-exec-8","12/03/25","15:42:36",SIRdmini11_25_p1,"The axis package is not installed.You can install package through CLI package manag...
CFML construction question for variables of type structure with comma
CFML construction question for variables of type structure with comma
Adobe ColdFusion Community Blog
In our development environment, we've started testing and deploying new code with CF2025.However, our CI/CD is based on CF2023, as it's still in our production environments.We've had a compilation error in our pipelines, which I'll summarize here:<cfscrip...
Hotfix Install Process Safety Questions
Hotfix Install Process Safety Questions
Adobe ColdFusion Community Blog
I need to install a group of hotfixes very soon to CF2023 on Windows. CF is just installed as a standalone - not multiple instances. I prefer to do it using the GUI in the CF Admin. I really want to do everything possible to avoid issues, and the following questions are to that end. If anyone has...
Meaning of JVM argument -Dcoldfusion.compiler.block.bytecode
Meaning of JVM argument -Dcoldfusion.compiler.block.bytecode
Adobe ColdFusion Community Blog
Hi, all. I'm doing an update soon to include a hotfix that references this JVM flag. I'm not a Java guy, so please excuse the question if it is ridiculous, Everywhere I read about this flag on the Web, the purpose is stated something like this: "...this flag prevents ColdFusion from executi...
We’re Upgrading Adobe Community for You!
We’re Upgrading Adobe Community for You!
Adobe ColdFusion Community Blog
Hi everyone, We're excited to announce a new Adobe Community experience is coming this January. A little bit about the update:The new experience will be simpler to naviga...
CVE-2025-66516 Critical Vulnerability found on Apache Tika (used in CF )
CVE-2025-66516 Critical Vulnerability found on Apache Tika (used in CF )
Adobe ColdFusion Community Blog
Did anyone hear anything from CF Team about this ? https://www.cve.org/CVERecord?id=CVE-2025-66516 Resolution suggests updating files to version 3.2.2 from 1.2.x found in CF.
CF 2023 Update 15/16 trouble with encryption keys
CF 2023 Update 15/16 trouble with encryption keys
Adobe ColdFusion Community Blog
We are running CF 2023 and just updated from Update 14 to Update 16.  We have two errors that are occuring, because of the reference to Bouncy Castle, one of them looks like the
NOW LIVE! ColdFusion 2025, 2023, and 2021 December security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 December security updates
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:
cfhtmltopdf is not working in CF2023
cfhtmltopdf is not working in CF2023
Adobe ColdFusion Community Blog
Hi Team, Recently, we migrated our application from CF2021 to CF2023. Post-migration, we are facing issues with&nbs...
Restricting Jetty Access to Server Only
Restricting Jetty Access to Server Only
Adobe ColdFusion Community Blog
I'd like to restrict Jetty access to the server itself only (CF2021).  I need to do this because the port, 8993, is coming up on a security scan.  I can't use Windows Firewall to block the port (it's complicated, but long story short, it's not an option). I have found...
ColdFusion 2023 Boolean Type Handling Change - Undocumented Breaking Change?
ColdFusion 2023 Boolean Type Handling Change - Undocumented Breaking Change?
Adobe ColdFusion Community Blog
I'm currently from ColdFusion 2021 to 2023 and have encountered what appears to be a breaking change in how ColdFusion handles boolean values when interfacing with Java methods and MongoDB operations. The Issue:In ColdFusion 2021, I could pass native ColdFusion boolean va...
Homesite 5.5
Homesite 5.5
Adobe ColdFusion Community Blog
Hi, I bought HS ( Homesite ) 5.5 many years ago and over time I have unfortunately lost the installation file, the one where it asks for your serial which I still have, I have searched for the software but none of the software I have found asks for the serial, can anyone point me in the right dir...
CF 2025 Installation Error - Windows 2025
CF 2025 Installation Error - Windows 2025
Adobe ColdFusion Community Blog
Hi, I am getting the following error message as I try to install the Trial version of ColdFusion 2025 GUI WWEJ Win64 on a Windows Server 2025 (VMware) : "This application has Unexpecedly Quit  Invocation of this Java Application has cause an Invocation T...
ColdFusion safe-navigation-operator used like boolean
ColdFusion safe-navigation-operator used like boolean
Adobe ColdFusion Community Blog
Hi,i use this code in CF2023<cfscript> params = { field1 = true }; foo(args=params); void function foo(required struct args) { if (arguments.args?.field2) { writeOutput("entra"); } else { writeOutput("non entra"); } } </cfscript>
Issue with remote function parameters on CF 2023 Update 15
Issue with remote function parameters on CF 2023 Update 15
Adobe ColdFusion Community Blog
Let me start, I do know about the changes in Update 14 related to "extra" arguments, and this is not the same issue, but I think it might be related.  The error is that a paramerter can not be found when making a call to a remote function in a CFC.     Here is th...
Dreamweaver alternative
Dreamweaver alternative
Adobe ColdFusion Community Blog
Hi,I've posted here before.If you've read any of my requests for help, you know I am not a programmer.I have a 10-year-old PC that is about to die.  I have Dreamweaver CS 5.5 installed on it.  Even if I could find my license key (I think I can), I cannot get the ins...
ColdFusion 2023 Excel Export Breaks When AppDynamics Java Agent Is Enabled
ColdFusion 2023 Excel Export Breaks When AppDynamics Java Agent Is Enabled
Adobe ColdFusion Community Blog
Hello all, I am having an issue with ColdFusion 2023 where exporting to Excel only fails when the AppDynamics Java Agent is enabled. As soon as I add this JVM argument -javaagent:C:\AppDynamics\JavaAgent\ver25.6.0.37159\javaagent.jarmy excel export fai...
Double # [
Double # [ "
Adobe ColdFusion Community Blog
Typing # gives ## - fine for writing code but not for editing. How do I turn it off.                                       
Error with cfstoredproc DBTYPE but not using it
Error with cfstoredproc DBTYPE but not using it
Adobe ColdFusion Community Blog
We're getting an error running a CF scheduled task. The error says "Attribute validation error for tag CFSTOREDPROC.-It does not allow the attribute(s) DBTYPE.The valid attribute(s) are  BLOCKFACTOR,CACHEDAFTER,CACHEDWITHIN,CACHEID,CACHEREGION,CLIENTINFO,DATASOURCE,DBPOOL,DEBUG, FETCHC...
ColdFusion 2025 Auto-Lockdown Failing
ColdFusion 2025 Auto-Lockdown Failing
Adobe ColdFusion Community Blog
I've gone through multiple rounds of installing Windows Server 2022 and following the Lockdown guide to install ColdFusion 2025 and AutoLockdown. Just can't get it to work, have lost a lot of time, and losing hope. Initially I couldn't get it to create the service user for me. ...
ColdFusion Server 2021 - 500 - Internal server error.
ColdFusion Server 2021 - 500 - Internal server error.
Adobe ColdFusion Community Blog
Hello Community,I have inheritted some ColdFusion servers (2021). That has been running great so far but recently, I encountered an odd issue with one of the servers. The issue is that the server stopped processing requests on all instances, whether from websites, APIs, etc. I have tr...
Issue with remove function parameters on CF 2023 Update 15
Issue with remove function parameters on CF 2023 Update 15
Adobe ColdFusion Community Blog
Let me start, I do know about the changes in Update 14 related to "extra" arguments, and this is not the same issue, but I think it might be related.  The error is that a paramerter can not be found when making a call to a remote function in a CFC.   Here is the ...
Some CF2023 Installation Questions
Some CF2023 Installation Questions
Adobe ColdFusion Community Blog
Hi, all. I will be installing CF2023 side-by-side with CF2021 on an important server soon, and I have some questions related to my particular situation that I have not been able to answer by searching the Web:  In the CF2023 Administrator, in Package Manager -> Set...
Code that worked for years suddenly glitches - CF2021 > CF2023
Code that worked for years suddenly glitches - CF2021 > CF2023
Adobe ColdFusion Community Blog
Hello, everyone. About a week ago, our SA and DBA started a migration from CF2021 to CF2023, we are experiencing a couple of odd issues, and the weird thing is - it's limited to just one project.  No other projects are experiencing these issues.  The issue is in our c...
Cache initialization failed due to following reason: Error configuring from null.
Cache initialization failed due to following reason: Error configuring from null.
Adobe ColdFusion Community Blog
Hi,We are experiencing this cache issue, we have 4 instances and one instance, we have this issue, We manually cleared the cache and uncheck all the cache options and restarted the service but still we got issue, Any help would be greatly...
Coldfusion Trial Download Form Broken
Coldfusion Trial Download Form Broken
Adobe ColdFusion Community Blog
I have been trying to download 3023 and 2025 versions of ColdFusion, but have been unable to. The download link takes me to a trial form: https://www.adobe.com/products/coldfusion/down...
CFMail Respool issue, Resend Undelivered Mails
CFMail Respool issue, Resend Undelivered Mails
Adobe ColdFusion Community Blog
Hi,The issue I have is that I have a bunch of emails that were undelivered because the password of the email addresse used for CFMail was changed.  I was not aware of the problem for a day or so.   So, there a bunch of undelivered emails.  I am able to update the passwo...
How can I host a Static coldfusion website for free?
How can I host a Static coldfusion website for free?
Adobe ColdFusion Community Blog
How can I host a Static coldfusion website for free?                                      
Installing ColdFusion as non root user
Installing ColdFusion as non root user
Adobe ColdFusion Community Blog
Hi everyone,I'm trying to better understand how install ColdFusion on Linux as a non-root user.From what I know, ColdFusion shouldn't be run as root for security reasons — instead, it should run under a restricted "runtime user" (for example,
Planning CF21 to CF23 Migration in 2026 - Security & Support Concerns?
Planning CF21 to CF23 Migration in 2026 - Security & Support Concerns?
Adobe ColdFusion Community Blog
Subject: Planning CF21 to CF23 Migration in 2026 - Security & Support Concerns?Current Setup:ColdFusion 2021, Version 2021,0,02,328618 (Update 2)Planning to migrate to ColdFusion 2023 in 2026
Unexpected behavior when indexing struct with dynamic keys in
Unexpected behavior when indexing struct with dynamic keys in
Adobe ColdFusion Community Blog
Hi,I came across something odd while working with ColdFusion 2021 . I have an array of structs representing student data and I'm trying to build a nested struct using arrayEach. Here's the code:<cfscript> arrayData = [ { "name": "...
clear down input fields once user presses submit
clear down input fields once user presses submit
Adobe ColdFusion Community Blog
First off – thanks for all the fantastic help so far.  Just one last issue to resolve. Can I clear down the input fields once the user presses Submit to update the database?Otherwise if they press the submit button again, it add more (duplicate) records to the...
cfcompile jsafeJCE Error
cfcompile jsafeJCE Error
Adobe ColdFusion Community Blog
Been banging my head against this server for a few days now. We are currently working with ColdFusion 2021 on update 21.While using cfcompile, we received an error concerning jsafe not being found. From what I can find, update 14 phased this encryption out in favor of a more modern standar...
JVM errors and memory dumps in Coldfusion 2023 on reboot
JVM errors and memory dumps in Coldfusion 2023 on reboot
Adobe ColdFusion Community Blog
We have recently migrated our Coldfusion 2021 environment to Coldfusion 2023 on Windows Server 2022 using Oracle JDK 17.0.16.  We've noticed that on Coldfusion 2023, whenever we restart the server, there is a chance that each instance will generate a JVM error log & dump file in Coldfusi...
ColdFusion 2025 Auto-Lockdown
ColdFusion 2025 Auto-Lockdown
Adobe ColdFusion Community Blog
I am trying to run the ColdFusion 2025 Auto-Lockdown on ColdFusion Update 4. At first it was failing with the following error in the application log: Function getAdminSettings does not support adminpassword as an argument in ...CFIDE\lockdown\lockdown.cfc. ...
Update of selected table values results in creation of database records for all rows
Update of selected table values results in creation of database records for all rows
Adobe ColdFusion Community Blog
Objective------------Creating a new page which allows you to amend dates in a table on the display, which then creates a "change log" in a SQL database table.  How it should work--------------------------Page displays a variable list of rows, an...
ColdFusion 2021 Update 22 causing error Cannot find implementation class coldfusion.tagext.mail.Mail
ColdFusion 2021 Update 22 causing error Cannot find implementation class coldfusion.tagext.mail.Mail
Adobe ColdFusion Community Blog
Recently we updated our Coldfusion 2021 server to update 22 and are now getting several errors with packages, we followed the instructions from this
Add a link to
Add a link to
Adobe ColdFusion Community Blog
I have a newsletter that gets the title of a post, the first 200 characters, then if there are more than 200 characters, text that says [... more].The title is a link.  I'd like the [... more] text to also be a link, but that is coming from a cfset.Here is the title t...
Use input fields in a loop to update existing values in a database
Use input fields in a loop to update existing values in a database
Adobe ColdFusion Community Blog
Cannot use the data entry field on the page (this must be so basic, but I cannot get it to work)In the extract below NEWVALUE field is not recognised Process :The user selects a case and is taken to another page that displays a list of entries linked to a case (so...
CF2023 Kerberos Authentication running on Windows IIS
CF2023 Kerberos Authentication running on Windows IIS
Adobe ColdFusion Community Blog
I have a internal coldfusion 2023 application running on Windows 2022 server OS with IIS. We have been using MS SQL authentication to connect to the SQL database but organization recently changed policies to use Windows authentication using Kerberos ONLY. I am able to sucessfully connect to the d...
Performance Monitor Toolset for ColdFusion 2023
Performance Monitor Toolset for ColdFusion 2023
Adobe ColdFusion Community Blog
Does anyone know if there is a PMT 2023, and if so, where is the installer   - i can only find the installer for pmt 2021 
Azure Service Bus Schedule a message broken?
Azure Service Bus Schedule a message broken?
Adobe ColdFusion Community Blog
I'm adding service bus integration using the azureservicebus package in ColdFusion 2023 update 16. I can send messages to a queue but I haven't been able to schedule a message for later processing. I've followed the documentation here 
Upgraded to 2025, What is this netflix sentiment analyzer in the coldfusion-out.log
Upgraded to 2025, What is this netflix sentiment analyzer in the coldfusion-out.log
Adobe ColdFusion Community Blog
Just upgraded to CF2025 and am seeing this below in the coldfusion-out.log file at random times but almost every minute or more. What is it and what would it be doing.  The only thing i could find with "sentiment" in the file name was this..."\\cfusion\jetty\work\jetty-127_0_0_1-8997-solr_wa...
CF Enterprise 2021 bytecode execution error in Administrator
CF Enterprise 2021 bytecode execution error in Administrator
Adobe ColdFusion Community Blog
I understand that bytecode execution limitations were introduced with the Hotfixes earlier this year (2025), but I am suddenly running into new problems with this. I have recently been trying to implement CF Enterprise 2021 Hotfix 22 over a successful install of Hotfix 21, and I have got it worki...
Unable to install ColdFusion 2025 on my Windows 10 PC
Unable to install ColdFusion 2025 on my Windows 10 PC
Adobe ColdFusion Community Blog
I have followed the instructions and downloaded the CF2025 package. I unzipped it and put it in an accessible folder on my desktop. Each time that I double click on cfinstall.bat, I get the following 2 messages in the install log:2025-10-08 14:43:05 INFO - Welcome to the ColdFusion Setup W...
Determining Current Server Profile
Determining Current Server Profile
Adobe ColdFusion Community Blog
Hi all. I've been asked by a client to upgrade a production server from CF2021 to CF2023. While researching the existing server configuration, specifically what "server profile" is being used for CF2021, I was able to find in the original installation log that "Development Profile" was chosen. I'...
Adobe ColdFusion Builder extension for visual studio code is no longer available
Adobe ColdFusion Builder extension for visual studio code is no longer available
Adobe ColdFusion Community Blog
I just noticed that the Adobe ColdFusion Builder extension for Visual Studio code is no longer avaiilable. Is Adobe moving on to something else? 
Multiple  Fuseguard versions for single ColdFusion Instance
Multiple Fuseguard versions for single ColdFusion Instance
Adobe ColdFusion Community Blog
Hello, We are currently trying to upgrade fuseguard from 2.4 to 3.6.  However , we wanted to see if we can still keep the old one intact and the new one in audit mode or something ,so we just see the logs but nothing gets blocked using ...
CF 2023 Thread-27 IOCP Handler Consuming Excessive CPU - Bug Report
CF 2023 Thread-27 IOCP Handler Consuming Excessive CPU - Bug Report
Adobe ColdFusion Community Blog
Each  time we restart the instance, even without any user traffic at all, cpu will eventually jump to 24-25% and stay there.In some cases this will double, which then makes the site using the instance slow and unresponsiveProblem Statement
Coldfusion 2021 Apache POI 3.9 residual folder
Coldfusion 2021 Apache POI 3.9 residual folder
Adobe ColdFusion Community Blog
Hi All, I updated Coldfusion 2021 to release 21 which is supposed to have Apache POI 5.41, after a Tenable scan I get a Folder that is named WEB-INF-BUE-bk coldfusion2021/cfusion/wwwroot/WEB-INF-BUE-bk/lib that still has the 3.9 libraries, so I'd like to know if I can...
Cannot restart CF 2023 after updating license and removing proxy settings
Cannot restart CF 2023 after updating license and removing proxy settings
Adobe ColdFusion Community Blog
Hi all. I have a very pressing iseue I was hoping you could help with, as we have an important UAT server down. I installed the CF 2023 license today. I got a message after license entry that said CF server needed to have access to the Internet to work for certain license types...
AES encryption with AES/CBC/PKCS7
AES encryption with AES/CBC/PKCS7
Adobe ColdFusion Community Blog
We need to encrypt data using AES/CBC/PKCS7. However the CF encrypt method only accepts AES/CBC/PKCS5Padding. Any idea how to achieve this? We are using CF 2016....
Getting error trying to debug in VSCode with the Adobe Coldfusion extension
Getting error trying to debug in VSCode with the Adobe Coldfusion extension
Adobe ColdFusion Community Blog
I keep getting this error: ERROR: transport error 202: bind failed: Address already in use ERROR: JDWP Transport dt_socket failed to initializ...
Vulnerabilities in CF application files
Vulnerabilities in CF application files
Adobe ColdFusion Community Blog
I am running a CycloneDX security scan on the latest ColdFusion 2021 Enterprise WAR file for my application (HF22). I am getting 160+ vulnerabilities reported, most of them either Critical or High. I have some questions about these: 1. Most of these seem to be related not to th...
SAST tool recommendations for .cfm or .cfc files
SAST tool recommendations for .cfm or .cfc files
Adobe ColdFusion Community Blog
Hello, We have been using SonarQube for code quality testing of our applications. However, I was wondering what would be the recommended one for ColdFusion files. I know that SonarQube officially doesn't support .cfm or .cfc files(although there is some third party plugin). So,...
Recently, I purchased the Adobe 9A0-019 Exam Practice Questions.
Recently, I purchased the Adobe 9A0-019 Exam Practice Questions.
Adobe ColdFusion Community Blog
I recently purchased the Adobe 9A0-019 exam practice questions from SkillCertExams while also studying with the official Adobe material. The combination worked really well for me — the official guide helped me understand the concepts in depth, while the practice questions gave me a chance t...
ColdFusion 2025 on Windows Server 2025
ColdFusion 2025 on Windows Server 2025
Adobe ColdFusion Community Blog
I will be upgrading an Azure machine from ColdFusion 2021 to ColdFusion 2025. As Windows Server 2025 has been out for almost a year now, I would like to configure the new server with the latest version of ColdFusion and Windows Server. The latest ColdFusion 2025 support matrix ...
Coldfusion 2023 on docker
Coldfusion 2023 on docker
Adobe ColdFusion Community Blog
Hi,We use docker locally and have an issue now with latest 2023 version. We are getting the following error wherever a component is called on a page which has a type on cfargument. Removing the type allows the page to load without error. The error we see is as follows
Export/Import SP Configuration from ColdFusion 2021 to ColdFusion 2023
Export/Import SP Configuration from ColdFusion 2021 to ColdFusion 2023
Adobe ColdFusion Community Blog
Current application runs on ColdFusion 2021 using SAML.  We have setup up the SP and IDP configuration in CF Admin and it has been working for half a year.  Installed ColdFusion 2023 on the same server as ColdFusion 2021.  Used the CFSETUP utility to export and import the spconfigu...
Apache intermittently fails to start when coldfusion installed
Apache intermittently fails to start when coldfusion installed
Adobe ColdFusion Community Blog
Afternoon folks New build of coldfusion 2025 on Ubuntu. Apache version 2.4.52. On starting the apache service, I periodically get this:Sep 17 16:01:00 intranet01.tectcorp.com systemd[1]: Starting The Apache HTTP Server...Sep 17 16:01:0...
QoQ issue relating to Excel file consumed
QoQ issue relating to Excel file consumed
Adobe ColdFusion Community Blog
All, I have an app that's been working _mostly_ flawlessly for over five years.  It's a rates lookup table that uses Excel sheets as a read-only database.  There are two years of rates per line of business (ie, Air Passenger rates for FY2025 and FY2026). 
How to install packages offline
How to install packages offline
Adobe ColdFusion Community Blog
I installed 2021 and I am trying to bring up the website and I get this error:  "The feed package is not installed".  Ok, so I think I can just install it.  But none of our servers have internet access.  So I see that a local repository is possible.  I can't use the "cfpm...
CF2021 Apache Tomcat Vulnerability
CF2021 Apache Tomcat Vulnerability
Adobe ColdFusion Community Blog
We recently received a vulnerability report on Apache Tomcat 9.0.106 from our security team and have been instructed to upgrade to 9.0.108. Are there steps to manual upgrade Tomcat within ColdFusion? If so, can you kindly provide guidance?...
NOW LIVE! ColdFusion 2025, 2023, and 2021 September security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 September security updates
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:
cfhttp intermittent failure connecting to Stamps.com
cfhttp intermittent failure connecting to Stamps.com
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...
Bug Tracker Issues
Bug Tracker Issues
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    ...
Packages not install doing CF2023 update 15 install
Packages not install doing CF2023 update 15 install
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...
this.javaSettings.loadPaths()
this.javaSettings.loadPaths()
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...
Cold Fusion 2023 Restrict access to SOLR web app to localhost on server with IPV6
Cold Fusion 2023 Restrict access to SOLR web app to localhost on server with IPV6
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...
ColdFusion 2023 scheduled tasks all fail with 'Connection failure'
ColdFusion 2023 scheduled tasks all fail with 'Connection failure'
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...
"Coldfusion Developer/trial edition" message. But it's not.
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?
issue with web server CF 2021
issue with web server CF 2021
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...



Footer Logo

Powered by Galaxy Blog

If you have an ideathat you want to share, please contact us! This community can only thrive if we continue to work together.

Images and Photography:

Gregory Alexander either owns the copyright, or has the rights to use, all images and photographs on the site. If an image is not part of the "Galaxie Blog" open sourced distribution package, and instead is part of a personal blog post or a comment, please contact us and the author of the post or comment to obtain permission if you would like to use a personal image or photograph found on this site.

Credits:

Portions of Galaxie Blog are powered on the server side by BlogCfc, an open source blog developed by Raymond Camden. Revitalizing BlogCfc was a part of my orginal inspiration that prompted me to design this site.

Version:

Galaxie Blog Version 3.0 (Toby's Edition) June 14th 2022 Tropical Wave theme