Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Dominic WatsonDominic WatsonPriority
NewNew 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
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Dominic Watson
Dominic WatsonPriority
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
Sprint
None
Affects versions
Created 30 June 2023 at 10:55
Updated 29 November 2023 at 14:13
Resolved 11 July 2023 at 16:53
In a running Preside application, I am repeatedly seeing NPEs coming from the controller thread. Here is the error from the output logs:
"ERROR","Thread-132","06/30/2023","11:53:08","controler","Cannot invoke ""lucee.runtime.PageSource.getLastAccessTime()"" because ""ps"" is null;java.lang.NullPointerException: Cannot invoke ""lucee.runtime.PageSource.getLastAccessTime()"" because ""ps"" is null at lucee.runtime.PageSourcePool.clearUnused(PageSourcePool.java:167) at lucee.runtime.MappingImpl.clearUnused(MappingImpl.java:304) at lucee.runtime.functions.system.PagePoolClear.clear(PagePoolClear.java:102) at lucee.runtime.functions.system.PagePoolClear.clear(PagePoolClear.java:94) at lucee.runtime.functions.system.PagePoolClear.clear(PagePoolClear.java:74) at lucee.runtime.engine.Controler.doClearPagePools(Controler.java:499) at lucee.runtime.engine.Controler.control(Controler.java:401) at lucee.runtime.engine.Controler.control(Controler.java:258) at lucee.runtime.engine.Controler.access$000(Controler.java:62) at lucee.runtime.engine.Controler$ControlerThread.run(Controler.java:117)