"invalid syntax, variables are not supported" error when adding mail server...
When adding a new SMTP server in Lucee Admin (doesn’t seem to matter the name of the server or what username/password is entered) I’m getting an “invalid syntax, variables are not supported” error...
View ArticleLucee Datasource Connection Pool Threads Locking
We have an application that runs about 2000 websites on a handful of VMs run by Lucee. We’ve seen a number of times now where one domain will effectively “lock up” on a lucee VM. Once the VM gets...
View ArticlePossible Bug: QoQ aggregate issue when using WHERE and ORDER BY
Tested on TryCF Lucee 5.LATEST and 6 BETA (unexpected behavior) Local Lucee 6.0.3.1 (unexpected behavior) TryCF ACF 2023 (working) I ran into an issue today where I added an ORDER BY to a QoQ I was...
View ArticleMy Application become unresponsive after a while
Hi, My application working well on kubernetes but after a while 2-3 minute server become unresponsive. I checked my application’s trace logs and found that there are many thread in waits status. There...
View ArticleLucee Admin Version mismatch
I’ve installed Lucee 6.0.0.585 a few months ago on a Windows Server with the windows installer - all fine so far. Now, I’ve downloaded the lucee-6.1.0.243.jar file and placed it into c:\lucee\lib...
View Article503 Service Unavailable Request Errors
Hello there, I installed and tested Lucee on an Almalinux VPS back in January, and migrated my customer websites over to this new production server. Everything was working great until last week. The...
View ArticleFunction Takes More Than 4 Minutes To Return JSON
I have an unbelievably odd bug. I have a function that returns a long JSON string for an HTML page editor. A few pages are displaying an issue where the JSON string is generated fine, but it takes...
View ArticleServer.xml & web.xml config: Web Admin broken mapping?
Desperately need help in finalizing Lucee config While public websites do work now on ports 443 & 80 and I can log into the Lucee Server Admin console [...
View ArticleLucee Issue with AWS S3 Bucket - Errors Reading and Writing
Environment: Lucee version: 5.4.1.8 Servlet Container: Apache Tomcat/9.0.35 Java: 11.0.12 (Eclipse Foundation) 64bit OS: Windows Server 2012 R2 (6.3) 64bit Problem: We have been experiencing...
View ArticleQOQ distinct with Datetime column
After an upgrade to Lucee 6, we get a strange result if we are using a QOQ with a distinct to a datetime field. I been able to reproduce it with that code var rsData = queryNew(...
View ArticleLucee 6.1.0.243
Created a server to test against Lucee 6.1.0.243 On the application we use cfpoi to create spreadsheets. On most of the files the line: <cfset SpreadsheetAddRows(sObj, Evaluate(“#qryName#”))>...
View ArticleAWS SDK issue with Lucee 6.1.0.243
We upgraded one of our servers from 6.0.3.1 to 6.1.0.243. It’s an upload server which connects to AWS S3 with the AWS SDK. All uploads throw this error message: java.lang.NoSuchMethodError:...
View ArticleError after Merge and Switch on Lucee 6.1.0.243
Please Help! I upgraded from Lucee 5 to Lucee 6 (6.1.0.243) and it went fine. I then did a “Merge and Switch” and it said to wait, but it never finished. After an hour waiting, I tried to hit the...
View ArticlePDF extension - most accurate results
From what I read the options we have as of Lucee 6.2 (Tomcat 9 + Java 21) are: default Lucee extension built on FlyingSaucerPDF? - sadly, fails to render CSS properly, also some background images,...
View ArticleInvalid component definition, can't find component [storedproc]
I’m new to Lucee and I’m trying to convert an existing ACF project. Is it possible to call a stored procedure from script? I can’t find any examples of scripting in Lucee? Example Code: public query...
View ArticleIssue with using queryFilter inside cfloop/loop
I’m looping over a query and inside the loop I want to filter that same query, while the filtering works, it seems to overwrite/skip the initial currentrow? I tried different ways of doing the same...
View Article6.1.0.243 - startup error: "annotations" / "Invalid byte tag in constant...
Hey guys, I’ve been using a Lucee 5.x Express setup for a long time. I downloaded the new 6.1.0.243 Express and copied over my “jre” subdirectory from my existing Lucee 5 Express directory into the...
View Article6.1.0.243 - cfloop "step" incrementing isn't done with BigDecimal
Fun bug I found. On this page (click to view it): Bug : Number, multiplication and .99999999999 …user TonyMonast gives a code sample involving CFLOOP. Having just downloaded Lucee 6, I was eager to...
View ArticleApplication Scopes and CFCs
Should components be initialized in the application? If so where? Is there a common factor on when and where a cfc should be initialized? 3 posts - 2 participants Read full topic
View Article6.1.0.243 - Java issues - Closure Compiler
We’re trying to move from Lucee 5 to 6 and while testing the code I came across an issue with Closure Compiler. The same code works fine on Lucee 5, but on Lucee 6 I’m getting (intermittently)...
View Article