-
Notifications
You must be signed in to change notification settings - Fork 449
Hanging on setup #55
Comments
can you share the output of the elasticsearch container? |
Then it goes into what I pasted before...
|
If it helps,
|
I just tried this a fifth time, and it appears to have worked... I don't think I did anything different (but I did re-clone the dir, just to start fresh). Sorry to false-alarm on this |
Might, have been cause it was downloading the docket images?
…On Sun, Sep 2, 2018 at 18:46 Geo ***@***.***> wrote:
I just tried this a *fifth* time, and it appears to have worked... I
don't think I did anything different (but I did re-clone the dir, just to
start fresh). Sorry to false-alarm on this
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI8drBZgMrutym8xtHCTv9wIN_y_vDRks5uXHvmgaJpZM4WWyQr>
.
|
I am getting the same issue.
Then also
|
Seems the command : |
I run it on mac, i did below to move past, hope it helps others
|
In my case, And I found out the codes on hanging in following codes: stack-docker/scripts/setup-kibana.sh Lines 18 to 20 in f9d13bd
stack-docker/scripts/setup-logstash.sh Lines 14 to 18 in f9d13bd
My logs show $ ~/stack-docker$ docker-compose -f setup.yml up
Recreating stack-docker_setup_1_1f2213838db8 ... done
Attaching to stack-docker_setup_1_1f2213838db8
setup_1_1f2213838db8 | Found orphan containers (stack-docker_setup_1_1f2213838db8) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Creating setup_elasticsearch ... done
Attaching to setup_elasticsearch
setup_1_1f2213838db8 | setup_elasticsearch | Determining if x-pack is installed...
setup_1_1f2213838db8 | setup_elasticsearch | === CREATE Keystore ===
setup_1_1f2213838db8 | setup_elasticsearch | Elastic password is: EhS5NuYLmy3yre9ief4HRg==
setup_1_1f2213838db8 | setup_elasticsearch | Created elasticsearch keystore in /usr/share/elasticsearch/config
setup_1_1f2213838db8 | setup_elasticsearch | Setting bootstrap.password...
setup_1_1f2213838db8 | setup_elasticsearch | === CREATE SSL CERTS ===
setup_1_1f2213838db8 | setup_elasticsearch | Remove old ca zip...
setup_1_1f2213838db8 | setup_elasticsearch | Creating docker-cluster-ca.zip...
setup_1_1f2213838db8 | setup_elasticsearch | CA directory exists, removing...
setup_1_1f2213838db8 | setup_elasticsearch | Unzip ca files...
setup_1_1f2213838db8 | setup_elasticsearch | Archive: /config/ssl/docker-cluster-ca.zip
setup_1_1f2213838db8 | setup_elasticsearch | creating: /config/ssl/ca/
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/ca/ca.crt
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/ca/ca.key
setup_1_1f2213838db8 | setup_elasticsearch | Remove old docker-cluster.zip zip...
setup_1_1f2213838db8 | setup_elasticsearch | Create cluster certs zipfile...
setup_1_1f2213838db8 | setup_elasticsearch | Unzipping cluster certs zipfile...
setup_1_1f2213838db8 | setup_elasticsearch | Archive: /config/ssl/docker-cluster.zip
setup_1_1f2213838db8 | setup_elasticsearch | creating: /config/ssl/docker-cluster/elasticsearch/
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/elasticsearch/elasticsearch.crt
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/elasticsearch/elasticsearch.key
setup_1_1f2213838db8 | setup_elasticsearch | creating: /config/ssl/docker-cluster/kibana/
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/kibana/kibana.crt
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/kibana/kibana.key
setup_1_1f2213838db8 | setup_elasticsearch | creating: /config/ssl/docker-cluster/logstash/
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/logstash/logstash.crt
setup_1_1f2213838db8 | setup_elasticsearch | inflating: /config/ssl/docker-cluster/logstash/logstash.key
setup_1_1f2213838db8 | setup_elasticsearch | Move logstash certs to logstash config dir...
setup_1_1f2213838db8 | setup_elasticsearch | Move kibana certs to kibana config dir...
setup_1_1f2213838db8 | setup_elasticsearch | Move elasticsearch certs to elasticsearch config dir...
setup_1_1f2213838db8 | setup_elasticsearch exited with code 0
setup_1_1f2213838db8 | Found orphan containers (stack-docker_setup_1_1f2213838db8) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Starting elasticsearch ... done
Creating setup_logstash ... done
Creating setup_kibana ... done
Attaching to setup_kibana, setup_logstash
setup_1_1f2213838db8 | setup_kibana | -rw-rw-r-- 1 root root 1200 Nov 26 09:03 /usr/share/kibana/config/ca/ca.crt
setup_1_1f2213838db8 | setup_logstash | -rw-rw-r-- 1 root root 1200 Nov 26 09:03 /usr/share/logstash/config/ca/ca.crt My docker list: $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ef0bee2964c4 docker.elastic.co/logstash/logstash:6.3.0 "/usr/local/bin/dock…" 5 minutes ago Up 4 minutes 5044/tcp, 9600/tcp setup_logstash
0f579245ad17 docker.elastic.co/kibana/kibana:6.3.0 "/bin/bash -c 'cat /…" 5 minutes ago Up 5 minutes 5601/tcp setup_kibana
7622d92acdc3 docker/compose:1.21.2 "/bin/ash -c 'cat ./…" 5 minutes ago Up 5 minutes stack-docker_setup_1_1f2213838db8 |
Can you please check the output of the It looks like elasticsearch is failing to start for some reason. |
I think I got the same issue. Here is the log:
|
Why is this issue closed? I have the same problem. Is there some solution for this? Can't finish the setup. |
same issue here |
I'm having the same issue. |
Hi, on two different machines, docker-compose -f setup.yml up has hung at this point:
Is the process done here, and I have to manually tear down the containers? Or have they truly hung? Host box is ubuntu 18.01. Please let me know if I can provide anything else, thanks!
The text was updated successfully, but these errors were encountered: