Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when Restarting Storage Module #6599

Open
jdar8 opened this issue Jan 7, 2025 · 0 comments · May be fixed by #6598
Open

NPE when Restarting Storage Module #6599

jdar8 opened this issue Jan 7, 2025 · 0 comments · May be fixed by #6598

Comments

@jdar8
Copy link
Collaborator

jdar8 commented Jan 7, 2025

Describe the bug
The FHIR Storage module would fail to start with a NPE when configured in a specific way:

To Reproduce
Steps to reproduce the behavior:

  1. Configure a storage module with the following settings:
  • Partition Selection Mode = PATIENT_ID
  • Mass Ingestion Mode is enabled.
  • Patient.email SearchParameter is disabled.
  1. Start the server
  2. Restart the storage module. A null pointer is thrown "java.lang.NullPointerException: theResource must not be null".

Expected behavior
The storage module starts successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant