Hi Sam, when I try to reproduce this I can see an error in the Elasticsearch logs. You can take a look into it by running this command:
docker exec -it <container-ID> tail -f /var/log/graylog/elasticsearch/current "Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000003ca660000, 17005412352, 0) failed; error='Cannot allocate memory' (errno=12)" This means my local machine is not able to provide the requested 16GB of memory to the Elasticsearch process. Could you verify if this is the same case on your machine? If yes, please try to use less memory for Elasticsearch. Usually 2GB-8GB are fine for small setups. Cheers, Marius On 21 October 2015 at 21:03, SamP <[email protected]> wrote: > https://hub.docker.com/r/graylog2/allinone/ > <http://t.hsms10.com/e1t/c/*W6B0g0h2SvfJcW2LpMdL1cWKtd0/*W1nW7lf2Rg1wYW4W-Zkb535Lw10/5/f18dQhb0z77-TdzW8Pw9Fw8SzSdTW5JQJ_S1S4j1PF1Q3fB-nVygW4fNSkD26QkH4W4hCPvj43P1j1W49hBZt3_rjc5W3P5VwZ3ZZn66W1LvdcP3T1kS-W3JFSfg2lh4ybN2XZgmCmRFTpW3_zntt49JGxlN4cK7GFZxKcwVj_FGX6nZy6hW7LF2086gB2KpW5FZ5NW1WPDnxW7jkg701984qxW6-tWmN4KxtYW0?utm_source=email&utm_content=2760115> > I'm currently using this image and it wont work in pre-production. > Elasticsearch fails to start and I keep getting this stacktrace : > https://lut.im/6YoqdgJQXJ/3g8hoBG7knXOGVQ6.png > <http://t.hsms10.com/e1t/c/*W6B0g0h2SvfJcW2LpMdL1cWKtd0/*W8DcBMV6zxbk4W5G4ZWR5Rh8cn0/5/f18dQhb0z7cZbl5V3RFGq8Xkw8-N8zWNYYgbL5xW1N4JM11xV1yHW3R5hFj4cm2zwW3Z_W5s3T0QLWW3gt0rY3NQc6jW2Kn43_23j3kjW2CwTh43df43dW2-dQv841S3mbW2lh4yb2XZgmCVmRFTp3_znttW49JGxl4cK7GFMZxKcwj_FGXW6nZy6h7LF208W6gB2Kp5FZ5NWW1WPDnx7jkg70N1984qxVNLDVf4TqGZF04?utm_source=email&utm_content=2760115> > I run the image with theses opts : IMG="graylog2/allinone" VOLUME="-v > /data/graylog/data:/var/opt/graylog/data -v > /data/graylog/log/:/var/log/graylog -v > /data/graylog/plugin:/opt/graylog/plugin" PORT="-p 9000:9000 -p 443:443 -p > 12201:12201 -p 12900:12900 -p 4001:4001 -p 514:514 " ENV='-e > GRAYLOG_PASSWORD=NOPE -e GRAYLOG_USERNAME=root -e > GRAYLOG_TIMEZONE=Europe/Paris -e ES_MEMORY=16g' E/S keeps crashing for > unknown reason. When I docker exec -ti graylog2 bash and run the command : > # /opt/graylog/embedded/bin/graylog-ctl start elasticsearch timeout: down: > elasticsearch: 0s, normally up, want up So the issue comes from > elasticsearch. > > Since it's part of your public image, I thought that you might want to > know that :-) Cheers! > > -- > You received this message because you are subscribed to the Google Groups > "Graylog Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/graylog2/a5007f80-2674-4c0e-850c-bbe40f4d8852%40googlegroups.com > <https://groups.google.com/d/msgid/graylog2/a5007f80-2674-4c0e-850c-bbe40f4d8852%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Developer Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog Company Steckelhörn 11 20457 Hamburg Germany https://www.graylog.com <https://www.torch.sh/> Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175 Geschäftsführer: Lennart Koopmann (CEO) -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/CAMqbBb%2B%3D7pu-X7mcccy_hO-0_rytE781BBBTHiB4pSvCCLDOMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
