質問編集履歴
5
heroku logs --tail実行のlogの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -106,6 +106,8 @@
|
|
106
106
|
|
107
107
|
2019-10-09T11:07:55.538975+00:00 app[web.1]: /app/vendor/bundle/ruby/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:406:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? sqlite3 is not part of the bundle. Add it to your Gemfile. (LoadError)
|
108
108
|
|
109
|
+
|
110
|
+
|
109
111
|
heroku run rails consoleを実行しようとすると次のエラーで止まってしまいます。
|
110
112
|
|
111
113
|
|
4
heroku logs --tail実行のlogの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
```
|
106
106
|
|
107
|
-
|
107
|
+
2019-10-09T11:07:55.538975+00:00 app[web.1]: /app/vendor/bundle/ruby/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:406:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? sqlite3 is not part of the bundle. Add it to your Gemfile. (LoadError)
|
108
108
|
|
109
109
|
heroku run rails consoleを実行しようとすると次のエラーで止まってしまいます。
|
110
110
|
|
3
heroku logs --tail実行のlogの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,8 +12,98 @@
|
|
12
12
|
|
13
13
|
heroku logs --tail実行
|
14
14
|
|
15
|
+
```ここに言語を入力
|
16
|
+
|
15
17
|
2019-10-09T10:45:03.895734+00:00 heroku[run.7257]: State changed from starting to up
|
16
18
|
|
19
|
+
2019-10-09T10:45:05.190857+00:00 heroku[run.7257]: source=run.7257 dyno=heroku.148793023.43bfa9c9-0f75-4064-ac18-10a616fa1e34 sample#memory_total=0.08MB sample#memory_rss=0.08MB sample#memory_cache=0.00MB sample#memory_swap=0.00MB sample#memory_pgpgin=60pages sample#memory_pgpgout=39pages sample#memory_quota=512.00MB
|
20
|
+
|
21
|
+
2019-10-09T10:45:12.081161+00:00 heroku[run.7257]: Process exited with status 1
|
22
|
+
|
23
|
+
2019-10-09T10:45:12.128574+00:00 heroku[run.7257]: State changed from up to complete
|
24
|
+
|
25
|
+
2019-10-09T10:45:32.323559+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dartsmark.herokuapp.com request_id=c929822e-5f6f-408c-b696-8914911c2a20 fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
26
|
+
|
27
|
+
2019-10-09T10:45:33.042298+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dartsmark.herokuapp.com request_id=b536e3d4-b102-459a-bafa-9963574cd361 fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
28
|
+
|
29
|
+
2019-10-09T10:45:35.04527+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dartsmark.herokuapp.com request_id=b291b1eb-0547-44e0-8c81-402229304029 fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
30
|
+
|
31
|
+
2019-10-09T10:45:35.735436+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dartsmark.herokuapp.com request_id=e7966601-e9f0-46df-bf13-761b54fd91cd fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
32
|
+
|
33
|
+
2019-10-09T10:45:54.617928+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dartsmark.herokuapp.com request_id=8bfe407e-174f-4763-a124-4daf595408cc fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
34
|
+
|
35
|
+
2019-10-09T10:45:55.432733+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dartsmark.herokuapp.com request_id=910dc045-c4d4-4bae-9d91-3956812d0764 fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
36
|
+
|
37
|
+
2019-10-09T10:46:56.66108+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
38
|
+
|
39
|
+
2019-10-09T10:47:01.101393+00:00 heroku[run.1961]: State changed from starting to up
|
40
|
+
|
41
|
+
2019-10-09T10:47:08.328217+00:00 heroku[run.1961]: Process exited with status 1
|
42
|
+
|
43
|
+
2019-10-09T10:47:08.381582+00:00 heroku[run.1961]: State changed from up to complete
|
44
|
+
|
45
|
+
2019-10-09T10:49:57.78837+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
46
|
+
|
47
|
+
2019-10-09T10:50:01.731897+00:00 heroku[run.3379]: State changed from starting to up
|
48
|
+
|
49
|
+
2019-10-09T10:50:08.42871+00:00 heroku[run.3379]: Process exited with status 1
|
50
|
+
|
51
|
+
2019-10-09T10:50:08.478599+00:00 heroku[run.3379]: State changed from up to complete
|
52
|
+
|
53
|
+
2019-10-09T10:52:39.932522+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
54
|
+
|
55
|
+
2019-10-09T10:52:45.7922+00:00 heroku[run.7288]: State changed from starting to up
|
56
|
+
|
57
|
+
2019-10-09T10:52:53.669322+00:00 heroku[run.7288]: Process exited with status 1
|
58
|
+
|
59
|
+
2019-10-09T10:52:53.715486+00:00 heroku[run.7288]: State changed from up to complete
|
60
|
+
|
61
|
+
2019-10-09T10:55:07.104046+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
62
|
+
|
63
|
+
2019-10-09T10:55:11.729636+00:00 heroku[run.1826]: State changed from starting to up
|
64
|
+
|
65
|
+
2019-10-09T10:55:20.053221+00:00 heroku[run.1826]: Process exited with status 1
|
66
|
+
|
67
|
+
2019-10-09T10:55:20.099228+00:00 heroku[run.1826]: State changed from up to complete
|
68
|
+
|
69
|
+
2019-10-09T10:57:30.28902+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
70
|
+
|
71
|
+
2019-10-09T10:57:34.272214+00:00 heroku[run.6243]: State changed from starting to up
|
72
|
+
|
73
|
+
2019-10-09T10:57:40.523181+00:00 heroku[run.6243]: Process exited with status 1
|
74
|
+
|
75
|
+
2019-10-09T10:57:40.56432+00:00 heroku[run.6243]: State changed from up to complete
|
76
|
+
|
77
|
+
2019-10-09T10:57:49.03431+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dartsmark.herokuapp.com request_id=653a5dac-c104-402e-a060-9a1c3c92f66e fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
78
|
+
|
79
|
+
2019-10-09T10:57:49.865883+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dartsmark.herokuapp.com request_id=7a0b23c4-2a19-43bc-ab5b-866fc10fd882 fwd="119.243.222.175" dyno= connect= service= status=503 bytes= protocol=https
|
80
|
+
|
81
|
+
2019-10-09T10:58:29.554491+00:00 app[api]: Starting process with command `rails console --sandbox` by user rrrpiriod@gmail.com
|
82
|
+
|
83
|
+
2019-10-09T10:58:34.909619+00:00 heroku[run.6501]: State changed from starting to up
|
84
|
+
|
85
|
+
2019-10-09T10:58:42.414314+00:00 heroku[run.6501]: Process exited with status 1
|
86
|
+
|
87
|
+
2019-10-09T10:58:42.465499+00:00 heroku[run.6501]: State changed from up to complete
|
88
|
+
|
89
|
+
2019-10-09T11:04:24.813772+00:00 app[api]: Starting process with command `rails console` by user rrrpiriod@gmail.com
|
90
|
+
|
91
|
+
2019-10-09T11:04:28.876837+00:00 heroku[run.6261]: State changed from starting to up
|
92
|
+
|
93
|
+
2019-10-09T11:04:36.719868+00:00 heroku[run.6261]: Process exited with status 1
|
94
|
+
|
95
|
+
2019-10-09T11:04:36.764401+00:00 heroku[run.6261]: State changed from up to complete
|
96
|
+
|
97
|
+
2019-10-09T11:07:48.176634+00:00 heroku[web.1]: State changed from crashed to starting
|
98
|
+
|
99
|
+
2019-10-09T11:07:51.444108+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 48215 -e production`
|
100
|
+
|
101
|
+
2019-10-09T11:07:55.600855+00:00 heroku[web.1]: Process exited with status 1
|
102
|
+
|
103
|
+
2019-10-09T11:07:55.657245+00:00 heroku[web.1]: State changed from starting to crashed
|
104
|
+
|
105
|
+
```
|
106
|
+
|
17
107
|
|
18
108
|
|
19
109
|
heroku run rails consoleを実行しようとすると次のエラーで止まってしまいます。
|
2
logの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,12 @@
|
|
9
9
|
と表示されてしまいます。
|
10
10
|
|
11
11
|
gemに問題があると思い色々試していますがうまくいきません。
|
12
|
+
|
13
|
+
heroku logs --tail実行
|
14
|
+
|
15
|
+
2019-10-09T10:45:03.895734+00:00 heroku[run.7257]: State changed from starting to up
|
16
|
+
|
17
|
+
|
12
18
|
|
13
19
|
heroku run rails consoleを実行しようとすると次のエラーで止まってしまいます。
|
14
20
|
|
1
エラーの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,14 @@
|
|
15
15
|
|
16
16
|
|
17
17
|
```エラー
|
18
|
+
|
19
|
+
1: from /app/vendor/bundle/ruby/2.6.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/sqlite3_adapter.rb:12:in `<main>'
|
20
|
+
|
21
|
+
/app/vendor/bundle/ruby/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:406:in `block (2 levels) in replace_gem': sqlite3 is not part of the bundle. Add it to your Gemfile. (Gem::LoadError)
|
22
|
+
|
23
|
+
102: from /app/bin/rails:9:in `<main>'
|
24
|
+
|
25
|
+
|
18
26
|
|
19
27
|
/app/vendor/bundle/ruby/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:406:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? sqlite3 is not part of the bundle. Add it to your Gemfile. (LoadError)
|
20
28
|
|