Project

General

Profile

unexpected stop redmine

Added by Benoit LM almost 10 years ago

Hi,

I have a problem with unexpected stop redmine process. Nothing trace in "production.log".

My environment:
/appli/redmine# ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
/appli/redmine# rails --version
Rails 3.2.17
/appli/redmine# /opt/mysql/bin/mysqld -V
/opt/mysql/bin/mysqld Ver 5.6.14 for linux-glibc2.5 on x86_64 (MySQL Community Server (GPL))
/appli/redmine# RAILS_ENV=production script/about
sh: 1: svn: not found
sh: 1: darcs: not found
sh: 1: cvs: not found
sh: 1: bzr: not found
sh: 1: git: not found
Environment:
Redmine version 2.5.1.stable
Ruby version 1.8.7-p352 (2011-06-30) [x86_64-linux]
Rails version 3.2.17
Environment production
Database adapter Mysql2
SCM:
Mercurial 2.0.2
Filesystem
Redmine plugins:
redmine_mylyn_connector 2.8.2.stable

In attachment, the log file "production.log" in debug mode with trace between start and crash.

Could help me to identify the problem ?

Thanks in advanced for your help.

Regards,


Replies (3)

RE: unexpected stop redmine - Added by Benoit LM almost 10 years ago

Nothing to help me ?

RE: unexpected stop redmine - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Hello Benoit,

Did you check you Apache log?
You could also try to start your instance with Webrick to see.

Cheers,

RE: unexpected stop redmine - Added by Benoit LM almost 10 years ago

Hi Martin,

and thanks for this suggestion. :)

In fact, I use Webrick since the start that I use Redmine with mod_proxy Apache, and it seems that it's not the good way for production environment. I haven't reading correctly the installation insrtuctions ==>

Note: Webrick is not suitable for production use, please only use webrick for testing that the installation up to this point is functional. Use one of the many other guides in this wiki to setup redmine to use either Passenger (aka mod_rails), FCGI or a Rack server (Unicorn, Thin, Puma, hellip;) to serve up your redmine.

I just to install Phusion Passenger Module on Apache and it's work fine. Now, I monitor my Apache instance to see if all work fine.

Regards,

    (1-3/3)