我的日志上的Stomp :: Error :: NoCurrentConnection

时间:2013-11-21 06:00:02

标签: ruby jruby

我的日志给出错误:

Caused by: org.jruby.exceptions.RaiseException: (NoCurrentConnection) Stomp::Error::NoCurrentConnection
    at RUBY.subscribe(/home/ubuntu/sw/jruby-1.7.4/lib/ruby/gems/shared/gems/stomp-1.2.14/lib/stomp/connection.rb:273)
    at RUBY.subscribe(/usr/share/mcollective/plugins/mcollective/connector/activemq.rb:278)
    at RUBY.subscribe(/home/ubuntu/sw/jruby-1.7.4/lib/ruby/gems/shared/gems/mcollective-client-2.2.4/lib/mcollective/util.rb:206)
    at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1617)

这是jruby -S gem list --local

的输出
*** LOCAL GEMS ***
json (1.8.1 java)
mcollective-client (2.2.4)
rake (10.0.3)
stomp (1.2.14)
systemu (2.5.2)

我想确认我的宝石版本是否正确。

1 个答案:

答案 0 :(得分:0)

请参阅http://projects.puppetlabs.com/issues/17384

我们也遇到了这个问题,并将mcollective-common从2.2.4更新到2.3.3,问题解决了。

希望这有帮助。