Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Brad WoodBrad WoodPriority
CriticalLabels
Fix versions
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
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
Labels
Fix versions
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 31 March 2020 at 02:27
Updated 19 October 2020 at 16:25
Resolved 25 May 2020 at 18:53
This was reported by a CommandBox user after updating to Lucee 5.3.5.92 using Java 11.0.6. The error was thrown after pagePoolClear() was called and CFML code ran. In the case of this specific stack trace, the line of CF code in question was simply calling a UDF in the code.
The error does not happen every time.
Also note, the Lucee java code in the PhysicalClassLoader class is SWALLOWING the original IOException and only re-throwing a generic error which makes it impossible to determine what actually happened!
Lucee needs to do a better job of handling this error so we can see the real "cause".