You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/11/20 16:35:09 UTC

[GitHub] [kibble] sharanf edited a comment on issue #79: Problems installing Kibble using Docker compose

sharanf edited a comment on issue #79:
URL: https://github.com/apache/kibble/issues/79#issuecomment-731272046


   > @sharanf please make sure that you have latest changes from `main` and do `docker-compose -f docker-compose-dev.yaml build` - this should rebuild the images. Then let's try do the following:
   > 
   > ```
   > docker-compose -f docker-compose-dev.yaml up elasticsearch
   > ```
   > 
   > If there's no problem then we can stop container by `cmd+c`. Then let's try
   > 
   > ```
   > docker-compose -f docker-compose-dev.yaml up setup
   > ```
   > 
   > If there's no error, then let's try
   > 
   > ```
   > docker-compose -f docker-compose-dev.yaml up u
   > ```
   > 
   > If there's any problem during any of those steps please let me know
   
   Hi @turbaszek sorry for the delay in testing.(way too much work and not enough time to do it in :-). I did a fresh clone of main and ran the rebuild -  it didnt highlight any errors. I have copied the last few lines here
   
   ```
    Running setup.py develop for apache-kibble
   Successfully installed PyYAML-5.3.1 apache-kibble bcrypt-3.2.0 certifi-2020.6.20 cffi-1.14.3 chardet-3.0.4 click-7.1.2 elasticsearch-7.9.1 future-0.18.2 gunicorn-20.0.4 idna-2.10 oauthlib-3.1.0 psutil-5.7.3 pycparser-2.20 python-dateutil-2.8.1 python-twitter-3.5 requests-2.25.0 requests-oauthlib-1.3.0 six-1.15.0 tenacity-6.2.0 urllib3-1.26.2
   Removing intermediate container c2430daf74cd
    ---> 86b556adbb48
   Successfully built 86b556adbb48
   Successfully tagged apache/kibble:latest
   kibble uses an image, skipping
   ui uses an image, skipping
   kibana uses an image, skipping
   
   ```
   Next I ran the docker-compose -f docker-compose-dev.yaml up elasticsearch
   
   and it ended with a out of memory error. Have copied some of the details below
   
   ```
    ERROR: [1] bootstrap checks failed
   elasticsearch_1  | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
   elasticsearch_1  | ERROR: Elasticsearch did not exit normally - check the logs at /usr/share/elasticsearch/logs/kibble.log
   elasticsearch_1  | {"type": "server", "timestamp": "2020-11-20T16:16:18,461Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "kibble", "node.name": "es01", "message": "stopping ..." }
   elasticsearch_1  | {"type": "server", "timestamp": "2020-11-20T16:16:18,469Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "kibble", "node.name": "es01", "message": "stopped" }
   elasticsearch_1  | {"type": "server", "timestamp": "2020-11-20T16:16:18,469Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "kibble", "node.name": "es01", "message": "closing ..." }
   elasticsearch_1  | {"type": "server", "timestamp": "2020-11-20T16:16:18,477Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "kibble", "node.name": "es01", "message": "closed" }
   elasticsearch_1  | {"type": "server", "timestamp": "2020-11-20T16:16:18,479Z", "level": "INFO", "component": "o.e.x.m.p.NativeController", "cluster.name": "kibble", "node.name": "es01", "message": "Native controller process has stopped - no new native processes can be started" }
   kibble_elasticsearch_1 exited with code 78
   ```
   So I think this issue isn't a kibble one, it is my configuration and everyone else has better memory. From my side I think it's OK to close this issue as it's very specific to me. In the meantime I will continue to try and get it up and running.
   
   Thanks
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org