Hello everyone, I'm having an issue with Solr that stopped working on its own. I've already performed various processes, such as uninstalling and reinstalling it, changing ownership, etc., but it always throws the same error:
solr.service - LSB: Controls Apache Solr as a Service
Loaded: loaded (/etc/init.d/solr; generated)
Active: failed (Result: exit-code) since Tue 2024-01-30 09:46:17 -03; 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 996403 ExecStart=/etc/init.d/solr start (code=exited, status=1/FAILURE)
CPU: 4ms
Jan 30 09:46:16 DSpace-SDC systemd[1]: Starting LSB: Controls Apache Solr as a Service...
Jan 30 09:46:16 DSpace-SDC su[996405]: (to solr) root on none
Jan 30 09:46:16 DSpace-SDC su[996405]: pam_unix(su-l:session): session opened for user solr(uid=122) by (uid=0)
Jan 30 09:46:17 DSpace-SDC su[996405]: pam_unix(su-l:session): session closed for user solr
Jan 30 09:46:17 DSpace-SDC systemd[1]: solr.service: Control process exited, code=exited, status=1/FAILURE
Jan 30 09:46:17 DSpace-SDC systemd[1]: solr.service: Failed with result 'exit-code'.
Jan 30 09:46:17 DSpace-SDC systemd[1]: Failed to start LSB: Controls Apache Solr as a Service.
In dont have more information in logs files
I use Dspace 7.6.1 on Ubuntu 22.04
Thanks!