Project

General

Profile

Defect #1623 ยป production.log

Go MAEDA, 2008-07-11 01:19

 
1
Processing ProjectsController#index (for XXX.XXX.XXX.XXX at 2008-07-11 08:06:46)
2
[GET]
3
  Session ID: 5298d87c977c13c17a8aff06de3a62de
4
  Parameters: {"format"=>"atom", "action"=>"index", "controller"=>"projects"}
5
Rendering common/feed.atom.rxml
6

    
7

    
8
ActionView::TemplateError (undefined method `author' for #<Project:0x95448b4>) on line #21 of common/feed.atom.rxml:
9
18:       xml.link "rel" => "alternate", "href" => url
10
19:       xml.id url
11
20:       xml.updated item.event_datetime.xmlschema
12
21:       author = item.event_author if item.respond_to?(:event_author)
13
22:       xml.author do
14
23:         xml.name(author)
15
24:         xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank?
16

    
17
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/attribute_methods.rb:256:in `method_missing'
18
    /var/lib/redmine/mr0000/vendor/plugins/acts_as_event/lib/acts_as_event.rb:63:in `send'
19
    /var/lib/redmine/mr0000/vendor/plugins/acts_as_event/lib/acts_as_event.rb:63:in `event_author'
20
    /var/lib/redmine/mr0000/app/views/common/feed.atom.rxml:21:in `_run_builder_47app47views47common47feed46atom46rxml'
21
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:134:in `call'
22
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:134:in `_nested_st
23
ructures'
24
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:58:in `method_miss
25
ing'
26
    /var/lib/redmine/mr0000/app/views/common/feed.atom.rxml:11:in `_run_builder_47app47views47common47feed46atom46rxml'
27
    /var/lib/redmine/mr0000/app/views/common/feed.atom.rxml:10:in `each'
28
    /var/lib/redmine/mr0000/app/views/common/feed.atom.rxml:10:in `_run_builder_47app47views47common47feed46atom46rxml'
29
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:134:in `call'
30
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:134:in `_nested_st
31
ructures'
32
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:58:in `method_miss
33
ing'
34
    /var/lib/redmine/mr0000/app/views/common/feed.atom.rxml:2:in `_run_builder_47app47views47common47feed46atom46rxml'
35
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
36
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
37
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
38
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
39
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:35:in `render'
40
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
41
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:245:in `render_file'
42
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1108:in `render_for_file'
43
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:868:in `render_with_no_layout'
44
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/layout.rb:259:in `render_without_benchmark'
45
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render'
46
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
47
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render'
48
    /var/lib/redmine/mr0000/app/controllers/application.rb:155:in `render_feed'
49
    /var/lib/redmine/mr0000/app/controllers/projects_controller.rb:58:in `index'
50
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:131:in `call'
51
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:131:in `custom'
52
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:160:in `call'
53
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:160:in `respond'
54
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:154:in `each'
55
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:154:in `respond'
56
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:107:in `respond_to'
57
    /var/lib/redmine/mr0000/app/controllers/projects_controller.rb:52:in `index'
58
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
59
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
60
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
61
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
62
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
63
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/1.8/benchmark.rb:293:in `measure'
64
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
65
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
66
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `passenger_orig_perform_action'
67
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
68
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
69
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `passenger_orig_perform_action'
70
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/request_handler.rb:53:in `perform_action'
71
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
72
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
73
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
74
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
75
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
76
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
77
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
78
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
79
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
80
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
81
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
82
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/request_handler.rb:38:in `process_request'
83
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_request_handler.rb:163:in `main_loop'
84
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/application_spawner.rb:307:in `start_request_handler'
85
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/application_spawner.rb:276:in `handle_spawn_application'
86
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:165:in `safe_fork'
87
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:163:in `fork'
88
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:163:in `safe_fork'
89
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/application_spawner.rb:274:in `handle_spawn_application'
90
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:165:in `safe_fork'
91
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:163:in `fork'
92
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/utils.rb:163:in `safe_fork'
93
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/application_spawner.rb:273:in `handle_spawn_application'
94
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `__send__'
95
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `main_loop'
96
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:168:in `start_synchronously'
97
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:135:in `start'
98
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:112:in `fork'
99
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:112:in `start'
100
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/application_spawner.rb:177:in `start'
101
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/framework_spawner.rb:270:in `handle_spawn_application'
102
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/framework_spawner.rb:263:in `synchronize'
103
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/framework_spawner.rb:263:in `handle_spawn_application'
104
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `__send__'
105
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `main_loop'
106
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:168:in `start_synchronously'
107
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:135:in `start'
108
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:112:in `fork'
109
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:112:in `start'
110
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/railz/framework_spawner.rb:87:in `start'
111
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/spawn_manager.rb:224:in `spawn_rails_application'
112
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/spawn_manager.rb:219:in `synchronize'
113
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/spawn_manager.rb:219:in `spawn_rails_application'
114
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/spawn_manager.rb:122:in `spawn_application'
115
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/spawn_manager.rb:253:in `handle_spawn_application'
116
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `__send__'
117
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:317:in `main_loop'
118
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/lib/passenger/abstract_server.rb:168:in `start_synchronously'
119
    /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/passenger-2.0.1/bin/passenger-spawn-server:46
120

    
121
Rendering ./public/500.html (500 Internal Server Error)
    (1-1/1)