Hi Jan, Using the following to access - http://xxx.xxx.xx.xx:8983/solr/#/
Getting the message - This site can’t be reached xxx.xxx.xx.xx took too long to respond. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT Please note that the server is pinging. and solr is running Started Solr server on port 8983 (pid=627241). Happy searching! solr.log 2023-10-18 09:26:47.047 INFO (main) [ ] o.e.j.u.log Logging initialized @1484ms to org.eclipse.jetty.util.$ 2023-10-18 09:26:47.220 INFO (main) [ ] o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.$ 2023-10-18 09:26:47.227 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///opt/solr$ 2023-10-18 09:26:47.412 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did $ 2023-10-18 09:26:47.420 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 2023-10-18 09:26:47.420 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults 2023-10-18 09:26:47.421 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 660000ms 2023-10-18 09:26:47.457 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging$ 2023-10-18 09:26:47.460 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Sol$ 2023-10-18 09:26:47.460 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalon$ 2023-10-18 09:26:47.460 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /opt/solr 2023-10-18 09:26:47.461 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2023-10-1$ 2023-10-18 09:26:47.467 INFO (main) [ ] o.a.s.c.SolrPaths Using system property solr.solr.home: /var/solr/$ 2023-10-18 09:26:47.467 INFO (main) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /var/so$ 2023-10-18 09:26:47.517 INFO (main) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.$ 2023-10-18 09:26:47.965 INFO (main) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: Whit$ 2023-10-18 09:26:48.066 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client$ 2023-10-18 09:26:48.066 WARN (main) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm confi$ 2023-10-18 09:26:48.171 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client$ Regards, Anuj On Wed, 18 Oct 2023 at 16:58, Jan Høydahl <jan....@cominvent.com> wrote: > Hi, > > You do not show how to reproduce your issue. > Did it work before? > From where are you connecting to Solr? > What does the log say (/var/solr/logs/solr.log) ? > What do you see in your browser when attempting to open Admin UI? > I would use Java 17 if I were you but looks like Solr is up.. > > Jan > > > 18. okt. 2023 kl. 11:02 skrev Anuj Bhargava <anujb...@gmail.com>: > > > > Admin Panel is not opening > > > > [root@ded659 default]# */etc/init.d/solr status* > > Found 1 Solr nodes: > > Solr process 598380 running on port 8983 > > { > > "solr_home":"/var/solr/data", > > "version":"8.11.2 17dee71932c683e345508113523e764c3e4c80fa - mdrob - > > 2022-06-13 11:27:54", > > "startTime":"2023-10-18T08:43:00.446Z", > > "uptime":"0 days, 0 hours, 0 minutes, 57 seconds", > > "memory":"152 MB (%1) of 15 GB"} > > > > > > [root@ded659 default]# *java -version* > > openjdk version "20.0.2" 2023-07-18 > > OpenJDK Runtime Environment (Red_Hat-20.0.2.0.9-1.rolling.el8) (build > > 20.0.2+9) > > OpenJDK 64-Bit Server VM (Red_Hat-20.0.2.0.9-1.rolling.el8) (build > > 20.0.2+9, mixed mode, sharing) > > > > *solr.in.sh <http://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_JAVA_MEM="-Xms15g -Xmx15g" > > SOLR_OPTS="$SOLR_OPTS -Dsolr.disable.shardsWhitelist=true" > > SOLR_TIMEZONE="UTC" > > SOLR_JETTY_HOST="0.0.0.0" > >