Error 500 when viewing files
Created by: brancz
Hi,
I installed gitlab (5.2) on a fresh wheezy machine with ldap auth, which mostly works perfectly however, when I want to view a file I get a 500 Internal Server Error. Reinstalling charlock did not resolve the issue. Neither was I able to find errors in logs. Any idea what else it could be?
Best regards FlowerPot
//edit I might have found something .. when I run the check, I get the error that Sidekiq is not running, however I don't see how that could influence me viewing a file and in my logs I can see that Sidekiq started without Problems
sidekiq.log
2013-05-28T11:15:57Z 23129 TID-bokc8 INFO: Booting Sidekiq 2.11.1 using redis://localhost:6379 with options {:namespace=>"resque:gitlab"} 2013-05-28T11:15:57Z 23129 TID-bokc8 INFO: Running in ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux] 2013-05-28T11:15:57Z 23129 TID-bokc8 INFO: See LICENSE and the LGPL-3.0 for licensing details. 2013-05-28T11:15:57Z 23129 TID-bokc8 INFO: Starting processing, hit Ctrl-C to stop
//edit2
I have absolutely no idea what I did but it somehow now works.