質問編集履歴

1

logの表示数を変更しました。

2020/11/08 22:29

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,77 +1,183 @@
1
- Rails アプリを作成してデプロイしたところWe're sorry, but something went wrong.のエラーが出てしまい
1
+ Rails アプリを作成してデプロイしたところエラーが出てしまい
2
2
 
3
3
  デプロイは出来ているがアプリ内でエラーが発生しています。
4
4
 
5
+ logを見ても解決することができず前に進まずの状態です。
5
6
 
6
-
7
- logを見たのですが解決することができず前に進まずの状態です。
8
-
9
- 恐れ入りますがわかる方がいれば助けていただけると助かります。
7
+ わかる方がいれば教え惜しす。
10
8
 
11
9
  ```ここに言語を入力
12
10
 
13
- [ec2-user@ip-10-0-0-41 log]$ tail -n 30 production.log
11
+ [ec2-user]$ tail -n 100 production.log
14
12
 
15
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
13
+ F, [2020-11-08T18:46:04.021120 #4659] FATAL -- : [4745fa7d-7c31-42ba-a3bb-c19764ce626f] ActionController::RoutingError (No route matches [POST] "/"):
16
14
 
17
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
15
+ F, [2020-11-08T18:46:04.021140 #4659] FATAL -- : [4745fa7d-7c31-42ba-a3bb-c19764ce626f]
18
16
 
19
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
17
+ F, [2020-11-08T18:46:04.021171 #4659] FATAL -- : [4745fa7d-7c31-42ba-a3bb-c19764ce626f] actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
20
18
 
21
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] rack (2.2.3) lib/rack/runtime.rb:22:in `call'
19
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
22
20
 
23
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
21
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
24
22
 
25
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
23
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
26
24
 
27
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
25
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
28
26
 
29
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
27
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
30
28
 
31
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] unicorn (5.7.0) lib/unicorn/http_server.rb:632:in `process_client'
29
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
32
30
 
33
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] unicorn (5.7.0) lib/unicorn/http_server.rb:728:in `worker_loop'
31
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
34
32
 
35
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] unicorn (5.7.0) lib/unicorn/http_server.rb:548:in `spawn_missing_workers'
33
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
36
34
 
37
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] unicorn (5.7.0) lib/unicorn/http_server.rb:144:in `start'
35
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
38
36
 
39
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] unicorn (5.7.0) bin/unicorn_rails:209:in `<top (required)>'
37
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
40
38
 
41
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `load'
39
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] rack (2.2.3) lib/rack/runtime.rb:22:in `call'
42
40
 
43
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `<top (required)>'
41
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
44
42
 
45
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `load'
43
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
46
44
 
47
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `kernel_load'
45
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
48
46
 
49
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli/exec.rb:28:in `run'
47
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
50
48
 
51
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli.rb:463:in `exec'
49
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] unicorn (5.7.0) lib/unicorn/http_server.rb:632:in `process_client'
52
50
 
53
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
51
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] unicorn (5.7.0) lib/unicorn/http_server.rb:728:in `worker_loop'
54
52
 
55
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
53
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] unicorn (5.7.0) lib/unicorn/http_server.rb:548:in `spawn_missing_workers'
56
54
 
57
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
55
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] unicorn (5.7.0) lib/unicorn/http_server.rb:144:in `start'
58
56
 
59
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli.rb:27:in `dispatch'
57
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] unicorn (5.7.0) bin/unicorn_rails:209:in `<top (required)>'
60
58
 
61
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
59
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `load'
62
60
 
63
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/cli.rb:18:in `start'
61
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `<top (required)>'
64
62
 
65
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) exe/bundle:30:in `block in <top (required)>'
63
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `load'
66
64
 
67
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
65
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `kernel_load'
68
66
 
69
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] bundler (1.17.3) exe/bundle:22:in `<top (required)>'
67
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli/exec.rb:28:in `run'
70
68
 
71
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] /home/ec2-user/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
69
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli.rb:463:in `exec'
72
70
 
71
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
72
+
73
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
74
+
75
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
76
+
77
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli.rb:27:in `dispatch'
78
+
79
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
80
+
81
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/cli.rb:18:in `start'
82
+
83
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) exe/bundle:30:in `block in <top (required)>'
84
+
85
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
86
+
87
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] bundler (1.17.3) exe/bundle:22:in `<top (required)>'
88
+
89
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] /home/ec2-user/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
90
+
73
- [983abe4d-ab1b-4593-9d93-08be1c6d7008] /home/ec2-user/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
91
+ [4745fa7d-7c31-42ba-a3bb-c19764ce626f] /home/ec2-user/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
92
+
93
+ I, [2020-11-08T20:00:06.936585 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Started GET "/" for 193.118.53.210 at 2020-11-08 20:00:06 +0000
94
+
95
+ I, [2020-11-08T20:00:06.937243 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Processing by BoardsController#home as */*
96
+
97
+ I, [2020-11-08T20:00:06.941263 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Rendering boards/home.html.erb within layouts/application
98
+
99
+ I, [2020-11-08T20:00:06.945754 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Rendered partial/_footer.html.erb (0.2ms)
100
+
101
+ I, [2020-11-08T20:00:06.945838 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Rendered boards/home.html.erb within layouts/application (4.5ms)
102
+
103
+ I, [2020-11-08T20:00:06.946661 #4659] INFO -- : [6bbe5ce9-6b4b-4877-bdea-cd0f6cf8bd66] Completed 200 OK in 9ms (Views: 5.7ms)
104
+
105
+ I, [2020-11-08T20:03:29.970741 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Started GET "/" for 139.162.106.181 at 2020-11-08 20:03:29 +0000
106
+
107
+ I, [2020-11-08T20:03:29.971331 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Processing by BoardsController#home as HTML
108
+
109
+ I, [2020-11-08T20:03:29.972054 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Rendering boards/home.html.erb within layouts/application
110
+
111
+ I, [2020-11-08T20:03:29.972526 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Rendered partial/_footer.html.erb (0.0ms)
112
+
113
+ I, [2020-11-08T20:03:29.972594 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Rendered boards/home.html.erb within layouts/application (0.5ms)
114
+
115
+ I, [2020-11-08T20:03:29.973299 #4659] INFO -- : [3aa22280-d2dd-4845-bc37-3216a58e20b7] Completed 200 OK in 2ms (Views: 1.4ms)
116
+
117
+ I, [2020-11-08T21:44:06.753538 #4661] INFO -- : [284ea59f-5f35-4b77-b02b-f66b52bc8316] Started GET "/config/getuser?index=0" for 185.239.242.196 at 2020-11-08 21:44:06 +0000
118
+
119
+ F, [2020-11-08T21:44:06.754359 #4661] FATAL -- : [284ea59f-5f35-4b77-b02b-f66b52bc8316]
120
+
121
+ F, [2020-11-08T21:44:06.754403 #4661] FATAL -- : [284ea59f-5f35-4b77-b02b-f66b52bc8316] ActionController::RoutingError (No route matches [GET] "/config/getuser"):
122
+
123
+ F, [2020-11-08T21:44:06.754425 #4661] FATAL -- : [284ea59f-5f35-4b77-b02b-f66b52bc8316]
124
+
125
+ F, [2020-11-08T21:44:06.754454 #4661] FATAL -- : [284ea59f-5f35-4b77-b02b-f66b52bc8316] actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
126
+
127
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
128
+
129
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
130
+
131
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
132
+
133
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
134
+
135
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
136
+
137
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
138
+
139
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
140
+
141
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
142
+
143
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
144
+
145
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
146
+
147
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] rack (2.2.3) lib/rack/runtime.rb:22:in `call'
148
+
149
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
150
+
151
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
152
+
153
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
154
+
155
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
156
+
157
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] unicorn (5.7.0) lib/unicorn/http_server.rb:632:in `process_client'
158
+
159
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] unicorn (5.7.0) lib/unicorn/http_server.rb:728:in `worker_loop'
160
+
161
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] unicorn (5.7.0) lib/unicorn/http_server.rb:548:in `spawn_missing_workers'
162
+
163
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] unicorn (5.7.0) lib/unicorn/http_server.rb:144:in `start'
164
+
165
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] unicorn (5.7.0) bin/unicorn_rails:209:in `<top (required)>'
166
+
167
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `load'
168
+
169
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] /home/ec2-user/.rbenv/versions/2.5.3/bin/unicorn_rails:23:in `<top (required)>'
170
+
171
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `load'
172
+
173
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `kernel_load'
174
+
175
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] bundler (1.17.3) lib/bundler/cli/exec.rb:28:in `run'
176
+
177
+ [284ea59f-5f35-4b77-b02b-f66b52bc8316] bundler (1.17.3) lib/bundler/cli.rb:463:in `exec'
178
+
179
+
180
+
181
+
74
182
 
75
183
  ```
76
-
77
- 恐れ入りますがよろしくお願いします。