![]() |
[Solved] Error 503 after pushing code from SVN repository
Hello... I received (I had nothing to do with the development) a Ruby on Rails application which is running on production mode in a LightSpeed web Server v3.3.22.The application is using SVN version control.
I wanted to display a message in the site's homepage, so I changed the '..app/vies/layout/*.html.erb' that corresponded to the homepage. I deployed the updated/commited version from the SVN repository using Capistrano. The website was running fine, but after I deployed the code, I was getting the 503 Service Unavailable - The server is temporarily busy, try again later!. I checked the error.log/stderr.log files and there are no ERRORS. Here's what the server log from the lightspeed admin console shows: Code:
2012-09-05 18:56:42.563 NOTICE [142.104.83.67:49561-0#_AdminVHost] Content len: 0, Request line:Does the gems, ruby and rails versions being different in the development machine than in the server has an effect? Thanks for your replies |
Quote:
|
Thanks webizen... it turns out that when I check out the SVN repository, a file "database.yml" in the path 'my-rails-app/config/' isn't transferred. Once I copied it from a previous revision it worked just fine.
|
| All times are GMT -7. The time now is 05:51 AM. |