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

ColdFusion Posts Around the World

Session scope not pertained
Session scope not pertained
Lucee Blog
I'm having a weird issue, where I have a HTML/CSS/JS frontend website doing it's thing, getting data from a CFML backend via an API-call. It is this website https://ondernemerschap.panteia.nl/ and it...
Batched insert queries, passing in multiple rows as params
Batched insert queries, passing in multiple rows as params
Lucee Blog
After looking into this problem a few weeks ago, it got me thinking                                      
Setup Lucee 6.2 Hosting on Windows Server 2025
Setup Lucee 6.2 Hosting on Windows Server 2025
Lucee Blog
Hello folks! I have been trying to run several websites with Lucee/IIS in our internal network for 2 weeks without success. The goal is to access a server internally in the browser with the IP address and the website alias. E.g.
Ipv6 connection delay of 2s
Ipv6 connection delay of 2s
Lucee Blog
When we do a fresh install of Lucee 6 or encounter slow request times, we do this as well. We change the server.xml from this: <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector protocol="AJP/1.3" port="8009" secre...
Cfformat: bug with
Cfformat: bug with "bean[]" notation on return type of function
Lucee Blog
I found this bug on cfformat:                                      
Copilot Open Sources Copilot AI - Updates
Copilot Open Sources Copilot AI - Updates
Lucee Blog
Key Updates to GitHub Copilot AI (Late June–Early July 2025) ...                                      
Scheduled Tasks stop working randomly
Scheduled Tasks stop working randomly
Lucee Blog
Has anyone run into a situation where scheduled tasks run for a random period of time and then just stop. I have 2 tasks scheduled; 1 every 5 minutes and 1 every hour. They will run for a day to a week or longer and then just stop. When stopped, I can run both from the ...
LUCEE_EXTENSIONS without a version was returning the wrong version
LUCEE_EXTENSIONS without a version was returning the wrong version
Lucee Blog
Just a quick heads up, I just noticed and fixed a bug when installing extensions via an ENV var without a version was returning not the latest extension version, due to not using an ordered struct.
Snapshot 6.2.2.73: extension.pdf.tag.DocumentSection cannot be cast
Snapshot 6.2.2.73: extension.pdf.tag.DocumentSection cannot be cast
Lucee Blog
I tried the last snapshot for the query performance and the pdf extension is throwing an error: "ERROR","http-nio-80-exec-9","07/10/2025","12:49:37","94218EDE359E41E1C2DB41D04DCFA1A2","class org.lucee.extension.pdf.tag.DocumentSection cannot be cast to class org.lucee.extensio...
CFINCLUDE allowed extensions don't allow cfc in Lucee 6.2.1
CFINCLUDE allowed extensions don't allow cfc in Lucee 6.2.1
Lucee Blog
I have legacy website that was running on ColdFusion, I am shifting it lucee and facing the issue like most of the includes using CFC files and in CF admin, we were adding allowed extension as cfc also. But in Lucee, I didn't find any settings or not even found this thing in server x...
Lucee LSP setup?
Lucee LSP setup?
Lucee Blog
Hi So I recently discovered that Lucee revived an LSP (Language Server Protocol (LSP) for Lucee :: Lucee Documentation). So I setup a docker container to use the...
Encoding problem
Encoding problem
Lucee Blog
Hello, I think I have an encoding problem on the lines of code below because the value of the "DecimalValue" variable is 65533, whereas it should be 168 for a hex with a value of A8. Can you help me, or is this a bug? Thank you. Sincerely, The decimal val...
Encoding problem hex to asc
Encoding problem hex to asc
Lucee Blog
Hello, I think I have an encoding problem on the lines of code below because the value of the "DecimalValue" variable is 65533, whereas it should be 168 for a hex with a value of A8. Can you help me, or is this a bug? Thank you. Sincerely,
6.2.1.122 - Lucee Admin (Search & AI errors)
6.2.1.122 - Lucee Admin (Search & AI errors)
Lucee Blog
Single Mode, when I click in the left menu on "Search" - the overview is loaded, not a search page. When I click on "AI (experimental)": Message The key [values] doesn't exist in the arguments scope. The existing key...
CFMAIL from email alias ? possible?
CFMAIL from email alias ? possible?
Lucee Blog
In my mail account in OUTLOOK (loacal) , my email is declared sender : pierre@pl-arts.com and a name as alias "Arpille Pierre LARDE Gandi" That name is what is seeen by the reader in the "from" field. followed by the equiva...
Query each slow (Lucee 6.2.)
Query each slow (Lucee 6.2.)
Lucee Blog
I upgraded my local stack to lucee 6.2.2 / jdk 21 / tomcat 11. I have a small script, uploading a csv file (6 columns), parse each data field (e.g. validate) and then i collect the rows in an array. If the array length is 100, I create one "INSERT INTO" sql statement with 100 ...
Lucee 6.2.2.66-RC Final Final Release Candidate
Lucee 6.2.2.66-RC Final Final Release Candidate
Lucee Blog
Yeah, so alas, the last RC didn't end up being the last RC after all Security update for CVE with commons-fileupload Library updated Postgres JDBC to 42.7.7 (42.7.5 caused problems for many users)
Lucee 6 getOpenConnections method misses
Lucee 6 getOpenConnections method misses
Lucee Blog
Method getOpenConnections in Class DatasourceManagerImpl does not work in Lucee 6. With Lucee 5 works fine. Was this method deprecated on a version higher than 5? 1 post - 1 participant
Lambda parsing error in ternary expression
Lambda parsing error in ternary expression
Lucee Blog
This is for @Zackster - ran into a parsing issue this morning, seems that Lucee can't parse Lambda inside a ternary expression. Example: var operation = true ? () => "foo", : ...
Difference in handling of URL query params vs Adobe
Difference in handling of URL query params vs Adobe
Lucee Blog
Hi. We've ran into an edge-case in Lucee, caused by pentesters querying random URLs. If someone requests test.cfm?p=hello&p.ico, on Adobe that'd result in URL={"p"="hello","p.ico"=""}. Whereas on Lucee it results in URL={"p"={"ico":""},"p.ico"=""}. For more background ...
Difference in handling of URL query params w/ dots vs Adobe
Difference in handling of URL query params w/ dots vs Adobe
Lucee Blog
Hi. We've ran into an edge-case in Lucee, caused by pentesters querying random URLs. If someone requests test.cfm?p=hello&p.ico, on Adobe that'd result in URL={"p"="hello","p.ico"=""}. Whereas on Lucee it results in URL={"p"={"ico":""},"p.ico"=""}. For more background ...
Session Management / JWT
Session Management / JWT
Lucee Blog
I have a usual website and created a folder "api". You login and get a JWT Bearer-Token to access the (jsons-) endpoints A,B,C,... Nothing special so far. But for each request to the endpoints, there will be a new session created, as we only get the JWT Bearer Token and not th...
cgi.HTTP_REFERER is always http-nio-8888-exec-x
cgi.HTTP_REFERER is always http-nio-8888-exec-x
Lucee Blog
Hi, I'm trying to debug some application errors, but the cgi.referer is always listed as a http-nio-8888-exec-x (x= a number) I am not able to see the actual referring page. Anything I can do to get the actual referrer? Don't forget to tell us about your stack!...
Debugging in 6.2 corrupts returnformat=“JSON” and access=“remote” responses
Debugging in 6.2 corrupts returnformat=“JSON” and access=“remote” responses
Lucee Blog
Debugger (or monitoring) in this version is adding results to response of functions that have returnformat="JSON" and access="remote"; and that is breaking that return format JSON resulting in many errors. This makes debugger useless, as it can't be used (in comparison to the version...
Improved controller execution logging, log when a step takes longer than a threshold
Improved controller execution logging, log when a step takes longer than a threshold
Lucee Blog
Firstly, what's the controller thread? It's a background process in Lucee which cleans up temp files validates pooled jdbc and http connections expires sessions and applications polls the deploy directory and a range of other things
Improve Controller execution Logging
Improve Controller execution Logging
Lucee Blog
I've got tired of being asking about long running controller threads, so I've added in some additional logging https://luceeserver.atlassian.net/browse/LDEV-5670 ...
Odd error in Lucee 6.2 applicaton log, single mode
Odd error in Lucee 6.2 applicaton log, single mode
Lucee Blog
We're seeing "INFO","Controller","06/25/2025","20:07:07","controller","controller took 28481ms to execute successfully." every few hours in the combined application log. I'm fairly sure we don't have an application named "contr...
Lucee 6.2.1.122 docker container admin server.cfm extremely slow
Lucee 6.2.1.122 docker container admin server.cfm extremely slow
Lucee Blog
I'm using Docker in development, on a Mac (base image lucee/lucee:6.2-nginx). When I load the Lucee admin page, the browser is consistently taking over 20 seconds to load any request to /lucee/admin/server.cfm. This includes the main page, as well as any xhr reque...
Safe operators and exception handling
Safe operators and exception handling
Lucee Blog
I've run into an issue in Lucee 5-7 which differs from ACF and seems like a bug to me related to how safe operators are working. In the following code, I would expect the call to shouldThrowError() to return an exception, because throwError() will alw...
Lucee 7 and Coldbox
Lucee 7 and Coldbox
Lucee Blog
For anyone testing their Coldbox app on Lucee 7, you will likely encounter an invalid syntax, variables are not supported error on boot. This is due to this breaking change in Lu...
DB connections not released on Lucee 5.4.7.3
DB connections not released on Lucee 5.4.7.3
Lucee Blog
Hi there! We recently updated our dev environment to the latest version of Lucee. In this context, we've also updated the underlying JVM and Tomcat versions. Setup now: OS: Debian 6.1.0-22-amd64 Java Version: 21.0.7 (Eclipse ...
PostgreSQL DB connections not being released with 42.7.5 JDBC driver
PostgreSQL DB connections not being released with 42.7.5 JDBC driver
Lucee Blog
Hi there! We recently updated our dev environment to the latest version of Lucee. In this context, we've also updated the underlying JVM and Tomcat versions. Setup now: OS: Debian 6.1.0-22-amd64 Java Version: 21.0.7 (Eclipse ...
PostgreSQL DB connections not released on Lucee 5.4.7.3
PostgreSQL DB connections not released on Lucee 5.4.7.3
Lucee Blog
Hi there! We recently updated our dev environment to the latest version of Lucee. In this context, we've also updated the underlying JVM and Tomcat versions. Setup now: OS: Debian 6.1.0-22-amd64 Java Version: 21.0.7 (Eclipse ...
Heads up : overage for github copilot is currently not charged
Heads up : overage for github copilot is currently not charged
Lucee Blog
Just letting people know that currently copilot paid versions (which is cheap as chips) have FREE overage. I'm clocking $10 a day in overage fees (for thousands of requests) that I dont have to pay while it's in preview (not really preview IMHO, but anyway. In other words you ...
Heads up : overage for github copilot is (no longer) FREE
Heads up : overage for github copilot is (no longer) FREE
Lucee Blog
Just letting people know that currently copilot paid versions (which is cheap as chips) have FREE overage. I'm clocking $10 a day in overage fees (for thousands of requests) that I dont have to pay while it's in preview (not really preview IMHO, but anyway. In other words you ...
Heads up : overage for github copilot is currently FREE (and no limits to usage) - see my HOT TIP
Heads up : overage for github copilot is currently FREE (and no limits to usage) - see my HOT TIP
Lucee Blog
Just letting people know that currently copilot paid versions (which is cheap as chips) have FREE overage. I'm clocking $10 a day in overage fees (for thousands of requests) that I dont have to pay while it's in preview (not really preview IMHO, but anyway. In other words you ...
Event Gateway
Event Gateway
Lucee Blog
Hi I'm trying to get the Directory Watcher working I haven't changed any of the default CFC files yet as just wanted to get the basic thing working first. So far I have create a Gateway instance and it says it's running But If I make any changes to the watched folder I can't s...
fileRename() Function
fileRename() Function
Lucee Blog
Having a seniors moment, but was there ever a fileRename function? There is a directory rename function... do we just use fileMove then fileDelete? Chris Lucee 6.2/7 series... 1 post - 1 participant
fileRename() but directoryMove() Inconsitancy
fileRename() but directoryMove() Inconsitancy
Lucee Blog
Having a seniors moment, but was there ever a fileRename function? There is a directory rename function... do we just use fileMove then fileDelete? Chris Lucee 6.2/7 series... 4 posts - 2 participants
CFMAIL Error sending with ssl external smtp server
CFMAIL Error sending with ssl external smtp server
Lucee Blog
Hi, after some time I have noticed a problem. Since I updated to version 6.2.1.122 I have noticed a problem with cfmail. When I send via localhost everything works fine, while sending via external SMTP server gives me a SASL login authentication error The...
CFMAIL SASL login authentication error - 6.2.1.122
CFMAIL SASL login authentication error - 6.2.1.122
Lucee Blog
Hi, after some time I have noticed a problem. Since I updated to version 6.2.1.122 I have noticed a problem with cfmail. When I send via localhost everything works fine, while sending via external SMTP server gives me a SASL login authentication error The...
Lucee 5.4.8.2 Stable LTS Release
Lucee 5.4.8.2 Stable LTS Release
Lucee Blog
This is a minor LTS release, performance wise, it's really worth upgrading to Lucee 6.2 which will be our next LTS release.
Lucee 6.2.2.54-RC Final Release Candidate
Lucee 6.2.2.54-RC Final Release Candidate
Lucee Blog
Hey everyone, we just published the final release candidate for 6.2.2 This is a minor release, focussed on addressing bugs and improving stability.
Aws-cfml - anyone else?
Aws-cfml - anyone else?
Lucee Blog
Am I the only person using the awesome GitHub - jcberquist/aws-cfml: Lucee/ColdFusion library for interacting with AWS API's ? We've made a few improvements that seem like w...
Memory Leak Warning in the Logs
Memory Leak Warning in the Logs
Lucee Blog
I've been running into an issue with almost daily lucee restarts. This particular server stack: OS: Windows Server 2019 Standard Java Version: 21.0.6 (Eclipse Adoptium) 64bit Tomcat Version: Apache Tomcat/9.0.62
Base64 Enhancements Proposal
Base64 Enhancements Proposal
Lucee Blog
If this has been addressed, my apologies. I found a posting The State of Lucee - #9 by Igal that may or may not have moved forward. Having said that ... Encoding a string to base64 is a bree...
isDate Issue
isDate Issue
Lucee Blog
Updated everything on my site recently and started getting lots of errors around invalid dates. IsDate() does not seem to be working: <cfif isdate("09/31/1954")> true false This returns true but September only ...
Call chained components from mapping
Call chained components from mapping
Lucee Blog
Hi. I do have some hurry on this, so thanks for the help. I do have a website called website. In this site I call some cfc stored in other directory called componentesIA. From website I can call to this CFC by a mapping on the ser...
Duck DB
Duck DB
Lucee Blog
Hi all, we're looking into using Duck DB or Motherduck as a database for a large storage for static data, i.e. an logistics dashboard system showing logistical data on a map and such. Duck DB (or Motherduck) is very good at quickly serving static data. As such it needs a datasource c...
Scheduled tasks start and end times changing when using Europe/Helsinki timezone
Scheduled tasks start and end times changing when using Europe/Helsinki timezone
Lucee Blog
Am I going crazy, or are the Scheduled tasks completely broken on both the latest Lucee 6 release and Lucee 7 RC? At every server reboot, all or most scheduled tasks randomize their daily start time and end time so that the tasks won't be executed at all, or only for a few min...
Scheduled tasks randomizing times after server restart
Scheduled tasks randomizing times after server restart
Lucee Blog
Am I going crazy, or are the Scheduled tasks completely broken on both the latest Lucee 6 release and Lucee 7 RC? At every server reboot, all or most scheduled tasks randomize their daily start time and end time so that the tasks won't be executed at all, or only for a few min...
Session leakage discovered in Lucee 6.2.1.122
Session leakage discovered in Lucee 6.2.1.122
Lucee Blog
Hi, I recently upgraded my server to 6.2.1.122 and some very alarming things started happening. I am getting constant reports of users being logged in as one user, and then loading the next page of my application as they browse and are suddenly logged in as someone else.
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.
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...
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...
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...
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 ...
Single Mode Scheduled Tasks Naming
Single Mode Scheduled Tasks Naming
Lucee Blog
Just a note on something that caught us out when trying out the single mode in Lucee 6. We have multiple applications running on the same server using scheduled tasks that get applied programmatically. When switching to single mode, if those scheduled tasks use the same name a...
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 ...
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...
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.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...
[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...
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...
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...
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:
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...
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...
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:                                      
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...
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...
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
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 ...
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
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 ...
Creating a DOCX
Creating a DOCX
Lucee Blog
I am working on a POC where I need to create a DOCX from some plain text. I was wondering if anybody had any advice on how to do this with Lucee. It appears the CFDOCUMENT won't do it. ChatGPT recommended
Can't find /mvn directory with 6.2
Can't find /mvn directory with 6.2
Lucee Blog
...                                      
Cfquery rounding decimals
Cfquery rounding decimals
Lucee Blog
OS: Mac M3 Java Version: openjdk11 Tomcat Version: not sure using commandbox Lucee Version: 5.3.7.48 **Mysql 8.0.42 Hi all, I just noticed that my decimals are being rounded when using ...
Lucee Admin unreachable after updating to 6.2.1.122
Lucee Admin unreachable after updating to 6.2.1.122
Lucee Blog
Hello, after updating from 6.2.0.321 to 6.2.1.122 the Lucee Admin is not reachable anymore (the websites on this server still are!) with the following error: "ERROR","http-nio-8888-exec-1205","05/08/2025","20:09:59","","there is no Resource provider available with the name [zi...
Problem with multiple datasources
Problem with multiple datasources
Lucee Blog
Hello We have a problem with a query that use more than one datasource db1: internal datasource db2: internal datasource db3: external datasource (by ip address) single select and insert queries are working with all three databases this query works...
Errors installing extensions via LUCEE_EXTENSIONS
Errors installing extensions via LUCEE_EXTENSIONS
Lucee Blog
If you use LUCEE_EXTENSIONS without specifying a version, Lucee asks for the latest version available. Since 7 introduces some changes which mean the latest versions of the extensions won't work with 5 or 6, this can lead to some annoying failures. I rolled...



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