burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

I use gem 'aws-sdk-s3' and get error => slavenode.go:226: [development_environment] read unix ->: EOF #656

Open tw5475 opened 6 years ago

tw5475 commented 6 years ago

I use the gem into gemfile and carshed : gem 'aws-sdk-s3', '~> 1'

My zeus version is v0.15.14 ruby 2.1.10 Rails 3.2.22.1

If I use gem 'aws-sdk', '~> 3' that it is work .

longkt90 commented 6 years ago

@tw5475 Seem like this is an easy to fix and took me a few months to know what happened try to run zeus with log zeus --log /dev/stderr start, you would see why it crash. Most likely your case is the error You have already activated X, but your Gemfile requires Y

And the solution is to uninstall the wrong gem loaded :)