How do I use a local SSL cert on Windows with Lucee?
I finally had it with Chrome not allowing me to run a non-https site for local development, so I’m trying to configure Lucee 5.x on Windows 11 to serve local.mydomain.com:8888 using https. I created...
View ArticleOccasional Page /lucee/lucee/templates/error/error.cfm not found
Hi, We seem to be getting an yellow error screen very occasionally: Page /lucee/lucee/templates/error/error.cfm [#webroot#/WEB-INF/lucee/context/lucee/templates/error/error.cfm] not found Extremly odd...
View Article4000 Character Limit For Contents of cfquery?
I have a massive trigger (9800 characters) that I need to update on approximately 3000 SQL server databases. I can’t update it via dynamic SQL because it’s over their 4000 character limit for dynamic...
View ArticleEC2 Extension? What does it do?
I just noticed there’s an Amazon EC2 extension available. I can’t find any documentation about it. What does it do? What’s it for? TIA 4 posts - 2 participants Read full topic
View ArticleUnable to Upgrade Beyond 6.0.1.64
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleGenerate LAR file from commandline?
Wanting to try out deploying with a LAR file, but want to do it via a command line, I’ve used commandbox for some things in the past, but wasn’t able to find a command to compile the code in an...
View ArticleREST API can't find datasurce "attribute [datasource] is required when...
"attribute [datasource] is required when attribute [dbtype] is not [query] and no default datasource is defined" lucee function onApplicationStart() { restInitApplication( dirPath=ExpandPath( "." ),...
View ArticleIssue with lists in function arguments
I’m passing a comma separated list as a string into a function, e.g. “testString” set to “element1,element2” Inside the function listLen(arguments.testString) correctly gives me 2 but...
View ArticleLucee Migration
I’ve run many flavors of ColdFusion over the years, and recently installed Lucee for the first time. A very smooth install, no real issues that I couldn’t navigate. I’ve been migrating a few websites...
View ArticleDoes Lucee 6 play nice with Lucee 5.3.9?
I want to upgrade to Lucee 6, but reading through the notes i can see several changes in version 6 that might (or might not) hiccup with my existing code. So in an abundance of caution I thought i...
View ArticleRunning ACF and Lucee on same dev computer
Windows Server 2022 Java 11.0.21 Tomcat Version 9.0 Lucee 6.0.0.585 MS SQL 2022 Back in Aug 2023 I tested Lucee and unfortunately ran into trouble, I could not get one of my sites to work as it was...
View ArticleLucee 6.0.0.585 - 4 second time to load CFM pages
Windows Server 2022 IIS 10 Java 11.0.21 Tomcat Version 9.0 Lucee 6.0.0.585 MS SQL 2022 As I just posted ( Running ACF and Lucee on same dev computer ) I back to look at a switch from ACF to Lucee. My...
View ArticleLog file location?
Windows Server 2022/IIS10 Java 11.0.21 Tomcat Version 9.0 Lucee 6.0.0.585 MS SQL 2022 Being new to Lucee, please excuse the amount of posts I might make while I get up to speed, and thanks in advance...
View ArticleFeb 2024 Published Lucee Vulnerabilities
With the recently published Lucee vulnerabilities (HoyaHaxa: A Security Research Blog: Thinking Defensively about Three Recent Lucee Vulnerabilities), I see that the RCE issue with isDefined(),...
View ArticleSafe navigation stack map error
Today I went to change some code from a series of structKeyExists() calls to using safe navigation, for example: structKeyExists( response, 'data' ) && structKeyExists( response.data 'status'...
View ArticleLucee container returning 404 when trying to use path_info not at the root
Hello, I’m trying to get the path_info from an Application that isn’t being served at the Lucee root. I’m able to get path_info data at the root for example: However, when I go to a subdirectory I’m...
View ArticleMaintaining TomCat with Lucee
hello, Although upgrading Lucee frequently, I’m concerned about making a change/upgrade to Java/tomcat… Is there a recommendation and general approach to updating these as to not break Lucee? 1 post -...
View ArticleWhat are major changes in lucee 5.3.9.133 compared to 5.3.1.91
We are facing log4j vulnerability in lucee 5.3.1.91. Tried to do exclusion through pom but its not working. If you could help on how we can remove log4j 1.2.17. else we are trying to upgrade to...
View ArticleWhat is the intended use for rynAsync()
Edited-this is a bug or choice in lucee. See Bens’s comparison to ACF I’m trying to implement the PUT/GET patterns for long-running processes and Futures seemed like the perfect solution. But after...
View Article