-
Notifications
You must be signed in to change notification settings - Fork 156
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
ArrayIndexOutOfBoundsException during startup #3092
Comments
…ode) #3092 Signed-off-by: Paul Bastide <[email protected]>
Looks like this came from the upgrade to Liberty 21.0.0.11 ... too bad we didn't notice before releasing 4.10.2. |
ArrayIndexOutOfBoundsException during startup (while running in dev mode) #3092
…ode) #3092 Signed-off-by: Paul Bastide <[email protected]>
* Update to Test so it works with minimal data Signed-off-by: Paul Bastide <[email protected]> * Testcase issue need to set limit to page size #3099 Signed-off-by: Paul Bastide <[email protected]> * ArrayIndexOutOfBoundsException during startup (while running in dev mode) #3092 Signed-off-by: Paul Bastide <[email protected]> * Fix Tests Signed-off-by: Paul Bastide <[email protected]>
I havn't seen this issue in quite some time, so I think its adequately addressed. |
Describe the bug
Following the new steps at https://github.com/IBM/FHIR/wiki/Setting-up-for-development#running-with-the-liberty-maven-plugin we see the following errors during startup:
Environment
main
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors during startup
Additional context
I think its maybe because we have just the fhir-server webapp and not the fhir-openapi one while running in dev mode.
We should see about either:
A. removing/disabling the openapi.xml configDropin (currently under defaults) while running from the liberty maven plugin; or
B. enabling the fhir-openapi war in the test server when running via the liberty maven plugin ; or
C. establishing some other mechanism for serving our openapi definition from the fhir-server-webapp
The text was updated successfully, but these errors were encountered: