Building Lucee 6
I am following the instructions here docs.lucee.org Building Lucee 5 & 6 from source :: Lucee Documentation Table of contents Building Lucee 5 and 6 from source 1. Before you get started 2. Get...
View ArticleGenerateArgon2Hash
When I attempt to upgrade from 6.0.3.1 to 6.1.0.243 my application dies on No matching function [ARGON2CHECKHASH] found Help?! Don’t forget to tell us about your stack! OS: Ubuntu 22.04.5 Java...
View ArticleDate created by javascript is no longer valid
A date created by javascript new Date(); is no longer a valid date per lucee. isdate(‘Wed Sep 18 2024 09:20:47 GMT-0700 (Pacific Daylight Time)’) = false |Version |Lucee 6.1.0.243| |Version Name...
View ArticleOSGI bundle download failing
Hello, we currently had an issue with the Contentbox installer and a failing installation of Microsoft ODBC driver. The reason was it requested a specific driver version which should be available but...
View ArticlePostgreSQL JDBC-Driver - Writing empty TIMESTAMP
Environment: OS: Windows 10 Pro Java Version 11.0.6 (64 bit) Apache Tomcat: 9.0.34 Lucee Version 6.1.0.243 PostgreSQL JDBC Driver: 42.7.3 In the past it was possible to erase a TIMESTAMP field in a...
View ArticleThe State of Lucee
Hi Lucee team, First, I am a huge fan and love what you do. For me, Lucee is a productivity tool that helps me build apps quickly. Despite what features might be available on CF, and now BoxLang,...
View ArticleTomcat regression bug in Lucee Express 6.1.0.243: Tomcat 8 in use
There apparently has been an oversight in Lucee Express 6.1.0.243: Apache Tomcat 8.0.36 is being used. To see it, run the following code: <cfscript> writedump(server.servlet.name);...
View ArticleImage file uploads suddenly became corrupt
i’ve looked around. i changed umask to 0022. so apologies if this feels repetitive. according to my git logs i successfully pushed code July 30 2024 which allowed me to create directories and upload...
View ArticleLucee on Jetty 12
I run Lucee on Jetty 10. I have been running Lucee on Jetty for years. Now Jetty 12 is out and it seems things have changed. My normal configuration doesn’t seem to work any longer. Has anyone managed...
View ArticleSite not loading with localhost with too many redirects
After windows install on IIS - hosting the first page localhost:8888 - works localhost - doesn’t work 127.0.0.1 - works Attached the screenshot. Edge Browser Don’t forget to tell us about your stack!...
View ArticleNot working with virtual directories in IIS
I have the source code in a virtual directory in IIS. Lucee latest version installed on windows IIS gives error attached Don’t forget to tell us about your stack! OS: ??? Java Version: ??? Tomcat...
View ArticleTomcat 9 Upgrade Issues
We’ve been running our instance of Lucee on a 64-bit Windows 2022 server for quite a while now without any major hiccups. However, if we upgrade Tomcat from 9.0.85 to 9.0.95, our web app appears to...
View ArticleSystem-impairing bug on Lucee S3 extension with third-party S3 providers
Hi, We discovered a big (but very easy-to-fix) bug with the standard S3 extension for Lucee. The bottom line is that the extension assumes that the bucket name for all S3-compatible providers follow...
View ArticleGerman special chars (äüöß) will be replaced by "?"
Hi, after updating Lucee from version 6.0.1.83/6.0.2.45 to 6.1.0.243 we get the following error: German special characters (äüöÄÜÖß) are replaced by “?” on form submit. Same for url-parameters. Is...
View ArticleonSessionStart called with every HTTPS API call in Lucee 6.0.3.1 RESTful
Details: Issue: onSessionStart is being called with every API call Session ID is renewed each time Lucee version: 6.0.3.1 Application type: RESTful Client-side: Angular application Web server: IIS...
View ArticleLucee 6.1.1 (6.1.1.100-RC) Release Candidate
There is a new Lucee 6.1.1.100-RC release candidate available for testing. Give it a try and share your feedback with us. What’s New? This release focuses mainly on bug fixes, along with a few useful...
View ArticleAllocated Memory for Request much higher than Used Memory
Trying to reduce the memory usage of an app. I’m using FusionReactor to look at Requests by Memory. The top request in the report appears to have an extraordinarily high amount of Allocated Memory,...
View ArticleSwiss QR Invoice
Hello everyone, Who has already generated a Swiss QR- invoice with Lucee? Which components/libraries or services have you used? I am of course looking for something that is free of charge. It is for a...
View ArticleAllow user configured XML transformerFactory
If XMLUtil is changed from github.com LoneBuffalo/Lucee/blob/6.1.0.1/core/src/main/java/lucee/runtime/text/xml/XMLUtil.java#L250 } return transformerFactoryResource; } private static...
View ArticleLucee Docker Launcher (Announce)
Hi lovely Lucee peeps! Been a while in which I shared some of the things I do with lucee, so I thought I would share a simple script I use to launch lucee from whichever folder I am in. I got tired of...
View Article