Actions
Defect #20105
closed!! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I've tried to install redmine on a current debian with thin and nginx.
Requests to the Url result in 502 Bad Gateway.
The thin log looks like this:
root@srv:/srv/nginx/foo/redmine# tail -f /var/log/thin/redmine.0.log !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
Updated by C. R. almost 10 years ago
More detailed logfile:
root@srv:/var/log/thin# cat redmine.0.log >> Writing PID to /var/run/thin/redmine.0.pid >> Changing process privilege to www-data:www-data >> Using rack adapter >> Thin web server (v1.3.1 codename Triple Espresso) >> Maximum connections set to 1024 >> Listening on /var/run/thin/redmine.0.sock, CTRL+C to stop !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
Updated by C. R. almost 10 years ago
- Status changed from New to Resolved
This seems to be related to thin, not to redmine itself...
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
OK, thanks for the feedback.
Actions