Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
David GrabbeDavid GrabbePriority
BlockerFix 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
David Grabbe
David GrabbePriority
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 6 November 2017 at 01:38
Updated 4 May 2018 at 21:03
Resolved 4 May 2018 at 21:03
After upgrading to Lucee 5.2.4.37, we started receiving hundreds of these errors in lucee-stderr.XXXX-XX-XX.log:
Exception in thread "Thread-NNNNN" java.lang.NullPointerException
at lucee.runtime.spooler.SpoolerEngineImpl.getFile(SpoolerEngineImpl.java:254)
at lucee.runtime.spooler.SpoolerEngineImpl.store(SpoolerEngineImpl.java:223)
at lucee.runtime.spooler.SpoolerEngineImpl.execute(SpoolerEngineImpl.java:625)
at lucee.runtime.spooler.SpoolerEngineImpl$TaskThread.run(SpoolerEngineImpl.java:536)
The servers this is happening on eahc send out ~50k emails/day (CFMAIL), and while most emails are still being delivered, a great many are falling through the cracks.