質問編集履歴
1
エラー内容の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -59,3 +59,219 @@
|
|
59
59
|
・Ruby 2.5.1
|
60
60
|
|
61
61
|
・Rails 5.1.4
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
##追記
|
66
|
+
|
67
|
+
herokuで初めてデプロイした時から、上記のエラーが発生しておりました。
|
68
|
+
|
69
|
+
それ以来、`git push heroku` を実行しておりますが、同じようなエラーが発生しております。
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
`hroku logs`の結果は以下のようになります????♂️
|
74
|
+
|
75
|
+
```
|
76
|
+
|
77
|
+
2018-06-17T10:08:02.885286+00:00 heroku[web.1]: State changed from crashed to starting
|
78
|
+
|
79
|
+
2018-06-17T10:08:04.601622+00:00 heroku[web.1]: Starting process with command `npm start`
|
80
|
+
|
81
|
+
2018-06-17T10:08:06.680310+00:00 app[web.1]: npm ERR! missing script: start
|
82
|
+
|
83
|
+
2018-06-17T10:08:06.686084+00:00 app[web.1]:
|
84
|
+
|
85
|
+
2018-06-17T10:08:06.686398+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
86
|
+
|
87
|
+
2018-06-17T10:08:06.686510+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T10_08_06_681Z-debug.log
|
88
|
+
|
89
|
+
2018-06-17T10:08:06.765355+00:00 heroku[web.1]: State changed from starting to crashed
|
90
|
+
|
91
|
+
2018-06-17T10:08:06.742437+00:00 heroku[web.1]: Process exited with status 1
|
92
|
+
|
93
|
+
2018-06-17T15:36:32.754158+00:00 heroku[web.1]: State changed from crashed to starting
|
94
|
+
|
95
|
+
2018-06-17T15:36:34.786785+00:00 heroku[web.1]: Starting process with command `npm start`
|
96
|
+
|
97
|
+
2018-06-17T15:36:37.478385+00:00 heroku[web.1]: Process exited with status 1
|
98
|
+
|
99
|
+
2018-06-17T15:36:37.507581+00:00 heroku[web.1]: State changed from starting to crashed
|
100
|
+
|
101
|
+
2018-06-17T15:36:37.386087+00:00 app[web.1]: npm ERR! missing script: start
|
102
|
+
|
103
|
+
2018-06-17T15:36:37.393485+00:00 app[web.1]:
|
104
|
+
|
105
|
+
2018-06-17T15:36:37.393725+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
106
|
+
|
107
|
+
2018-06-17T15:36:37.393858+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T15_36_37_387Z-debug.log
|
108
|
+
|
109
|
+
2018-06-17T21:20:48.316996+00:00 heroku[web.1]: State changed from crashed to starting
|
110
|
+
|
111
|
+
2018-06-17T21:20:50.195702+00:00 heroku[web.1]: Starting process with command `npm start`
|
112
|
+
|
113
|
+
2018-06-17T21:20:52.687722+00:00 heroku[web.1]: State changed from starting to crashed
|
114
|
+
|
115
|
+
2018-06-17T21:20:52.652699+00:00 heroku[web.1]: Process exited with status 1
|
116
|
+
|
117
|
+
2018-06-17T21:20:52.579329+00:00 app[web.1]: npm ERR! missing script: start
|
118
|
+
|
119
|
+
2018-06-17T21:20:52.586247+00:00 app[web.1]:
|
120
|
+
|
121
|
+
2018-06-17T21:20:52.586310+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
122
|
+
|
123
|
+
2018-06-17T21:20:52.586424+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-17T21_20_52_580Z-debug.log
|
124
|
+
|
125
|
+
2018-06-18T03:05:08.775816+00:00 heroku[web.1]: State changed from crashed to starting
|
126
|
+
|
127
|
+
2018-06-18T03:05:10.637040+00:00 heroku[web.1]: Starting process with command `npm start`
|
128
|
+
|
129
|
+
2018-06-18T03:05:12.886575+00:00 heroku[web.1]: Process exited with status 1
|
130
|
+
|
131
|
+
2018-06-18T03:05:12.913687+00:00 heroku[web.1]: State changed from starting to crashed
|
132
|
+
|
133
|
+
2018-06-18T03:05:12.825487+00:00 app[web.1]: npm ERR! missing script: start
|
134
|
+
|
135
|
+
2018-06-18T03:05:12.830823+00:00 app[web.1]:
|
136
|
+
|
137
|
+
2018-06-18T03:05:12.831023+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
138
|
+
|
139
|
+
2018-06-18T03:05:12.831130+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T03_05_12_826Z-debug.log
|
140
|
+
|
141
|
+
2018-06-18T08:57:27.598935+00:00 heroku[web.1]: State changed from crashed to starting
|
142
|
+
|
143
|
+
2018-06-18T08:57:29.208833+00:00 heroku[web.1]: Starting process with command `npm start`
|
144
|
+
|
145
|
+
2018-06-18T08:57:31.105768+00:00 app[web.1]: npm ERR! missing script: start
|
146
|
+
|
147
|
+
2018-06-18T08:57:31.111388+00:00 app[web.1]:
|
148
|
+
|
149
|
+
2018-06-18T08:57:31.111594+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
150
|
+
|
151
|
+
2018-06-18T08:57:31.111665+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T08_57_31_107Z-debug.log
|
152
|
+
|
153
|
+
2018-06-18T08:57:31.187516+00:00 heroku[web.1]: State changed from starting to crashed
|
154
|
+
|
155
|
+
2018-06-18T08:57:31.169741+00:00 heroku[web.1]: Process exited with status 1
|
156
|
+
|
157
|
+
2018-06-18T15:05:48.190915+00:00 heroku[web.1]: State changed from crashed to starting
|
158
|
+
|
159
|
+
2018-06-18T15:05:50.722944+00:00 heroku[web.1]: Starting process with command `npm start`
|
160
|
+
|
161
|
+
2018-06-18T15:05:54.458325+00:00 heroku[web.1]: Process exited with status 1
|
162
|
+
|
163
|
+
2018-06-18T15:05:54.508569+00:00 heroku[web.1]: State changed from starting to crashed
|
164
|
+
|
165
|
+
2018-06-18T15:05:54.359456+00:00 app[web.1]: npm ERR! missing script: start
|
166
|
+
|
167
|
+
2018-06-18T15:05:54.382228+00:00 app[web.1]:
|
168
|
+
|
169
|
+
2018-06-18T15:05:54.390096+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
170
|
+
|
171
|
+
2018-06-18T15:05:54.390312+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T15_05_54_373Z-debug.log
|
172
|
+
|
173
|
+
2018-06-18T21:09:16.503082+00:00 heroku[web.1]: State changed from crashed to starting
|
174
|
+
|
175
|
+
2018-06-18T21:09:18.257452+00:00 heroku[web.1]: Starting process with command `npm start`
|
176
|
+
|
177
|
+
2018-06-18T21:09:20.441757+00:00 heroku[web.1]: State changed from starting to crashed
|
178
|
+
|
179
|
+
2018-06-18T21:09:20.359245+00:00 app[web.1]: npm ERR! missing script: start
|
180
|
+
|
181
|
+
2018-06-18T21:09:20.364977+00:00 app[web.1]:
|
182
|
+
|
183
|
+
2018-06-18T21:09:20.365150+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
184
|
+
|
185
|
+
2018-06-18T21:09:20.365235+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-18T21_09_20_360Z-debug.log
|
186
|
+
|
187
|
+
2018-06-18T21:09:20.427914+00:00 heroku[web.1]: Process exited with status 1
|
188
|
+
|
189
|
+
2018-06-19T02:53:39.141015+00:00 heroku[web.1]: State changed from crashed to starting
|
190
|
+
|
191
|
+
2018-06-19T02:53:40.765653+00:00 heroku[web.1]: Starting process with command `npm start`
|
192
|
+
|
193
|
+
2018-06-19T02:53:42.559104+00:00 app[web.1]: npm ERR! missing script: start
|
194
|
+
|
195
|
+
2018-06-19T02:53:42.568308+00:00 app[web.1]:
|
196
|
+
|
197
|
+
2018-06-19T02:53:42.568507+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
198
|
+
|
199
|
+
2018-06-19T02:53:42.568589+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T02_53_42_561Z-debug.log
|
200
|
+
|
201
|
+
2018-06-19T02:53:42.646686+00:00 heroku[web.1]: State changed from starting to crashed
|
202
|
+
|
203
|
+
2018-06-19T02:53:42.619570+00:00 heroku[web.1]: Process exited with status 1
|
204
|
+
|
205
|
+
2018-06-19T08:38:02.778029+00:00 heroku[web.1]: State changed from crashed to starting
|
206
|
+
|
207
|
+
2018-06-19T08:38:07.004789+00:00 heroku[web.1]: Starting process with command `npm start`
|
208
|
+
|
209
|
+
2018-06-19T08:38:10.488636+00:00 heroku[web.1]: State changed from starting to crashed
|
210
|
+
|
211
|
+
2018-06-19T08:38:10.470072+00:00 heroku[web.1]: Process exited with status 1
|
212
|
+
|
213
|
+
2018-06-19T08:38:10.330360+00:00 app[web.1]: npm ERR! missing script: start
|
214
|
+
|
215
|
+
2018-06-19T08:38:10.362553+00:00 app[web.1]:
|
216
|
+
|
217
|
+
2018-06-19T08:38:10.366206+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
218
|
+
|
219
|
+
2018-06-19T08:38:10.367256+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T08_38_10_338Z-debug.log
|
220
|
+
|
221
|
+
2018-06-19T12:52:45.000000+00:00 app[api]: Build started by user syumuu1219@outlook.jp
|
222
|
+
|
223
|
+
2018-06-19T12:52:53.974159+00:00 app[api]: Deploy 9b9d8608 by user syumuu1219@outlook.jp
|
224
|
+
|
225
|
+
2018-06-19T12:52:53.974159+00:00 app[api]: Release v5 created by user syumuu1219@outlook.jp
|
226
|
+
|
227
|
+
2018-06-19T12:52:54.000000+00:00 app[api]: Build succeeded
|
228
|
+
|
229
|
+
2018-06-19T12:52:54.654763+00:00 heroku[web.1]: State changed from crashed to starting
|
230
|
+
|
231
|
+
2018-06-19T12:52:56.265080+00:00 heroku[web.1]: Starting process with command `npm start`
|
232
|
+
|
233
|
+
2018-06-19T12:52:58.181451+00:00 app[web.1]: npm ERR! missing script: start
|
234
|
+
|
235
|
+
2018-06-19T12:52:58.187326+00:00 app[web.1]:
|
236
|
+
|
237
|
+
2018-06-19T12:52:58.187483+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
238
|
+
|
239
|
+
2018-06-19T12:52:58.187575+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T12_52_58_182Z-debug.log
|
240
|
+
|
241
|
+
2018-06-19T12:52:58.351754+00:00 heroku[web.1]: State changed from starting to crashed
|
242
|
+
|
243
|
+
2018-06-19T12:52:58.354363+00:00 heroku[web.1]: State changed from crashed to starting
|
244
|
+
|
245
|
+
2018-06-19T12:52:58.227330+00:00 heroku[web.1]: Process exited with status 1
|
246
|
+
|
247
|
+
2018-06-19T12:53:00.503935+00:00 heroku[web.1]: Starting process with command `npm start`
|
248
|
+
|
249
|
+
2018-06-19T12:53:02.889472+00:00 app[web.1]: npm ERR! missing script: start
|
250
|
+
|
251
|
+
2018-06-19T12:53:02.903068+00:00 app[web.1]:
|
252
|
+
|
253
|
+
2018-06-19T12:53:02.903332+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
|
254
|
+
|
255
|
+
2018-06-19T12:53:02.903462+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-06-19T12_53_02_890Z-debug.log
|
256
|
+
|
257
|
+
2018-06-19T12:53:02.963573+00:00 heroku[web.1]: Process exited with status 1
|
258
|
+
|
259
|
+
2018-06-19T12:53:03.175447+00:00 heroku[web.1]: State changed from starting to crashed
|
260
|
+
|
261
|
+
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
|
262
|
+
|
263
|
+
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
|
264
|
+
|
265
|
+
2018-06-19T12:53:14.674464+00:00 app[api]: Starting process with command `rails c` by user syumuu1219@outlook.jp
|
266
|
+
|
267
|
+
2018-06-19T12:53:16.977353+00:00 heroku[run.4339]: Awaiting client
|
268
|
+
|
269
|
+
2018-06-19T12:53:17.024568+00:00 heroku[run.4339]: Starting process with command `rails c`
|
270
|
+
|
271
|
+
2018-06-19T12:53:17.129170+00:00 heroku[run.4339]: State changed from starting to up
|
272
|
+
|
273
|
+
2018-06-19T12:53:21.594186+00:00 heroku[run.4339]: State changed from up to complete
|
274
|
+
|
275
|
+
2018-06-19T12:53:21.580562+00:00 heroku[run.4339]: Process exited with status 1
|
276
|
+
|
277
|
+
```
|