When I try a newly created rails 1.2.6 application to mine surprise I got the following error: c:\Temp\Demo>ruby script\server => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire'': no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/ mongrel_service-0 .3.3-x86-mswin32-60/lib/mongrel_service/init.rb (MissingSourceFile) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_suppo rt/dependencies.rb:495:in `require'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_suppo rt/dependencies.rb:342:in `new_constants_in'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_suppo rt/dependencies.rb:495:in `require'' from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ gem_plugin.rb:1 34:in `load'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: 166:in `eac h'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: 166:in `eac h'' from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ gem_plugin.rb:1 12:in `load'' ... 11 levels... from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/ server.rb:3 9 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `ge m_original_require'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'' from script/server:3 Here is my environment: c:\Temp\Demo>ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] c:\Temp\Demo>rails -v Rails 1.2.6 c:\Temp\Demo>gem -v 0.9.5 mongrel (1.1.1) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yep, I have the same error; I''d be interested in finding out the answer as well. On Nov 29, 7:04 am, Dejan Dimic <dejan.di...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> When I try a newly created rails 1.2.6 application to mine surprise I > got the following error: > > c:\Temp\Demo>ruby script\server > => Booting Mongrel (use ''script/server webrick'' to force WEBrick) > => Rails application starting onhttp://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > Exiting > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_re > quire'': no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/ > mongrel_service-0 > .3.3-x86-mswin32-60/lib/mongrel_service/init.rb (MissingSourceFile) > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 27:in `re > quire'' > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > active_suppo > rt/dependencies.rb:495:in `require'' > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > active_suppo > rt/dependencies.rb:342:in `new_constants_in'' > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > active_suppo > rt/dependencies.rb:495:in `require'' > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > gem_plugin.rb:1 > 34:in `load'' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > 166:in `eac > h'' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > 166:in `eac > h'' > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > gem_plugin.rb:1 > 12:in `load'' > ... 11 levels... > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/ > server.rb:3 > 9 > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 27:in `ge > m_original_require'' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 27:in `re > quire'' > from script/server:3 > > Here is my environment: > > c:\Temp\Demo>ruby -v > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] > > c:\Temp\Demo>rails -v > Rails 1.2.6 > > c:\Temp\Demo>gem -v > 0.9.5 > > mongrel (1.1.1)--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
The error was not present on my ubuntu 7.10 server just on my XP. On Dec 1, 11:26 pm, Jimmy Schementi <jscheme...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yep, I have the same error; I''d be interested in finding out the > answer as well. > > On Nov 29, 7:04 am, Dejan Dimic <dejan.di...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > When I try a newly created rails 1.2.6 application to mine surprise I > > got the following error: > > > c:\Temp\Demo>ruby script\server > > => Booting Mongrel (use ''script/server webrick'' to force WEBrick) > > => Rails application starting onhttp://0.0.0.0:3000 > > => Call with -d to detach > > => Ctrl-C to shutdown server > > Exiting > > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > > `gem_original_re > > quire'': no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/ > > mongrel_service-0 > > .3.3-x86-mswin32-60/lib/mongrel_service/init.rb (MissingSourceFile) > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `re > > quire'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:495:in `require'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:342:in `new_constants_in'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:495:in `require'' > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > gem_plugin.rb:1 > > 34:in `load'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > 166:in `eac > > h'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > 166:in `eac > > h'' > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > gem_plugin.rb:1 > > 12:in `load'' > > ... 11 levels... > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/ > > server.rb:3 > > 9 > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `ge > > m_original_require'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `re > > quire'' > > from script/server:3 > > > Here is my environment: > > > c:\Temp\Demo>ruby -v > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] > > > c:\Temp\Demo>rails -v > > Rails 1.2.6 > > > c:\Temp\Demo>gem -v > > 0.9.5 > > > mongrel (1.1.1)--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You need to rename your latest installed mongrel 1.1.1 directory to be c:/ruby/lib/ruby/gems/1.8/gems/mongrel_service-0.3.3-x86-mswin32-60 because it could not find the actual installed mongrel directory. It should work after your installed directory is renamed. I hope this would help you getting mongrel running. Dan On Dec 1, 2:26 pm, Jimmy Schementi <jscheme...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yep, I have the same error; I''d be interested in finding out the > answer as well. > > On Nov 29, 7:04 am, Dejan Dimic <dejan.di...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> When I try a newly created rails 1.2.6 application to mine surprise I > > got the following error: > > > c:\Temp\Demo>ruby script\server > > => Booting Mongrel (use ''script/server webrick'' to force WEBrick) > > => Rails application starting onhttp://0.0.0.0:3000 > > => Call with -d to detach > > => Ctrl-C to shutdown server > > Exiting > > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > > `gem_original_re > > quire'': no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/ > > mongrel_service-0 > > .3.3-x86-mswin32-60/lib/mongrel_service/init.rb (MissingSourceFile) > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `re > > quire'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:495:in `require'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:342:in `new_constants_in'' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > active_suppo > > rt/dependencies.rb:495:in `require'' > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > gem_plugin.rb:1 > > 34:in `load'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > 166:in `eac > > h'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > 166:in `eac > > h'' > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > gem_plugin.rb:1 > > 12:in `load'' > > ... 11 levels... > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/ > > server.rb:3 > > 9 > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `ge > > m_original_require'' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > 27:in `re > > quire'' > > from script/server:3 > > > Here is my environment: > > > c:\Temp\Demo>ruby -v > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] > > > c:\Temp\Demo>rails -v > > Rails 1.2.6 > > > c:\Temp\Demo>gem -v > > 0.9.5 > > > mongrel (1.1.1)--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This solves my problem, for now. Thanks :-) On Dec 7, 8:47 pm, Sirius <sirius...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You need to rename your latest installed mongrel 1.1.1 directory to be > c:/ruby/lib/ruby/gems/1.8/gems/mongrel_service-0.3.3-x86-mswin32-60 > because it could not find the actual installed mongrel directory. It > should work after your installed directory is renamed. > > I hope this would help you getting mongrel running. > > Dan > > On Dec 1, 2:26 pm, Jimmy Schementi <jscheme...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Yep, I have the same error; I''d be interested in finding out the > > answer as well. > > > On Nov 29, 7:04 am, Dejan Dimic <dejan.di...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> When I try a newly created rails 1.2.6 application to mine surprise I > > > got the following error: > > > > c:\Temp\Demo>ruby script\server > > > => Booting Mongrel (use ''script/server webrick'' to force WEBrick) > > > => Rails application starting onhttp://0.0.0.0:3000 > > > => Call with -d to detach > > > => Ctrl-C to shutdown server > > > Exiting > > > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > > > `gem_original_re > > > quire'': no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/ > > > mongrel_service-0 > > > .3.3-x86-mswin32-60/lib/mongrel_service/init.rb (MissingSourceFile) > > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > 27:in `re > > > quire'' > > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > > active_suppo > > > rt/dependencies.rb:495:in `require'' > > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > > active_suppo > > > rt/dependencies.rb:342:in `new_constants_in'' > > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ > > > active_suppo > > > rt/dependencies.rb:495:in `require'' > > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > > gem_plugin.rb:1 > > > 34:in `load'' > > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > > 166:in `eac > > > h'' > > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb: > > > 166:in `eac > > > h'' > > > from c:/ruby/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/ > > > gem_plugin.rb:1 > > > 12:in `load'' > > > ... 11 levels... > > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/ > > > server.rb:3 > > > 9 > > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > 27:in `ge > > > m_original_require'' > > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > 27:in `re > > > quire'' > > > from script/server:3 > > > > Here is my environment: > > > > c:\Temp\Demo>ruby -v > > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] > > > > c:\Temp\Demo>rails -v > > > Rails 1.2.6 > > > > c:\Temp\Demo>gem -v > > > 0.9.5 > > > > mongrel (1.1.1)--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This solved it for me: gem install mongrel_service -v0.3.3 --include-dependencies --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---