Re: Problem with starting Solr with custom core directories in Solr 5.3.0

2015-09-14 Thread Zheng Lin Edwin Yeo
Is this due to a bug with the code provided by Solr, or is it that I did not configure my configurations in the other parts correctly? Regards, Edwin On 9 September 2015 at 17:46, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, is there any problem with this set of codes from Line > 6

Problem with starting Solr with custom core directories in Solr 5.3.0

2015-09-09 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, is there any problem with this set of codes from Line 604-614 in solr.cmd for Solr 5.3.0? When using this set of codes, I'm not able to start solr with it pointing to custom core directories. IF "%SOLR_HOME%"=="" set "SOLR_HOME=%SOLR_SERVER_DIR%\solr" IF NOT EXIST "%SOLR

Re: Problem with starting solr

2014-01-12 Thread Rafał Kuć
e(CoreContainer.java:592) > at > org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:271) > at > org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:263) > at java.util.concurrent.FutureTask.run(Unknown Source) > at > java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.ClassNotFoundException: > org.apache.lucene.analysis.morfologik.MorfologikFilter > at java.net.URLClassLoader$1.run(Unknown Source) > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.net.FactoryURLClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > ... 26 more > 12613 [main] INFO org.apache.solr.servlet.SolrDispatchFilter – > user.dir=/home/lukasz/PycharmProjects/solr/solr-4.6.0/example > 12613 [main] INFO org.apache.solr.servlet.SolrDispatchFilter – > SolrDispatchFilter.init() done > 12707 [main] INFO org.eclipse.jetty.server.AbstractConnector – Started > SocketConnector@0.0.0.0:8983 > Any ideas what may go wrong? > Thanks, > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-with-starting-solr-tp4110923.html > Sent from the Solr - User mailing list archive at Nabble.com.

Problem with starting solr

2014-01-12 Thread lukaszzenko
FactoryURLClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 26 more 12613 [main] INFO org.apache.solr.servlet.SolrDispatchFilter – user.dir=/home/lukasz/PycharmProjects/solr/solr-4.6.0/example 12613 [main] INFO org.apache.solr.servlet.SolrDispatchFilter – SolrDispatchFilter.init() done 12707 [main] INFO org.eclipse.jetty.server.AbstractConnector – Started SocketConnector@0.0.0.0:8983 Any ideas what may go wrong? Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-starting-solr-tp4110923.html Sent from the Solr - User mailing list archive at Nabble.com.