Hi, I''m trying to install and use activewebservice on Rails 2.0.2(using instantrails) the gem install activewebservice finished succesfully. walked through the steps listed at: http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/ when I try to start mongrel I get the following trace ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:478:in `const_missing'': uninitialized constant ActionWebServi ce::Base::Reloadable (NameError) from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ action_web_service/base .rb:36 from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `gem_original_require'' from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `require'' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:496:in `require'' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:342:in `new_constants_in'' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:496:in `require'' from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ action_web_service.rb:3 9 from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `gem_original_require'' ... 22 levels... from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/../lib/mongrel/command.rb:212:in `run'' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/mongrel_rails:281 from E:/InstantRails/ruby/bin/mongrel_rails:19:in `load'' from E:/InstantRails/ruby/bin/mongrel_rails:19 does anyone have an idea why this happens? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Apr-19 16:14 UTC
Re: Problem with Active Web Service on InstantRails
On 19 Apr 2008, at 14:59, danl wrote:> > Hi, > > I''m trying to install and use activewebservice on Rails 2.0.2(using > instantrails) > the gem install activewebservice finished succesfully. > > walked through the steps listed at: > http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/ > when I try to start mongrel I get the following trace >I wrote that :-). I didn''t use actionwebservice from gems though, I got the source straight from svn. If the version of actionwebservice in gems is older than that it could explain the problem. Fre> ** Starting Mongrel listening at 0.0.0.0:3000 > ** Starting Rails with development environment... > E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_suppo > rt/dependencies.rb:478:in `const_missing'': uninitialized constant > ActionWebServi > ce::Base::Reloadable (NameError) > from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ > action_web_service/base > .rb:36 > from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require > .rb:27:in `gem_original_require'' > from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require > .rb:27:in `require'' > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ > activesupport-2.0.2/lib > /active_support/dependencies.rb:496:in `require'' > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ > activesupport-2.0.2/lib > /active_support/dependencies.rb:342:in `new_constants_in'' > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ > activesupport-2.0.2/lib > /active_support/dependencies.rb:496:in `require'' > from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ > action_web_service.rb:3 > 9 > from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require > .rb:27:in `gem_original_require'' > ... 22 levels... > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- > x86-mswin > 32/bin/../lib/mongrel/command.rb:212:in `run'' > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- > x86-mswin > 32/bin/mongrel_rails:281 > from E:/InstantRails/ruby/bin/mongrel_rails:19:in `load'' > from E:/InstantRails/ruby/bin/mongrel_rails:19 > > does anyone have an idea why this happens? > > Thanks. > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---