elasticsearchを解決する。例外 BindTransportException [9300-9400]へのバインドに失敗しました]。
2022-02-20 16:33:08
Linux 7.4 boot error with elasticsearch 2.2.1.
[2018-09-20 23:24:17,887][INFO ][node ] [Paibo] starting ...
Exception in thread "main" BindTransportException[Failed to bind to [9300-9400]]; nested: ChannelException[Failed to bind to: /192.168 .0.1:9400]; nested: BindException[Cannot assign requested address];
Likely root cause: java.net.BindException: Cannot assign requested address
Net.bind0(Native Method) at sun.nio.ch.
Net.bind(Net.java:444) at sun.nio.ch.
bind(Net.java:436) at sun.nio.ch.Net.bind(Net.java:436)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:391)
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:315)
at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Refer to the log for complete error details.
原因
The configuration file /... /elasticsearch-2.2.1/config/elasticsearch.yml
network.host is not correct
Some blogs say to use: 0.0.0.0, some say to use 127.0.0.1, but I found: useless! Do not exclude the environment is different and other unknown problems.
解決策
changed to the current server intranet ip can be (practical use of Ali cloud server)
Also: change to 127.0.0.1, the error is solved, but the http is not accessible.
関連
-
ssh@host:""ssh スイッチで他のマシンで複数のコマンドを実行する。stdin はターミナルではないので、擬似ターミナルは割り当てられない。
-
ベクターに型名がない
-
コマンドラインからDSOが見つからないことに遭遇した
-
ソリューションが不完全なタイプである
-
Pythonの各種実行時エラー(SyntaxError : invalid syntaxなど)。
-
linux環境:警告。ISO C++は文字列定数を'char*'に変換することを禁じている[-Write-strings]。
-
パイプが壊れた java.io.IOException: パイプの破損 解決方法
-
を作ってください。*** ターゲットが指定されておらず、makefileも見つかりませんでした。
-
scpコマンドが通常のファイルでないことを報告する問題の解決法
-
Ubuntu 20.04 プロキシ設定
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
エラー解決:bash: nvm: コマンドが見つかりません。
-
Linuxシェルプログラミングにおける不正な置換の解決法
-
ARM Linuxの割り込みメカニズム解析
-
ImportError を解決してください: libcublas.so.9.0: 共有オブジェクトファイルを開くことができません。そのようなファイルはありません
-
gcc コンパイル時にオペランドがバイナリに変換されない -解決方法
-
metasploitに関するいくつかのアーキテクチャカタログ
-
AttributeError: モジュール 'tensorflow' には 'get_default_graph' という属性がありません。
-
413 リクエストエンティティが大きすぎる問題の解決策
-
scp error not a regular file
-
コンパイル時の警告をなくす(Warning)