Hi I have just uploaded a site from my pc to a railsplayground server. Everthing was working fine on my pc when i uploaded the site however that its on the remote server i get Application error Rails application failed to start properly Heres what i have done 1. Created an app on the Railsplayground server 2. Cleared out that app folder. 3. Uploaded my app in its place. 4. Created my db 5. Set up the my YML files 6. Run migration Is there something i have missed? Thanks for any help in advance... Google has been unable to provide an answer thus far and i am getting kind of desprate -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
On 10/27/06, Stewart <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I have just uploaded a site from my pc to a railsplayground server. > Everthing was working fine on my pc when i uploaded the site however > that its on the remote server i get > > Application error > Rails application failed to start properly > > Heres what i have done > > 1. Created an app on the Railsplayground server > 2. Cleared out that app folder. > 3. Uploaded my app in its place. > 4. Created my db > 5. Set up the my YML files > 6. Run migrationWhat is in your log files? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
JDL wrote:> On 10/27/06, Stewart <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> 2. Cleared out that app folder. >> 3. Uploaded my app in its place. >> 4. Created my db >> 5. Set up the my YML files >> 6. Run migration > > What is in your log files?okay, you''ll have to excuse my ignorance here are you referring to the rails log or the Apache log? I am 99% sure that this error is not being written to the rails log as I just checked it then. I am also not sure how I would go about retrieving my Apache log if that''s in fact what you are referring to. Do you mean the Apache log? -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Either log file could provide clues. In the past i''ve had problems like this caused by things like not being able to write to tmp/sessions (In my particular case that was because the files/folders were owned by me, but the rails app was being run by apache), or by the sessions folder containing old sessions that rails couldn''t unserialize Fred -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Fred wrote:> Either log file could provide clues. > In the past i''ve had problems like this caused by things like not being > able to write to tmp/sessions (In my particular case that was because > the files/folders were owned by me, but the rails app was being run by > apache), or by the sessions folder containing old sessions that rails > couldn''t unserialize > > FredThanks for your posts I was able to work out that it was my shebang line and some permissions where off as well -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---