Guest User

Untitled

a guest
Apr 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. kmarsh@storage_a:~/tmp/amqp-0.6.0$ ruby examples/mq/simple-ack.rb
  2. /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/em/connection.rb:39:in `new': undefined method `associate_callback_target' for #<#<Class:0x838e3cc>:0x838e2f0> (NoMethodError)
  3. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/em/connection.rb:36:in `instance_eval'
  4. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/em/connection.rb:36:in `new'
  5. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:720:in `bind_connect'
  6. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:692:in `connect'
  7. from /export/home/kmarsh/tmp/amqp-0.6.0/lib/amqp/client.rb:177:in `connect'
  8. from /export/home/kmarsh/tmp/amqp-0.6.0/lib/amqp.rb:23:in `connect'
  9. from /export/home/kmarsh/tmp/amqp-0.6.0/lib/amqp.rb:82:in `start'
  10. from /export/home/kmarsh/tmp/amqp-0.6.0/lib/ext/em.rb:17:in `call'
  11. ... 15 levels...
  12. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/pr_eventmachine.rb:318:in `run'
  13. from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/pr_eventmachine.rb:64:in `run_machine'
  14. from /export/home/kmarsh/tmp/amqp-0.6.0/lib/ext/em.rb:26:in `run'
  15. from examples/mq/simple-ack.rb:10
Add Comment
Please, Sign In to add comment