質問編集履歴

5

タイトル編集、実行履歴更新

2020/08/09 23:45

投稿

goffee555
goffee555

スコア6

test CHANGED
@@ -1 +1 @@
1
- syntax error 原因箇所の特定に困っています。 ご教授願います。
1
+ Heroku deployは成功するのですが、App crashedというErrorでアプリが開けないです(code=H10) (syntax error)
test CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  ### 前提・したこと
6
6
 
7
+ - ローカルでアプリ制作
8
+
7
9
  - Heroku CLIをインストール
8
10
 
9
11
  ```terminal
@@ -48,7 +50,7 @@
48
50
 
49
51
  0. $ git add .
50
52
 
51
- 0. $ 0. 番号リストgit commit -m "update for upload to heroku"
53
+ 0. $ git commit -m "update for upload to heroku"
52
54
 
53
55
  0. $ git push heroku master
54
56
 
@@ -212,9 +214,11 @@
212
214
 
213
215
  ```
214
216
 
215
-
217
+ 「syantax error」と表示されていたので、関連してそうな周辺の文字列を検索すると
218
+
216
-
219
+ 「カンマ抜け」ではないかと推測したのですが、場所が特定できませんでした。
220
+
217
- ### 試したこと
221
+ ### 試したこと・調べたこと
218
222
 
219
223
 
220
224
 

4

更新前の手順追加

2020/08/09 23:45

投稿

goffee555
goffee555

スコア6

test CHANGED
@@ -1 +1 @@
1
- Herokuでデプロイ後にApplication error(エラーコードH10 (App crashed))が発生
1
+ syntax error 原因箇所の特定に困っています。 ご教授願います。
test CHANGED
@@ -1,18 +1,62 @@
1
- 表記の通り、デプロイ後エラーが発生します。
1
+ Herokuにデプロイ後、下記のエラーが発生します。
2
-
3
-
4
-
2
+
3
+
4
+
5
- ### 前提・実現したこと
5
+ ### 前提・したこと
6
+
6
-
7
+ - Heroku CLIをインストール
8
+
7
-
9
+ ```terminal
10
+
8
-
11
+ $ curl -OL https://cli-assets.heroku.com/heroku-linux-x64.tar.gz
12
+
9
-
13
+ tar zxf heroku-linux-x64.tar.gz && rm -f heroku-linux-x64.tar.gz
14
+
10
-
15
+ sudo mv heroku /usr/local
16
+
17
+ echo 'PATH=/usr/local/heroku/bin:$PATH' >> $HOME/.bash_profile
18
+
19
+ source $HOME/.bash_profile > /dev/null
20
+
21
+ ```
22
+
23
+ - rails_12factor をGemに追加
24
+
25
+ ```Gem
26
+
27
+ group :production do
28
+
29
+ gem 'rails_12factor'
30
+
31
+ end
32
+
33
+ ```
34
+
35
+ - Git経由でアプリケーションを登録
36
+
37
+ 0. $ git init
38
+
39
+ 0. $ heroku create
40
+
41
+ 0. $ heroku addons:add cleardb
42
+
43
+ 0. $ heroku config | grep CLEARDB_DATABASE_URL
44
+
45
+ 0. 環境変数を変更
46
+
47
+ 出力されたデータベース情報のmysqlの部分をmysql2に変更して、heroku config:setコマンドで設定を上書き
48
+
49
+ 0. $ git add .
50
+
51
+ 0. $ 0. 番号リストgit commit -m "update for upload to heroku"
52
+
53
+ 0. $ git push heroku master
54
+
11
- [こちらを参考にRails+CarrierWave+heroku環境でAWS S3へ画像をアップロードする処理をしました。](https://qiita.com/nobu0717/items/a34a896f6e7ad68dc54e)
55
+ 0. [こちらを参考にRails+CarrierWave+heroku環境でAWS S3へ画像をアップロードする処理を実行](https://qiita.com/nobu0717/items/a34a896f6e7ad68dc54e)
12
-
13
-
14
-
56
+
57
+
58
+
15
- 処理後、デプロイするとApplication errorが発生。
59
+ 処理後、更新するとApplication errorが発生。
16
60
 
17
61
 
18
62
 
@@ -26,14 +70,6 @@
26
70
 
27
71
  (省略)
28
72
 
29
- 2020-08-08T07:19:47.840830+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
30
-
31
- 2020-08-08T07:19:47.840832+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
32
-
33
- 2020-08-08T07:19:47.840848+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
34
-
35
- 2020-08-08T07:19:47.840848+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
36
-
37
73
  2020-08-08T07:19:47.840881+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
38
74
 
39
75
  2020-08-08T07:19:47.840882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
@@ -205,3 +241,7 @@
205
241
  .
206
242
 
207
243
  Cloud9上では問題なく起動します。DB、S3バケット内にもimageが反映されます。
244
+
245
+
246
+
247
+ 問題、原因の特定に必要なファイルやコードがありましたら、ご指摘願います。

3

編集

2020/08/09 13:40

投稿

goffee555
goffee555

スコア6

test CHANGED
File without changes
test CHANGED
@@ -205,7 +205,3 @@
205
205
  .
206
206
 
207
207
  Cloud9上では問題なく起動します。DB、S3バケット内にもimageが反映されます。
208
-
209
-
210
-
211
- - [github](https://github.com/GitGt58/git_unsung-hero)

2

git 追加

2020/08/09 00:29

投稿

goffee555
goffee555

スコア6

test CHANGED
File without changes
test CHANGED
@@ -205,3 +205,7 @@
205
205
  .
206
206
 
207
207
  Cloud9上では問題なく起動します。DB、S3バケット内にもimageが反映されます。
208
+
209
+
210
+
211
+ - [github](https://github.com/GitGt58/git_unsung-hero)

1

補足追加

2020/08/09 00:26

投稿

goffee555
goffee555

スコア6

test CHANGED
File without changes
test CHANGED
@@ -201,3 +201,7 @@
201
201
  - heroku/7.42.5 linux-x64 node-v12.16.2
202
202
 
203
203
  - AWS Cloud9
204
+
205
+ .
206
+
207
+ Cloud9上では問題なく起動します。DB、S3バケット内にもimageが反映されます。