Also ran the following-

[root@76 etc]# sudo ss -tulpn | grep 8983
tcp    LISTEN     0      50     [::]:8983               [::]:*
      users:(("java",pid=17280,fd=134))

I think  [::]:8983  should be  *:8983
How to get it?

On Thu, 12 Jan 2023 at 18:13, Anuj Bhargava <anujb...@gmail.com> wrote:

> solr.in.sh
>
>
>
>
>
>
>
>
> *SOLR_PID_DIR="/var/solr"SOLR_HOME="/var/solr/data"LOG4J_PROPS="/var/solr/log4j2.xml"SOLR_LOGS_DIR="/var/solr/logs"SOLR_PORT="8983"SOLR_TIMEZONE="UTC"SOLR_JETTY_HOST="0.0.0.0"*
>
> Getting the following error now -
>
> HTTP ERROR 503 Service Unavailable
> URI: /solr/
> STATUS: 503
> MESSAGE: Service Unavailable
> SERVLET: -
>
>
> On Thu, 12 Jan 2023 at 15:43, Jan Høydahl <jan....@cominvent.com> wrote:
>
>> Hi,
>>
>> You should be able to see the page with http://xxx.xxx.xxx.76:8983/solr/
>> Try to see if your machine can resolve IP xxx.xxx.xxx.76, and if it can,
>> if you can reach port 8983.
>>
>> One possible reason could be that you have not changed the
>> SOLR_JETTY_HOST variable for Solr. See:
>>
>>
>> https://solr.apache.org/guide/solr/latest/deployment-guide/taking-solr-to-production.html#security-considerations
>>
>> Jan
>>
>> > 12. jan. 2023 kl. 08:53 skrev Anuj Bhargava <anujb...@gmail.com>:
>> >
>> > Sorry using the following
>> >
>> > http://xxx.xxx.xxx.76:8983/solr/admin
>> > http://xxx.xxx.xxx.76:8983/solr/
>> >
>> > and not as mentioned earlier -
>> > http://xxx.xxx.xxx.76:8293/solr/admin
>> > http://xxx.xxx.xxx.76:8293/solr/
>> >
>> > On Thu, 12 Jan 2023 at 13:16, Anuj Bhargava <anujb...@gmail.com> wrote:
>> >
>> >> Solr 9.1 has been installed. And java is running
>> >>
>> >> [root@76 ~]# /etc/init.d/solr status
>> >> Found 1 Solr nodes:
>> >> Solr process 2858 running on port 8983
>> >>
>> >> [root@76 ~]# java -version
>> >> openjdk version "11.0.17" 2022-10-18 LTS
>> >> OpenJDK Runtime Environment (Red_Hat-11.0.17.0.8-2.el7_9) (build
>> >> 11.0.17+8-LTS)
>> >> OpenJDK 64-Bit Server VM (Red_Hat-11.0.17.0.8-2.el7_9) (build
>> >> 11.0.17+8-LTS, mixed mode, sharing)
>> >>
>> >> However, the admin panel is not opening in the browser
>> >>
>> >> http://xxx.xxx.xxx.76:8293/solr/admin
>> >> http://xxx.xxx.xxx.76:8293/solr/
>> >>
>> >> Getting the message -
>> >>
>> >> This site can’t be reached
>> >> xxx.xxx.xxx.76 refused to connect
>> >>
>>
>>

Reply via email to