You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When executing bin/dspace index-discovery -b the command fails nearly immediately on our system with a NullPointerException. This occurs on DSpace-CRIS 2023.02.05.
Describe the bug
When executing
bin/dspace index-discovery -b
the command fails nearly immediately on our system with a NullPointerException. This occurs on DSpace-CRIS 2023.02.05.The NullPointer is located in the attribute
mappableMetadata
here: https://github.com/4Science/DSpace/blob/main-cris/dspace-api/src/main/java/org/dspace/discovery/SolrServiceFileInfoPlugin.java#L189. The file has been modified in commit f0ed448, so the issue has probably been introduced in DSpace-CRIS 2023.02.03.To Reproduce
Steps to reproduce the behavior:
bin/dspace index-discovery -b
via CLIExpected behavior
The indexing should work without the exception.
Related work
I will create a PR fixing this and link it in the comments.
The text was updated successfully, but these errors were encountered: