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

Could not boot #1

Open
StanBright opened this issue Sep 28, 2012 · 9 comments
Open

Could not boot #1

StanBright opened this issue Sep 28, 2012 · 9 comments

Comments

@StanBright
Copy link

Hi, I just tried this however zeus could not be started. It keeps waiting on "boot" phase.

I tried this along with zeus-0.12 and Rails-2.3.11 / on Mac.

On what platform do you use zeus-rails23?

Thanks!

@tyler-smith
Copy link
Owner

I'm on OSX Mountain Lion running Rails 2.3.14. I've been using pry-remote to help debug these types of things since Zeus doesn't bubble any errors.

All it does to boot is require your config/environment.rb so it shouldn't fail in boot if you can boot your app without it. Obviously this is very young and unstable so first reinstalling the gem (from github) and try again. If it still doesn't work and your app boots we'll have some more intense debugging to do.

@StanBright
Copy link
Author

I tried re-installing the gem from github along with the latest changes you've done.

Everything is in yellow [waiting] , when I try "zeus start". May be I'll have to upgrade to R2.3.14 and try again....

@tyler-smith
Copy link
Owner

What version of Rails are you on?

@StanBright
Copy link
Author

zeus-0.12 and Rails-2.3.11

@jemmyw
Copy link

jemmyw commented Oct 22, 2012

I get the same issue. Could it be to do with the version of Ruby (ree)?

@tyler-smith
Copy link
Owner

@jemmyw It could be REE. Probably not REE itself, but the fact that's Ruby 1.8.

@tleish
Copy link

tleish commented Nov 1, 2012

I also have the same issue

@fullofcaffeine
Copy link

Same thing here...

Starting Zeus server
[ready] [crashed] [running] [connecting] [waiting]
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    ├── test_environment
    │   ├── test_helper
    │   └── cucumber_environment
    └── development_environment
        └── prerake

Available Commands: [waiting] [crashed] [ready]
zeus test (alias: rspec, testrb)
zeus cucumber
zeus generate (alias: g)
zeus rake
zeus runner (alias: r)
zeus server (alias: s)
zeus dbconsole
zeus destroy (alias: d)
zeus console (alias: c)

Everything's yellow, and it stays like this forever.

@chipairon
Copy link

This happened to me when I started working in a new project because I forgot to provide a "custom_plan.rb". I copied my "zeus.json" from the old project but forgot the "custom_plan.rb".

Try "zeus init" to create those files and you should be good.

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

6 participants