Fresh install on Win11 Pro loads Admin but not site pages
I have a brand new Windows 11 Pro PC, which is running IIS 10.0.26100.1. I can successfully access http://localhost/iisstart.htm. After installing Lucee I can access...
View ArticleCFHTTP not working with multipart form data
I’m testing migrating an application from ACF to Lucee. I’m using Lucee inside of a Docker container. I’ve tested with these two versions:...
View ArticleWeb site attack vulnerability?
Like most web sites, mine is often hit with attacks probing for vulnerabilities. Normally these result in 404 errors. Recently I have had some try and load /CFIDE/adminapi/base.cfc There is no such...
View ArticleIssues with 6.2.1.118-RC admin mode switching
Just switched to 118RC to get around the 6.2.0.321 installer issue https://dev.lucee.org/t/no-webcontext-created-by-6-2-on-debian/15018 on Debian12 and have run into a new thing. When switching from...
View ArticleUse Cases for AI Support?
I’m curious why integrating AI functions directly into Lucee will be beneficial. What’s the big picture and/or roadmap. For context, Lucee 7 introduces some AI functions. AI / LLM Integration :: Lucee...
View ArticleDave's Garage - Drag Race
I noticed cfml was missing from drag race so created a cfml version. CFML by Willeye-uk · Pull Request #996 · PlummersSoftwareLLC/Primes · GitHub if anyone has any suggestions for improvements please...
View Article/lucee/form.cfm error in console (single-mode)
Am running Lucee 6.2.0.321 with single mode, then at lucee\tomcat\webapps\ROOT\WEB-INF\lucee is empty. getting 404 for http://domain.com/lucee/formtag-form.cfm Not able to proceed with cfform tags,...
View ArticleFull Lucee Docs for VSCode cfmleditor
Lucee docs now automatically publishes out a cfdocs json schema of all tags and functions. https://docs.lucee.org/lucee-docs-json.zip https://luceeserver.atlassian.net/browse/LDEV-5520 Why is does...
View ArticleCopied .CFConfig.json is being overwritten - Lucee 6
I’m using Packer to build a Docker container and I’m having an issue copying my .CFConfig.json settings over to /{lucee6}/tomcat/lucee-server/context/ folder. I can verify that the file is being...
View ArticleNovice user - How to connect Lucee to IIS
Don’t forget to tell us about your stack! OS: Windows 2016 Standard Java Version: 21.0.6 (Eclipse Adoptium) 64bit Tomcat Version: Apache Tomcat/10.1.36 Lucee Version: Lucee 6.2.0.321 OK got Lucee...
View ArticleCode block rendering fixed on Lucee docs
Some of the code blocks on Lucee docs weren’t rendering properly Both unsupported types and the markdown parser messing up the html was https://luceeserver.atlassian.net/browse/LD-168 Using the lovely...
View ArticleLucee won't start after Windows Update
I installed an update on my Win 10 laptop last night, and it blue screened (it’s happened before). After a reboot all seemed well, until I tried a CFM page. It won’t load any pages, nor will the...
View ArticleLucee 6.2.1.122 Stable Released
Following up on our 6.2.0 Release, the Lucee team just released our follow up release, mostly addressing some regressions, plus a few new features Change log...
View Articlemultipart/form-data with charset=UTF-8 causes file upload to fail in Lucee...
OS: Windows Server 2022 Java Version: OpenJDK 21 Tomcat Version : 11.0.6 Lucee Version : 7.0.0.202 Hello everyone, I’m encountering an issue with multipart/form-data encoding in Lucee 7.0.0.202....
View ArticlePoll: should errors on Lucee start up / deployment be fatal?
@micstriit and I are debating on whether errors during start up / deployment should be fatal. Often these errors are just logged out, either to deploy.log or err.log. Fatal means error out with an...
View ArticleImproving AI code for LLM trainng for quality coding
Just a note to keep feeding quality sources to AI engines to improve code suggestions as a lot of cfml code suggestions atm are coming from (from what i can see) node, java, and other similar...
View ArticleAI Code Generation In Vscode / AI
Do people have sets of code generation instructions for AI that they use: I’ve been using claude 3.7 sonnet thinking quite successfully after setting up definitions for framworks etc. Of course I’m...
View ArticleLucee 7 is still in Beta, please ignore the accidental 7.0.0.202 release
I accidently published a stable build of 7, it has been hidden from Downloads, the update provider, Changelog and Forgebox / Commandbox and no announcement here. please ignore it. 7 is very much still...
View ArticleLucee Extensions and 'updates available'
Just wondering if someone can look at the versioning system for extensions. I’m getting update notiifcations in the admin for extensions that are minimum v7.0 when I have 6… (I’d use 7 if all my dev...
View ArticleIssues upgrading to 7 from 6
What are the upgrade issues above that require a clean install. On win11 having issues upgradeing from 6 to 7, and occasionally have same issue in 6 versions for upgrading and had to uninstall and...
View ArticleDeploying to Docker - .CFConfig and .jar files?
I’m having difficulty copying my .CFConfig.json and required .jar files over to an official Lucee docker image (lucee/lucee:6.2.1.122-nginx) so they can be used in Lucee for my application. Copying...
View ArticleQuery Listener priority - datasource not found
We have a multi-tenant app where each tenant is a separate database. We’re trying to containerize our app and while we can load the known datasources on server startup, we need a way to add...
View ArticleOut of the ODIN-ary
I’ve been playing with ODIN, a (relatively) new C-like language designed for building games. It’s a statically typed compiled language with absolutely nothing in common with Lucee other than the most...
View ArticleMyth busting Boxlang benchmark claim
The Boxlang team posted this graphic today claiming BoxLang was the fastest You’ll note they are comparing against Lucee 5 which struck me as a little bit odd, apparently there are compatibility...
View ArticleCFChart - allow "javascript:" in the url attribute
Would it be possible to get the url attribute enhanced to match the flexibility in ACF? In ACF, you can call a javascript function from the url attribute in lieu of a strict http/https location. As a...
View ArticleRedis Extension requires the S3 extension but shouldn't
When installing the Redis extension using the LUCEE_EXTENSIONS env variable, it fails to install Redis if we don’t also include the S3 extension (2.0.2.19). The other extensions install fine, just the...
View ArticlePathInfoParserFilter - A Tomcat 11+ filter for "path info" style URIs with Lucee
I’ve release a new lightweight filter for Jakarta-based versions of Tomcat to support “path info” type URIs in your CFML-based application: github.com GitHub - dswitzer/PathInfoParserFilter: A filter...
View ArticleLucee's createDynamicProxy() requiring "Webservice Engine"
I’ve had a weird issue when testing Lucee 6.2.1.122 with functionality that uses the createDynamicProxy() function. I cannot recreate the problem consistently. Sometimes after a fresh install of Lucee...
View ArticleIIS Boncode working but receiving 403 error from tomcat
I used the windows installer and setup a new instance and configured it with boncode ajp. I am getting 403 errors from tomcat but only when the request goes through IIS. I set full permission for...
View ArticleError when upgrading from Lucee 6.0.3.1 to 6.1.1.118
Upgraded from Lucee Version: 6.0.3.1 to 6.1.1.118 (Java: 11.0.27, Tomcat: 9.0.99, IIS 10) and received the error below. My websites still work Ok but I cannot access the Lucee Admin as I get the same...
View Article