Connecting to database specified by database.yml OpenIdAuthentication.store is nil. Using in-memory store. Creating scope :sorted. Overwriting existing method Group.sorted. Creating scope :sorted. Overwriting existing method User.sorted. Started GET "/redmine/" for 192.xxx.xxx.146 at 2013-05-13 16:57:08 +0000 Started GET "/redmine" for 127.0.0.1 at 2013-05-13 16:57:08 +0000 Processing by WelcomeController#index as HTML Started GET "/redmine" for 127.0.0.1 at 2013-05-13 16:57:08 +0000 Processing by WelcomeController#index as HTML Current user: anonymous Processing by WelcomeController#index as HTML Current user: anonymous Current user: anonymous Rendered welcome/index.html.erb within layouts/base (337.7ms) Completed 200 OK in 1019ms (Views: 402.3ms | ActiveRecord: 86.9ms) Rendered welcome/index.html.erb within layouts/base (291.6ms) Completed 200 OK in 944ms (Views: 337.1ms | ActiveRecord: 89.3ms) Rendered welcome/index.html.erb within layouts/base (175.5ms) Completed 200 OK in 827ms (Views: 212.6ms | ActiveRecord: 60.9ms) Started GET "/redmine/login" for 192.xxx.xxx.146 at 2013-05-13 16:57:11 +0000 Processing by AccountController#login as HTML Current user: anonymous Rendered account/login.html.erb within layouts/base (6.2ms) Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 1.4ms) Started POST "/redmine/login" for 192.xxx.xxx.146 at 2013-05-13 16:57:17 +0000 Processing by AccountController#login as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LhdROwhVvm4/V73za6Uz31PIygEIFXARo6O7JWunNNo=", "back_url"=>"http://192.xxx.xxx.6/redmine/", "username"=>"testing", "password"=>"[FILTERED]", "login"=>"Login »"} Current user: anonymous Completed 500 Internal Server Error in 3232ms Errno::EACCES (Permission denied - /opt/bitnami/apps/redmine/htdocs/tmp/ldap_cache/1/dyngroups): app/controllers/account_controller.rb:166:in `password_authentication' app/controllers/account_controller.rb:161:in `authenticate_user' app/controllers/account_controller.rb:32:in `login'