質問編集履歴

3

コメント追加

2018/10/20 16:03

投稿

Rand
Rand

スコア18

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,6 @@
46
46
 
47
47
  faviconのエラーというのも出ていましたが、以前から特に問題なくそこではないと思ってるのですが、
48
48
 
49
- 個人的には上記の部分が原因だと思ってるのですが、初心者のため調べてもそれらしい解決策がわからず、
49
+ 個人的には上記のunicorn部分が原因だと思ってるのですが、初心者のため調べてもそれらしい解決策がわからず、
50
50
 
51
51
  少しでも解決への道筋がわかればと思います。宜しくお願い致します。

2

ログ追加

2018/10/20 16:03

投稿

Rand
Rand

スコア18

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,39 @@
8
8
 
9
9
  ```
10
10
 
11
+ 2018-10-20T15:41:15.848332+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb`
12
+
13
+ 2018-10-20T15:41:20.254340+00:00 app[web.1]: [4] Puma starting in cluster mode...
14
+
15
+ 2018-10-20T15:41:20.254361+00:00 app[web.1]: [4] * Version 3.9.1 (ruby 2.4.4-p296), codename: Private Caller
16
+
17
+ 2018-10-20T15:41:20.254363+00:00 app[web.1]: [4] * Min threads: 5, max threads: 5
18
+
19
+ 2018-10-20T15:41:20.254365+00:00 app[web.1]: [4] * Environment: production
20
+
21
+ 2018-10-20T15:41:20.254369+00:00 app[web.1]: [4] * Process workers: 2
22
+
23
+ 2018-10-20T15:41:20.254409+00:00 app[web.1]: [4] * Preloading application
24
+
25
+ 2018-10-20T15:41:27.290957+00:00 app[web.1]: [4] ! Unable to load application: NameError: uninitialized constant Unicorn
26
+
27
+ 2018-10-20T15:41:27.291566+00:00 app[web.1]: bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.4.0/bin/puma)
28
+
11
- ! Unable to load application: NameError: uninitialized constant Unicorn
29
+ 2018-10-20T15:41:27.291740+00:00 app[web.1]: NameError: uninitialized constant Unicorn
30
+
31
+ 2018-10-20T15:41:27.291743+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/unicorn-worker-killer-0.4.2/lib/unicorn/configuration.rb:1:in `<top (required)>'
32
+
33
+ 2018-10-20T15:41:27.291745+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `require'
34
+
35
+ 2018-10-20T15:41:27.291747+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `block in require'
36
+
37
+ 2018-10-20T15:41:27.291748+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:258:in `load_dependency'
38
+
39
+
40
+
41
+
42
+
43
+
12
44
 
13
45
  ```
14
46
 

1

エラー内容追加

2018/10/20 16:02

投稿

Rand
Rand

スコア18

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```
10
10
 
11
- NameError: uninitialized constant Unicorn
11
+ ! Unable to load application: NameError: uninitialized constant Unicorn
12
12
 
13
13
  ```
14
14