Solved. The server provider had blocked port 8983. Regards,
Anuj On Wed, 18 Oct 2023 at 19:15, Shawn Heisey <elyog...@elyograg.org.invalid> wrote: > On 10/18/23 06:25, Anuj Bhargava wrote: > > 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! > > What OS is this running on? > > Because of a bug in Java, you should use Java 11, version 11.0.19 or > later, or Java 17, version 17.0.7 or later. You should not run anything > newer than Java 17. Java 20 is what Oracle calls a feature release -- > support only lasted six months starting in March 2023. Version 11 and > 17 are LTS (long term support) releases. > > The solr.log you pasted looks incomplete. You should restart Solr, wait > about 30 seconds after the restart command finishes, and then use the > "cat" command to show the entire log before pasting it here. > > Thanks, > Shawn > >