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

not in actor scope #249

Closed
hermanccw opened this issue Jun 14, 2012 · 4 comments
Closed

not in actor scope #249

hermanccw opened this issue Jun 14, 2012 · 4 comments

Comments

@hermanccw
Copy link

just downloaded sidekiq and run bundle exec sidekiq in my app directory and get the following error. Am I missing something?

not in actor scope
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/celluloid-0.11.0/lib/celluloid/actor.rb:36:in `name'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/ZenTest-4.5.0/lib/ZenTest.rb:4:in `block in <top (required)>'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/ZenTest-4.5.0/lib/ZenTest.rb:3:in `each_object'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/ZenTest-4.5.0/lib/ZenTest.rb:3:in `<top (required)>'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:68:in `require'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `each'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `block in require'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `each'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `require'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.18/lib/bundler.rb:120:in `require'
/Users/hchan/development/ruby/betweenus/config/application.rb:9:in `<top (required)>'
/Users/hchan/development/ruby/betweenus/config/environment.rb:2:in `require'
/Users/hchan/development/ruby/betweenus/config/environment.rb:2:in `<top (required)>'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/sidekiq-2.0.2/lib/sidekiq/cli.rb:116:in `require'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/sidekiq-2.0.2/lib/sidekiq/cli.rb:116:in `boot_system'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/sidekiq-2.0.2/lib/sidekiq/cli.rb:63:in `parse'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/gems/sidekiq-2.0.2/bin/sidekiq:7:in `<top (required)>'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/bin/sidekiq:19:in `load'
/Users/hchan/.rvm/gems/ruby-1.9.2-p180/bin/sidekiq:19:in `<main>'
@mperham
Copy link
Collaborator

mperham commented Jun 14, 2012

Don't load ZenTest. It's breaking Celluloid.

@mperham mperham closed this as completed Jun 14, 2012
@hermanccw
Copy link
Author

@mperham how do I not load ZenTest?

@mperham
Copy link
Collaborator

mperham commented Jun 14, 2012

Put it in your :test group in your Gemfile.

@hermanccw
Copy link
Author

ah... I thought ZenTest was a dependency for sidekiq, turns out that's one of my "own" dependency. Sorry for the dumb question.

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

2 participants