sonata-nfv / son-install

The SONATA Service Platform installation scripts
http://www.sonata-nfv.eu
Apache License 2.0
3 stars 13 forks source link

Cannot install SONATA #35

Open mrzung90 opened 8 years ago

mrzung90 commented 8 years ago

Error message: TASK [GATEKEEPER API - running Docker containers] ** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Error starting container e767c39d03498f3defb61d1ee311a862bff71cbfbbf29562e0f8986775747f5a: 500 Server Error: Internal Server Error (\"Cannot link to a non running container: /son-gtksrv AS /son-gtkapi/son-gtksrv\")"}

NO MORE HOSTS LEFT ***** [WARNING]: Could not create retry file 'son-cmud.retry'. [Errno 2] No such file or directory: ''

PLAY RECAP ***** localhost : ok=47 changed=15 unreachable=0 failed=1

Navdeepuniyal commented 8 years ago

Could you please post the output of $docker ps -a from your machine.

mrzung90 commented 8 years ago

I would like to update the output:

**@**:~/git/sonata/son-install$ docker ps -a Cannot connect to the Docker daemon. Is the docker daemon running on this host?

Navdeepuniyal commented 8 years ago

please use $ sudo docker ps -a (if you are not the root user)

mrzung90 commented 8 years ago

sudo docker ps -a: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 92aa28653eaf sonatanfv/son-yo-gen-bss "grunt serve:integrat" 29 minutes ago Up 29 minutes 1338/tcp, 9000/tcp, 0.0.0.0:25001->1337/tcp son-bss e767c39d0349 sonatanfv/son-gtkapi "foreman start" 2 hours ago Created son-gtkapi 12edcbb95c5a sonatanfv/son-gtkvim "sh -c -e 'bundle exe" 2 hours ago Exited (1) 27 minutes ago son-gtkvim 29110b9353f7 sonatanfv/son-gtkrec "foreman start" 2 hours ago Up 28 minutes 0.0.0.0:5800->5800/tcp son-gtkrec 528657d90dac sonatanfv/son-gtkfnct "foreman start" 2 hours ago Up 28 minutes 0.0.0.0:5500->5500/tcp son-gtkfnct 0bb3b45a30bf sonatanfv/son-gtksrv "sh -c -e 'bundle exe" 2 hours ago Exited (1) 28 minutes ago son-gtksrv c58369b6f53a sonatanfv/son-gtkpkg "foreman start" 2 hours ago Up 29 minutes 0.0.0.0:5100->5100/tcp son-gtkpkg 4dbd60b4ada3 sonatanfv/son-gui "./run.sh" 2 hours ago Exited (0) 29 minutes ago son-gui 714320c14e06 rabbitmq "docker-entrypoint.sh" 2 hours ago Up 29 minutes 4369/tcp, 5671/tcp, 25672/tcp, 0.0.0.0:5672->5672/tcp, 0.0.0.0:8080->15672/tcp son-broker c77236fd08ca sonatanfv/son-mongo "/entrypoint.sh mongo" 2 hours ago Up 29 minutes 0.0.0.0:27017->27017/tcp son-mongo 8ccfb1f63972 sonatanfv/son-postgres "/docker-entrypoint.s" 2 hours ago Up 29 minutes 0.0.0.0:5432->5432/tcp son-postgres 6b5d23c55c61 sonatanfv/son-monitor-mysql "docker-entrypoint.sh" 2 hours ago Up 29 minutes 0.0.0.0:3306->3306/tcp son-monitor-mysql

Navdeepuniyal commented 8 years ago

Please if you could provide the logs of the non running containers: $ sudo docker logs 0bb3b45a30bf

mrzung90 commented 8 years ago

Sorry for late, please see docker log in the attachment. docker.log.tar.gz

felipevicens commented 6 years ago

hello @mrzung90 there is a stable version of SONATA SP. I invite you to test it. The documentation is available here: https://sonata-nfv.github.io/ and also the APIs are documented in the wiki of each component.