SLES Apache Solr start.jar, Unable to access jarfi

2019-07-16 00:06发布

问题:

I'm having some problems with starting the Apache Solr Search.

After installing java 7 on my SLES 11 64 Bit Server, I unpacked solr 3.6.1 to /srv/apache-solr-3.6.0/

After this i wanted to start the software, but when i tried:

java -jar start.jar

the subfolder: /srv/apache-solr-3.6.0/solr/example/

I recieve the following error:

Error: Unable to access jarfile start.jar

? :-/

回答1:

You probably downloaded the source version, which doesn't include the start.jar file, try this one: http://apache.mirrors.tds.net/lucene/solr/3.6.0/apache-solr-3.6.0.tgz



回答2:

This file is in server folder in solr-5.3.1 so if you want to run the start.jar the do follwing steps:- open Command Prompt from that directory where you extract the Zip file and move according to following path:-

1)Go to you solr-5.3.1 directory.

2)open bin folder

3)now type solr start -e cloud noprompt



标签: java apache solr