Project

General

Profile

Redmine Internal Error after idle time

Added by Philip Gasser over 13 years ago

Hi all

We had to migrate our redmine server so i done a fresh install of Redmine 1.0.0 on Solaris 10. After some Idle time, the Server gives a Redmine 500 Error.
Ruby Version:
1.8.7
Rails Version:
2.3.5
Rack Version:
1.0.1
mySQL Version:
5.0
Apache Version:
2.0

I found this issue:
http://rubyforge.org/forum/message.php?msg_id=25588
But the mySQL timeouts seems not to be the problem. Here my redmine database.yml:
@
  1. MySQL (default setup).

production:
adapter: mysql
database: redmine
timeout: 3600
host: localhost
username: *********
password: *********
encoding: utf8
reconnect: true
@

The timeout and reconnect statement was added to avoid the problem, but it didnt work. Nothing is logged by apache or redmine when the error occurs.

Any ideas how to get this problem fixed?

Im doing a cron based restart of firefox at the moment once a day to avoid the error.

Greez