Git Product home page Git Product logo

Comments (4)

bmartinn avatar bmartinn commented on May 27, 2024

Hi @devhello145
From your log it seems the reason for the failure is the elasticsearch docker failed to spin (see below).

  • Check the amount of memory for the server (recommend is 8GB in total, could work with less but it depends on the actual system)
  • Make sure port 9200 is also available sudo lsof -Pn -i4 | grep :9200 | grep LISTEN
�[32mtrains-elastic    |�[0m [2020-06-19T08:16:40,332][INFO ][o.e.n.Node               ] [trains] initializing ...
�[32mtrains-elastic    |�[0m [2020-06-19T08:16:40,351][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [trains] uncaught exception in thread [main]
�[32mtrains-elastic    |�[0m org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: Failed to create node environment
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:136) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:123) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:70) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:134) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.cli.Command.main(Command.java:90) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:91) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:84) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m Caused by: java.lang.IllegalStateException: Failed to create node environment
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.node.Node.<init>(Node.java:268) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.node.Node.<init>(Node.java:245) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Bootstrap$5.<init>(Bootstrap.java:233) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:233) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:342) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:132) ~[elasticsearch-5.6.16.jar:5.6.16]
�[32mtrains-elastic    |�[0m 	... 6 more

from clearml-server.

devhello145 avatar devhello145 commented on May 27, 2024
  1. I checked a free space:

illya@trains:$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3,2G 2,6M 3,2G 1% /run
/dev/sda6 435G 315G 120G 73% /
tmpfs 16G 252M 16G 2% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/loop2 55M 55M 0 100% /snap/core18/1754
/dev/loop1 94M 94M 0 100% /snap/core/9066
/dev/loop0 98M 98M 0 100% /snap/core/9289
/dev/loop3 63M 63M 0 100% /snap/gtk-common-themes/1506
/dev/loop4 291M 291M 0 100% /snap/vlc/1700
/dev/loop6 256M 256M 0 100% /snap/gnome-3-34-1804/36
/dev/loop5 44M 44M 0 100% /snap/hamster-snap/47
/dev/loop7 55M 55M 0 100% /snap/core18/1705
/dev/loop8 2,3M 2,3M 0 100% /snap/gnome-system-monitor/148
/dev/loop9 162M 162M 0 100% /snap/gnome-3-28-1804/128
/dev/loop10 2,3M 2,3M 0 100% /snap/gnome-system-monitor/145
/dev/sda6 435G 315G 120G 73% /home
/dev/loop11 291M 291M 0 100% /snap/vlc/1620
/dev/loop12 44M 44M 0 100% /snap/hamster-snap/43
/dev/loop13 55M 55M 0 100% /snap/gtk-common-themes/1502
/dev/loop14 50M 50M 0 100% /snap/snap-store/454
/dev/loop15 161M 161M 0 100% /snap/gnome-3-28-1804/116
/dev/sda1 464M 206M 231M 48% /boot
/dev/loop16 256M 256M 0 100% /snap/gnome-3-34-1804/33
tmpfs 3,2G 20K 3,2G 1% /run/user/121
/dev/loop17 44M 44M 0 100% /snap/snap-store/415
tmpfs 3,2G 32K 3,2G 1% /run/user/1001
/dev/loop18 4,3M 4,3M 0 100% /snap/tree/18

It seems that it's OK
2. sudo lsof -Pn -i4 | grep :9200 | grep LISTEN - nothing found

Where can be a problem?

from clearml-server.

devhello145 avatar devhello145 commented on May 27, 2024

I catch it.
Utilize 1000:1000 as in instructions (see step 8)

from clearml-server.

devhello145 avatar devhello145 commented on May 27, 2024

Thank you

from clearml-server.

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.