Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeus won't fire up #419

Closed
biggless opened this issue Oct 25, 2013 · 10 comments
Closed

Zeus won't fire up #419

biggless opened this issue Oct 25, 2013 · 10 comments

Comments

@biggless
Copy link

When I do 'zeus start' only 'boot' is green.
When I try to run 'zeus s' in another console I'm getting this error:

user@localhost:~/Documents/projectname$ zeus s
/home/user/.rvm/gems/ruby-2.0.0-p247/gems/zeus-0.13.3/lib/zeus/rails.rb:95:in `default_bundle': uninitialized constant Zeus::Rails::Bundler (NameError)
@arzatskis
Copy link

Had the same issue with ruby 2.0 on OSX Mavericks. After switching back to 1.9.3 problem was gone

@poggs
Copy link

poggs commented Oct 27, 2013

I'm affected by this problem too, but on 2.0.0-p247 on Ubuntu. 1.9.3 works fine.

@redross
Copy link

redross commented Oct 28, 2013

Just installed Ubuntu 13.10 - same problem as @poggs . Though before I definitely used ruby 2.0.0 with zeus (not sure about exact version).

@mmozuras
Copy link

Don't have this problem on OSX Mavericks with:
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
Not sure if relevant: using rbenv instead rvm.

@redross
Copy link

redross commented Oct 28, 2013

Might be relevant, I'm using RVM.

@biggless
Copy link
Author

Uninstall all gems, then put zeus info Gemfile and make bundle install - works fine.
After 'gem update' - this error. Will try ruby 1.9.3.

@allenlsy
Copy link

allenlsy commented Nov 1, 2013

I used RVM ruby 2.0.0-p247. Rails 4.0.
I cannot do zeus start after gem install zeus

But if I add zeus to Gemfile, and bundle install, then I can run zeus start like before.

@jdrucza
Copy link

jdrucza commented Nov 11, 2013

I had a similar issue after upgrading to Mavericks and then I found separately that I had a version conflict with the json gem. A 'bundle update' fixed it.

@silasjmatson
Copy link

@jdrucza's advice to bundle update fixed the issue for me.

@latortuga
Copy link
Collaborator

Please try the updated version of zeus and open a new issue if this persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants