質問編集履歴
1
エラー内容の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,4 +28,112 @@
|
|
28
28
|
###開発環境
|
29
29
|
・heroku
|
30
30
|
・Ruby 2.5.1
|
31
|
-
・Rails 5.1.4
|
31
|
+
・Rails 5.1.4
|
32
|
+
|
33
|
+
##追記
|
34
|
+
herokuで初めてデプロイした時から、上記のエラーが発生しておりました。
|
35
|
+
それ以来、`git push heroku` を実行しておりますが、同じようなエラーが発生しております。
|
36
|
+
|
37
|
+
`hroku logs`の結果は以下のようになります????♂️
|
38
|
+
```
|
39
|
+
2018-06-17T10:08:02.885286+00:00 heroku[web.1]: State changed from crashed to starting
|
40
|
+
2018-06-17T10:08:04.601622+00:00 heroku[web.1]: Starting process with command `npm start`
|
41
|
+
2018-06-17T10:08:06.680310+00:00 app[web.1]: npm ERR! missing script: start
|
42
|
+
2018-06-17T10:08:06.686084+00:00 app[web.1]:
|
43
|
+
2018-06-17T10:08:06.686398+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
44
|
+
2018-06-17T10:08:06.686510+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T10_08_06_681Z-debug.log
|
45
|
+
2018-06-17T10:08:06.765355+00:00 heroku[web.1]: State changed from starting to crashed
|
46
|
+
2018-06-17T10:08:06.742437+00:00 heroku[web.1]: Process exited with status 1
|
47
|
+
2018-06-17T15:36:32.754158+00:00 heroku[web.1]: State changed from crashed to starting
|
48
|
+
2018-06-17T15:36:34.786785+00:00 heroku[web.1]: Starting process with command `npm start`
|
49
|
+
2018-06-17T15:36:37.478385+00:00 heroku[web.1]: Process exited with status 1
|
50
|
+
2018-06-17T15:36:37.507581+00:00 heroku[web.1]: State changed from starting to crashed
|
51
|
+
2018-06-17T15:36:37.386087+00:00 app[web.1]: npm ERR! missing script: start
|
52
|
+
2018-06-17T15:36:37.393485+00:00 app[web.1]:
|
53
|
+
2018-06-17T15:36:37.393725+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
54
|
+
2018-06-17T15:36:37.393858+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T15_36_37_387Z-debug.log
|
55
|
+
2018-06-17T21:20:48.316996+00:00 heroku[web.1]: State changed from crashed to starting
|
56
|
+
2018-06-17T21:20:50.195702+00:00 heroku[web.1]: Starting process with command `npm start`
|
57
|
+
2018-06-17T21:20:52.687722+00:00 heroku[web.1]: State changed from starting to crashed
|
58
|
+
2018-06-17T21:20:52.652699+00:00 heroku[web.1]: Process exited with status 1
|
59
|
+
2018-06-17T21:20:52.579329+00:00 app[web.1]: npm ERR! missing script: start
|
60
|
+
2018-06-17T21:20:52.586247+00:00 app[web.1]:
|
61
|
+
2018-06-17T21:20:52.586310+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
62
|
+
2018-06-17T21:20:52.586424+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T21_20_52_580Z-debug.log
|
63
|
+
2018-06-18T03:05:08.775816+00:00 heroku[web.1]: State changed from crashed to starting
|
64
|
+
2018-06-18T03:05:10.637040+00:00 heroku[web.1]: Starting process with command `npm start`
|
65
|
+
2018-06-18T03:05:12.886575+00:00 heroku[web.1]: Process exited with status 1
|
66
|
+
2018-06-18T03:05:12.913687+00:00 heroku[web.1]: State changed from starting to crashed
|
67
|
+
2018-06-18T03:05:12.825487+00:00 app[web.1]: npm ERR! missing script: start
|
68
|
+
2018-06-18T03:05:12.830823+00:00 app[web.1]:
|
69
|
+
2018-06-18T03:05:12.831023+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
70
|
+
2018-06-18T03:05:12.831130+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T03_05_12_826Z-debug.log
|
71
|
+
2018-06-18T08:57:27.598935+00:00 heroku[web.1]: State changed from crashed to starting
|
72
|
+
2018-06-18T08:57:29.208833+00:00 heroku[web.1]: Starting process with command `npm start`
|
73
|
+
2018-06-18T08:57:31.105768+00:00 app[web.1]: npm ERR! missing script: start
|
74
|
+
2018-06-18T08:57:31.111388+00:00 app[web.1]:
|
75
|
+
2018-06-18T08:57:31.111594+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
76
|
+
2018-06-18T08:57:31.111665+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T08_57_31_107Z-debug.log
|
77
|
+
2018-06-18T08:57:31.187516+00:00 heroku[web.1]: State changed from starting to crashed
|
78
|
+
2018-06-18T08:57:31.169741+00:00 heroku[web.1]: Process exited with status 1
|
79
|
+
2018-06-18T15:05:48.190915+00:00 heroku[web.1]: State changed from crashed to starting
|
80
|
+
2018-06-18T15:05:50.722944+00:00 heroku[web.1]: Starting process with command `npm start`
|
81
|
+
2018-06-18T15:05:54.458325+00:00 heroku[web.1]: Process exited with status 1
|
82
|
+
2018-06-18T15:05:54.508569+00:00 heroku[web.1]: State changed from starting to crashed
|
83
|
+
2018-06-18T15:05:54.359456+00:00 app[web.1]: npm ERR! missing script: start
|
84
|
+
2018-06-18T15:05:54.382228+00:00 app[web.1]:
|
85
|
+
2018-06-18T15:05:54.390096+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
86
|
+
2018-06-18T15:05:54.390312+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T15_05_54_373Z-debug.log
|
87
|
+
2018-06-18T21:09:16.503082+00:00 heroku[web.1]: State changed from crashed to starting
|
88
|
+
2018-06-18T21:09:18.257452+00:00 heroku[web.1]: Starting process with command `npm start`
|
89
|
+
2018-06-18T21:09:20.441757+00:00 heroku[web.1]: State changed from starting to crashed
|
90
|
+
2018-06-18T21:09:20.359245+00:00 app[web.1]: npm ERR! missing script: start
|
91
|
+
2018-06-18T21:09:20.364977+00:00 app[web.1]:
|
92
|
+
2018-06-18T21:09:20.365150+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
93
|
+
2018-06-18T21:09:20.365235+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T21_09_20_360Z-debug.log
|
94
|
+
2018-06-18T21:09:20.427914+00:00 heroku[web.1]: Process exited with status 1
|
95
|
+
2018-06-19T02:53:39.141015+00:00 heroku[web.1]: State changed from crashed to starting
|
96
|
+
2018-06-19T02:53:40.765653+00:00 heroku[web.1]: Starting process with command `npm start`
|
97
|
+
2018-06-19T02:53:42.559104+00:00 app[web.1]: npm ERR! missing script: start
|
98
|
+
2018-06-19T02:53:42.568308+00:00 app[web.1]:
|
99
|
+
2018-06-19T02:53:42.568507+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
100
|
+
2018-06-19T02:53:42.568589+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T02_53_42_561Z-debug.log
|
101
|
+
2018-06-19T02:53:42.646686+00:00 heroku[web.1]: State changed from starting to crashed
|
102
|
+
2018-06-19T02:53:42.619570+00:00 heroku[web.1]: Process exited with status 1
|
103
|
+
2018-06-19T08:38:02.778029+00:00 heroku[web.1]: State changed from crashed to starting
|
104
|
+
2018-06-19T08:38:07.004789+00:00 heroku[web.1]: Starting process with command `npm start`
|
105
|
+
2018-06-19T08:38:10.488636+00:00 heroku[web.1]: State changed from starting to crashed
|
106
|
+
2018-06-19T08:38:10.470072+00:00 heroku[web.1]: Process exited with status 1
|
107
|
+
2018-06-19T08:38:10.330360+00:00 app[web.1]: npm ERR! missing script: start
|
108
|
+
2018-06-19T08:38:10.362553+00:00 app[web.1]:
|
109
|
+
2018-06-19T08:38:10.366206+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
110
|
+
2018-06-19T08:38:10.367256+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T08_38_10_338Z-debug.log
|
111
|
+
2018-06-19T12:52:45.000000+00:00 app[api]: Build started by user syumuu1219@outlook.jp
|
112
|
+
2018-06-19T12:52:53.974159+00:00 app[api]: Deploy 9b9d8608 by user syumuu1219@outlook.jp
|
113
|
+
2018-06-19T12:52:53.974159+00:00 app[api]: Release v5 created by user syumuu1219@outlook.jp
|
114
|
+
2018-06-19T12:52:54.000000+00:00 app[api]: Build succeeded
|
115
|
+
2018-06-19T12:52:54.654763+00:00 heroku[web.1]: State changed from crashed to starting
|
116
|
+
2018-06-19T12:52:56.265080+00:00 heroku[web.1]: Starting process with command `npm start`
|
117
|
+
2018-06-19T12:52:58.181451+00:00 app[web.1]: npm ERR! missing script: start
|
118
|
+
2018-06-19T12:52:58.187326+00:00 app[web.1]:
|
119
|
+
2018-06-19T12:52:58.187483+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
120
|
+
2018-06-19T12:52:58.187575+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T12_52_58_182Z-debug.log
|
121
|
+
2018-06-19T12:52:58.351754+00:00 heroku[web.1]: State changed from starting to crashed
|
122
|
+
2018-06-19T12:52:58.354363+00:00 heroku[web.1]: State changed from crashed to starting
|
123
|
+
2018-06-19T12:52:58.227330+00:00 heroku[web.1]: Process exited with status 1
|
124
|
+
2018-06-19T12:53:00.503935+00:00 heroku[web.1]: Starting process with command `npm start`
|
125
|
+
2018-06-19T12:53:02.889472+00:00 app[web.1]: npm ERR! missing script: start
|
126
|
+
2018-06-19T12:53:02.903068+00:00 app[web.1]:
|
127
|
+
2018-06-19T12:53:02.903332+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
128
|
+
2018-06-19T12:53:02.903462+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T12_53_02_890Z-debug.log
|
129
|
+
2018-06-19T12:53:02.963573+00:00 heroku[web.1]: Process exited with status 1
|
130
|
+
2018-06-19T12:53:03.175447+00:00 heroku[web.1]: State changed from starting to crashed
|
131
|
+
2018-06-19T12:53:03.900541+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-falls-47215.herokuapp.com request_id=6d106165-9a07-47ab-ae7f-1a09abe110ae fwd="39.110.216.71" dyno= connect= service= status=503 bytes= protocol=https
|
132
|
+
2018-06-19T12:53:04.527828+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-falls-47215.herokuapp.com request_id=4d0b9f2e-c0c2-4584-bbc0-e748c8bfa4db fwd="39.110.216.71" dyno= connect= service= status=503 bytes= protocol=https
|
133
|
+
2018-06-19T12:53:14.674464+00:00 app[api]: Starting process with command `rails c` by user syumuu1219@outlook.jp
|
134
|
+
2018-06-19T12:53:16.977353+00:00 heroku[run.4339]: Awaiting client
|
135
|
+
2018-06-19T12:53:17.024568+00:00 heroku[run.4339]: Starting process with command `rails c`
|
136
|
+
2018-06-19T12:53:17.129170+00:00 heroku[run.4339]: State changed from starting to up
|
137
|
+
2018-06-19T12:53:21.594186+00:00 heroku[run.4339]: State changed from up to complete
|
138
|
+
2018-06-19T12:53:21.580562+00:00 heroku[run.4339]: Process exited with status 1
|
139
|
+
```
|