質問編集履歴

7

ログ

2018/01/05 14:32

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- herokuで表示させていたアプリが、rubyのversionを変更した別アプリを作成したことによって表示できなくなってしまいました。そこでheroku logsで確認すると下記のエラーが表示されます。
1
+ herokuで表示させていたアプリが、rubyのversionを変更した別アプリを作成したことによって表示できなくなってしまいました。そこでheroku logsで確認すると下記のエラーが表示されます。ログが長いので詳細を書きたかったのですがかけず。
2
2
 
3
3
  ```ここに言語を入力
4
4
 

6

コードの変更

2018/01/05 14:32

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
@@ -1,120 +1,108 @@
1
- herokuで表示させていたアプリが、rubyのversionを変更した別アプリを作成したことによって表示できなくなってしまいました。ローカルで確認したころロカルでは動いています。
1
+ herokuで表示させていたアプリが、rubyのversionを変更した別アプリを作成したことによって表示できなくなってしまいました。そこheroku logsで確認する下記のエラが表示されます。
2
2
 
3
3
  ```ここに言語を入力
4
4
 
5
- We're sorry, but something went wrong.
5
+ 2018-01-05T10:05:30.344925+00:00 heroku[web.1]: State changed from up to down
6
6
 
7
- If you are the application owner check the logs for more information.
7
+ 2018-01-05T10:05:31.290774+00:00 heroku[web.1]: Stopping all processes with SIGTERM
8
8
 
9
- ```
9
+ 2018-01-05T10:05:31.462600+00:00 app[web.1]: /app/vendor/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
10
10
 
11
- herokuのrubyとローカルのrubyのversionが違っていたので下記の解決方法を参考にしたのですが、改善されず困っています。https://teratail.com/questions/85961
11
+ 2018-01-05T10:05:31.462598+00:00 app[web.1]: /app/vendor/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
12
12
 
13
- 「gemfileでversionを指定した上で、ローカルの方のbundlerを再インストールしてみてください」
13
+ 2018-01-05T10:05:31.462601+00:00 app[web.1]: /app/vendor/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
14
14
 
15
+ 2018-01-05T10:05:31.462602+00:00 app[web.1]: /app/vendor/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
15
16
 
17
+ 2018-01-05T10:05:31.462602+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb:34:in `run'
16
18
 
17
- 現在のherokuとローカルのrubyversion
19
+ 2018-01-05T10:05:31.462603+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/server.rb:287:in `start'
18
20
 
19
- ```ここに言語を入力
21
+ 2018-01-05T10:05:31.462582+00:00 app[web.1]: [2018-01-05 10:05:31] FATAL SignalException: SIGTERM
20
22
 
21
- ruby -v
23
+ 2018-01-05T10:05:31.462604+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/server.rb:80:in `start'
22
24
 
23
- ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin16]
25
+ 2018-01-05T10:05:31.462605+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:80:in `block in server'
24
26
 
25
- ```
27
+ 2018-01-05T10:05:31.462607+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `server'
26
28
 
27
- ```ここに言語を入力
29
+ 2018-01-05T10:05:31.462606+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `tap'
28
30
 
29
- heroku run "ruby -v"
31
+ 2018-01-05T10:05:31.462608+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
30
32
 
31
- heroku-cli: update available from 6.13.19 to 6.15.7-8cc6cd9
33
+ 2018-01-05T10:05:31.462608+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
32
34
 
33
- Running ruby -v on ⬢ shrouded-wave-97477... up, run.8115 (Free)
35
+ 2018-01-05T10:05:31.462610+00:00 app[web.1]: bin/rails:9:in `require'
34
36
 
35
- ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
37
+ 2018-01-05T10:05:31.464799+00:00 app[web.1]: [2018-01-05 10:05:31] INFO going to shutdown ...
36
38
 
37
- ```
39
+ 2018-01-05T10:05:31.462610+00:00 app[web.1]: bin/rails:9:in `<main>'
38
40
 
41
+ 2018-01-05T10:05:31.464924+00:00 app[web.1]: [2018-01-05 10:05:31] INFO WEBrick::HTTPServer#start done.
39
42
 
43
+ 2018-01-05T10:05:31.465065+00:00 app[web.1]: Exiting
40
44
 
41
- そこでheroku logsで確認すると下記のエラーが表示されます。
45
+ 2018-01-05T10:05:32.856014+00:00 heroku[web.1]: Process exited with status 143
42
46
 
43
- ```ここに言語を入力
47
+ 2018-01-05T13:40:40.239111+00:00 heroku[web.1]: State changed from down to starting
44
48
 
45
- 2018-01-05T08:55:49.935748+00:00 app[api]: Starting process with command `ruby -v` by user email@gmail.com
49
+ 2018-01-05T13:40:46.768542+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 6179 -e production`
46
50
 
47
- 2018-01-05T08:55:57.163605+00:00 heroku[run.6888]: Awaiting client
51
+ 2018-01-05T13:40:57.479464+00:00 app[web.1]: [2018-01-05 13:40:57] INFO WEBrick 1.3.1
48
52
 
49
- 2018-01-05T08:55:57.219675+00:00 heroku[run.6888]: Starting process with command `ruby -v`
53
+ 2018-01-05T13:40:57.479516+00:00 app[web.1]: [2018-01-05 13:40:57] INFO ruby 2.3.0 (2015-12-25) [x86_64-linux]
50
54
 
51
- 2018-01-05T08:55:57.311421+00:00 heroku[run.6888]: State changed from starting to up
55
+ 2018-01-05T13:40:57.479964+00:00 app[web.1]: [2018-01-05 13:40:57] INFO WEBrick::HTTPServer#start: pid=4 port=6179
52
56
 
53
- 2018-01-05T08:56:02.496482+00:00 heroku[run.6888]: Process exited with status 0
57
+ 2018-01-05T13:40:57.814314+00:00 heroku[web.1]: State changed from starting to up
54
58
 
55
- 2018-01-05T08:56:02.512376+00:00 heroku[run.6888]: State changed from up to complete
59
+ 2018-01-05T13:40:59.531955+00:00 app[web.1]: => Booting WEBrick
56
60
 
57
- 2018-01-05T08:58:40.000000+00:00 app[api]: Build started by user email@gmail.com
61
+ 2018-01-05T13:40:59.531967+00:00 app[web.1]: => Rails 4.2.6 application starting in production on http://0.0.0.0:6179
58
62
 
59
- 2018-01-05T08:59:45.378247+00:00 app[api]: Release v34 created by user email@gmail.com
63
+ 2018-01-05T13:40:59.531968+00:00 app[web.1]: => Run `rails server -h` for more startup options
60
64
 
61
- 2018-01-05T08:59:45.378247+00:00 app[api]: Deploy 2e221bda by user email@gmail.com
65
+ 2018-01-05T13:40:59.531968+00:00 app[web.1]: => Ctrl-C to shutdown server
62
66
 
63
- 2018-01-05T08:58:40.000000+00:00 app[api]: Build succeeded
67
+ 2018-01-05T13:40:59.531969+00:00 app[web.1]: Started GET "/" for 118.240.175.28 at 2018-01-05 13:40:59 +0000
64
68
 
65
- 2018-01-05T08:59:46.974252+00:00 heroku[web.1]: Restarting
69
+ 2018-01-05T13:40:59.658473+00:00 app[web.1]: Processing by PagesController#index as HTML
66
70
 
67
- 2018-01-05T08:59:46.975069+00:00 heroku[web.1]: State changed from up to starting
71
+ 2018-01-05T13:40:59.685484+00:00 app[web.1]: Rendered partial/_navbar.html.erb (7.5ms)
68
72
 
69
- 2018-01-05T08:59:48.269630+00:00 heroku[web.1]: Stopping all processes with SIGTERM
73
+ 2018-01-05T13:41:00.593858+00:00 app[web.1]: User Load (2.6ms) SELECT "users".* FROM "users"
70
74
 
71
- 2018-01-05T08:59:48.336974+00:00 app[web.1]: [2018-01-05 08:59:48] FATAL SignalException: SIGTERM
75
+ 2018-01-05T13:41:00.795241+00:00 app[web.1]: Listing Load (2.1ms) SELECT "listings".* FROM "listings" WHERE "listings"."user_id" = $1 [["user_id", 4]]
72
76
 
73
- 2018-01-05T08:59:48.336986+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
77
+ 2018-01-05T13:41:00.888763+00:00 app[web.1]: Photo Load (3.2ms) SELECT "photos".* FROM "photos" WHERE "photos"."listing_id" = $1 [["listing_id", 25]]
74
78
 
75
- 2018-01-05T08:59:48.336985+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
79
+ 2018-01-05T13:41:00.892835+00:00 app[web.1]: Rendered pages/index.html.erb within layouts/application (1217.5ms)
76
80
 
77
- 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
81
+ 2018-01-05T13:41:00.898406+00:00 app[web.1]: Completed 500 Internal Server Error in 1239ms (ActiveRecord: 32.6ms)
78
82
 
79
- 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
83
+ 2018-01-05T13:41:00.907925+00:00 app[web.1]:
80
84
 
81
- 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/server.rb:287:in `start'
85
+ 2018-01-05T13:41:00.907929+00:00 app[web.1]: ActionView::Template::Error (undefined method `image' for nil:NilClass):
82
86
 
83
- 2018-01-05T08:59:48.336988+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb:34:in `run'
87
+ 2018-01-05T13:41:00.907932+00:00 app[web.1]: 89: <% if !user.listings.blank?%>
84
88
 
85
- 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/server.rb:80:in `start'
89
+ 2018-01-05T13:41:00.907933+00:00 app[web.1]: 90: <div class="col-md-4 col-sm-6 portfolio-item row-space-2">
86
90
 
87
- 2018-01-05T08:59:48.336991+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:80:in `block in server'
91
+ 2018-01-05T13:41:00.907934+00:00 app[web.1]: 91: <%= link_to listing_path(user.listings[0]) do %>
88
92
 
89
- 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `tap'
93
+ 2018-01-05T13:41:00.907935+00:00 app[web.1]: 92: <%= image_tag user.listings[0].photos[0].image.url(:medium) %>
90
94
 
91
- 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `server'
95
+ 2018-01-05T13:41:00.907938+00:00 app[web.1]: 95: <%= image_tag user.image,class:"img-circle profile-1"%>
92
96
 
93
- 2018-01-05T08:59:48.336995+00:00 app[web.1]: bin/rails:9:in `require'
97
+ 2018-01-05T13:41:00.907972+00:00 app[web.1]: app/views/pages/index.html.erb:88:in `_app_views_pages_index_html_erb__2695958356563593208_70064641064040'
94
98
 
95
- 2018-01-05T08:59:48.336993+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
99
+ 2018-01-05T13:41:00.907936+00:00 app[web.1]: 93: <% end %>
96
100
 
97
- 2018-01-05T08:59:48.336994+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
101
+ 2018-01-05T13:41:00.907967+00:00 app[web.1]: app/views/pages/index.html.erb:92:in `block (2 levels) in _app_views_pages_index_html_erb__2695958356563593208_70064641064040'
98
102
 
99
- 2018-01-05T08:59:48.336996+00:00 app[web.1]: bin/rails:9:in `<main>'
103
+ 2018-01-05T13:41:00.907937+00:00 app[web.1]: 94: <div class="portfolio-caption">
100
104
 
101
- 2018-01-05T08:59:48.337126+00:00 app[web.1]: [2018-01-05 08:59:48] INFO going to shutdown ...
102
-
103
- 2018-01-05T08:59:48.337239+00:00 app[web.1]: Exiting
104
-
105
- 2018-01-05T08:59:48.337197+00:00 app[web.1]: [2018-01-05 08:59:48] INFO WEBrick::HTTPServer#start done.
106
-
107
- 2018-01-05T08:59:49.361568+00:00 heroku[web.1]: Process exited with status 143
108
-
109
- 2018-01-05T08:59:52.046600+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 54784 -e production`
105
+ 2018-01-05T13:41:00.907969+00:00 app[web.1]: app/views/pages/index.html.erb:91:in `block in _app_views_pages_index_html_erb__2695958356563593208_70064641064040'
110
-
111
- 2018-01-05T08:59:58.036516+00:00 app[web.1]: [2018-01-05 08:59:58] INFO WEBrick 1.3.1
112
-
113
- 2018-01-05T08:59:58.036591+00:00 app[web.1]: [2018-01-05 08:59:58] INFO ruby 2.3.0 (2015-12-25) [x86_64-linux]
114
-
115
- 2018-01-05T08:59:58.037006+00:00 app[web.1]: [2018-01-05 08:59:58] INFO WEBrick::HTTPServer#start: pid=4 port=54784
116
-
117
- 2018-01-05T08:59:58.581053+00:00 heroku[web.1]: State changed from starting to up
118
106
 
119
107
  ```
120
108
 

5

コードの変更。別のエラーが発生

2018/01/05 14:31

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
File without changes

4

コードの変更

2018/01/05 13:57

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
@@ -70,33 +70,33 @@
70
70
 
71
71
  2018-01-05T08:59:48.336974+00:00 app[web.1]: [2018-01-05 08:59:48] FATAL SignalException: SIGTERM
72
72
 
73
- 2018-01-05T08:59:48.336986+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
73
+ 2018-01-05T08:59:48.336986+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
74
74
 
75
- 2018-01-05T08:59:48.336985+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
75
+ 2018-01-05T08:59:48.336985+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
76
76
 
77
- 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
77
+ 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
78
78
 
79
- 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
79
+ 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
80
80
 
81
- 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/server.rb:287:in `start'
81
+ 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/server.rb:287:in `start'
82
82
 
83
- 2018-01-05T08:59:48.336988+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb:34:in `run'
83
+ 2018-01-05T08:59:48.336988+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb:34:in `run'
84
84
 
85
- 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/server.rb:80:in `start'
85
+ 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/server.rb:80:in `start'
86
86
 
87
- 2018-01-05T08:59:48.336991+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:80:in `block in server'
87
+ 2018-01-05T08:59:48.336991+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:80:in `block in server'
88
88
 
89
- 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `tap'
89
+ 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `tap'
90
90
 
91
- 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `server'
91
+ 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `server'
92
92
 
93
- 2018-01-05T08:59:48.336995+00:00 app[web.1]: bin/rails:9:in `require'
93
+ 2018-01-05T08:59:48.336995+00:00 app[web.1]: bin/rails:9:in `require'
94
94
 
95
- 2018-01-05T08:59:48.336993+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
95
+ 2018-01-05T08:59:48.336993+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
96
96
 
97
- 2018-01-05T08:59:48.336994+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
97
+ 2018-01-05T08:59:48.336994+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
98
98
 
99
- 2018-01-05T08:59:48.336996+00:00 app[web.1]: bin/rails:9:in `<main>'
99
+ 2018-01-05T08:59:48.336996+00:00 app[web.1]: bin/rails:9:in `<main>'
100
100
 
101
101
  2018-01-05T08:59:48.337126+00:00 app[web.1]: [2018-01-05 08:59:48] INFO going to shutdown ...
102
102
 

3

rubyのversion追加

2018/01/05 13:56

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,30 @@
11
11
  herokuのrubyとローカルのrubyのversionが違っていたので下記の解決方法を参考にしたのですが、改善されず困っています。https://teratail.com/questions/85961
12
12
 
13
13
  「gemfileでversionを指定した上で、ローカルの方のbundlerを再インストールしてみてください」
14
+
15
+
16
+
17
+ 現在のherokuとローカルのrubyのversion
18
+
19
+ ```ここに言語を入力
20
+
21
+ ruby -v
22
+
23
+ ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin16]
24
+
25
+ ```
26
+
27
+ ```ここに言語を入力
28
+
29
+ heroku run "ruby -v"
30
+
31
+ ▸ heroku-cli: update available from 6.13.19 to 6.15.7-8cc6cd9
32
+
33
+ Running ruby -v on ⬢ shrouded-wave-97477... up, run.8115 (Free)
34
+
35
+ ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
36
+
37
+ ```
14
38
 
15
39
 
16
40
 

2

code変更

2018/01/05 10:11

投稿

fujishiro
fujishiro

スコア7

test CHANGED
File without changes
test CHANGED
@@ -30,11 +30,11 @@
30
30
 
31
31
  2018-01-05T08:56:02.512376+00:00 heroku[run.6888]: State changed from up to complete
32
32
 
33
- 2018-01-05T08:58:40.000000+00:00 app[api]: Build started by user hard.puncher.akifumi@gmail.com
33
+ 2018-01-05T08:58:40.000000+00:00 app[api]: Build started by user email@gmail.com
34
34
 
35
- 2018-01-05T08:59:45.378247+00:00 app[api]: Release v34 created by user hard.puncher.akifumi@gmail.com
35
+ 2018-01-05T08:59:45.378247+00:00 app[api]: Release v34 created by user email@gmail.com
36
36
 
37
- 2018-01-05T08:59:45.378247+00:00 app[api]: Deploy 2e221bda by user hard.puncher.akifumi@gmail.com
37
+ 2018-01-05T08:59:45.378247+00:00 app[api]: Deploy 2e221bda by user email@gmail.com
38
38
 
39
39
  2018-01-05T08:58:40.000000+00:00 app[api]: Build succeeded
40
40
 

1

タイトルとコードの変更

2018/01/05 10:03

投稿

fujishiro
fujishiro

スコア7

test CHANGED
@@ -1 +1 @@
1
- herokuにデプロイできません
1
+ ruby version変更によってherokuにデプロイできません
test CHANGED
@@ -18,17 +18,79 @@
18
18
 
19
19
  ```ここに言語を入力
20
20
 
21
- 2018-01-05T09:32:47.396539+00:00 app[api]: Starting process with command `ruby -v` by user hard.puncher.akifumi@gmail.com
21
+ 2018-01-05T08:55:49.935748+00:00 app[api]: Starting process with command `ruby -v` by user email@gmail.com
22
22
 
23
- 2018-01-05T09:32:51.874967+00:00 heroku[run.5031]: Awaiting client
23
+ 2018-01-05T08:55:57.163605+00:00 heroku[run.6888]: Awaiting client
24
24
 
25
- 2018-01-05T09:32:51.921705+00:00 heroku[run.5031]: Starting process with command `ruby -v`
25
+ 2018-01-05T08:55:57.219675+00:00 heroku[run.6888]: Starting process with command `ruby -v`
26
26
 
27
- 2018-01-05T09:32:52.170279+00:00 heroku[run.5031]: State changed from starting to up
27
+ 2018-01-05T08:55:57.311421+00:00 heroku[run.6888]: State changed from starting to up
28
28
 
29
- 2018-01-05T09:32:56.548283+00:00 heroku[run.5031]: Process exited with status 0
29
+ 2018-01-05T08:56:02.496482+00:00 heroku[run.6888]: Process exited with status 0
30
30
 
31
- 2018-01-05T09:32:56.562263+00:00 heroku[run.5031]: State changed from up to complete
31
+ 2018-01-05T08:56:02.512376+00:00 heroku[run.6888]: State changed from up to complete
32
+
33
+ 2018-01-05T08:58:40.000000+00:00 app[api]: Build started by user hard.puncher.akifumi@gmail.com
34
+
35
+ 2018-01-05T08:59:45.378247+00:00 app[api]: Release v34 created by user hard.puncher.akifumi@gmail.com
36
+
37
+ 2018-01-05T08:59:45.378247+00:00 app[api]: Deploy 2e221bda by user hard.puncher.akifumi@gmail.com
38
+
39
+ 2018-01-05T08:58:40.000000+00:00 app[api]: Build succeeded
40
+
41
+ 2018-01-05T08:59:46.974252+00:00 heroku[web.1]: Restarting
42
+
43
+ 2018-01-05T08:59:46.975069+00:00 heroku[web.1]: State changed from up to starting
44
+
45
+ 2018-01-05T08:59:48.269630+00:00 heroku[web.1]: Stopping all processes with SIGTERM
46
+
47
+ 2018-01-05T08:59:48.336974+00:00 app[web.1]: [2018-01-05 08:59:48] FATAL SignalException: SIGTERM
48
+
49
+ 2018-01-05T08:59:48.336986+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
50
+
51
+ 2018-01-05T08:59:48.336985+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
52
+
53
+ 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
54
+
55
+ 2018-01-05T08:59:48.336987+00:00 app[web.1]: /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
56
+
57
+ 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/server.rb:287:in `start'
58
+
59
+ 2018-01-05T08:59:48.336988+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb:34:in `run'
60
+
61
+ 2018-01-05T08:59:48.336989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/server.rb:80:in `start'
62
+
63
+ 2018-01-05T08:59:48.336991+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:80:in `block in server'
64
+
65
+ 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `tap'
66
+
67
+ 2018-01-05T08:59:48.336992+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:75:in `server'
68
+
69
+ 2018-01-05T08:59:48.336995+00:00 app[web.1]: bin/rails:9:in `require'
70
+
71
+ 2018-01-05T08:59:48.336993+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
72
+
73
+ 2018-01-05T08:59:48.336994+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
74
+
75
+ 2018-01-05T08:59:48.336996+00:00 app[web.1]: bin/rails:9:in `<main>'
76
+
77
+ 2018-01-05T08:59:48.337126+00:00 app[web.1]: [2018-01-05 08:59:48] INFO going to shutdown ...
78
+
79
+ 2018-01-05T08:59:48.337239+00:00 app[web.1]: Exiting
80
+
81
+ 2018-01-05T08:59:48.337197+00:00 app[web.1]: [2018-01-05 08:59:48] INFO WEBrick::HTTPServer#start done.
82
+
83
+ 2018-01-05T08:59:49.361568+00:00 heroku[web.1]: Process exited with status 143
84
+
85
+ 2018-01-05T08:59:52.046600+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 54784 -e production`
86
+
87
+ 2018-01-05T08:59:58.036516+00:00 app[web.1]: [2018-01-05 08:59:58] INFO WEBrick 1.3.1
88
+
89
+ 2018-01-05T08:59:58.036591+00:00 app[web.1]: [2018-01-05 08:59:58] INFO ruby 2.3.0 (2015-12-25) [x86_64-linux]
90
+
91
+ 2018-01-05T08:59:58.037006+00:00 app[web.1]: [2018-01-05 08:59:58] INFO WEBrick::HTTPServer#start: pid=4 port=54784
92
+
93
+ 2018-01-05T08:59:58.581053+00:00 heroku[web.1]: State changed from starting to up
32
94
 
33
95
  ```
34
96