teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

回答がつかないから

2020/04/03 06:36

投稿

aspot_0734
aspot_0734

スコア19

title CHANGED
File without changes
body CHANGED
@@ -1,44 +1,71 @@
1
1
  herokuでRailsアプリをデプロイしたのですが、そのURLにアクセスすると
2
- ```ここに言語を入力
3
- Application error
4
- An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
5
- heroku logs --tailApplication error
6
- An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
7
- heroku logs --tail
8
- ```
9
- と表示されるのみです。そこで、指示通りheroku logs --tailを実行すると、以下のようになりました。
2
+ エラーが出ます。そこで、指示通りheroku logs --tailを実行すると、以下のようになりました。
10
- (文字数制限のため、最初半分を削除しました)
11
- ```
12
3
 
13
4
 
14
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
15
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
16
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
17
- 2020-03-28T09:51:03.164965+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
18
- 2020-03-28T09:51:03.164967+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
19
- 2020-03-28T09:51:03.164986+00:00 app[web.1]: from bin/rails:4:in `<main>'
20
- 2020-03-28T09:51:03.169068+00:00 app[web.1]: => Booting Puma
21
- 2020-03-28T09:51:03.169069+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
22
- 2020-03-28T09:51:03.169069+00:00 app[web.1]: => Run `rails server -h` for more startup options
23
- 2020-03-28T09:51:03.169070+00:00 app[web.1]: Exiting
24
- ```
25
- 今日また同じコードを実行すると昨日と違う表示がされました。
26
5
  ```ここに言語を入力
27
- 2020-03-28T20:38:01.044665+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
28
- 2020-03-28T20:38:01.044668+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
29
- 2020-03-28T20:38:01.044671+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
30
- 2020-03-28T20:38:01.044689+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
31
- 2020-03-28T20:38:01.044690+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
32
- 2020-03-28T20:38:01.044693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
33
- 2020-03-28T20:38:01.044715+00:00 app[web.1]: from bin/rails:4:in `<main>'
34
- 2020-03-28T20:38:01.049602+00:00 app[web.1]: => Booting Puma
35
- 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
36
- 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Run `rails server -h` for more startup options
37
- 2020-03-28T20:38:01.049605+00:00 app[web.1]: Exiting
38
- 2020-03-29T00:19:49.663248+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=c9d7da6b-b094-4f10-8f81-e1129ae922e4 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
39
- 2020-03-29T00:19:50.229308+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ed412e23-bf7e-43fe-af77-a3a8a98f7bda fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
40
- 2020-03-29T00:20:01.553820+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=1e579e5c-e645-42fe-88ab-a99fa4fad869 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
41
- 2020-03-29T00:20:01.906953+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ac4fc351-6310-451b-9be1-17ba487eec0b fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
6
+ C:\Users\user\chat_spot_copy>heroku logs --tail
7
+ 2020-04-03T01:47:22.865237+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
8
+ 2020-04-03T01:47:22.865240+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/base.rb:328:in `<module:ActiveRecord>'
9
+ 2020-04-03T01:47:22.865242+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/base.rb:27:in `<top (required)>'
10
+ 2020-04-03T01:47:22.865280+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
11
+ 2020-04-03T01:47:22.865281+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
12
+ 2020-04-03T01:47:22.865281+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
13
+ 2020-04-03T01:47:22.865282+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
14
+ 2020-04-03T01:47:22.865285+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
15
+ 2020-04-03T01:47:22.865288+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
16
+ 2020-04-03T01:47:22.865308+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
17
+ 2020-04-03T01:47:22.865315+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
18
+ 2020-04-03T01:47:22.865317+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activestorage-5.2.4.2/app/models/active_storage/attachment.rb:9:in `<top (required)>'
19
+ 2020-04-03T01:47:22.865318+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
20
+ 2020-04-03T01:47:22.865341+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
21
+ 2020-04-03T01:47:22.865344+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
22
+ 2020-04-03T01:47:22.865366+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
23
+ 2020-04-03T01:47:22.865369+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
24
+ 2020-04-03T01:47:22.865371+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
25
+ 2020-04-03T01:47:22.865374+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
26
+ 2020-04-03T01:47:22.865396+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
27
+ 2020-04-03T01:47:22.865396+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:378:in `block in require_or_load'
28
+ 2020-04-03T01:47:22.865399+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `block in load_interlock'
29
+ 2020-04-03T01:47:22.865402+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
30
+ 2020-04-03T01:47:22.865438+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
31
+ 2020-04-03T01:47:22.865441+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:13:in `loading'
32
+ 2020-04-03T01:47:22.865457+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `load_interlock'
33
+ 2020-04-03T01:47:22.865489+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:356:in `require_or_load'
34
+ 2020-04-03T01:47:22.865489+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
35
+ 2020-04-03T01:47:22.865493+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
36
+ 2020-04-03T01:47:22.865493+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
37
+ 2020-04-03T01:47:22.865547+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:334:in `depend_on'
38
+ 2020-04-03T01:47:22.865548+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
39
+ 2020-04-03T01:47:22.865551+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:246:in `require_dependency'
40
+ 2020-04-03T01:47:22.865551+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
41
+ 2020-04-03T01:47:22.865572+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:477:in `each'
42
+ 2020-04-03T01:47:22.865619+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:477:in `block in eager_load!'
43
+ 2020-04-03T01:47:22.865620+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:475:in `each'
44
+ 2020-04-03T01:47:22.865623+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:475:in `eager_load!'
45
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:356:in `eager_load!'
46
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application/finisher.rb:69:in `each'
47
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
48
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `instance_exec'
49
+
50
+ ~中略~
51
+ 2020-04-03T01:47:22.865708+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers'
52
+ 2020-04-03T01:47:22.865743+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!'
53
+ 2020-04-03T01:47:22.865744+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
54
+ 2020-04-03T01:47:22.865745+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
55
+ 1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
56
+ 2020-04-03T01:47:22.866027+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
57
+ 2020-04-03T01:47:22.866029+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
58
+ 2020-04-03T01:47:22.866050+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
59
+ 2020-04-03T01:47:22.866105+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
60
+ 2020-04-03T01:47:22.866106+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
61
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
62
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
63
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from bin/rails:4:in `<main>'
64
+ 2020-04-03T01:47:22.873093+00:00 app[web.1]: => Booting Puma
65
+ 2020-04-03T01:47:22.873095+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
66
+ 2020-04-03T01:47:22.873095+00:00 app[web.1]: => Run `rails server -h` for more startup options
67
+ 2020-04-03T01:47:22.873096+00:00 app[web.1]: Exiting
42
68
  ```
69
+ どうしても文字数制限で全てはお見せできないので、真ん中あたりを削除しました。
43
70
  調べてもわからず、詰まっています。
44
71
  よろしくおねがいします!

1

昨日と表示が変わったから

2020/04/03 06:36

投稿

aspot_0734
aspot_0734

スコア19

title CHANGED
File without changes
body CHANGED
@@ -10,54 +10,7 @@
10
10
  (文字数制限のため、最初半分を削除しました)
11
11
  ```
12
12
 
13
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
14
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
15
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
16
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
17
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activestorage-5.2.4.2/app/models/active_storage/attachment.rb:9:in `<top (required)>'
18
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
19
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
20
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
21
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
22
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
23
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
24
13
 
25
- 2020-03-28T09:51:03.164778+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each'
26
- 2020-03-28T09:51:03.164778+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `call'
27
- 2020-03-28T09:51:03.164780+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each_strongly_connected_component'
28
- 2020-03-28T09:51:03.164780+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:226:in `tsort_each'
29
- 2020-03-28T09:51:03.164798+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:205:in `tsort_each'
30
- 2020-03-28T09:51:03.164799+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers'
31
- 2020-03-28T09:51:03.164815+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!'
32
- 2020-03-28T09:51:03.164820+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
33
- 2020-03-28T09:51:03.164822+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
34
- 2020-03-28T09:51:03.164822+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
35
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
36
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
37
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
38
- 2020-03-28T09:51:03.164841+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
39
- 2020-03-28T09:51:03.164855+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
40
- 2020-03-28T09:51:03.164855+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
41
- 2020-03-28T09:51:03.164856+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:49:in `require_relative'
42
- 2020-03-28T09:51:03.164862+00:00 app[web.1]: from config.ru:3:in `block in <main>'
43
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:116:in `eval'
44
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:116:in `new_from_string'
45
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:105:in `load_file'
46
- 2020-03-28T09:51:03.164867+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:66:in `parse_file'
47
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:349:in `build_app_and_options_from_config'
48
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:249:in `app'
49
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/commands/server/server_command.rb:27:in `app'
50
- 2020-03-28T09:51:03.164884+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:422:in `wrapped_app'
51
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:312:in `block in start'
52
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:379:in `handle_profiling'
53
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:311:in `start'
54
- 2020-03-28T09:51:03.164901+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-
55
- 2020-03-28T09:51:03.164931+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/command/base.rb:69:in `perform'
56
- 2020-03-28T09:51:03.164932+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/command.rb:46:in `invoke'
57
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/commands.rb:18:in `<top (required)>'
58
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
59
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
60
- 2020-03-28T09:51:03.164949+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
61
14
  2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
62
15
  2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
63
16
  2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
@@ -69,5 +22,23 @@
69
22
  2020-03-28T09:51:03.169069+00:00 app[web.1]: => Run `rails server -h` for more startup options
70
23
  2020-03-28T09:51:03.169070+00:00 app[web.1]: Exiting
71
24
  ```
25
+ 今日また同じコードを実行すると昨日と違う表示がされました。
26
+ ```ここに言語を入力
27
+ 2020-03-28T20:38:01.044665+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
28
+ 2020-03-28T20:38:01.044668+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
29
+ 2020-03-28T20:38:01.044671+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
30
+ 2020-03-28T20:38:01.044689+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
31
+ 2020-03-28T20:38:01.044690+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
32
+ 2020-03-28T20:38:01.044693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
33
+ 2020-03-28T20:38:01.044715+00:00 app[web.1]: from bin/rails:4:in `<main>'
34
+ 2020-03-28T20:38:01.049602+00:00 app[web.1]: => Booting Puma
35
+ 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
36
+ 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Run `rails server -h` for more startup options
37
+ 2020-03-28T20:38:01.049605+00:00 app[web.1]: Exiting
38
+ 2020-03-29T00:19:49.663248+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=c9d7da6b-b094-4f10-8f81-e1129ae922e4 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
39
+ 2020-03-29T00:19:50.229308+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ed412e23-bf7e-43fe-af77-a3a8a98f7bda fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
40
+ 2020-03-29T00:20:01.553820+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=1e579e5c-e645-42fe-88ab-a99fa4fad869 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
41
+ 2020-03-29T00:20:01.906953+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ac4fc351-6310-451b-9be1-17ba487eec0b fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
42
+ ```
72
43
  調べてもわからず、詰まっています。
73
44
  よろしくおねがいします!