Redmine not loading pages.
Added by priyadarshee kumar almost 14 years ago
I am now running redmine on mongrel cluster and starts up the service by the single following command:
ruby script/server -e production -p 3001 in the redmine directory.
But it boots up the mongrel cluster and runs fine. But after some times the site stops loading pages and I have to kill the ruby service and then rerun the command to run redmine.
So how will solve this permanently ?
Replies (2)
RE: Redmine not loading pages. - Added by priyadarshee kumar almost 14 years ago
priyadarshee kumar wrote:
I am now running redmine on mongrel cluster and starts up the service by the single following command:
ruby script/server -e production -p 3001 in the redmine directory.
But it boots up the mongrel cluster and runs fine. But after some times the site stops loading pages and I have to kill the ruby service and then rerun the command to run redmine.
So how will solve this permanently ?
After running the command it gives the following to stdout:
- Ruby version is not up-to-date; loading cgi_multipart_eof_fix
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3001
=> Call with -d to detach
=> Ctrl-C to shutdown server
RE: Redmine not loading pages. - Added by priyadarshee kumar almost 14 years ago
Another symptom,
when I exit the shell from which the command had run, then the website ldoesnot load.
And if I exit the shell the service should be closed ot shut down, but it loads after 5/6 times refresh each time.