ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Internal error 500 (`block in start_thread')

Added by Vincent HULOT at 2013-08-31 06:47 pm

Hi,

I have a little question about an error 500 which I receive when I click on a link. Check my logs please:
tail -f /var/www/..../log/production.log
app/views/my/blocks/_calendar.rhtml:8:in `_run_rhtml_app47views47my47blocks47_calendar46rhtml_locals_calendar_object_user'
app/views/my/page.rhtml:11:in `block in _run_rhtml_app47views47my47page46rhtml'
app/views/my/page.rhtml:8:in `each'
app/views/my/page.rhtml:8:in `_run_rhtml_app47views47my47page46rhtml'
<internal:prelude>:10:in `synchronize'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/usr/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'

I believe this is a Ruby error because of UTF8 encoding. I would like learn more please.

Thanks for your help,
best regards,

Vincent H.


Replies (1)

RE: Internal error 500 (`block in start_thread') - Added by Felix Schäfer at 2013-08-31 07:04 pm

Ce n'est malheureusement pas assez du log, il nous faudrait la trace entière de l'erreur. Essaie tail -n 50 /var/www/..../log/production.log, ça te donnera les 50 dernières lignes du log, il devrait être relativement aisé de voir ce qui semble aller ensemble.

(1-1/1)