Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Recipe: gitlab::unicorn
  2. * service[unicorn] action restart
  3. - restart service service[unicorn]
  4.  
  5. Recipe: gitlab::sidekiq
  6. * service[sidekiq] action restart
  7. - restart service service[sidekiq]
  8.  
  9. Recipe: gitlab::nginx
  10. * service[nginx] action restart
  11. - restart service service[nginx]
  12.  
  13.  
  14. Running handlers:
  15. [2014-12-18T08:14:45+00:00] ERROR: Running exception handlers
  16. Running handlers complete
  17.  
  18. [2014-12-18T08:14:45+00:00] ERROR: Exception handlers complete
  19. [2014-12-18T08:14:45+00:00] FATAL: Stacktrace dumped to /opt/gitlab/embedded/cookbooks/cache/chef-stacktrace.out
  20. Chef Client failed. 7 resources updated in 47.196190518 seconds
  21. [2014-12-18T08:14:46+00:00] ERROR: execute[clear the gitlab-rails cache] (gitlab::gitlab-rails line 227) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ''
  22. ---- Begin output of /opt/gitlab/bin/gitlab-rake cache:clear ----
  23. STDOUT:
  24. STDERR:
  25. ---- End output of /opt/gitlab/bin/gitlab-rake cache:clear ----
  26. Ran /opt/gitlab/bin/gitlab-rake cache:clear returned
  27. [2014-12-18T08:14:46+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
  28. root@wer38:~# [2014-12-18T08:14:46+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit cod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement