9.0.3 サーバーが稼働中なのに、接続が拒否される
トピック作成者:ks-solruserml-bot (2024/08/29 11:20 投稿)
2
(The bot translated the original post https://lists.apache.org/thread/3c4lg4djtgqj81l84rt6zqo1joog1vxp into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
Solrサーバーの9.0.3バージョンを単一インスタンスで稼働させています。「solr status」コマンドは、サーバーがTCPポート8983で稼働していることを確認しています。
sudo -u solr ./bin/solr status
1つのSolrノードが見つかりました:
Solr process 56803 running on port 8983
{
"solr_home":"/opt/solr-9.3.0/server/solr",
"version":"9.3.0 de33f50ce79ec1d156faf204553012037e2bc1cb - houston - 2023-07-17 17:13:17",
"startTime":"Sat Sep 23 13:58:43 EDT 2023",
"uptime":"0 days, 0 hours, 0 minutes, 14 seconds",
"memory":"138.7 MB (%27.1) of 512 MB"
}
しかし、Webブラウザやcurlなどのコマンドラインツールを使用してサーバーに接続できません。
curl http://mysite.net:8983/solr
curl: (7) Failed to connect to mysite.net port 8983 after 13 ms: Connection refused
古いバージョン(8.11.2)のSolrに切り替えると、このサーバーに接続できるので、インストールや設定の際に何か見落としたのでしょうか?
よろしくお願いします。
Scott
トピックへ返信するには、ログインが必要です。