Deploy Commandbox Lucee Dev to Production - tutorials/instructions
Hi, I have to rebuild the base OS of my AWS server on which Lucee is running. I am not clear on whether I can build my Lucee server as a local DEV using something like Command Box (OS X) then...
View ArticlegetExternalData() Connection Failure for SSL (sometimes)
Got an updated server from 5.3.9 to 6.0.0.585 . All seems to work except for in CFadmin I can’t connect to the Lucee update server when in update or Applications section of CFadmin - Connection...
View ArticleAdding mail server throung web.cfm fails
Hello everyone, Today I’ve had an experience adding a mail server connection through web.cfm. We have different smtp providers set up for 3 individual sites which all reside on the same server (one...
View ArticleError on Install for install_mod_proxy.sh AWS linux 2023
Hi, I’m setting up a new install of Lucee following the installer instructions using 5.4.5.23 as the Jar version. All working until it gets to the apache part: Error running...
View ArticleAdmin update after LimitEvaluation
I feel like I’m missing something obvious. I’ve updated to 5.4.5.23 via the /lucee/admin/server.cfm upgrade web page. I then set the environment variable LUCEE_SECURITY_LIMITEVALUATION. However, the...
View ArticleQuestion about Adobe ColdFusion Specialist certification and Lucee
I only work with Lucee, but I wanted to get the certification for Adobe ColdFusion specialist (hope I can ask a question about that here, since it has to do with Lucee as well). We are gonna do that...
View ArticleAWS Linux 2023 incomplete Lucee Install Apache/Tomcat/Lucee
Trying again as I’ve hit a cul-de-sac with any further information. Installing a fresh Lucee 5.4.5.23 on an AWS Linux 2024 box. I have installed apache, ran the Lucee installer and got tto the point...
View ArticleCorruption and ghosts from scheduled tasks
I have been hitting very serious issues with scheduled tasks and the cfschedule function. When my app starts, I clear out all tasks, then re-register them in onRequestEnd in cfthreads that call...
View ArticleLucee 6.0.x.x Canonicalize Exception
I run all form data through Lucee Canonicalize function using a component static function: public static string function canonical(required string data) { return canonicalize(data, false, false); }...
View ArticleAttempting to Update Lucee from 5.4.3.2 or 5.4.5.23 to 6.0.1.83 results in error
OS: Windows 11 Java Version: AdoptOpenJDK 11.0.4 Tomcat Version: 9.0.14 Lucee Version: lucee-5.4.5.23 Web Server: IIS I’m attempting to update my dev machine from Lucee 5.4.3.2 to 6.0.1.83. My initial...
View ArticleInstallation of axis 1 extension in lucee latest 6 version
Don’t forget to tell us about your stack! OS: ??? Java Version: ??? Tomcat Version: ??? Lucee Version: ??? I am new to lucee. I have installed latest lucee version 6 which is available on download...
View ArticleCgi.auth_user in 6.0.1.83
cgi.auth_user is empty when using 6.0.1.83. We have lucee behind IIS using CommandBox/BonCode. It used to work in 6.0.1.0. Any others experiencing the same issue? 3 posts - 2 participants Read full...
View ArticleLucee update 6.0.2.3-Snapshot to 6.1.0.xx didn't work
The update to Lucee 6.1.0.xx-Shapshot didn’t work. OS: Windows 11 (10.0) 64bit Java Version: 17.0.10 (OpenLogic) 64bit Tomcat Version: Apache Tomcat/9.0.71 Lucee Version: 6.0.2.3-SNAPSHOT In each...
View ArticleAmazonBot URL-munging broke Val(Url.id) [SOLVED]
AmazonBot has been inexplicably munging various URL parameters. Hypothetical example: https://www.example.com/index.cfm?id=123&foo=xyz Becomes: https://www.example.com/test.cfm?id=...xyz So if you...
View ArticleHTTP Status 403 – Forbidden - The server understood the request but refuses...
I am trying to use Apache as proxy server to send request to Lucee-tomcat but I am getting the error HTTP Status 403 – Forbidden - The server understood the request but refuses to authorize it. I have...
View ArticleSecret Store
There was talk of having a secret store in lucee in pre-6.x - just wondering what came of that and if there is any current recommendations for vendor-neutral solutions. I did find this java one that...
View ArticleWeb pages not being processed, but admin pages work
Hello to everyone, I am new to Lucee, so please forgive my lack of understanding. I have recently inherited a Lucee server that may not have been completed in it’s installation. I can run the Admin...
View ArticleSQL Precision issue with Lucee 5.4.5.23
We’re in the process of testing Lucee 5.4.5.23 and I’m seeing a change in behavior, which looks like a bug to me. If you run the following code against the MSSQL JDBC driver in Lucee 5.4.5.23 you get...
View ArticleUpdating 6.0.0.585 to 6.0.1.83 errors on missing Application.cfc
I tried updating to 6.0.1.83 via the Server Admin page. I am running Lucee 6 as a combined Server. I do have two context running on this box. This is a development box so not a major issue on the...
View ArticleColdfusion 2021/23 Scope Variable Changes
Hi As of release 13 of ColdFusion hotfixes for 2021 and 2023, coldFusion will default to searchimplicitscopes=False. The plan AFAIK is to ditch this switch in the future. This can be overcome in the...
View Article