Redmine mongrel process disappears.
Added by Leszek Master about 11 years ago
I've got a problem with redmine started on mongrel. The process is closed and i've got a message in apport:
ERROR: apport (pid 11659) Mon Nov 18 10:50:38 2013: called for pid 11404, signal 6
ERROR: apport (pid 11659) Mon Nov 18 10:50:38 2013: executable: /usr/bin/ruby1.8 (command line "ruby script/rails server mongrel -b 0.0.0.0 -e production -d")
ERROR: apport (pid 11659) Mon Nov 18 10:50:38 2013: is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment
ERROR: apport (pid 11659) Mon Nov 18 10:51:15 2013: wrote report /var/crash/_usr_bin_ruby1.8.1000.crash
The problem reproduces 1-2 times a day. What can i do to solve my problem ? I can start manually new ruby process but it isn't solving my problem. I need full resolution to my problem. Please help.
I'm using Ubuntu 12.04.3 LTS
Replies (2)
RE: Redmine mongrel process disappears. - Added by Jan Niggemann (redmine.org team member) about 11 years ago
wrote report /var/crash/_usr_bin_ruby1.8.1000.crash
I imagine apport is some kind of crash reporting tool? What are the contents of that file?
RE: Redmine mongrel process disappears. - Added by Leszek Master about 11 years ago
Link to the content of this file:
The rest of the crash file was an 4 mln lines of base64 encodec stuff.
Any ideas?