ruby on rails - Unicorn restart error -
when tried restart unicorn throws following error
couldn't reload, starting 'cd /var/www/myapp; bundle exec unicorn -d -c /var/www/myapp/config/unicorn.rb -e production' instead /var/www/myapp/vendor/bundle/ruby/2.2.0/gems/kgio-2.10.0/lib/kgio.rb:31:in `require': incompatible library version - /var/www/myapp/vendor/bundle/ruby/2.2.0/gems/kgio-2.10.0/lib/kgio_ext.so (loaderror)
can me out why getting error , how resolve it?
i had troubled similar issue & fixed below way
listen 3000, reuseport: true
reuseport: true
unicorn.rb
i think
Comments
Post a Comment