Hi all, I am getting the following error while running ruby script/server Same error is also coming even when ruby script/console......... ./script/../config/boot.rb:45:in `require'': no such file to load -- ./script/../config/../vendor/rails/railties/lib/initializer (LoadError) from ./script/../config/boot.rb:45:in `load_initializer'' from ./script/../config/boot.rb:38:in `run'' from ./script/../config/boot.rb:11:in `boot!'' from ./script/../config/boot.rb:109 from script/server:2:in `require'' from script/server:2 Any idea???? -- Thanks & Regards Jitendra Sharma --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sounds like you''ve got a botched freeze ( eg an empty vendor/ rails directory) Sent from my iPhone On 6 Sep 2008, at 12:33, "Jitendra Sharma" <er.jitendrasharma111-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote:> Hi all, > I am getting the following error while running ruby > script/server > Same error is also coming even when ruby script/ > console......... > ./script/../config/boot.rb:45:in `require'': no such file to load > -- ./script/../config/../vendor/rails/railties/lib/initializer > (LoadError) > from ./script/../config/boot.rb:45:in `load_initializer'' > from ./script/../config/boot.rb:38:in `run'' > from ./script/../config/boot.rb:11:in `boot!'' > from ./script/../config/boot.rb:109 > from script/server:2:in `require'' > from script/server:2 > > Any idea???? > > -- > Thanks & Regards > > Jitendra Sharma > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
yup i delete it and problem has been resolved... :) Thanks On Sat, Sep 6, 2008 at 5:24 PM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Sounds like you''ve got a botched freeze ( eg an empty vendor/ rails > directory) > > Sent from my iPhone > > On 6 Sep 2008, at 12:33, "Jitendra Sharma" <er.jitendrasharma111-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > wrote: > > > Hi all, > > I am getting the following error while running ruby > > script/server > > Same error is also coming even when ruby script/ > > console......... > > ./script/../config/boot.rb:45:in `require'': no such file to load > > -- ./script/../config/../vendor/rails/railties/lib/initializer > > (LoadError) > > from ./script/../config/boot.rb:45:in `load_initializer'' > > from ./script/../config/boot.rb:38:in `run'' > > from ./script/../config/boot.rb:11:in `boot!'' > > from ./script/../config/boot.rb:109 > > from script/server:2:in `require'' > > from script/server:2 > > > > Any idea???? > > > > -- > > Thanks & Regards > > > > Jitendra Sharma > > > > > > > > > > > > > > > > > > >-- Thanks & Regards Jitendra Sharma --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- Unable to start rail application at localhost
- Re: [Rails-core] Re: (Unable to start rails application) ruby scipt/server error
- [PATCH] regress: Fix possible memleaks
- Update README doc to include missing test cases
- [Bug 3068] New: Duplicate code in sshkey_load_private() function