質問編集履歴
2
ステータスコマンドの結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,31 @@
|
|
14
14
|
|
15
15
|
▶ 問題点
|
16
16
|
Elasticsearchをインストール後にStartは試みている「Starting elasticsearch (via systemctl):[OK]」
|
17
|
-
|
17
|
+
|
18
|
+
ステータスコマンドが使えたので追記
|
19
|
+
```
|
20
|
+
● elasticsearch.service - Elasticsearch
|
21
|
+
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
|
22
|
+
Active: failed (Result: exit-code) since 水 2019-08-28 17:10:15 JST; 15min ago
|
23
|
+
Docs: http://www.elastic.co
|
24
|
+
Process: 2659 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet -Edefault.path.logs=${LOG_DIR} -Edefault.path.data=${DATA_DIR} -Edefault.path.conf=${CONF_DIR} (code=exited, status=1/FAILURE)
|
25
|
+
Process: 2656 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
|
26
|
+
Main PID: 2659 (code=exited, status=1/FAILURE)
|
27
|
+
|
28
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: Started Elasticsearch.
|
29
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x000000008f99...no=12)
|
30
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: #
|
31
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # There is insufficient memory for the Java Runtime Environment to continue.
|
32
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # Native memory allocation (mmap) failed to map 1885798400 bytes for com...emory.
|
33
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # An error report file with more information is saved as:
|
34
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # /tmp/hs_err_pid2659.log
|
35
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: elasticsearch.service: main process exited, code=exited, status=1/FAILURE
|
36
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: Unit elasticsearch.service entered failed state.
|
37
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: elasticsearch.service failed.
|
38
|
+
Hint: Some lines were ellipsized, use -l to show in full.
|
39
|
+
```
|
40
|
+
|
41
|
+
他の状態を確認する際に「9200」が入ったのを使うと「接続を拒否されました」となります。(curl localhost:8000では別のソフトの通信が確認できる)
|
18
42
|
インストール方法に問題がるのか、設定に問題がるのかわかりかねています。
|
19
43
|
|
20
44
|
▶ バージョン
|
1
スタートしているかどうかについて加筆
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,8 @@
|
|
13
13
|
```
|
14
14
|
|
15
15
|
▶ 問題点
|
16
|
+
Elasticsearchをインストール後にStartは試みている「Starting elasticsearch (via systemctl):[OK]」
|
16
|
-
|
17
|
+
しかし他の状態を確認する際に「9200」が入ったのを使うと「接続を拒否されました」となり困っています。(curl localhost:8000では別のソフトの通信が確認できる)
|
17
18
|
インストール方法に問題がるのか、設定に問題がるのかわかりかねています。
|
18
19
|
|
19
20
|
▶ バージョン
|