southbridgeio / redmine_2fa

Two-factor (sms/telegram) authentication for Redmine
https://southbridge.io
MIT License
42 stars 17 forks source link

Redis::CannotConnectError: Error connecting to Redis when executing RAKE #75

Closed itnovative closed 3 years ago

itnovative commented 5 years ago

Hi,

I have Redmine 4.0.2 running in Plesk and I am trying to install 2FA plugin (latest version). I have already uploaded redmine_bots (latest version) into the plugins folder.

Bundle installation is without issues. I am getting the below error when trying to rake: redmine:plugins:migrate RAILS_ENV=production

So this is before even adding the redmine_2fa plugin to the plugins folder.

Can anyone help?

I, [2019-07-11T15:24:26.101988 #29156] INFO -- : Celluloid 0.17.4 is running in BACKPORTED mode. [ http://git.io/vJf3J ] rake aborted! Redis::CannotConnectError: Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED) /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:362:inrescue in establish_connection' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:343:in establish_connection' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:106:inblock in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:306:in with_reconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:105:inconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:381:in ensure_connected' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:231:inblock in process' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:319:in logging' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:230:inprocess' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:125:in call' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2166:inblock in hget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:in block in synchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:insynchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2165:in hget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:361:inblock in status_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:97:in block in redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:65:inblock (2 levels) in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:in handle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:inblock in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:in handle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:inwith' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:94:in redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:360:instatus_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:272:in initialize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:innew' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:in create' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_bots/init.rb:29:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:378:in block in require_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:inblock in load_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:14:in block in loading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/concurrency/share_lock.rb:151:inexclusive' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:13:in loading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:inload_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:356:in require_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:334:independ_on' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:246:in require_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_2fa/init.rb:1:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:173:in block in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/initializers/30-redmine.rb:21:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inblock in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inload' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:657:in block in load_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/notifications.rb:170:ininstrument' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:656:in load_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:614:inblock (2 levels) in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:in each' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:inblock in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in instance_exec' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:inrun' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:61:in block in run_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:in tsort_each_child' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:60:inrun_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:361:in initialize!' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/environment.rb:14:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:337:in require_environment!' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:520:inblock in run_tasks_blocks' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in `'

Caused by: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:6379 /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:187:in rescue in connect_addrinfo' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:179:inconnect_addrinfo' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:220:in block in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:in each_with_index' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:inconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:317:in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:349:inestablish_connection' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:106:in block in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:306:inwith_reconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:105:in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:381:inensure_connected' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:231:in block in process' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:319:inlogging' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:230:in process' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:125:incall' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2166:in block in hget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:inblock in synchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:in synchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2165:inhget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:361:in block in status_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:97:inblock in redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:65:in block (2 levels) in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:inhandle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:in block in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:inhandle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:94:inredis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:360:in status_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:272:ininitialize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:in new' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:increate' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_bots/init.rb:29:in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:378:inblock in require_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:in block in load_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:14:inblock in loading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/concurrency/share_lock.rb:151:in exclusive' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:13:inloading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:in load_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:356:inrequire_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:334:in depend_on' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:246:inrequire_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_2fa/init.rb:1:in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:173:inblock in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:in each' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:inload' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/initializers/30-redmine.rb:21:in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inload' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in block in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:657:inblock in load_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/notifications.rb:170:in instrument' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:656:inload_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:614:in block (2 levels) in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:in block in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:ininstance_exec' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in run' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:61:inblock in run_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:in each' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:intsort_each_child' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:60:in run_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:361:ininitialize!' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/environment.rb:14:in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:337:inrequire_environment!' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:520:in block in run_tasks_blocks' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in'

Caused by: IO::EINPROGRESSWaitWritable: Operation now in progress - connect(2) would block /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:180:in connect_addrinfo' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:220:inblock in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:in each' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:ineach_with_index' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:218:in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/connection/ruby.rb:317:inconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:349:in establish_connection' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:106:inblock in connect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:306:in with_reconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:105:inconnect' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:381:in ensure_connected' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:231:inblock in process' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:319:in logging' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:230:inprocess' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis/client.rb:125:in call' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2166:inblock in hget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:in block in synchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:52:insynchronize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/redis-4.1.2/lib/redis.rb:2165:in hget' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:361:inblock in status_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:97:in block in redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:65:inblock (2 levels) in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:in handle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:64:inblock in with' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:in handle_interrupt' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/connection_pool-2.2.2/lib/connection_pool.rb:61:inwith' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-5.2.7/lib/sidekiq.rb:94:in redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:360:instatus_from_redis' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:272:in initialize' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:innew' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/sidekiq-cron-1.1.0/lib/sidekiq/cron/job.rb:241:in create' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_bots/init.rb:29:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:378:in block in require_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:inblock in load_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:14:in block in loading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/concurrency/share_lock.rb:151:inexclusive' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:13:in loading' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:inload_interlock' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:356:in require_or_load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:334:independ_on' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:246:in require_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/plugins/redmine_2fa/init.rb:1:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:173:in block in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/lib/redmine/plugin.rb:164:in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/initializers/30-redmine.rb:21:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inblock in load' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inload' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:657:in block in load_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/notifications.rb:170:ininstrument' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:656:in load_config_initializer' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:614:inblock (2 levels) in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:in each' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:inblock in ' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in instance_exec' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:inrun' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:61:in block in run_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:ineach' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:in tsort_each_child' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:60:inrun_initializers' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:361:in initialize!' /var/www/vhosts/mywebsiteurl.com/httpdocs/config/environment.rb:14:in' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inblock in require' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:in load_dependency' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:337:in require_environment!' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:520:inblock in run_tasks_blocks' /var/www/vhosts/mywebsiteurl.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in `' Tasks: TOP => redmine:plugins:migrate => environment (See full trace by running task with --trace)

`

itnovative commented 5 years ago

When I remove redmine_bots plugin and try to install just the 2fa plugin I am also getting errors (the top one is obvious because it cannot find redmine_bots but why am I getting the other errors?

I have also tried older versions of the 2fa plugin (the ones that work with telegram) but I am getting comparable issues. I only need Google Authenticator, the sms and other options will not be used.

Can you help me?

rake aborted! LoadError: No such file to load -- /var/www/vhosts/somesite.site.com/httpdocs/plugins/redmine_bots/init.rb /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:378:inblock in require_or_load' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:in block in load_interlock' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:14:inblock in loading' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/concurrency/share_lock.rb:151:in exclusive' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies/interlock.rb:13:inloading' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:37:in load_interlock' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:356:inrequire_or_load' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:334:in depend_on' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:246:inrequire_dependency' /var/www/vhosts/somesite.site.com/httpdocs/plugins/redmine_2fa/init.rb:1:in ' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/somesite.site.com/httpdocs/lib/redmine/plugin.rb:173:inblock in load' /var/www/vhosts/somesite.site.com/httpdocs/lib/redmine/plugin.rb:164:in each' /var/www/vhosts/somesite.site.com/httpdocs/lib/redmine/plugin.rb:164:inload' /var/www/vhosts/somesite.site.com/httpdocs/config/initializers/30-redmine.rb:21:in ' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:inload' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in block in load' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:285:in load' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:657:inblock in load_config_initializer' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/notifications.rb:170:in instrument' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:656:inload_config_initializer' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:614:in block (2 levels) in ' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:ineach' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/engine.rb:613:in block in ' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:ininstance_exec' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in run' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:61:inblock in run_initializers' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:in each' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:50:intsort_each_child' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/initializable.rb:60:in run_initializers' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:361:ininitialize!' /var/www/vhosts/somesite.site.com/httpdocs/config/environment.rb:14:in ' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:inrequire' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in block in require' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:257:inload_dependency' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.2/lib/active_support/dependencies.rb:291:in require' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:337:inrequire_environment!' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/railties-5.2.2/lib/rails/application.rb:520:in block in run_tasks_blocks' /var/www/vhosts/somesite.site.com/httpdocs/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in' Tasks: TOP => redmine:plugins:migrate => environment (See full trace by running task with --trace)`

For your info, I am running Ruby 2.4.4-p296 Rails 5.2.2

wbeji commented 4 years ago

any update for the mentioned issue above, i'm facing the same issue.

vladislav-yashin commented 4 years ago

You need to install Redis, as it's required by Sidekiq. It's mentioned in Readme now: https://github.com/southbridgeio/redmine_bots/commit/796c0cf7af53a356c52f8cfa7ced21a576510a5f