Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Anuj Bhargava
Same error. Tried in an incognito window also. On Fri, 13 Jan 2023 at 11:22, Satya Nand wrote: > Hi, > > Try force reloading the page, ctrl+f5. > > It happened when we upgraded the solr. > > On Fri, Jan 13, 2023 at 9:36 AM Anuj Bhargava wrote: > > > Already added *SOLR_JETTY_HOST="0.0.0.0" *

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Satya Nand
Hi, Try force reloading the page, ctrl+f5. It happened when we upgraded the solr. On Fri, Jan 13, 2023 at 9:36 AM Anuj Bhargava wrote: > Already added *SOLR_JETTY_HOST="0.0.0.0" *in solr.in.sh > But getting the following error now - > > HTTP ERROR 503 Service Unavailable > URI: /solr/ > S

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Anuj Bhargava
Already added *SOLR_JETTY_HOST="0.0.0.0" *in solr.in.sh But getting the following error now - HTTP ERROR 503 Service Unavailable URI: /solr/ STATUS: 503 MESSAGE: Service Unavailable SERVLET: - The solr.in.sh contains - *SOLR_PID_DIR="/var/solr"SOLR_HOME="/var/solr/data"LOG4J_PROPS="/v

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Shawn Heisey
On 1/12/23 05:48, Anuj Bhargava wrote: Also ran the following- [root@76 etc]# sudo ss -tulpn | grep 8983 tcpLISTEN 0 50 [::]:8983 [::]:* users:(("java",pid=17280,fd=134)) I think [::]:8983 should be *:8983 How to get it Jan already gave you this inform

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Anuj Bhargava
Also ran the following- [root@76 etc]# sudo ss -tulpn | grep 8983 tcpLISTEN 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 wrote: > solr.in.sh > > > >

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Anuj Bhargava
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:

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Anuj Bhargava
/opt/solr/server/solr changed the following line i solr.xml ${solr.port.advertise:0} to ${jetty.port:8983} It doesn't work On Thu, 12 Jan 2023 at 15:43, Jan Høydahl 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 reso

Re: Solr 9.1 Admin page not opening

2023-01-12 Thread Jan Høydahl
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.apac

Re: Solr 9.1 Admin page not opening

2023-01-11 Thread Anuj Bhargava
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 wrote: > Solr 9.1 has been installed. And java is r

Solr 9.1 Admin page not opening

2023-01-11 Thread Anuj Bhargava
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) Open