Skip to content

Instantly share code, notes, and snippets.

@whilp
Created December 5, 2013 15:50
Show Gist options
  • Select an option

  • Save whilp/7807847 to your computer and use it in GitHub Desktop.

Select an option

Save whilp/7807847 to your computer and use it in GitHub Desktop.
[2013-12-05T15:47:12+00:00] INFO: Processing execute[index users create] action run (github::elasticsearch line 8)
[2013-12-05T15:47:36+00:00] ERROR: execute[index users create] (github::elasticsearch line 8) had an error: Expected process to exit with [0], but received '7'
---- Begin output of . /data/github/shared/env.sh
rbenv local 1.9.3-p231-tcs-github
bin/rake enterprise:index:users:create
/usr/bin/curl --max-time 10 -sS -f -XHEAD 'http://localhost:9200/users'
----
STDOUT:
STDERR: /bin/readlink: missing operand
Try `/bin/readlink --help' for more information.
rake aborted!
Connection refused - connect(2) (Errno::ECONNREFUSED)
Tasks: TOP => enterprise:index:users:create
(See full trace by running task with --trace)
curl: (7) couldn't connect to host
---- End output of . /data/github/shared/env.sh
rbenv local 1.9.3-p231-tcs-github
bin/rake enterprise:index:users:create
/usr/bin/curl --max-time 10 -sS -f -XHEAD 'http://localhost:9200/users'
----
Ran . /data/github/shared/env.sh
rbenv local 1.9.3-p231-tcs-github
bin/rake enterprise:index:users:create
/usr/bin/curl --max-time 10 -sS -f -XHEAD 'http://localhost:9200/users'
returned 7; ignore_failure is set, continuing
[2013-12-05T15:47:36+00:00] INFO: execute[elastic-search-users-populate] sending run action to execute[index users populate] (delayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment