Don't know how to build task 'redmine_elasticsearch:reindex_all'
sammcj opened this issue · 4 comments
Installed plugins:
root@dev-redmine:/var/vhost/dev-redmine/plugins# ls
redmine_elasticsearch redmine_resque
Restarted redmine:
root@dev-redmine:/var/vhost/dev-redmine# /etc/init.d/puma.dev-redmine start
Puma starting in single mode...
* Version 2.8.0 (ruby 2.0.0-p247), codename: Sir Edmund Percival Hillary
* Min threads: 0, max threads: 16
* Environment: production
* Listening on unix:///var/vhost/dev-redmine/production_puma.socket
* Daemonizing...
Tried starting Reque:
root@dev-redmine:/var/vhost/dev-redmine# RBENV_ROOT=/var/vhost/dev-redmine/.rbenv PATH=$RBENV_ROOT/bin:$RBENV_ROOT/shims:$PATH RAILS_ENV=production RBENV_VERSION=2.0.0-p247 bundle exec rake resque:work RAILS_ENV=production QUEUE=* --trace
rake aborted!
Don't know how to build task 'resque:work'
Tried starting redmine_elasticsearch:
root@dev-redmine:/var/vhost/dev-redmine# RBENV_ROOT=/var/vhost/dev-redmine/.rbenv PATH=$RBENV_ROOT/bin:$RBENV_ROOT/shims:$PATH RAILS_ENV=production RBENV_VERSION=2.0.0-p247 bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production
rake aborted!
Don't know how to build task 'redmine_elasticsearch:reindex_all'
@sammcj which redmine version do you use?
2.5.0
Sent from my iPhone
On 4 Mar 2014, at 10:41 pm, Danil notifications@github.com wrote:
@sammcj https://github.com/sammcj which redmine version do you use?
—
Reply to this email directly or view it on
GitHubhttps://github.com//issues/2#issuecomment-36616042
.
Have tested with redmine 2.5.0 just now. Sorry, can't reproduce this error. Check your redmine installation and try to reinstall plugin.
There seems to be a lack of instructions with installation, I had the same problem earlier, now I'm stuck with installing redmine_resque (after installation redmine won't start. When I delete plugins/redmine_resque, everything is fine)