You are not logged in.
Pages: 1
Hello, I am trying to install CKAN on my device. I installed Solr during the process as it is needed (pacman -S solr) but when I check the status it gives me the error:
× solr.service - Solr full text search engine
Loaded: loaded (/usr/lib/systemd/system/solr.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Tue 2024-08-20 12:23:29 EDT; 1h 28min ago
Duration: 1.421s
Invocation: f272411f16ab473ab05513fdcb419cde
Main PID: 13714 (code=exited, status=254)
Mem peak: 593.9M
CPU: 3.922s
Aug 20 12:23:29 abubakrpc solr[13714]: at org.eclipse.jetty.util.resource.Resource.newResource(Resource.java:204)
Aug 20 12:23:29 abubakrpc solr[13714]: at org.eclipse.jetty.util.resource.Resource.newResource(Resource.java:178)
Aug 20 12:23:29 abubakrpc solr[13714]: at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1889)
Aug 20 12:23:29 abubakrpc solr[13714]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
Aug 20 12:23:29 abubakrpc solr[13714]: ... 4 more
Aug 20 12:23:29 abubakrpc solr[13714]: Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
Aug 20 12:23:29 abubakrpc solr[13714]: java -jar $JETTY_HOME/start.jar --help # for more information
Aug 20 12:23:29 abubakrpc systemd[1]: solr.service: Main process exited, code=exited, status=254/n/a
Aug 20 12:23:29 abubakrpc systemd[1]: solr.service: Failed with result 'exit-code'.
Aug 20 12:23:29 abubakrpc systemd[1]: solr.service: Consumed 3.922s CPU time, 593.9M memory peak.
I have been trying to troubleshoot but nothing is working. I tried ignoring it but then on the next step it said to run this command: sudo -u solr /opt/solr/bin/solr create -c ckan. The problem is that /opt/solr doesn't exist so I can't continue. I felt like these two were related and after trying my hardest I am now turning to the forms. Any help would be greatly appreciated!
Thanks!
Offline
Pages: 1