CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Blogs Adobe/Lucee/Ortus Software Support

ColdFusion Posts Around the World

org.hibernate.HibernateException not found by orm
org.hibernate.HibernateException not found by orm
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...
Streamline Your CI/CD: Introducing the Setup BoxLang GitHub Action
Streamline Your CI/CD: Introducing the Setup BoxLang GitHub Action
Ortus Solutions
We're excited to announce the release of the Setup BoxLang GitHub Action – a powerful new tool that makes it incredibly easy to integrate BoxLang into your continuous integration and deployment workflows. Whether you're building applications, running tests, or deploying BoxLang projects, this ...
CFCamp 2025 Videos
CFCamp 2025 Videos
Lucee Blog
(hmm no events category)... Just wondering what timeframe cfcamp videos would be released? asking 'for a friend' in Australia.
Creating Java Classes From JAR Files In Adobe ColdFusion 2025
Creating Java Classes From JAR Files In Adobe ColdFusion 2025
Ben Nadel
Ben Nadel demonstrates that Adobe ColdFusion 2025 can now load Java classes from an explicit set of JAR files....
Multiple function attributes with colon question
Multiple function attributes with colon question
Lucee Blog
Can someone explain why this: component tc:schema="4.3" tc:route="/members" {} and property name="entity" tc:inject="tc.module.entity" tc:alias="membership"; is fine but public struct function newMembers() tc:route="/me...
Cold Fusion 2021 update 20 - sqlserver package fails to install
Cold Fusion 2021 update 20 - sqlserver package fails to install
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...
Using ColdFusion and Xpdf to extract PDF metadata
Using ColdFusion and Xpdf to extract PDF metadata
James Moberg
Xpdf is an open source projects that includes a PDF viewer, but it also includes a collection of command line tools for Linux, Windows and Mac that can perform some helpful functions: xpdf: PDF vie...
Rendering QR Codes With Zxing And ColdFusion
Rendering QR Codes With Zxing And ColdFusion
Ben Nadel
Ben Nadel demonstrates various ways to render QR codes using the Zxing library in ColdFusion....                                      
Advanced ColdFusion Troubleshooting with FusionReactor: A Developer’s Guide
Advanced ColdFusion Troubleshooting with FusionReactor: A Developer’s Guide
FusionReactor
As ColdFusion developers, we’ve all been there – a production issue strikes, users are reporting slowdowns, and suddenly you’re under pressure to find and fix the problem quickly. In these moments, having the right tools can make all the difference …
Lucee 5.4+ CFCOOKIE expires being stripped by CloudFlare
Lucee 5.4+ CFCOOKIE expires being stripped by CloudFlare
Lucee Blog
Hey guys! I see that this has been resolved in Lucee 6.2+, but we have a client running 5.4.7.3. Currently, we cannot move to 6 or 7 (we are looking to do it soon, though). Is there an easy way to fix this across multiple servers? We have written a function to...
Using InputBaseN() To Encode HEX Colors Into An INT In ColdFusion
Using InputBaseN() To Encode HEX Colors Into An INT In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to represent an RGBA color as a single, 32-bit integer using inputBaseN() in ColdFusion....
Mapping conflicts with physical folder
Mapping conflicts with physical folder
Lucee Blog
Requests to my /tags directory is being internally mapped to a mapping named "/tags" in my application.cfc file. I didn't know that mappings worked this way with http requests... I thought they were only used internally in my code to reference directories fo...
Sendgrid API Key Mail Server Settings
Sendgrid API Key Mail Server Settings
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...
Using CSS Utility Classes In CFDocument In ColdFusion
Using CSS Utility Classes In CFDocument In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to define and consume CSS utility classes in the CFDocument tag in ColdFusion / Lucee CFML....
How to add a page to Lucee Docs
How to add a page to Lucee Docs
Lucee Blog
How does one go about adding a page to lucee Docs? A link would suffice. 2 posts - 2 participants Read full topic ...
CF2025 cfdocument error: java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
CF2025 cfdocument error: java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
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...
IMPORTANT DEPRECATION ANNOUNCEMENT: Updates to COM/DCOM, Axis1, SharePoint
IMPORTANT DEPRECATION ANNOUNCEMENT: Updates to COM/DCOM, Axis1, SharePoint
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 ...
Fixinator 6.1.0 Released
Fixinator 6.1.0 Released
Pete Freitag
Today, I released Fixinator version 6.1.0 which includes several enhancements to the CFML code security scanning to provide more accurate results. This release also updates the Adobe ColdFusion compatibility scanner to account for the breaking change in the
You Can CMD+Click To Submit A Form To A New Browser Tab
You Can CMD+Click To Submit A Form To A New Browser Tab
Ben Nadel
Ben Nadel demonstrates that forms can be submitted to new browser tabs; and how this creates an implicit "choice" whenever we override the native form submissions in a web application.... ...
WTF, Adobe?  Hotfix 20
WTF, Adobe? Hotfix 20
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 (...
I installed Cold Fusion 2025 trial (developer edition), installed ok all tabs under Server Settings are disabled.
I installed Cold Fusion 2025 trial (developer edition), installed ok all tabs under Server Settings are disabled.
ColdFusion
I've reinstalled twice, whitelisted my local ip address, nothing seems to work.                                      
BoxLang v1.2.0 Released
BoxLang v1.2.0 Released
Ortus Solutions
� BoxLang 1.2 is Here! � We're excited to announce the release of BoxLang 1.2, a significant milestone that demonstrates our commitment to delivering both cutting-edge features and exceptional performance. This release represents how much innovation the entire BoxLang team can accompli...
Pipe operator
Pipe operator
Lucee Blog
Just saw that PHP is adopting a pipe operator, following on from several other languages which have adopted this syntax. https://wiki.php.net/rfc/pipe-operator-v3 ...
v1.7.1 BoxLang VSCode Extension
v1.7.1 BoxLang VSCode Extension
Ortus Solutions
**Ortus Solutions is pleased to announce v1.7.0 of the official BoxLang extension for VSCode! ** I wanted to share a quick overview with you all of the features we are sending up in this release. In this release I have two new features I would like to draw your attention to....
 Investigating Server Crashes with FusionReactor: On-Premise Tools You Should Know About
 Investigating Server Crashes with FusionReactor: On-Premise Tools You Should Know About
FusionReactor
Whether you’re running FusionReactor On-Premise or using FusionReactor Cloud, having the right tools to diagnose and resolve server crashes is critical. FusionReactor On-Premise provides powerful crash investigation capabilities — many of which are also accessible to Cloud users. In t...
 Investigating Server Crashes with FusionReactor: On-Premise Tools You Should Know About
 Investigating Server Crashes with FusionReactor: On-Premise Tools You Should Know About
FusionReactor
Whether you’re running FusionReactor On-Premise or using FusionReactor Cloud, having the right tools to diagnose and resolve server crashes is critical. FusionReactor On-Premise provides powerful crash investigation capabilities — many of which are also accessible to Cloud users. In t...
Official Lucee stable / prerelease / snapshot version endpoints
Official Lucee stable / prerelease / snapshot version endpoints
Lucee Blog
Is there an official endpoint to get lucee versions? What is the best way to get the lastest version number as a string, or in json? Is there a way to get the latest java supported version for each release also ? (if we're rolling our own builds) or should i just...
Best stable/prerelease/snapshot feed url
Best stable/prerelease/snapshot feed url
Lucee Blog
Is there an official endpoint to get lucee versions? What is the best way to get the lastest version number as a string, or in json? Is there a way to get the latest java supported version for each release also ? (if we're rolling our own builds) or should i just...
is true really an integer in cfqueryparam???
is true really an integer in cfqueryparam???
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...
How to Reset Your FusionReactor Password: A Step-by-Step Guide
How to Reset Your FusionReactor Password: A Step-by-Step Guide
FusionReactor
Forgetting your password happens to everyone. If you’re having trouble accessing your FusionReactor account, don’t worry – the password reset process is quick and straightforward. This guide will walk you through the steps to regain access to your account. Option …
How to Reset Your FusionReactor Password: A Step-by-Step Guide
How to Reset Your FusionReactor Password: A Step-by-Step Guide
FusionReactor
Forgetting your password happens to everyone. If you’re having trouble accessing your FusionReactor account, don’t worry – the password reset process is quick and straightforward. This guide will walk you through the steps to regain access to your account. Option …
Rendering 1-Dimensional Barcodes With Zxing And ColdFusion
Rendering 1-Dimensional Barcodes With Zxing And ColdFusion
Ben Nadel
Ben Nadel looks at using the ZXing Java library to render 1D (one dimensional) barcodes in ColdFusion....
Lucee upgrade from 5.4 to 6.0 Breaking Changes guide
Lucee upgrade from 5.4 to 6.0 Breaking Changes guide
Lucee Blog
Hey everyone, I'm back and recovered from CFCAMP 2025 which was another great conference! All the videos from the sessions will be posted on https://www.cfcamp.org/videos.html in the coming days, you will just need to create an ...
Lucee 6 upgrade from 5.4 to 6.0 Breaking Changes guide
Lucee 6 upgrade from 5.4 to 6.0 Breaking Changes guide
Lucee Blog
Hey everyone, I'm back and recovered from CFCAMP 2025 which was another great conference! All the videos from the sessions will be posted on https://www.cfcamp.org/videos.html in the coming days, you will just need to create an ...
[7.0] Errors from jsoup
[7.0] Errors from jsoup
Lucee Blog
Went to run a script I wrote last year that included jars... this works on 5.x fine Getting error : Illegal char <:> at index 72: C:\_Servers\Lucee\tomcat\lucee-server\context\cfclasses\RPC\bmw9lepk316j:5yw1p2q51paf any ideas on what I need to t...
[7.0.0241] FIXED: Errors from jsoup
[7.0.0241] FIXED: Errors from jsoup
Lucee Blog
Went to run a script I wrote last year that included jars... this works on 5.x fine Getting error : Illegal char <:> at index 72: C:\_Servers\Lucee\tomcat\lucee-server\context\cfclasses\RPC\bmw9lepk316j:5yw1p2q51paf any ideas on what I need to t...
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
ColdFusion
After updating from CF2018 to CF2023, the following programs stopped working: https://brasil-ya.com/cfm/image1-cfm.txthttps://brasil-ya.com/cfm/image3-cfm.txt It stops at the following part of imag3.cfm.<cffile action=”upload” filefield=”form.image1″ destination=”#b...
isClosure() is flawed in two ways
isClosure() is flawed in two ways
Lucee Blog
Adobe docs description for isClosure(): Determines whether a value or expression references a function defin...
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01003: no statement parsed
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01003: no statement parsed
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...
Scripted ColdFusion Licensing in 2025
Scripted ColdFusion Licensing in 2025
ColdFusion
Hi, Is there an updated version of the ColdFusion licensing page around how to programatically install ColdFusion 2025 with the appropriate licensing? https://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation.htmlhttps://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation...
ColdFusion 2021 to ColdFusion 2023 – Upgrade Script
ColdFusion 2021 to ColdFusion 2023 – Upgrade Script
ColdFusion
Hi There, I was wondering if anyone has a ColdFusion 2021 to ColdFusion 2023 (or 2025) migration Powershell script? Specifically, the section around importing the settings from 2021 into 2023 or 2025. Running ColdFusion 2021, U20 and looking to migrate instances over to either ColdFusion 2023 or Col...
Reading a spreadsheet into a CFML array
Reading a spreadsheet into a CFML array
cfSimplicity
The Spreadsheet CFML library now supports reading spreadsheets into array                                      
isDebugMode()
isDebugMode()
Lucee Blog
Can't find any info about when this change happened but... Since isDebugMode() has moved away from the CF behaviour (and now simple returns whether debugging is enabled, irrespective of any IP filtering on templates), I was wondering - what's the best way of replicating the ol...
Hyphens in argument names
Hyphens in argument names
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...
An error that occurred after updating from CF2018 to CF2023
An error that occurred after updating from CF2018 to CF2023
ColdFusion
An error that occurred after updating from CF2018 to CF2023. After updating from CF2018 to CF2023, an error occurred in the source. <cffile action=”upload” filefield=”form.image1″ destination=”#basyo_images#” nameconflict=”overwrite” accept=”...
Passing variables
Passing variables
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?...
Problem creating java obj in Lucee 6.2.2.35 and later
Problem creating java obj in Lucee 6.2.2.35 and later
Lucee Blog
I have a blank site with just an index.cfm and the Bcruypt jar (jbcrypt.jar). In 6.2.2.34 and earlier, this works: bcrypt = createObject( "java", "org.mindrot.jbcrypt.BCrypt", "c:/dev/apps/aaa/jbcrypt.jar" ); In 6.2.2.35 and later, I get:
Creating An hx-event Extension For Triggering Events In HTMX
Creating An hx-event Extension For Triggering Events In HTMX
Ben Nadel
Ben Nadel creates an hx-event extension in HTMX which will emit a custom event based on the hx-trigger event bindings....
Introducing BoxLang Academy – Learn BoxLang from the Creators
Introducing BoxLang Academy – Learn BoxLang from the Creators
Ortus Solutions
Introducing BoxLang Academy – Learn BoxLang from the Creators At Ortus Solutions, we believe that sharing knowledge fuels innovation. That's why we're proud to announce the launch of BoxLang Academy — the official online learning platform for mastering BoxLang, the modern dynamic languag...
ColdFusion 2025 Language Enhancements
ColdFusion 2025 Language Enhancements
FusionReactor
Adobe ColdFusion has entered a new era with its 2025 release, significantly changing licensing and development features. As Adobe transitions to a subscription-only model, developers also gain access to powerful new language capabilities. Let’s explore these changes and how they …
ColdFusion 2025 Language Enhancements
ColdFusion 2025 Language Enhancements
FusionReactor
Adobe ColdFusion has entered a new era with its 2025 release, significantly changing licensing and development features. As Adobe transitions to a subscription-only model, developers also gain access to powerful new language capabilities. Let’s explore these changes and how they …
Adding more metadata to extensions
Adding more metadata to extensions
Lucee Blog
Just wondering if we can add more metadata (and complete missing metadata) to extensions, roll manifest to version 1.1 - i know there has also been attempts at how to put commercial extensions in to the extension library also, so here's some thoughts (other than to rename the 'applic...
Adding more metadata to and (renaming applications) to Extensions
Adding more metadata to and (renaming applications) to Extensions
Lucee Blog
Just wondering if we can add more metadata (and complete missing metadata) to extensions, roll manifest to version 1.1 - i know there has also been attempts at how to put commercial extensions in to the extension library also, so here's some thoughts (other than to rename the 'applic...
Upgrading Validation in Lucee (and new TypeOf Function)
Upgrading Validation in Lucee (and new TypeOf Function)
Lucee Blog
Just wondering if there was merit in looking at a wholistic validation approach in lucee, so that custom validations could be created with ease and used across the engine. I realise this may be a massive undertaking, but would yield massive rewards. There are some things I can...
Native Lucee CLI (comparable to Python)
Native Lucee CLI (comparable to Python)
Lucee Blog
@Zackster suggested a split from @noursecode's topic:                                      
Native Lucee CLI
Native Lucee CLI
Lucee Blog
@Zackster suggested a split from @noursecode's topic:                                      
Retreiving SQL-Server database information
Retreiving SQL-Server database information
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?...
Running CF as a domain Account – New Server
Running CF as a domain Account – New Server
ColdFusion
I know I had to add the AD user account to something on the server to make it run CF, but I don't remember what it was. Any hints?
Quartz Scheduler Extension Download (for v7)
Quartz Scheduler Extension Download (for v7)
Lucee Blog
Just wondering if new Quartz Scheduler extension is in pre-release yet? Don't forget to tell us about your stack! OS: Win11 / Debian Java Version: bundled Tomcat Version: bundled Lucee Versi...
Better access to request/response objects
Better access to request/response objects
Lucee Blog
I guess I'm hoping for better/easier access to request/response objects I dont want to call it 'page request' as api reponse isn't a page, and as we serve more and more api requests alongside html requests, a more generic approach needs to be looked at. It would be grea...
Error on interfaces and eturn type any
Error on interfaces and eturn type any
Lucee Blog
Hi. I have a interface like this: interface displayName="AI File Service Interface" hint="Defines the contract for AI file service operations." { /** * Uploads a file to the AI provider's file storage. * @return DTO representing the...
Customer Voices: 5 Key Takeaways from FusionReactor Users
Customer Voices: 5 Key Takeaways from FusionReactor Users
FusionReactor
At Intergral, customer experiences tell the most authentic story about our products. Over the past few weeks, we’ve shared blog posts highlighting recent reviews from FusionReactor users across different industries and regions. Today, we’re summarizing the key themes from these …...
Customer Voices: 5 Key Takeaways from FusionReactor Users
Customer Voices: 5 Key Takeaways from FusionReactor Users
FusionReactor
At Intergral, customer experiences tell the most authentic story about our products. Over the past few weeks, we’ve shared blog posts highlighting recent reviews from FusionReactor users across different industries and regions. Today, we’re summarizing the key themes from these …
Datadog throws
Datadog throws "unable to load class path" on Lucee, not on CF2018
Lucee Blog
The below datadog-related code is throwing an exception on Lucee. It runs okay on CF2018 (we've been using it on production for years). <cfcomponent name="datadog" displayname="Datadog Utility"><cfprocessingdirect...
Considering The Functional Requirements Of A Modal Window In An HTMX Web App
Considering The Functional Requirements Of A Modal Window In An HTMX Web App
Ben Nadel
Ben Nadel considers the functionality requirements of a well crafted modal window in the context of an HTMX web application. Modal window are easy to do; but, the are incredibly hard to do correctly.... ...
The error that occurred after updating from CF2018 to CF2023.
The error that occurred after updating from CF2018 to CF2023.
ColdFusion
After updating from CF2018 to CF2023, an error occurred in the source.https://brasil-ya.com/cfm/search-cfm.jpgThe part circled in red in the linked image is causing an error.Can someone tell me how to fix this?...
An error that occurred after updating from CF2018 to CF2023.
An error that occurred after updating from CF2018 to CF2023.
ColdFusion
After updating from CF2018 to CF2023, an error occurred in the source.https://brasil-ya.com/cfm/search-cfm.jpgThe part circled in red in the linked image is causing an error.Can someone tell me how to fix this?...
trouble to access to database after rewriting url with cfwheels
trouble to access to database after rewriting url with cfwheels
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...
Bypassing e.slice is not a function Errors When Working With Complex JSON Objects in Kendo UI
Bypassing e.slice is not a function Errors When Working With Complex JSON Objects in Kendo UI
Gregory's Blog
In this article, I will discuss how to work with complex JSON objects when using Kendo UI                                      
Amazon AWS4 Signature Generator
Amazon AWS4 Signature Generator
Lucee Blog
I had to write my own AWS4 signing app and last night I had to update it to work with Lucee's Hmac output. So I thought I would share it here for anyone who finds they may need an AWS4 signing app for some reason or another. Eventually I will update it to into cfscript format. It ...
CFScript enhancement equivalent to JS template literal
CFScript enhancement equivalent to JS template literal
Lucee Blog
After having gotten very used to not having to worry about escaping internal quotes in a string using JS Template Literals (since they are declared with backtick character), it would be very nice to not have to worry about in in cfscript as well. Example: (note i can't put in ...
Exception TagContext entry is missing info
Exception TagContext entry is missing info
Lucee Blog
I'm running into an exception due to a syntax error in a .cfc file. The first entry in the TagContext array for the exception is missing the codePrintHTML and codePrintPlain fields, and the structure is basically blank. This causes my error repo...
Using a local maven .m2 cache with Lucee 6.2.1
Using a local maven .m2 cache with Lucee 6.2.1
Lucee Blog
We have added support for using a local maven .m2 cache in 6.2.1, good for firewalled servers. https://luceeserver.atlassian.net/browse/LDEV-5477
Fixed Accept header property in http reqeust, can't change it
Fixed Accept header property in http reqeust, can't change it
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 = "
Spring 2025 Galaxie Blog Update and Roadmap
Spring 2025 Galaxie Blog Update and Roadmap
Gregory's Blog
I wanted to provide a quick update and share a roadmap for Galaxie Blog.                                       
Writedump in CF2025
Writedump in CF2025
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 ...
Using A No-Content URL To Help Manage DOM Caching In HTMX And ColdFusion
Using A No-Content URL To Help Manage DOM Caching In HTMX And ColdFusion
Ben Nadel
Ben Nadel demonstrates how a no-content URL can be used to snapshot the DOM for history API management in HTMX and ColdFusion....
Navigating Adobe’s New Licensing Model: How to Access Older ColdFusion Versions in 2025 via buy-adobe-software.com
Navigating Adobe’s New Licensing Model: How to Access Older ColdFusion Versions in 2025 via buy-adobe-software.com
FusionReactor
In the world of enterprise software, change is inevitable. Adobe’s shift to a subscription-only model for ColdFusion 2025 represents such a change, but it doesn’t mean you must abandon your existing ColdFusion applications built on older versions. Many organizations have …
Navigating Adobe’s New Licensing Model: How to Access Older ColdFusion Versions in 2025 via buy-adobe-software.com
Navigating Adobe’s New Licensing Model: How to Access Older ColdFusion Versions in 2025 via buy-adobe-software.com
FusionReactor
In the world of enterprise software, change is inevitable. Adobe’s shift to a subscription-only model for ColdFusion 2025 represents such a change, but it doesn’t mean you must abandon your existing ColdFusion applications built on older versions. Adobe backward licensing …
Consistent Issue with ActiveMQ Event Service with CF2023 Upgrade
Consistent Issue with ActiveMQ Event Service with CF2023 Upgrade
Adobe ColdFusion Community Blog
Hello,We are upgrading several machines from CF2021 to CF2023 and are seeing a consistent issue with each upgrade as we go in and try to turn on our ActiveMQ Gateway Instances.  The instances won't start and they are throwing what appear to be java JMS errors in the exception logs.&nb...
AI file upload
AI file upload
Lucee Blog
Hi. I'm using latest stable lucee version. I'm experimenting with AI. So far, so good. But I reach a point where I want to upload an audio file to be processed by the AI. I can't find a way to upload the file using lucee AI functions, despite the fact I see that in code some ...
Into the Box 2025 – Keynote Day 1 Recap
Into the Box 2025 – Keynote Day 1 Recap
Ortus Solutions
Into the Box 2025 kicked off in the best way possible with an exciting keynote from Luis Majano, CEO of Ortus Solutions. He welcomed everyone to the 14th edition of the conference and shared some exciting news: BoxLang 1.0 is officially here!...
Announcing ColdFusion updates released May 13 2025: p1 security update (and more)
Announcing ColdFusion updates released May 13 2025: p1 security update (and more)
Charlie Arehart - Server Troubleshooting
An update for ColdFusion has been released today, May 13, 2025, for both cf2025 (update 2), cf2023 (update 14) and cf2021 (update 20). In brief, it addresses a P1 (Priority 1, "Critical") security vulnerability, as indicated in the associated ASPB (s... [More] ...
Low level Debugging for FTP and SFTP
Low level Debugging for FTP and SFTP
Lucee Blog
Lucee 7 now has low level debugging options for FTP and SFTP LUCEE_FTP_DEBUG=true enables debug logging to the console for FTP LUCEE_JSCH_DEBUG=true enables debug logging to the console for SFTP
Move API Call from jQuery to the Back End
Move API Call from jQuery to the Back End
Adobe ColdFusion Community Blog
I currently have a jQuery ajax call to a third-party API, which checks a vehicle's licence plate against a national database: $.ajax({ type: "get", url: "https://test.carjam.co.nz/a/vehicle:abcd", data: {key:key,plate:plate}, dataType: "json...
NOW LIVE! ColdFusion 2025, 2023, and 2021 May security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 May 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:
NOW LIVE! ColdFusion 2025, 2023, and 2021 May security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 May security updates
ColdFusion
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: ColdFusion (2025 release) Update 2 ColdFusion (2023 release) Update 14 ColdFusion (2021 release) Update 20 These updates resolve ...
From 25+ years of cfml, I'd finally like to see
From 25+ years of cfml, I'd finally like to see
Lucee Blog
Just warming up here: Event triggers throughout the server for everything that moves, than can be logged, can have scheduled tasks fire Admin: Better Scheduled tasks interface, and cron like time entry addition Update regional to feed ...
Starting Strong with FusionReactor: Common ColdFusion Setup Issues (And How to Fix Them)
Starting Strong with FusionReactor: Common ColdFusion Setup Issues (And How to Fix Them)
FusionReactor
Starting your journey with FusionReactor for ColdFusion monitoring should be smooth, but like any powerful tool, there can be early bumps. Below are some of our users’ most common issues and how to solve them quickly, so you can focus …
Starting Strong with FusionReactor: Common ColdFusion Setup Issues (And How to Fix Them)
Starting Strong with FusionReactor: Common ColdFusion Setup Issues (And How to Fix Them)
FusionReactor
Starting your journey with FusionReactor for ColdFusion monitoring should be smooth, but like any powerful tool, there can be early bumps. Below are some of our users’ most common issues and how to solve them quickly, so you can focus …



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