-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheroku.log
405 lines (405 loc) · 54.2 KB
/
heroku.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
2014-02-25T15:41:46.371910+00:00 heroku[web.1]: State changed from crashed to starting
2014-02-25T15:41:54.023928+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 33583`
2014-02-25T15:41:59.438186+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T15:41:59.438186+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T15:42:00.945361+00:00 app[web.1]:
2014-02-25T15:42:00.945361+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T15:42:00.945361+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T15:42:00.945361+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T15:42:00.945361+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T15:42:00.945361+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T15:42:00.945361+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T15:42:00.946025+00:00 app[web.1]:
2014-02-25T15:42:02.431748+00:00 app[web.1]: => Booting WEBrick
2014-02-25T15:42:02.433319+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.5.2/lib/bundler/rubygems_integration.rb:240:in `block in replace_gem': Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.) (LoadError)
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:7:in `<top (required)>'
2014-02-25T15:42:02.431748+00:00 app[web.1]: Exiting
2014-02-25T15:42:02.431748+00:00 app[web.1]: => Rails 3.2.2 application starting in production on http://0.0.0.0:33583
2014-02-25T15:42:02.431748+00:00 app[web.1]: => Ctrl-C to shutdown server
2014-02-25T15:42:02.431748+00:00 app[web.1]: => Call with -d to detach
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:127:in `establish_connection'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/railtie.rb:76:in `block (2 levels) in <class:Railtie>'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:48:in `resolve_hash_connection'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:25:in `spec'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/app/models/literal.rb:15:in `<top (required)>'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:39:in `resolve_string_connection'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:43:in `block in run_load_hooks'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:42:in `each'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/base.rb:718:in `<top (required)>'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/app/controllers/application_controller.rb:1:in `<top (required)>'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:502:in `load_missing_constant'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:514:in `load_missing_constant'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/app/controllers/address_controller.rb:1:in `<top (required)>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:439:in `block (2 levels) in eager_load!'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:502:in `load_missing_constant'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:225:in `require_dependency'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `run_initializers'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application/finisher.rb:53:in `block in <module:Finisher>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `instance_exec'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:313:in `depend_on'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:438:in `block in eager_load!'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:436:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:436:in `eager_load!'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:438:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `run'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:3:in `require'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:3:in `block in <main>'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:in `new'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:55:in `block in run_initializers'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:55:in `block in <top (required)>'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:136:in `initialize!'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands/server.rb:46:in `app'
2014-02-25T15:42:02.435632+00:00 app[web.1]: from script/rails:6:in `require'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:304:in `wrapped_app'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:200:in `app'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:in `<main>'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands/server.rb:70:in `start'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:254:in `start'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:50:in `<top (required)>'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:50:in `tap'
2014-02-25T15:42:02.435632+00:00 app[web.1]: from script/rails:6:in `<main>'
2014-02-25T15:42:04.057898+00:00 heroku[web.1]: State changed from starting to crashed
2014-02-25T15:42:04.046665+00:00 heroku[web.1]: Process exited with status 1
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/app/models/literal.rb:15:in `<top (required)>'
2014-02-25T15:42:02.433319+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:39:in `resolve_string_connection'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:43:in `block in run_load_hooks'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:42:in `each'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/base.rb:718:in `<top (required)>'
2014-02-25T15:42:02.433499+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/app/controllers/application_controller.rb:1:in `<top (required)>'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:502:in `load_missing_constant'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.433677+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:514:in `load_missing_constant'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:192:in `block in const_missing'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `const_missing'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:190:in `each'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/app/controllers/address_controller.rb:1:in `<top (required)>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:439:in `block (2 levels) in eager_load!'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:359:in `require_or_load'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
2014-02-25T15:42:02.434293+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:502:in `load_missing_constant'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:225:in `require_dependency'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `run_initializers'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application/finisher.rb:53:in `block in <module:Finisher>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `instance_exec'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:313:in `depend_on'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:438:in `block in eager_load!'
2014-02-25T15:42:02.434557+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:436:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:436:in `eager_load!'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:438:in `each'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `run'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:3:in `require'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:3:in `block in <main>'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:in `new'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2014-02-25T15:42:02.434945+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:55:in `block in run_initializers'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:55:in `block in <top (required)>'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:136:in `initialize!'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands/server.rb:46:in `app'
2014-02-25T15:42:02.435632+00:00 app[web.1]: from script/rails:6:in `require'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:304:in `wrapped_app'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:200:in `app'
2014-02-25T15:42:02.435119+00:00 app[web.1]: from /app/config.ru:in `<main>'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands/server.rb:70:in `start'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:254:in `start'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:50:in `<top (required)>'
2014-02-25T15:42:02.435457+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/commands.rb:50:in `tap'
2014-02-25T15:42:02.435632+00:00 app[web.1]: from script/rails:6:in `<main>'
2014-02-25T15:42:04.057898+00:00 heroku[web.1]: State changed from starting to crashed
2014-02-25T15:42:04.046665+00:00 heroku[web.1]: Process exited with status 1
2014-02-25T15:41:15.788666+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-spire-8093.herokuapp.com request_id=b582d920-acea-43ff-98ad-c39d9c5696a8 fwd="14.96.9.195" dyno= connect= service= status=503 bytes=
2014-02-25T15:44:16+00:00 heroku[slug-compiler]: Slug compilation started
2014-02-25T15:45:06.672680+00:00 heroku[api]: Deploy 985af6b by [email protected]
2014-02-25T15:45:06.672680+00:00 heroku[api]: Release v18 created by [email protected]
2014-02-25T15:45:06+00:00 heroku[slug-compiler]: Slug compilation finished
2014-02-25T15:45:07.045669+00:00 heroku[web.1]: State changed from crashed to starting
2014-02-25T15:45:13.988415+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 7225`
2014-02-25T15:45:17.778171+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T15:45:17.778171+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T15:45:19.041560+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T15:45:19.041560+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T15:45:19.041560+00:00 app[web.1]:
2014-02-25T15:45:19.041560+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T15:45:19.041560+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T15:45:19.041560+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T15:45:19.041560+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T15:45:19.041560+00:00 app[web.1]:
2014-02-25T15:45:22.184191+00:00 app[web.1]: [2014-02-25 15:45:22] INFO WEBrick::HTTPServer#start: pid=2 port=7225
2014-02-25T15:45:22.183725+00:00 app[web.1]: [2014-02-25 15:45:22] INFO WEBrick 1.3.1
2014-02-25T15:45:22.183725+00:00 app[web.1]: [2014-02-25 15:45:22] INFO ruby 1.9.3 (2014-02-24) [x86_64-linux]
2014-02-25T15:45:22.513385+00:00 heroku[web.1]: State changed from starting to up
2014-02-25T15:45:28.648650+00:00 heroku[web.1]: State changed from up to starting
2014-02-25T15:45:31.108787+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T15:45:31.583140+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T15:45:31.583140+00:00 app[web.1]: [2014-02-25 15:45:31] ERROR SignalException: SIGTERM
2014-02-25T15:45:39.571951+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 46730`
2014-02-25T15:45:40.627838+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T15:45:40.628014+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T15:45:42.345236+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T15:56:22.542434+00:00 app[web.1]: Rendered layouts/_fancybox.html.erb (2.9ms)
2014-02-25T15:56:22.542591+00:00 app[web.1]: Rendered layouts/_footer.html.erb (10.4ms)
2014-02-25T15:56:22.543008+00:00 app[web.1]: Completed 200 OK in 189ms (Views: 175.3ms | ActiveRecord: 11.4ms)
2014-02-25T15:56:22.492569+00:00 app[web.1]: Rendered sessions/new.html.erb within layouts/application (131.6ms)
2014-02-25T15:56:22.510720+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.1ms)
2014-02-25T15:56:22.831398+00:00 heroku[router]: at=info method=GET path=/assets/glyphicons-halflings-regular.woff host=ancient-spire-8093.herokuapp.com request_id=9f0ccf9b-35df-425b-9f1a-2849629b62d9 fwd="68.56.206.121" dyno=web.1 connect=0ms service=21ms status=304 bytes=411
2014-02-25T15:56:22.544114+00:00 app[web.1]: cache: [GET /sessions/new?locale=en] miss
2014-02-25T15:56:22.823101+00:00 app[web.1]:
2014-02-25T15:56:22.823101+00:00 app[web.1]:
2014-02-25T15:56:22.823101+00:00 app[web.1]: Started GET "/assets/glyphicons-halflings-regular.woff" for 68.56.206.121 at 2014-02-25 15:56:22 +0000
2014-02-25T15:56:22.828086+00:00 app[web.1]: cache: [GET /assets/glyphicons-halflings-regular.woff] stale, valid, store
2014-02-25T15:56:22.828927+00:00 app[web.1]: Served asset /glyphicons-halflings-regular.woff - 304 Not Modified (0ms)
2014-02-25T15:56:22.917843+00:00 app[web.1]:
2014-02-25T15:56:22.917843+00:00 app[web.1]:
2014-02-25T15:56:22.917843+00:00 app[web.1]: Started GET "/assets/slider/slide-1.jpg" for 68.56.206.121 at 2014-02-25 15:56:22 +0000
2014-02-25T15:56:22.922669+00:00 app[web.1]: cache: [GET /assets/slider/slide-1.jpg] stale, valid, store
2014-02-25T15:56:22.922669+00:00 app[web.1]: Served asset /slider/slide-1.jpg - 304 Not Modified (0ms)
2014-02-25T15:56:22.926260+00:00 app[web.1]:
2014-02-25T15:56:22.926260+00:00 app[web.1]:
2014-02-25T15:56:22.926260+00:00 app[web.1]: Started GET "/sessions/new?locale=en" for 68.56.206.121 at 2014-02-25 15:56:22 +0000
2014-02-25T15:56:22.931427+00:00 app[web.1]: Processing by SessionsController#new as JSON
2014-02-25T15:56:22.931826+00:00 app[web.1]: Parameters: {"locale"=>"en"}
2014-02-25T15:56:22.945843+00:00 app[web.1]: Rendered sessions/new.html.erb within layouts/application (6.6ms)
2014-02-25T15:56:22.982075+00:00 heroku[router]: at=info method=GET path=/sessions/new?locale=en host=ancient-spire-8093.herokuapp.com request_id=3b108ca3-caad-4751-a2a6-7c77d2c73780 fwd="68.56.206.121" dyno=web.1 connect=82ms service=67ms status=304 bytes=649
2014-02-25T15:56:22.976765+00:00 app[web.1]: Completed 200 OK in 45ms (Views: 33.8ms | ActiveRecord: 9.1ms)
2014-02-25T15:56:22.975161+00:00 app[web.1]: Rendered layouts/_fancybox.html.erb (1.9ms)
2014-02-25T15:56:22.977559+00:00 app[web.1]: cache: [GET /sessions/new?locale=en] miss
2014-02-25T15:56:22.976452+00:00 app[web.1]: Rendered layouts/_footer.html.erb (9.2ms)
2014-02-25T15:56:22.966673+00:00 app[web.1]: Rendered layouts/_header.html.erb (10.1ms)
2014-02-25T15:56:22.953279+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
2014-02-25T15:56:27.750585+00:00 app[web.1]:
2014-02-25T15:56:27.750585+00:00 app[web.1]:
2014-02-25T15:56:27.750585+00:00 app[web.1]: Started GET "/signout?locale=en" for 68.56.206.121 at 2014-02-25 15:56:27 +0000
2014-02-25T15:56:27.752627+00:00 app[web.1]: Processing by StaticPagesController#home as HTML
2014-02-25T15:56:27.752627+00:00 app[web.1]: Parameters: {"locale"=>"en"}
2014-02-25T15:56:27.810791+00:00 app[web.1]: Rendered layouts/_footer.html.erb (8.1ms)
2014-02-25T15:56:27.816168+00:00 heroku[router]: at=info method=GET path=/signout?locale=en host=ancient-spire-8093.herokuapp.com request_id=59544c48-df5e-4eed-a4f0-6618a3c25f5b fwd="68.56.206.121" dyno=web.1 connect=1ms service=69ms status=200 bytes=15383
2014-02-25T15:56:27.772483+00:00 app[web.1]: Rendered shared/_sign_in.html.erb (10.1ms)
2014-02-25T15:56:27.773544+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (13.7ms)
2014-02-25T15:56:27.780409+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
2014-02-25T15:56:27.811101+00:00 app[web.1]: Completed 200 OK in 58ms (Views: 47.1ms | ActiveRecord: 8.4ms)
2014-02-25T15:56:27.810677+00:00 app[web.1]: Rendered layouts/_fancybox.html.erb (2.2ms)
2014-02-25T15:56:27.800163+00:00 app[web.1]: Rendered layouts/_header.html.erb (16.4ms)
2014-02-25T15:56:27.812057+00:00 app[web.1]: cache: [GET /signout?locale=en] miss
2014-02-25T15:56:28.003566+00:00 app[web.1]:
2014-02-25T15:56:28.003566+00:00 app[web.1]:
2014-02-25T15:56:28.003566+00:00 app[web.1]: Started GET "/signout?locale=en" for 68.56.206.121 at 2014-02-25 15:56:28 +0000
2014-02-25T15:56:28.012652+00:00 app[web.1]: Processing by StaticPagesController#home as JSON
2014-02-25T15:56:28.012652+00:00 app[web.1]: Parameters: {"locale"=>"en"}
2014-02-25T15:56:28.126618+00:00 heroku[router]: at=info method=GET path=/signout?locale=en host=ancient-spire-8093.herokuapp.com request_id=615c101f-cf41-4271-9f0c-7b829a40e72b fwd="68.56.206.121" dyno=web.1 connect=0ms service=129ms status=304 bytes=649
2014-02-25T15:56:28.097680+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
2014-02-25T15:56:28.092936+00:00 app[web.1]: Rendered shared/_sign_in.html.erb (71.6ms)
2014-02-25T15:56:28.094064+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (74.3ms)
2014-02-25T15:56:28.114518+00:00 app[web.1]: Completed 200 OK in 102ms (Views: 93.2ms | ActiveRecord: 7.2ms)
2014-02-25T15:56:28.107970+00:00 app[web.1]: Rendered layouts/_header.html.erb (10.0ms)
2014-02-25T15:56:28.114050+00:00 app[web.1]: Rendered layouts/_fancybox.html.erb (2.2ms)
2014-02-25T15:56:28.114198+00:00 app[web.1]: Rendered layouts/_footer.html.erb (5.9ms)
2014-02-25T15:56:28.115468+00:00 app[web.1]: cache: [GET /signout?locale=en] miss
2014-02-25T15:55:10.846504+00:00 heroku[router]: at=info method=GET path=/assets/flexslider-ed6333928459501688687df5a4997042.css host=ancient-spire-8093.herokuapp.com request_id=bd867d60-530b-44b0-94f9-bd9dc484a7d3 fwd="14.96.9.195" dyno=web.1 connect=1ms service=33ms status=200 bytes=4301
2014-02-25T15:56:30.898588+00:00 app[web.1]: Started GET "/assets/glyphicons-halflings-regular.woff" for 68.56.206.121 at 2014-02-25 15:56:30 +0000
2014-02-25T15:56:30.898588+00:00 app[web.1]:
2014-02-25T15:56:30.898588+00:00 app[web.1]:
2014-02-25T15:56:30.929100+00:00 app[web.1]: cache: [GET /assets/glyphicons-halflings-regular.woff] stale, valid, store
2014-02-25T15:56:30.931796+00:00 app[web.1]: Served asset /glyphicons-halflings-regular.woff - 304 Not Modified (0ms)
2014-02-25T15:56:16.060901+00:00 heroku[router]: at=info method=GET path=/product_key/validate_key host=ancient-spire-8093.herokuapp.com request_id=c25a0177-4db7-4c39-9885-24a2ccaa05b2 fwd="68.56.206.121" dyno=web.1 connect=0ms service=338ms status=200 bytes=14656
2014-02-25T15:56:16.747882+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=ancient-spire-8093.herokuapp.com request_id=7b47400c-2349-4f80-a206-3e27d2176c66 fwd="68.56.206.121" dyno=web.1 connect=4ms service=26ms status=304 bytes=177
2014-02-25T15:56:22.930008+00:00 heroku[router]: at=info method=GET path=/assets/slider/slide-1.jpg host=ancient-spire-8093.herokuapp.com request_id=a061dff2-51fc-45f3-8b5c-af62c2311f0b fwd="68.56.206.121" dyno=web.1 connect=17ms service=94ms status=304 bytes=411
2014-02-25T16:58:16.423097+00:00 heroku[web.1]: Idling
2014-02-25T16:58:16.423861+00:00 heroku[web.1]: State changed from up to down
2014-02-25T16:58:21.504480+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T16:58:22.456013+00:00 app[web.1]: [2014-02-25 16:58:22] ERROR SignalException: SIGTERM
2014-02-25T16:58:22.456013+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T16:58:31.414119+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T16:58:31.413834+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T16:58:33.880124+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T17:18:26+00:00 heroku[slug-compiler]: Slug compilation started
2014-02-25T17:19:05.104750+00:00 heroku[api]: Release v19 created by [email protected]
2014-02-25T17:19:05.104667+00:00 heroku[api]: Deploy f0a0bc8 by [email protected]
2014-02-25T17:19:05+00:00 heroku[slug-compiler]: Slug compilation finished
2014-02-25T17:19:05.561828+00:00 heroku[web.1]: State changed from down to starting
2014-02-25T17:19:13.995722+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 37609`
2014-02-25T17:19:17.883909+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:17.884308+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:19.496085+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T17:19:19.496085+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T17:19:19.496085+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T17:19:19.496085+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T17:19:19.496085+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T17:19:19.496085+00:00 app[web.1]:
2014-02-25T17:19:19.496085+00:00 app[web.1]:
2014-02-25T17:19:19.496085+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T17:19:23.647599+00:00 app[web.1]: [2014-02-25 17:19:23] INFO ruby 1.9.3 (2014-02-24) [x86_64-linux]
2014-02-25T17:19:23.647599+00:00 app[web.1]: [2014-02-25 17:19:23] INFO WEBrick 1.3.1
2014-02-25T17:19:23.647992+00:00 app[web.1]: [2014-02-25 17:19:23] INFO WEBrick::HTTPServer#start: pid=2 port=37609
2014-02-25T17:19:27.138292+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T17:19:27.811955+00:00 app[web.1]: [2014-02-25 17:19:27] ERROR SignalException: SIGTERM
2014-02-25T17:19:27.811955+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T17:19:36.931151+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T17:19:37.004026+00:00 heroku[web.1]: State changed from starting to up
2014-02-25T17:19:36.931436+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T17:19:38.797412+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T15:56:28.097680+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
2014-02-25T15:56:28.092936+00:00 app[web.1]: Rendered shared/_sign_in.html.erb (71.6ms)
2014-02-25T15:56:28.094064+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (74.3ms)
2014-02-25T15:56:28.114518+00:00 app[web.1]: Completed 200 OK in 102ms (Views: 93.2ms | ActiveRecord: 7.2ms)
2014-02-25T15:56:28.107970+00:00 app[web.1]: Rendered layouts/_header.html.erb (10.0ms)
2014-02-25T15:56:28.114050+00:00 app[web.1]: Rendered layouts/_fancybox.html.erb (2.2ms)
2014-02-25T15:56:28.114198+00:00 app[web.1]: Rendered layouts/_footer.html.erb (5.9ms)
2014-02-25T15:56:28.115468+00:00 app[web.1]: cache: [GET /signout?locale=en] miss
2014-02-25T15:55:10.846504+00:00 heroku[router]: at=info method=GET path=/assets/flexslider-ed6333928459501688687df5a4997042.css host=ancient-spire-8093.herokuapp.com request_id=bd867d60-530b-44b0-94f9-bd9dc484a7d3 fwd="14.96.9.195" dyno=web.1 connect=1ms service=33ms status=200 bytes=4301
2014-02-25T15:56:30.898588+00:00 app[web.1]: Started GET "/assets/glyphicons-halflings-regular.woff" for 68.56.206.121 at 2014-02-25 15:56:30 +0000
2014-02-25T15:56:30.898588+00:00 app[web.1]:
2014-02-25T15:56:30.898588+00:00 app[web.1]:
2014-02-25T15:56:30.929100+00:00 app[web.1]: cache: [GET /assets/glyphicons-halflings-regular.woff] stale, valid, store
2014-02-25T15:56:30.931796+00:00 app[web.1]: Served asset /glyphicons-halflings-regular.woff - 304 Not Modified (0ms)
2014-02-25T15:56:16.060901+00:00 heroku[router]: at=info method=GET path=/product_key/validate_key
host=ancient-spire-8093.herokuapp.com request_id=c25a0177-4db7-4c39-9885-24a2ccaa05b2 fwd="68.56.206.121" dyno=web.1 connect=0ms service=338ms status=200 bytes=14656
2014-02-25T15:56:16.747882+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=ancient-spire-8093.herokuapp.com request_id=7b47400c-2349-4f80-a206-3e27d2176c66 fwd="68.56.206.121" dyno=web.1 connect=4ms service=26ms status=304 bytes=177
2014-02-25T15:56:22.930008+00:00 heroku[router]: at=info method=GET path=/assets/slider/slide-1.jpg host=ancient-spire-8093.herokuapp.com request_id=a061dff2-51fc-45f3-8b5c-af62c2311f0b fwd="68.56.206.121" dyno=web.1 connect=17ms service=94ms status=304 bytes=411
2014-02-25T16:58:16.423097+00:00 heroku[web.1]: Idling
2014-02-25T16:58:16.423861+00:00 heroku[web.1]: State changed from up to down
2014-02-25T16:58:21.504480+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T16:58:22.456013+00:00 app[web.1]: [2014-02-25 16:58:22] ERROR SignalException: SIGTERM
2014-02-25T16:58:22.456013+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T16:58:31.414119+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T16:58:31.413834+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T16:58:33.880124+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T17:18:26+00:00 heroku[slug-compiler]: Slug compilation started
2014-02-25T17:19:05.104750+00:00 heroku[api]: Release v19 created by [email protected]
2014-02-25T17:19:05.104667+00:00 heroku[api]: Deploy f0a0bc8 by [email protected]
2014-02-25T17:19:05+00:00 heroku[slug-compiler]: Slug compilation finished
2014-02-25T17:19:05.561828+00:00 heroku[web.1]: State changed from down to starting
2014-02-25T17:19:13.995722+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 37609`
2014-02-25T17:19:17.883909+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:17.884308+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:19.496085+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T17:19:19.496085+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T17:19:19.496085+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T17:19:19.496085+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T17:19:19.496085+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T17:19:19.496085+00:00 app[web.1]:
2014-02-25T17:19:19.496085+00:00 app[web.1]:
2014-02-25T17:19:19.496085+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T17:19:23.647599+00:00 app[web.1]: [2014-02-25 17:19:23] INFO ruby 1.9.3 (2014-02-24) [x86_64-linux]
2014-02-25T17:19:23.647599+00:00 app[web.1]: [2014-02-25 17:19:23] INFO WEBrick 1.3.1
2014-02-25T17:19:23.647992+00:00 app[web.1]: [2014-02-25 17:19:23] INFO WEBrick::HTTPServer#start: pid=2 port=37609
2014-02-25T17:19:27.138292+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T17:19:27.811955+00:00 app[web.1]: [2014-02-25 17:19:27] ERROR SignalException: SIGTERM
2014-02-25T17:19:27.811955+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T17:19:36.931151+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T17:19:37.004026+00:00 heroku[web.1]: State changed from starting to up
2014-02-25T17:19:36.931436+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T17:19:38.797412+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T17:19:29.189743+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 29698`
2014-02-25T17:19:32.631745+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:32.631745+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T17:19:33.810488+00:00 app[web.1]:
2014-02-25T17:19:33.810488+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T17:19:33.810488+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T17:19:33.810488+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T17:19:33.810488+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T17:19:33.810488+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T17:19:33.810488+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T17:19:33.810488+00:00 app[web.1]:
2014-02-25T18:22:47.528371+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T18:22:48.233847+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T18:22:48.233847+00:00 app[web.1]: [2014-02-25 18:22:48] ERROR SignalException: SIGTERM
2014-02-25T18:22:57.058619+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T18:22:57.058830+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T18:22:59.158981+00:00 heroku[web.1]: Process exited with status 137
2014-02-25T19:17:50+00:00 heroku[slug-compiler]: Slug compilation started
2014-02-25T19:18:31+00:00 heroku[slug-compiler]: Slug compilation finished
2014-02-25T19:18:42.492120+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 6878`
2014-02-25T19:18:46.379455+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T19:18:46.379455+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T19:18:49.551303+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T19:18:49.551303+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T19:18:49.551303+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T19:18:49.551303+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T19:18:49.551303+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T19:18:49.551303+00:00 app[web.1]:
2014-02-25T19:18:49.551303+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T19:18:49.551303+00:00 app[web.1]:
2014-02-25T19:18:57.369184+00:00 app[web.1]: [2014-02-25 19:18:57] INFO WEBrick 1.3.1
2014-02-25T19:18:57.375518+00:00 app[web.1]: [2014-02-25 19:18:57] INFO WEBrick::HTTPServer#start: pid=2 port=6878
2014-02-25T19:18:57.369268+00:00 app[web.1]: [2014-02-25 19:18:57] INFO ruby 1.9.3 (2014-02-24) [x86_64-linux]
2014-02-25T19:19:09.264132+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-02-25T19:19:09.974449+00:00 app[web.1]: /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
2014-02-25T19:19:09.974449+00:00 app[web.1]: [2014-02-25 19:19:09] ERROR SignalException: SIGTERM
2014-02-25T19:19:14.865888+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 56104`
2014-02-25T19:19:19.353797+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T19:19:19.353797+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2014-02-25T19:19:20.166102+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2014-02-25T19:19:20.165898+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2014-02-25T19:19:20.970750+00:00 app[web.1]: provide a secret to prevent exploits that may be possible from crafted
2014-02-25T19:19:20.970750+00:00 app[web.1]: cookies. This will not be supported in future versions of Rack, and
2014-02-25T19:19:20.970750+00:00 app[web.1]: future versions will even invalidate your existing user cookies.
2014-02-25T19:19:20.970750+00:00 app[web.1]:
2014-02-25T19:19:20.970750+00:00 app[web.1]: This poses a security threat. It is strongly recommended that you
2014-02-25T19:19:20.970750+00:00 app[web.1]: SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2014-02-25T19:19:20.970750+00:00 app[web.1]:
2014-02-25T19:19:20.970750+00:00 app[web.1]: Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2014-02-25T19:19:22.237388+00:00 heroku[web.1]: Process exited with status 137