Project

General

Profile

[plugin] redmine_jenkins redmine_bootstrap_kit ยป tail-production_log.txt

Lukasz Cabi, 2015-03-30 14:51

 
1
root@cisrv:/usr/share/redmine/log# tail -f production.log
2
Creating scope :sorted. Overwriting existing method Group.sorted.
3
Creating scope :system. Overwriting existing method Enumeration.system.
4
Started GET "/redmine/projects/s1094/" for 192.168.1.1 at 2015-03-24 18:04:57 +0100
5
Processing by ProjectsController#show as HTML
6
  Parameters: {"id"=>"s1094"}
7
  Current user: admin (id=1)
8
  Rendered projects/_members_box.html.erb (0.7ms)
9
  Rendered projects/_sidebar.html.erb (2.5ms)
10
  Rendered projects/show.html.erb within layouts/base (143.4ms)
11
Completed 200 OK in 853.0ms (Views: 294.3ms | ActiveRecord: 33.1ms)
12
Started GET "/redmine/projects/s1094/jenkins" for 192.168.1.1 at 2015-03-24 18:05:09 +0100
13
Processing by JenkinsController#index as HTML
14
  Parameters: {"project_id"=>"s1094"}
15
  Current user: admin (id=1)
16
  Rendered plugins/redmine_jenkins/app/views/common/_jenkins_js_headers.html.haml (29.7ms)
17
  Rendered plugins/redmine_jenkins/app/views/jenkins/jenkins_instructions.html.haml within layouts/base (34.6ms)
18
Completed 500 Internal Server Error in 61.6ms
19

    
20
ActionView::Template::Error (undefined method `redmine_bootstrap_kit_load' for #<#<Class:0x0000000274d8b0>:0x00000002758ff8>):
21
    1: - content_for :header_tags do
22
    2:   = redmine_bootstrap_kit_load(:redmine_bootstrap_kit)
23
    3:   = redmine_bootstrap_kit_load(:bootstrap_label)
24
    4:   = redmine_bootstrap_kit_load(:bootstrap_modals)
25
    5:   = redmine_bootstrap_kit_load(:bootstrap_pagination)
26
  plugins/redmine_jenkins/app/views/common/_jenkins_js_headers.html.haml:2:in `block in _plugins_redmine_jenkins_app_views_common__jenkins_js_headers_html_haml___4602830346235130143_20711680'
27
  haml (4.0.6) lib/haml/helpers.rb:368:in `call'
28
  haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
29
  haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
30
  haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
31
  haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
32
  haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
33
  actionpack (3.2.21) lib/action_view/helpers/capture_helper.rb:138:in `content_for'
34
  plugins/redmine_jenkins/app/views/common/_jenkins_js_headers.html.haml:1:in `_plugins_redmine_jenkins_app_views_common__jenkins_js_headers_html_haml___4602830346235130143_20711680'
35
  actionpack (3.2.21) lib/action_view/template.rb:145:in `block in render'
36
  activesupport (3.2.21) lib/active_support/notifications.rb:125:in `instrument'
37
  actionpack (3.2.21) lib/action_view/template.rb:143:in `render'
38
  actionpack (3.2.21) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial'
39
  actionpack (3.2.21) lib/action_view/renderer/partial_renderer.rb:238:in `block in render'
40
  actionpack (3.2.21) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
41
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `block in instrument'
42
  activesupport (3.2.21) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
43
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `instrument'
44
  actionpack (3.2.21) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
45
  actionpack (3.2.21) lib/action_view/renderer/partial_renderer.rb:237:in `render'
46
  actionpack (3.2.21) lib/action_view/renderer/renderer.rb:41:in `render_partial'
47
  actionpack (3.2.21) lib/action_view/renderer/renderer.rb:15:in `render'
48
  actionpack (3.2.21) lib/action_view/helpers/rendering_helper.rb:24:in `render'
49
  haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
50
  haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
51
  haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
52
  plugins/redmine_jenkins/app/views/jenkins/jenkins_instructions.html.haml:1:in `_plugins_redmine_jenkins_app_views_jenkins_jenkins_instructions_html_haml__1934783776425898670_20649940'
53
  actionpack (3.2.21) lib/action_view/template.rb:145:in `block in render'
54
  activesupport (3.2.21) lib/active_support/notifications.rb:125:in `instrument'
55
  actionpack (3.2.21) lib/action_view/template.rb:143:in `render'
56
  actionpack (3.2.21) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
57
  actionpack (3.2.21) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
58
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `block in instrument'
59
  activesupport (3.2.21) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
60
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `instrument'
61
  actionpack (3.2.21) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
62
  actionpack (3.2.21) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
63
  actionpack (3.2.21) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
64
  actionpack (3.2.21) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
65
  actionpack (3.2.21) lib/action_view/renderer/template_renderer.rb:18:in `render'
66
  actionpack (3.2.21) lib/action_view/renderer/renderer.rb:36:in `render_template'
67
  actionpack (3.2.21) lib/action_view/renderer/renderer.rb:17:in `render'
68
  actionpack (3.2.21) lib/abstract_controller/rendering.rb:110:in `_render_template'
69
  actionpack (3.2.21) lib/action_controller/metal/streaming.rb:225:in `_render_template'
70
  actionpack (3.2.21) lib/abstract_controller/rendering.rb:103:in `render_to_body'
71
  actionpack (3.2.21) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
72
  actionpack (3.2.21) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
73
  actionpack (3.2.21) lib/abstract_controller/rendering.rb:88:in `render'
74
  actionpack (3.2.21) lib/action_controller/metal/rendering.rb:16:in `render'
75
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
76
  activesupport (3.2.21) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
77
  /usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
78
  activesupport (3.2.21) lib/active_support/core_ext/benchmark.rb:5:in `ms'
79
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
80
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
81
  activerecord (3.2.21) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
82
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:39:in `render'
83
  plugins/redmine_jenkins/app/controllers/jenkins_controller.rb:44:in `find_jenkins_settings'
84
  activesupport (3.2.21) lib/active_support/callbacks.rb:506:in `_run__2460712263457224397__process_action__1660300001210030222__callbacks'
85
  activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback'
86
  activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
87
  activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks'
88
  actionpack (3.2.21) lib/abstract_controller/callbacks.rb:17:in `process_action'
89
  actionpack (3.2.21) lib/action_controller/metal/rescue.rb:29:in `process_action'
90
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
91
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `block in instrument'
92
  activesupport (3.2.21) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
93
  activesupport (3.2.21) lib/active_support/notifications.rb:123:in `instrument'
94
  actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
95
  actionpack (3.2.21) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
96
  activerecord (3.2.21) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
97
  actionpack (3.2.21) lib/abstract_controller/base.rb:121:in `process'
98
  actionpack (3.2.21) lib/abstract_controller/rendering.rb:45:in `process'
99
  actionpack (3.2.21) lib/action_controller/metal.rb:203:in `dispatch'
100
  actionpack (3.2.21) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
101
  actionpack (3.2.21) lib/action_controller/metal.rb:246:in `block in action'
102
  actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:73:in `call'
103
  actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
104
  actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:36:in `call'
105
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
106
  journey (1.0.4) lib/journey/router.rb:56:in `each'
107
  journey (1.0.4) lib/journey/router.rb:56:in `call'
108
  actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:608:in `call'
109
  rack-openid (1.4.2) lib/rack/openid.rb:98:in `call'
110
  request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
111
  actionpack (3.2.21) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
112
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
113
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
114
  actionpack (3.2.21) lib/action_dispatch/middleware/head.rb:14:in `call'
115
  actionpack (3.2.21) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
116
  actionpack (3.2.21) lib/action_dispatch/middleware/flash.rb:242:in `call'
117
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
118
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
119
  actionpack (3.2.21) lib/action_dispatch/middleware/cookies.rb:341:in `call'
120
  activerecord (3.2.21) lib/active_record/query_cache.rb:64:in `call'
121
  activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
122
  actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
123
  activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `_run__4544703013805166666__call__3903449376799916999__callbacks'
124
  activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback'
125
  activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
126
  activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks'
127
  actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
128
  actionpack (3.2.21) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
129
  actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
130
  actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
131
  railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
132
  railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
133
  activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
134
  railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
135
  actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
136
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
137
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
138
  activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
139
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
140
  actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
141
  rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
142
  rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
143
  rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
144
  rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
145
  rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
146
  railties (3.2.21) lib/rails/engine.rb:484:in `call'
147
  railties (3.2.21) lib/rails/application.rb:231:in `call'
148
  railties (3.2.21) lib/rails/railtie/configurable.rb:30:in `method_missing'
149
  /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/request_handler.rb:96:in `process_request'
150
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
151
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
152
  /usr/lib/ruby/vendor_ruby/phusion_passenger/classic_rails/application_spawner.rb:321:in `start_request_handler'
153
  /usr/lib/ruby/vendor_ruby/phusion_passenger/classic_rails/application_spawner.rb:275:in `block in handle_spawn_application'
154
  /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:479:in `safe_fork'
155
  /usr/lib/ruby/vendor_ruby/phusion_passenger/classic_rails/application_spawner.rb:270:in `handle_spawn_application'
156
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
157
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
158
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server.rb:180:in `start'
159
  /usr/lib/ruby/vendor_ruby/phusion_passenger/classic_rails/application_spawner.rb:149:in `start'
160
  /usr/lib/ruby/vendor_ruby/phusion_passenger/spawn_manager.rb:219:in `block (2 levels) in spawn_rails_application'
161
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
162
  /usr/lib/ruby/vendor_ruby/phusion_passenger/spawn_manager.rb:214:in `block in spawn_rails_application'
163
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
164
  <internal:prelude>:10:in `synchronize'
165
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
166
  /usr/lib/ruby/vendor_ruby/phusion_passenger/spawn_manager.rb:213:in `spawn_rails_application'
167
  /usr/lib/ruby/vendor_ruby/phusion_passenger/spawn_manager.rb:132:in `spawn_application'
168
  /usr/lib/ruby/vendor_ruby/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
169
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
170
  /usr/lib/ruby/vendor_ruby/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
171
  /usr/share/phusion-passenger/helper-scripts/passenger-spawn-server:99:in `<main>'
    (1-1/1)