NPE lucee.runtime.CFMLFactoryImpl.checkTimeout

Description

noticed this whilst updating a server from 5.3.10.92 to 5.3.10.113 (server was under load)

"java.lang.NullPointerException;java.lang.NullPointerException

at lucee.runtime.CFMLFactoryImpl.checkTimeout(CFMLFactoryImpl.java:353)
at lucee.runtime.engine.Controler.control(Controler.java:257)
at lucee.runtime.engine.Controler.control(Controler.java:249)
at lucee.runtime.engine.Controler.access$000(Controler.java:58)
at lucee.runtime.engine.Controler$ControlerThread.run(Controler.java:113)"

https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/lucee/runtime/CFMLFactoryImpl.java#L353

Environment

None

Activity

Pothys - MitrahSoft 
13 January 2023 at 08:04

I've checked this ticket and updated the server from 5.3.10.92-SNAPSHOT to 5.3.10.113-SNAPSHOT under the load via the lucee admin.
I didn't get the NPE in lucee.runtime.CFMLFactoryImpl.checkTimeout(). But I got NPE in another place lucee.runtime.config.XMLConfigWebFactory._loadCache() https://luceeserver.atlassian.net/browse/LDEV-4315 .
will decide about this.

Details

Assignee

Reporter

Priority

Labels

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Created 29 December 2022 at 13:41
Updated 31 January 2023 at 10:22