Git Product home page Git Product logo

Comments (3)

kaicode avatar kaicode commented on September 14, 2024

Hi @eirikconteir,

We recently updated the way we package Snowstorm for Docker. The instructions are still accurate for a plain Java installation. To start Snowstorm within Docker with the delete-indicies and import-full flags it would look something like this:

java -Xms2g -Xmx4g --add-opens java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -cp @/app/jib-classpath-file org.snomed.snowstorm.SnowstormApplication --elasticsearch.urls=http://es:9200 --delete-indices --import-full=<Absolute-path-of-SNOMED-CT-RF2-zip>

Please note that the FULL import only supports Edition type packages being imported onto the MAIN branch. Examples of Edition packages are the International Edition and the US Edition. Importing the history of extension packages is not yet supported.

from snowstorm.

eirikconteir avatar eirikconteir commented on September 14, 2024

Thank you, @kaicode . I still have issues.

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-11-13 11:07:27.691 ERROR 86 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

2023-11-13 11:07:27.723  INFO 86 --- [-status-polling] o.s.s.c.d.s.c.ClassificationService      : Classification status polling thread stopped.

I have tried to resolve the possible port conflict

95a05cb13242 snomedinternational/snowstorm:latest "java -Xms2g -Xmx4g …" 3 minutes ago Up 3 minutes 0.0.0.0:8081->8080/tcp, :::8081->8080/tcp snowstorm

... but with no success

from snowstorm.

kaicode avatar kaicode commented on September 14, 2024

Restarting the container should ensure that the other Snowstorm process is stopped.

from snowstorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.