Bharath Chunchu
2008-Jan-23 12:05 UTC
Failed to load Rails: Could not find RubyGem jruby-openssl
Hi, I am new to Rails.I am trying to run rails application in Tomcat. I am getting the fallowing error. INFO: Failed to load Rails: Could not find RubyGem jruby-openssl (>0.0.0) But I have installed JRuby-openssl . It is not packing JRuby-openssl.gem while making the war file. Can anybody tell me please? Thanks Bharath. Jan 23, 2008 3:38:26 PM org.apache.catalina.core.ApplicationContext log INFO: Failed to load Rails: Could not find RubyGem jruby-openssl (>0.0.0) C:/Tomcat-5.5.12/webapps/Workorders/WEB-INF/gems/gems/rails-2.0.2/lib/in itializer.rb:159:in `require_frameworks'' C:/Tomcat-5.5.12/webapps/Workorders/WEB-INF/gems/gems/rails-2.0.2/lib/in itializer.rb:88:in `process'' C:/Tomcat-5.5.12/webapps/Workorders/WEB-INF/gems/gems/rails-2.0.2/lib/in itializer.rb:49:in `send'' C:/Tomcat-5.5.12/webapps/Workorders/WEB-INF/gems/gems/rails-2.0.2/lib/in itializer.rb:49:in `run'' C:/Tomcat-5.5.12/webapps/Workorders//config/environment.rb:20 :1 javax.servlet.ServletException: Could not load Rails. See the logs for more deta ils. at org.jruby.webapp.RailsFactory.makeObject(RailsFactory.java:137) at org.jruby.webapp.util.CustomObjectPool.addObjectInternal(CustomObject Pool.java:111) at org.jruby.webapp.util.CustomObjectPool.access$200(CustomObjectPool.ja va:15) at org.jruby.webapp.util.CustomObjectPool$PoolSizeManager.run(CustomObje ctPool.java:193) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Nick Sieger
2008-Jan-24 04:17 UTC
Re: Failed to load Rails: Could not find RubyGem jruby-openssl
On Jan 23, 2008 6:05 AM, Bharath Chunchu <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > I am new to Rails.I am trying to run rails application in Tomcat. > I am getting the fallowing error. > > INFO: Failed to load Rails: Could not find RubyGem jruby-openssl (>> 0.0.0) > > But I have installed JRuby-openssl . It is not packing JRuby-openssl.gem > while making the war file. > > Can anybody tell me please?What did you use to package the war file? Either way, you''ll need to tell Goldspike or Warbler about the gem so that it gets included in the war. /Nick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Bharath Chunchu
2008-Jan-24 14:07 UTC
Re: Failed to load Rails: Could not find RubyGem jruby-openssl
Nick Sieger wrote:> On Jan 23, 2008 6:05 AM, Bharath Chunchu > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> >> Can anybody tell me please? > > What did you use to package the war file? Either way, you''ll need to > tell Goldspike or Warbler about the gem so that it gets included in > the war. > > /NickThanks for your reply. I am using Goldspike for packaging the war file.Which file do I need to update in Goldspike to add new gem. Thanks, bharath. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---