Details
Assignee
Mircea BotezMircea BotezReporter
Michael SpragueMichael SpraguePriority
MajorLabels
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
Affects versions
Details
Details
Assignee
Mircea Botez
Mircea BotezReporter
Michael Sprague
Michael SpraguePriority
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
Affects versions
Created 6 June 2018 at 00:06
Updated 19 May 2021 at 11:01
CFCOLLECTION and CFINDEX tags are returning null pointer errors for many operations. Given the code snippet attached, the first time I run it there is a java.lang.NullPointerException on line 15 (the index create). However, it still appears to create the collection. The collection shows up in the Lucee admin and the folder is created in the collection folder. The second time I run it, it detects that the collection exists, but gets to the CFSEARCH line and throws a java.lang.NullPointerException.
I also noticed that any time I try to run a Repair or Optimize from the Lucee admin it shows a java.lang.NullPointerException in red.