Project

General

Profile

Defect #2384 » redmine.log

log... - Michał Lipski, 2008-12-23 01:06

 
1
# Logfile created on Tue Dec 23 00:49:49 +0100 2008DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead.  See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /usr/lib/redmine/vendor/plugins/actionwebservice/init.rb:4)
2
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead.  See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /usr/lib/redmine/vendor/plugins/actionwebservice/init.rb:4)
3
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead.  See http://www.rubyonrails.org/deprecation for details. (called from /usr/lib/redmine/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:143)
4

    
5

    
6
Processing WelcomeController#index (for 192.168.2.2 at 2008-12-23 00:50:39) [GET]
7
  Session ID: 4df60591eeb845d0cbfae666bb1b410f
8
  Parameters: {"action"=>"index", "controller"=>"welcome"}
9
Rendering template within layouts/base
10
Rendering welcome/index
11
DEPRECATION WARNING: TimeZone is deprecated! Use ActiveSupport::TimeZone instead.  See http://www.rubyonrails.org/deprecation for details. (called from time_zone at /usr/lib/redmine/app/models/user.rb:147)
12
Completed in 1.04858 (0 reqs/sec) | Rendering: 0.56058 (53%) | DB: 0.02512 (2%) | 200 OK [http://.../]
13

    
14

    
15
Processing ProjectsController#show (for 192.168.2.2 at 2008-12-23 00:50:45) [GET]
16
  Session ID: 4df60591eeb845d0cbfae666bb1b410f
17
  Parameters: {"action"=>"show", "id"=>"framework", "controller"=>"projects"}
18
Rendering template within layouts/base
19
Rendering projects/show
20
Completed in 0.38463 (2 reqs/sec) | Rendering: 0.20618 (53%) | DB: 0.03710 (9%) | 200 OK [http://.../projects/show/framework]
21

    
22

    
23
Processing RepositoriesController#show (for 192.168.2.2 at 2008-12-23 00:50:48) [GET]
24
  Session ID: 4df60591eeb845d0cbfae666bb1b410f
25
  Parameters: {"action"=>"show", "id"=>"framework", "controller"=>"repositories"}
26
Rendering template within layouts/base
27
Rendering repositories/show
28
DEPRECATION WARNING: TimeZone is deprecated! Use ActiveSupport::TimeZone instead.  See http://www.rubyonrails.org/deprecation for details. (called from time_zone at /usr/lib/redmine/app/models/user.rb:147)
29
Completed in 1.49899 (0 reqs/sec) | Rendering: 0.19408 (12%) | DB: 0.05309 (3%) | 200 OK [http://.../repositories/show/framework]
30

    
31

    
32
Processing RepositoriesController#changes (for 192.168.2.2 at 2008-12-23 00:50:56) [GET]
33
  Session ID: 4df60591eeb845d0cbfae666bb1b410f
34
  Parameters: {"action"=>"changes", "id"=>"framework", "controller"=>"repositories", "path"=>["common.php"]}
35

    
36

    
37
ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: changesets.user_id: SELECT "changes"."id" AS t0_r0, "changes"."changeset_id" AS t0_r1, "changes"."action" AS t0_r2, "changes"."path" AS t0_r3, "changes"."from_path" AS t0_r4, "changes"."from_revision" AS t0_r5, "changes"."revision" AS t0_r6, "changes"."branch" AS t0_r7, "changesets"."id" AS t1_r0, "changesets"."repository_id" AS t1_r1, "changesets"."revision" AS t1_r2, "changesets"."committer" AS t1_r3, "changesets"."committed_on" AS t1_r4, "changesets"."comments" AS t1_r5, "changesets"."commit_date" AS t1_r6, "changesets"."scmid" AS t1_r7, "users"."id" AS t2_r0, "users"."login" AS t2_r1, "users"."hashed_password" AS t2_r2, "users"."firstname" AS t2_r3, "users"."lastname" AS t2_r4, "users"."mail" AS t2_r5, "users"."mail_notification" AS t2_r6, "users"."admin" AS t2_r7, "users"."status" AS t2_r8, "users"."last_login_on" AS t2_r9, "users"."language" AS t2_r10, "users"."auth_source_id" AS t2_r11, "users"."created_on" AS t2_r12, "users"."updated_on" AS t2_r13, "users"."type" AS t2_r14 FROM "changes"  LEFT OUTER JOIN "changesets" ON "changesets".id = "changes".changeset_id  LEFT OUTER JOIN "users" ON "users".id = "changesets".user_id     WHERE (repository_id = 3 AND path = '/common.php')  ORDER BY committed_on DESC, changesets.id DESC):
38
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:147:in `log'
39
    /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
40
    /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:372:in `catch_schema_changes'
41
    /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
42
    /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:275:in `select'
43
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
44
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:59:in `select_all'
45
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:80:in `cache_sql'
46
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:59:in `select_all'
47
    /vendor/rails/activerecord/lib/active_record/associations.rb:1429:in `select_all_rows'
48
    /vendor/rails/activerecord/lib/active_record/associations.rb:1260:in `find_with_associations'
49
    /vendor/rails/activerecord/lib/active_record/associations.rb:1258:in `catch'
50
    /vendor/rails/activerecord/lib/active_record/associations.rb:1258:in `find_with_associations'
51
    /vendor/rails/activerecord/lib/active_record/base.rb:1343:in `find_every'
52
    /vendor/rails/activerecord/lib/active_record/base.rb:540:in `find'
53
    /app/models/repository.rb:81:in `changesets_for_path'
54
    /vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:173:in `send'
55
    /vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:173:in `method_missing'
56
    /app/controllers/repositories_controller.rb:90:in `changes'
57
    /vendor/rails/actionpack/lib/action_controller/base.rb:1166:in `send'
58
    /vendor/rails/actionpack/lib/action_controller/base.rb:1166:in `perform_action_without_filters'
59
    /vendor/rails/actionpack/lib/action_controller/filters.rb:579:in `call_filters'
60
    /vendor/rails/actionpack/lib/action_controller/filters.rb:572:in `perform_action_without_benchmark'
61
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
62
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
63
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
64
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
65
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
66
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
67
    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
68
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
69
    /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
70
    /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
71
    /vendor/rails/actionpack/lib/action_controller/filters.rb:568:in `process_without_session_management_support'
72
    /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
73
    /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
74
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
75
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
76
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
77
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
78
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
79
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch'
80
    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
81
    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
82
    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
83
    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
84
    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
85
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
86
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
87
    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
88
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
89
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
90
    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
91
    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
92
    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
93
    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
94
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
95
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
96
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require'
97
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in'
98
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require'
99
    /vendor/rails/railties/lib/commands/server.rb:39
100
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
101
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
102
    /script/server:3
103

    
104
Rendering /usr/lib/redmine/public/500.html (500 Internal Server Error)
105

    
    (1-1/1)