質問編集履歴

2

heroku logsメッセージ追加

2017/09/28 06:32

投稿

ToruOkada
ToruOkada

スコア16

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,11 @@
46
46
 
47
47
  2017-09-28T05:46:24.399406+00:00 heroku[web.1]: Process exited with status 1
48
48
 
49
- 2017-09-28T05:46:24.416638+00:00 heroku[web.1]: State changed from starting to crashed```
49
+ 2017-09-28T05:46:24.416638+00:00 heroku[web.1]: State changed from starting to crashed
50
+
51
+
52
+
53
+ ```
50
54
 
51
55
 
52
56
 

1

エラーメッセージの続きを追加

2017/09/28 06:32

投稿

ToruOkada
ToruOkada

スコア16

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,35 @@
18
18
 
19
19
  ```
20
20
 
21
- 2017-09-28T05:28:43.983822+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/"
21
+ 2017-09-28T05:25:31.824096+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=reversi-new.herokuapp.com request_id=a75754c9-e965-458f-ae39-b1e819d1c278 fwd="106.161.146.250" dyno= connect= service= status=503 bytes= protocol=https
22
22
 
23
- ```
23
+ 2017-09-28T05:25:32.568935+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=reversi-new.herokuapp.com request_id=330193f7-88ea-4db5-bed7-5c8fdbac7078 fwd="106.161.146.250" dyno= connect= service= status=503 bytes= protocol=https
24
+
25
+ 2017-09-28T05:28:43.983822+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/" host=reversi-new.herokuapp.com request_id=4a0f4f13-77ea-4b51-b0aa-b953e3d74930 fwd="203.104.156.74" dyno= connect= service= status=503 bytes= protocol=https
26
+
27
+ 2017-09-28T05:46:18.441539+00:00 heroku[web.1]: State changed from crashed to starting
28
+
29
+ 2017-09-28T05:46:19.504116+00:00 heroku[web.1]: Starting process with command `vendor/bin/heroku-php-nginx -C nginx_app.conf`
30
+
31
+ 2017-09-28T05:46:22.093475+00:00 app[web.1]: Using Nginx server-level configuration include 'nginx_app.conf'
32
+
33
+ 2017-09-28T05:46:22.138909+00:00 app[web.1]: Optimizing defaults for 1X dyno...
34
+
35
+ 2017-09-28T05:46:22.312452+00:00 app[web.1]: 4 processes at 128MB memory limit.
36
+
37
+ 2017-09-28T05:46:22.316467+00:00 app[web.1]: Starting php-fpm...
38
+
39
+ 2017-09-28T05:46:24.317920+00:00 app[web.1]: Starting nginx...
40
+
41
+ 2017-09-28T05:46:24.320619+00:00 app[web.1]: nginx: [emerg] invalid number of arguments in "rewrite" directive in /app/nginx_app.conf:2
42
+
43
+ 2017-09-28T05:46:24.321007+00:00 app[web.1]: Process exited unexpectedly: nginx
44
+
45
+ 2017-09-28T05:46:24.321106+00:00 app[web.1]: Going down, terminating child processes...
46
+
47
+ 2017-09-28T05:46:24.399406+00:00 heroku[web.1]: Process exited with status 1
48
+
49
+ 2017-09-28T05:46:24.416638+00:00 heroku[web.1]: State changed from starting to crashed```
24
50
 
25
51
 
26
52