-
Notifications
You must be signed in to change notification settings - Fork 87
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
Runtime Errors when accessing the FHIR API #648
Comments
Here is the second error message:
|
Thanks for reporting this. I will try to reproduce the jena issue, I've not seen that before. The "No static resource" issue really should not be logged at ERROR level. I will fix this. |
Internal ticket: ISTO-129 |
The "no static resource" bug has been fixed in this branch if you have capability to cherry-pick the fix or build a new version of the project: https://github.com/IHTSDO/snowstorm/tree/ISTO-129 The tech team will review the fix to be included in a Snowstorm release. My understanding is that the official Snowstorm release candidate for February has just closed so the fix may not be released until the end of May. |
Thank you for your response, I have build the image for myself now and it works without showing any errors. |
Hi,
I'm running SnowStorm with
docker compose up -d
using the provided docker-compose.ymlWhen I try to access
http://snowstorm-url:8080/fhir/CodeSystem
I get the following errors:And I get the following response:
When reloading the page I get the expected response:
But the second error (
No static resource favicon.ico
) from above is still present:(Error message in the next Comment)
It seems like that the first error only occures directly after starting the docker.
The second error with the
No static resource favicon.ico
does not impact the functionallity, but it does clutter up the logs.Is there a way to resolve this error?
Thanks in advance.
The text was updated successfully, but these errors were encountered: