Bug in NumberFormat() in 12th decimal place when using BigDecimals (and...
Hi guys! I just found and verified a very hard-to-notice bug with the NumberFormat() function when used on BigDecimal values with a lot of digits after the decimal (12 or more). Lucee’s implementation...
View ArticleWebsockets with IIS 8.5 on Windows Server
Has anyone here gotten Lucee 6 Websockets working on IIS 8.5 on a Windows Server 2022? I have enabled WebSockets on Windows Server and on IIS, and also installed the latest 2.0.3 version of the...
View ArticleQuestion about cfthread, cffunction and threadsafety
Hi guys. I tried finding the answer to the following question myself, but I couldn’t find a clear, definitive answer. If I define a cffunction and its code only uses the arguments passed into it...
View Articlelucee.runtime.spooler.SpoolerEngineImpl EOFException
I think it’s been a couple years since the forum hosted an issue like this one. After upgrading to 6.1.0.243 we’re getting these in our application logs:...
View ArticleCache: max items in cache
I all I am looking for a way to motifcate the maximum number of objects in the Lucee cache. I came across this message on cfdocs: cacheSetProperties: DEPRECATED since version 4.5 This function is not...
View ArticleDataSource Script in Lucee Admin
Using Lucee 6.1.0.243 After configuring a PostgreSQL Datasource - the admin has the following code - that you’re supposed to be able to use in Application.cfc to configure a datasource...
View ArticleBigDecimal - 16 decimal places when in numeric variable, 34 places when a...
Here’s some more fun with BigDecimal. Use Lucee 6 and turn on “Precise Math” in the admin before running this: <cfdump eval="1/3"> <!--- string; this never goes into a numeric var --->...
View ArticleCfcontent() returns unparseable JSON
I have a very simple script that creates a struct, turns it into JSON using serializeJSON() and returns the result using cfcontent. The problem is that when I use cfcontent() the resulting JSON is...
View Article"Endorsed" statup error in Lucee 6.1.1.118 Express
Hi, I just downloaded the “Express” 6.1.1.118 and startup.sh errors out with these messages I’ve never seen in prior versions: -Djava.endorsed.dirs=/the_path_I_am_using/lucee/endorsed is not...
View Article6.2.0.164-RC - REST Endpoint creation fails
OS: Ubuntu/Docker official Lucee Release Lucee Version: 6.2.0.164-RC When deploying an app via the official Lucee Docker container, the REST endpoints occasionally fail on a fresh deployment. Code:...
View ArticleLucee 6 - Resource Appender stops writing to application.log
OS: Windows Server 2022 (10.0) 64bit Java Version: 11.0.24 (Eclipse Adoptium) 64bit Tomcat Version: Apache Tomcat/9.0.96 Lucee Version: 6.1.0.243 We are currently in the process of upgrading from...
View ArticleVersion 6.1.1.118
I installed version 6.1.1.118 in our testing environment, and in less than 4 days, the server experienced a processing spike to the point of stopping altogether. The only way to resolve it is by...
View ArticleRelating java threads to lucee apps
Hi All, This is a general question. Has anybody found a way of relating java threads on a server to specific Lucee apps. We have many lucee apps and are looking for ways of identifying the app that...
View ArticleNew recipes for Logging and Single vs. Multi Mode
github.com lucee/lucee-docs/blob/master/docs/recipes/logging.md <!-- { "title": "Logging", "id": "logging", "description": "", "keywords": [ "Logging", "Log levels", "Lucee" ] } --> # Logging in...
View ArticleonRequestStart return false?
Hi Everyone, We have two instances, separated geographically. The code on one instance is NOT identical to the other. They have morphed into bespoke versions of the same application. We have an issue...
View ArticleHibernate logging
Hi @micstriit, is there any chance that this gets addressed? https://luceeserver.atlassian.net/browse/LDEV-1306 The missing logging makes it painful to debug any ORM application. Thanks 1 post - 1...
View ArticleError in 6.2.0.166-RC
There seems to be a breaking change between 6.1 and 6.2.0.166-RC that is affecting cfinvoke… <cfinvoke webservice=“#form.Server#/ws/v11/login.cfc?wsdl” method=“login” returnvariable=“sessionID”...
View ArticleLock request time out period exceeded
Looking for some advice on how to get rid of DB lock timeouts. After upgrading from Lucee 5.2.9.31 and moving from a colocation to the cloud (GCP), we are experiencing intermittent database Lock...
View ArticleNoClassDefFoundError for jar dependencies
Hi So I have been working on implementing this Java Library in a component. This has mostly gone flawlessly untill it wanned to call this Dependency. I added the jar to /WEB-INF/lucee/lib like I did...
View ArticleRecord locking problems when using cftransaction
I’m troubleshooting some unexpected record locking issues in our application. Basically, it seems like using cftransaction tags is resulting in record locks being applied and/or held in ways I...
View Article