Quantcast
Channel: Lucee Dev - Latest topics
Browsing all 419 articles
Browse latest View live

CFQUERY broken?

Hi Folks, I am confused! That code in a cfm: UPDATE tabelle SET feld1 = 120, feld2 = 'Hallo' WHERE (id = 1) results in a error: variable [MEINQUERY] doesn’t exist OS: Windows 2019 Lucee Version:...

View Article


Maintain connections datasource equivalent in Lucee?

What’s the Lucee equivalent setting to this in ColdFusion for datasources? f you enable Maintain Connections (a ColdFusion Administrator setting available to each data source), ColdFusion Server will...

View Article


BUG : when using tag

When using the following code in a CFM file. The log message is NOT written the correct file. <cfset logFileName = "myLogFile"> <cflog type = "Information" file = logFileName text = "This is...

View Article

What are the ideal connection settings for a datasource in Lucee?

Connection limit (max) -Restricts the maximum number of simultaneous connections at one time| Connection idle timeout (in minutes)-Define how long an idle connection will be kept alive, before being...

View Article

Enable [trigger data member] in administrator to also invoke getters and...

I just got the following error in some code while testing; Enable [trigger data member] in administrator to also invoke getters and setters to display After some googling I found this Lucee issue :...

View Article


DNS lookout vulnerability

Hello. We were performing burp security test on lucee application and we are not sure how to fix this vulnerability. Does anybody have an idea? Issue detail It is possible to induce the application to...

View Article

Issue deploying Lucee 5.2.9+31

Don’t forget to tell us about your stack! OS: Ubuntu Java Version: Java 8 Tomcat Version: 8 Lucee Version: 5.2.9+31 Trying to deploy Lucee 5.2.9+31 using commandbox. Getting the following error: × |...

View Article

SQL query result 'url' object not string?

Should I open a lucce JIRA ? I would expect a query to return strings or numbers , not the java object that it does when a column is named “url” I’m porting legacy CF11 to lucee , one application has...

View Article


Jsoup object instantiates but jsoup.parse(html) has errors

I’m migrating from Hostek to InMotion. Lucee is running fine on InMotion except for jsoup. The jsoup object instantiates with no problems, but jsoup.parse(html) triggers this error (see my source code...

View Article


Lucee 6 on a Mac

I’m trying to get Lucee running on my Mac. I’ve run Lucee on a PC for many years and have zero issues installing and configuring it there, but I Have spent days attempting to make it run on my Mac....

View Article

Lucee Admin > Services > Cache > Cache Connections

I’m having trouble locating documentation on how Cache Connections and RamCache work in the administrator panel. Is there section available for this? 1 post - 1 participant Read full topic

View Article

Implementing Log Rotation with Log4j

Is the documentation for Implementing Log Rotation with Log4j still accurate with the image lucee:lucee:latest and log4j2 (the latest)? I cannot seem to find a recipe that works. Instead I receive...

View Article

CSS files are not updated after change

I am running some coldfusion project on Lucee server but when I try to update style files, nothing happens. I can delete complete content in it and nothing is changed on website. Same goes for script...

View Article


Image may be NSFW.
Clik here to view.

Non-heap memory, metaspace climbs until system is fully unresponsive

Good morning. I am having continuously increasing non-heap memory usage and metaspace usage, and I am at a loss for how to resolve it. This usage is resulting in deeply disruptive, network-severing...

View Article

newLine() Function

I have the following code that runs on a Linux server <cfset csvResults = createObject("java", "java.lang.StringBuffer") /> <cfset newLine = Chr(13) & Chr(10) /> I then use the newLine...

View Article


Installer on Ubuntu 22.04

Hi, on a newly installed Ubuntu server I can’t get the installer to work. Regardless of the release, I get: ./lucee-5.4.3.15-linux-x64-installer.run: 2: Syntax error: Unterminated quoted string Does...

View Article

Image may be NSFW.
Clik here to view.

Configure root folder

I am really dumb for this and it doesn’t matter how much I read, server administration stuff are not my thing however, I need to resolve this issue. I have a test website located here:...

View Article


Image may be NSFW.
Clik here to view.

Performance issue with Lucee, AJP, and IIS

I’m migrating my system from ACF to Lucee. I’m finding it amazing to have some new possibilities, considering I’ve been on ACF 2016. However, I’ve been facing an issue that I can’t solve for more than...

View Article

Does Lucee ignore CFID/CFTOKEN in the URL when using cookies?

If I’m using client cookies with these settings and someone pastes a cfid/cftoken in a URL, does Lucee still do a lookup on the values entered in the URL? Can I force Lucee to ignore it?...

View Article

Java imports in Lucee 6

I love the potential of the new java integration in Lucee 6. I’ve always struggled getting java libraries integrated into my CF code, usually around translating import statements into object...

View Article
Browsing all 419 articles
Browse latest View live