cozy-labs / cozy-docker

Dockerfile to build an official Cozy image
44 stars 26 forks source link

exit status 1 #18

Closed hazcod closed 8 years ago

hazcod commented 8 years ago

Container stays up, but returns "The requested URL / was not found on this server."

2016-01-04 19:41:58,937 CRIT Supervisor running as root (no user in config file)
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/postfix.conf" during parsing
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/couchdb.conf" during parsing
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/cozy-init.conf" during parsing
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/cozy-indexer.conf" during parsing
2016-01-04 19:41:58,937 WARN Included extra file "/etc/supervisor/conf.d/cozy-controller.conf" during parsing
Unlinking stale socket /var/run/supervisor.sock
2016-01-04 19:41:59,245 INFO RPC interface 'supervisor' initialized
2016-01-04 19:41:59,245 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-01-04 19:41:59,245 INFO supervisord started with pid 1
2016-01-04 19:42:00,248 INFO spawned: 'couchdb' with pid 8
2016-01-04 19:42:00,249 INFO spawned: 'cozy-init' with pid 9
2016-01-04 19:42:00,251 INFO spawned: 'master' with pid 10
2016-01-04 19:42:00,252 INFO spawned: 'cozy-indexer' with pid 11
2016-01-04 19:42:00,253 INFO spawned: 'cozy-controller' with pid 13
2016-01-04 19:42:00,254 INFO spawned: 'nginx' with pid 15
2016-01-04 19:42:00,287 INFO success: master entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-01-04 19:42:00,392 INFO stopped: couchdb (terminated by SIGTERM)
2016-01-04 19:42:00,404 INFO exited: master (exit status 0; expected)
2016-01-04 19:42:01,560 INFO success: cozy-init entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:01,560 INFO success: cozy-indexer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:01,560 INFO success: cozy-controller entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:01,560 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:01,562 INFO spawned: 'couchdb' with pid 146
2016-01-04 19:42:03,326 INFO success: couchdb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:03,424 INFO stopped: cozy-controller (exit status 8)
2016-01-04 19:42:04,428 INFO spawned: 'cozy-controller' with pid 179
2016-01-04 19:42:05,495 INFO success: cozy-controller entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:05,558 INFO stopped: nginx (exit status 0)
2016-01-04 19:42:05,760 INFO spawned: 'nginx' with pid 198
2016-01-04 19:42:07,000 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-01-04 19:42:07,291 INFO exited: cozy-init (exit status 1; not expected)
ViViDboarder commented 8 years ago

I just keep getting this: couchdb (terminated by SIGTERM). Have you had any luck with this image?