LoadError:没有要加载的文件 - openssl / dummy

时间:2013-09-03 13:06:57

标签: ruby ubuntu amazon-web-services rubygems jruby

我正在尝试运行一个jruby应用程序。每当我启动jruby脚本时,应用程序都会抛出一个错误,表示

  

LoadError:没有要加载的文件 - openssl / dummy(root)at   /home/ubuntu/.rvm/gems/jruby-1.7.3/gems/jruby-openssl-0.8.2/lib/shared/jruby-openssl.rb:15   需要在org / jruby / RubyKernel.java:1027(root)at   /home/ubuntu/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:1        每个在org / jruby / RubyArray.java:1613需要/home/ubuntu/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72        每个在org / jruby / RubyArray.java:1613需要/home/ubuntu/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70   要求在   /home/ubuntu/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59   要求在   /home/ubuntu/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler.rb:132   需要在org / jruby / RubyKernel.java:1027需要at   /home/ubuntu/.rvm/rubies/jruby-1.7.3/lib/ruby/shared/rubygems/custom_require.rb:36   (root)athome/ubuntu/apps/autocaller/config/application.rb:13
  需要在org / jruby / RubyKernel.java:1027需要at   /home/ubuntu/.rvm/rubies/jruby-1.7.3/lib/ruby/shared/rubygems/custom_require.rb:36   (root)athome/ubuntu/apps/autocaller/script/autocall.rb:17

jruby verion是1.7.3 ruby版本是1.9.3p385 我该如何解决这个问题。我很多天都在努力解决这个问题。请帮帮我

1 个答案:

答案 0 :(得分:1)

Run a bundle update to upgrade jruby-openssl to 0.9.4.