質問編集履歴
2
ステータスコマンドの結果を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,55 @@
|
|
30
30
|
|
31
31
|
Elasticsearchをインストール後にStartは試みている「Starting elasticsearch (via systemctl):[OK]」
|
32
32
|
|
33
|
-
|
33
|
+
|
34
|
+
|
35
|
+
ステータスコマンドが使えたので追記
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
● elasticsearch.service - Elasticsearch
|
40
|
+
|
41
|
+
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
|
42
|
+
|
43
|
+
Active: failed (Result: exit-code) since 水 2019-08-28 17:10:15 JST; 15min ago
|
44
|
+
|
45
|
+
Docs: http://www.elastic.co
|
46
|
+
|
47
|
+
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)
|
48
|
+
|
49
|
+
Process: 2656 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
|
50
|
+
|
51
|
+
Main PID: 2659 (code=exited, status=1/FAILURE)
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: Started Elasticsearch.
|
56
|
+
|
57
|
+
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)
|
58
|
+
|
59
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: #
|
60
|
+
|
61
|
+
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.
|
62
|
+
|
63
|
+
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.
|
64
|
+
|
65
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # An error report file with more information is saved as:
|
66
|
+
|
67
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net elasticsearch[2659]: # /tmp/hs_err_pid2659.log
|
68
|
+
|
69
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: elasticsearch.service: main process exited, code=exited, status=1/FAILURE
|
70
|
+
|
71
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: Unit elasticsearch.service entered failed state.
|
72
|
+
|
73
|
+
8月 28 17:10:15 v133-18-56-250.vir.kagoya.net systemd[1]: elasticsearch.service failed.
|
74
|
+
|
75
|
+
Hint: Some lines were ellipsized, use -l to show in full.
|
76
|
+
|
77
|
+
```
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
他の状態を確認する際に「9200」が入ったのを使うと「接続を拒否されました」となります。(curl localhost:8000では別のソフトの通信が確認できる)
|
34
82
|
|
35
83
|
インストール方法に問題がるのか、設定に問題がるのかわかりかねています。
|
36
84
|
|
1
スタートしているかどうかについて加筆
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,9 @@
|
|
28
28
|
|
29
29
|
▶ 問題点
|
30
30
|
|
31
|
+
Elasticsearchをインストール後にStartは試みている「Starting elasticsearch (via systemctl):[OK]」
|
32
|
+
|
31
|
-
|
33
|
+
しかし他の状態を確認する際に「9200」が入ったのを使うと「接続を拒否されました」となり困っています。(curl localhost:8000では別のソフトの通信が確認できる)
|
32
34
|
|
33
35
|
インストール方法に問題がるのか、設定に問題がるのかわかりかねています。
|
34
36
|
|