We have a JRuby on Rails applications which runs fine until a certain moment.
Then suddenly Tocmat returns a 500 error for about 14 minutes (we've put a redirect to the login page in the 500 error html page). The redirect to the login page returns a 500 error again (so there's a loop for about 14 minutes).
We have no idea what is causing this. From the logs there's not much to be found except for this:
Started GET "/CyberTrack/fr/login?error=true" for 192.168.208.155 at 2015-11-05 17:34:12 +0100 2015-11-05 17:34:12 FATAL Encoding::CompatibilityError (incompatible encodings: UTF-8 and Windows-1252): app/controllers/application_controller.rb:61:in `log_info'
But if that's the cause, then why does the application suddenly start working again after 14 minutes...