Hi,
Is the SOLR service is running? (systemctl status solr, service solr status or something similar depending on how you installed it)
If it is, you could try to access the Solr Admin UI dashboard
http://localhost:8983/solr and if you can, check if the cores are loading properly.
Also, since it looks like you're using Solr 9.8, you should verify if you specified "-Dsolr.config.lib.enabled=true" in your SOLR_OPTS environment variable (check
docs here)
Regards,
Agustin.