I m facing this error on vagrant up. I m on Mac OS Catalina 10.15.4
Solr cannot start for some reason. More info on solr is here https://support.primero.org/books/primeroIMS/PrimeroOperationsDoc/master/solr.html
To get better debug output log into the vm and look at /var/log/error.log
You can also run journalctl -xe
to debug the service itself.
If you can get it running you could also try reindexing to see if that improves anything
sudo -Hu primero bash
cd ~/application
RAILS_ENV=production bundle exec rake sunspot:reindex