Hi,
I have my rails application deployed on a 32-bit machine and I''m
trying to move it to a 64-bit machine. Thing is, I have rails and gem
installed in my home directory. I re-installed mongrel and
mongrel_cluster on the 64-bit machine. But when I issue any
mongrel_rails command, it hangs until I interrupt it with a ctrl+c,
upon which I get the following dump:
me@64bitmachine$ mongrel_rails -
** Ruby version is not up-to-date; loading cgi_multipart_eof_fix
/home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel/gems.rb:8:in
`require'': Interrupt
        from /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel.rb:
17
        from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in
`gem_original_require''
        from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in
`require''
        from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11
        from /home/me/mygems/bin/mongrel_rails:19:in `load''
        from /home/me/mygems/bin/mongrel_rails:19
Does anyone have an idea as to what is going wrong here?
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
-~----------~----~----~----~------~----~------~--~---
Are you running the latest ruby for you environment? What is you OS? - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Wed, Jan 14, 2009 at 11:58 PM, amrita <amrita.pati-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > I have my rails application deployed on a 32-bit machine and I''m > trying to move it to a 64-bit machine. Thing is, I have rails and gem > installed in my home directory. I re-installed mongrel and > mongrel_cluster on the 64-bit machine. But when I issue any > mongrel_rails command, it hangs until I interrupt it with a ctrl+c, > upon which I get the following dump: > > me@64bitmachine$ mongrel_rails - > ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix > /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel/gems.rb:8:in > `require'': Interrupt > from /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 17 > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > `gem_original_require'' > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > `require'' > from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11 > from /home/me/mygems/bin/mongrel_rails:19:in `load'' > from /home/me/mygems/bin/mongrel_rails:19 > > Does anyone have an idea as to what is going wrong here? > > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
OS is Debian Linux. Ruby version is 1.8.5 [x86_64-linux] Thanks! On Jan 15, 4:21 am, "Maurício Linhares" <mauricio.linha...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Are you running the latest ruby for you environment? What is you OS? > - > Maurício Linhareshttp://alinhavado.wordpress.com/(pt-br) |http://blog.codevader.com/(en) > > On Wed, Jan 14, 2009 at 11:58 PM, amrita <amrita.p...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > I have my rails application deployed on a 32-bit machine and I''m > > trying to move it to a 64-bit machine. Thing is, I have rails and gem > > installed in my home directory. I re-installedmongreland > > mongrel_cluster on the 64-bit machine. But when I issue any > > mongrel_rails command, it hangs until I interrupt it with a ctrl+c, > > upon which I get the following dump: > > > me@64bitmachine$ mongrel_rails - > > ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix > > /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel/gems.rb:8:in > > `require'': Interrupt > > from /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > > 17 > > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > > `gem_original_require'' > > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > > `require'' > > from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11 > > from /home/me/mygems/bin/mongrel_rails:19:in `load'' > > from /home/me/mygems/bin/mongrel_rails:19 > > > Does anyone have an idea as to what is going wrong here? > > > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Shift to Ruby 1.8.7 (http://www.ruby-lang.org/en/downloads/) rather than the inbuilt 1.8.5 this should solve your problem NAYAK On Thu, Jan 15, 2009 at 9:31 PM, amrita <amrita.pati@gmail.com> wrote:> > OS is Debian Linux. Ruby version is 1.8.5 [x86_64-linux] > > Thanks! > > On Jan 15, 4:21 am, "Maurício Linhares" <mauricio.linha...@gmail.com> > wrote: > > Are you running the latest ruby for you environment? What is you OS? > > - > > Maurício Linhareshttp://alinhavado.wordpress.com/(pt-br)<http://alinhavado.wordpress.com/%28pt-br%29>| > http://blog.codevader.com/(en) <http://blog.codevader.com/%28en%29> > > > > On Wed, Jan 14, 2009 at 11:58 PM, amrita <amrita.p...@gmail.com> wrote: > > > > > Hi, > > > > > I have my rails application deployed on a 32-bit machine and I'm > > > trying to move it to a 64-bit machine. Thing is, I have rails and gem > > > installed in my home directory. I re-installedmongreland > > > mongrel_cluster on the 64-bit machine. But when I issue any > > > mongrel_rails command, it hangs until I interrupt it with a ctrl+c, > > > upon which I get the following dump: > > > > > me@64bitmachine$ mongrel_rails - > > > ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix > > > /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel/gems.rb:8:in > > > `require': Interrupt > > > from /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > > > 17 > > > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > > > `gem_original_require' > > > from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in > > > `require' > > > from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11 > > > from /home/me/mygems/bin/mongrel_rails:19:in `load' > > > from /home/me/mygems/bin/mongrel_rails:19 > > > > > Does anyone have an idea as to what is going wrong here? > > > > > Thanks! > > >-- - NAYAK --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---