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