Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal server error after server start up and I try to make any request or even click on ''about your applications environment''. Am I missing something simple? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Dec 14, 2007 4:01 PM, Larry Erickson <Larry.Erickson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal > server error after server start up and I try to make any request or > even click on ''about your applications environment''. Am I missing > something simple?What do the logs say about the error? -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---
On Dec 14, 5:10 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Dec 14, 2007 4:01 PM, Larry Erickson <Larry.Erick...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal > > server error after server start up and I try to make any request or > > even click on ''about your applications environment''. Am I missing > > something simple? >I was getting this. I read on a site that you needed to delete everything in your tmp/sessions folder. I didn''t have anything in there. But stopping and restarting the server fixed it for me. I was going back and forth between 1.2.6 and 2.0.1 and each time I started 2.0.1 I had to start and restart it twice. Greg DeVore --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, you''ll also need to be aware of the error messages that are generated in the shell. I had to make the following changes from memory: a) remove config.breakpoints line in the development.rb b) add the line that mongrel spits out to the config section within environment.rb Note: This will happen when you try to make a request. c) 1.2.6 to 2.0.1 inside the environment.rb d) execute "rake rails:update" in the root directory of your rails application. e) start mongrel and you should be good to go -Conrad On 12/14/07, gdevore <greg.devore-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > > On Dec 14, 5:10 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On Dec 14, 2007 4:01 PM, Larry Erickson <Larry.Erick...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > > > > Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal > > > server error after server start up and I try to make any request or > > > even click on ''about your applications environment''. Am I missing > > > something simple? > > > > I was getting this. I read on a site that you needed to delete > everything in your tmp/sessions folder. I didn''t have anything in > there. But stopping and restarting the server fixed it for me. I was > going back and forth between 1.2.6 and 2.0.1 and each time I started > 2.0.1 I had to start and restart it twice. > > Greg DeVore > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> Hi, you''ll also need to be aware of the error messages that are generated in > the shell. I had to make the following changes from memory:f) set config.action_controller.session in config/environment.rb and make sure secret is at least 30 chars long. The easiest is to do: rake log:clear tail -f log/development and hit your homepage. The log is pretty good about what you need to change.> > a) remove config.breakpoints line in the development.rb > b) add the line that mongrel spits out to the config section within > environment.rb > Note: This will happen when you try to make a request. > c) 1.2.6 to 2.0.1 inside the environment.rb > d) execute "rake rails:update" in the root directory of your rails > application. > e) start mongrel and you should be good to go > > -Conrad > > On 12/14/07, gdevore <greg.devore-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> >> >> >> On Dec 14, 5:10 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> On Dec 14, 2007 4:01 PM, Larry Erickson <Larry.Erick...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> wrote: >>> >>> >>> >>>> Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal >>>> server error after server start up and I try to make any request or >>>> even click on ''about your applications environment''. Am I missing >>>> something simple? >>> >> >> I was getting this. I read on a site that you needed to delete >> everything in your tmp/sessions folder. I didn''t have anything in >> there. But stopping and restarting the server fixed it for me. I was >> going back and forth between 1.2.6 and 2.0.1 and each time I started >> 2.0.1 I had to start and restart it twice. >> >> Greg DeVore >>> >> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, I had the same issue from my Ubuntu7.10, since like we need to configure somewhere before starting, I have no idea what to do as well. Br, Xi On 12月14日, 下午11时01分, Larry Erickson <Larry.Erick...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Trying to upgrade from 1.2.6 to 2.0.1 and I am getting a 500 internal > server error after server start up and I try to make any request or > even click on ''about your applications environment''. Am I missing > something simple?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---