-
Notifications
You must be signed in to change notification settings - Fork 84
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
Java errors when running SnowStorm image #621
Comments
This part of the log looks like a java security issue:
Adding these JAVA_OPTS should fix it: |
Thanks @kaicode for the quick response. I have also tried extending the options further to cover more internal packages, but still the same result:
|
After some testing with your approach this seems to work:
Using |
Thanks @kaicode, this is working as well in my end. |
I am trying to setup and run Hapi FHIR and SnowStorm with ElasticSearch using these images (in wsl2):
ElasticSearch ran okay with:
docker run --name elasticsearch --network fhir-network -p 9200:9200 -e "discovery.type=single-node" -e "xpack.security.enabled=false" -e "ES_JAVA_OPTS=-Xms4g -Xmx4g" elasticsearch:8.11.1
I ran SnowStorm with:
docker run --name snowstorm --network fhir-network -p 8080:8080 -e "ELASTICSEARCH_HOST=http://localhost:9200" -e "JAVA_OPTS=-Xms2g -Xmx4g" snomedinternational/snowstorm:latest
But SnowStorm is failing with these errors:
The text was updated successfully, but these errors were encountered: