Lucee 6 createObject() returns instance from another project
Hey everybody, I’m running into a strange problem on our first Lucee 6 instance. We’re running 2 projects there, “api-live” and “api-stage” which are basically the same project, but different git...
View ArticleDemo: JSON pretty printing with Lucee 6.2
I’m working on updating cfdocs.org with all the newer and missing Lucee tags and functions, by producing json files for each one, as part of the Lucee docs build....
View ArticleNo Webcontext created by 6.2 on Debian
Preface to say I am a long time Lucee user on Windows and have enough linux experience to get myself in trouble (which may be the case here…it’s been a while) I’ve set up some debian VMs on proxmox...
View ArticleGmail oauth2
Google stopped supporting less secure apps for gmail. I haven’t used java in Lucee before and I have no idea how to implement oauth2. I can’t find information on how to do this. Can someone point me...
View ArticleUpgrade from 6.2 to 7 fails
I have tried to upgrade from 6.2 to 7.0.0.201 and 7.0.0.202 on multiple VMs and constantly get a 500 error on startup: java.lang.NoClassDefFoundError: lucee/runtime/util/AI...
View ArticleFresh 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 Article