Lucee Sandbox Security
There is plenty of reasonable advice everywhere to run Lucee as non-root, and it’s easy enough limiting write permissions to non-webroot folders, but for a linux server with multiple users, I have not...
View ArticleMariaDB on Lucee 6
OS: CentOS 7 Minimal Web Server: Tomcat v9.0.85 with Java 11. App: Lucee 6.0.0.585 DB: MariaDB 11.2.2 I recently deployed the .war for 6.0.0.585 and installed it into my app. I basically moved my old...
View ArticleCannot build instance of java.net.http.HttpClient
I’m trying to create an instance of Java 11’s HttpClient. When I execute the following code: httpClient = createObject("java", "java.net.http.HttpClient").newBuilder() .build() ; I get the following...
View ArticleCommandbox cfconfig import with env substitution?
I need help with Commandbox cfconfig command…apologies if this is the wrong forum… I’m working on containerizing our lucee app, but running into problems with dynamic configuration. I’m using the...
View ArticleQuestion about the use of connectors for multiple sites in IIS
I would like to raise a question about the use of connectors in Lucee. In my ACF environment, I use Windows, ACF, and IIS. I have configured each site with an individual connector, added through the...
View ArticleLearning how to setup a Lucee server with a hosting provider in 2024
What’s the best place for a beginner to start if they want to learn to host their own Lucee server at a low cost U.S. based hosting provider? This is strictly for learning purposes. I assume I want a...
View ArticleLaunching Lucee in new MacOS install
Don’t forget to tell us about your stack! macOS Big Sur 11.7.10: Java Version: ??? Tomcat Version: 8.5.98 Lucee Version:6.0.0.585 I have Lucee running successfully on my Windows 10 desktop and I’m now...
View ArticleLucee 6.0.0.585 NullPointerException (http-nio-8888-exec-1)
After having problems with the previous server, I had to deploy a new server and deploy the application on the new one. On the previous server we never had problems with this part of the application...
View ArticleLucee-server.xml in Lucee 6.0
Hi I have come across an issue while install ing the latest Lucee version. To avoid having to set up over 100 datasources manually I was just intending on copzing the lucee-server.xml...
View ArticleLucee Site Stops Loading ColdFusion Pages - After A Few Weeks
My Lucee website stops loading any ColdFusion pages after 4 weeks or so of running. I need to reboot the server in order to get things running again. Server Setup This is a low volume website that...
View ArticleSetting Heap Size (Linux Server)
I could not find this in the Lucee documentation, so I wanted to check how to properly set the heap size on a Linux server (Ubuntu in my case). Is this the proper procedure: 1. Create setenv.sh file...
View ArticleHashed extension names in lucee-server.xml
in $CATALINA_BASE/./lucee-server/context/logs/application.log I’m seeing: lucee.runtime.exp.ApplicationException: Extension [np1jqhzs0gir.lex] was not found grep shows...
View ArticleThere is too much code inside the template
Hi, Another developer I know created an old-fashioned form with many fields on the screen. In the cfml source code, it makes a lot of loops to generate the fields with their default value, a lot of...
View ArticleAdd "base64url" as an encoding option for binaryEncode()
Right now, binaryEncode() and binaryDecode() support hex and base64 encodings. But, over the years, base64url has emerged as a common practice because it’s compact, like base64, but also removes...
View ArticleNew IIS site - Tomcat Mod_CFML error
OS: Windows Server 2016 / IIS 10 Lucee Version: 6.0.0.585 Hi, on a server running several IIS websites I added a new website. When trying to browse to a .cfm file on this site, I keep getting this...
View ArticleCfinvoke and returnvariable
Don’t forget to tell us about your stack! OS: Windows 10 Java Version: 8 update 391 Tomcat Version: 9 Lucee Version: 6.0.0.585 My app was working fine until I moved from 5.3.7.047 to 6.0.0.585 and...
View ArticleStatus Code: 404 Not Found, but pages load fine
All of my CF pages run fine, but when i look in the network tab from my console, i am seeing Status Code: 404 Not Found for the Coldfusion pages that appear to run and display just fine. Related, i do...
View ArticleLucee 6.0 - Docker - Mongo - Component has no function with name [size]
I’ve been working with this docker container FROM lucee/lucee:6.0.0.524-SNAPSHOT-light-nginx-tomcat9.0-jdk11-temurin-jammy including this Mongo driver in the cfconfig.json { "id":...
View ArticleLucee cfcclasses explanation
I have a running website and inside WEB-INF > lucee there is a folder called cfcclasses . In it, I got something like this: What for is this? How is it generated and is it required? As you can see...
View ArticleBlank first line problem in responses
The first line in the responses to cfml and cfc requests is empty. What is the reason for this? OS: linux ubuntu Java Version: 11.0.18 Tomcat Version: Apache/2.4.52 (Ubuntu) - Tomcat/9.0.71 Lucee...
View Article