Re: SEVERE: Could not start SOLR. Check solr/home property

2010-04-28 Thread Jon Drukman
On 4/27/10 12:04 PM, Chris Hostetter wrote: : SEVERE: Could not start SOLR. Check solr/home property it means something when horribly wrong when starting solr, and since this is frequently caused by either an incorrect explicit solr/home or an incorrect implicitly guessed solr home, that is

Re: SEVERE: Could not start SOLR. Check solr/home property

2010-04-27 Thread Chris Hostetter
: SEVERE: Could not start SOLR. Check solr/home property it means something when horribly wrong when starting solr, and since this is frequently caused by either an incorrect explicit solr/home or an incorrect implicitly guessed solr home, that is mentioned in the error message as something

Re: SEVERE: Could not start SOLR. Check solr/home property

2010-04-26 Thread Otis Gospodnetic
-lucene.com/ - Original Message > From: Jon Drukman > To: solr-user@lucene.apache.org > Sent: Mon, April 26, 2010 4:04:39 PM > Subject: SEVERE: Could not start SOLR. Check solr/home property > > What does this error mean? SEVERE: Could not start SOLR. Check solr/home > pr

Re: SEVERE: Could not start SOLR. Check solr/home property

2010-04-26 Thread Jon Drukman
On 4/26/10 1:18 PM, Siddhant Goel wrote: Did you by any chance set up multicore? Try passing in the path to the Solr home directory as -Dsolr.solr.home=/path/to/solr/home while you start Solr. Nope, no multicore. I destroyed the index and re-created it from scratch and now it works fine. No

Re: SEVERE: Could not start SOLR. Check solr/home property

2010-04-26 Thread Siddhant Goel
Did you by any chance set up multicore? Try passing in the path to the Solr home directory as -Dsolr.solr.home=/path/to/solr/home while you start Solr. On Mon, Apr 26, 2010 at 1:04 PM, Jon Drukman wrote: > What does this error mean? > > SEVERE: Could not start SOLR. Check solr/home

SEVERE: Could not start SOLR. Check solr/home property

2010-04-26 Thread Jon Drukman
What does this error mean? SEVERE: Could not start SOLR. Check solr/home property I've had this solr installation working before, but I haven't looked at it in a few months. I checked it today and the web side is returning a 500 error, the log file shows this when starting up:

Re: Check solr/home property

2008-10-03 Thread sunnyfr
r-test jsvc.exec[24013]: Oct 3, 2008 8:53:43 AM >>> org.apache.solr.servlet.SolrDispatchFilter initMultiCore INFO: >>> looking for >>> multicore.xml: /data/solr/multicore.xml >>> Oct 3 08:53:43 solr-test jsvc.exec[24013]: Oct 3, 2008 8:53:43 AM >>> org.apache.solr.core.SolrResourceLoader

Re: Check solr/home property

2008-10-03 Thread Erik Hatcher
olr.servlet.SolrDispatchFilter init SEVERE: Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in classpath or '/data/solr/conf/', cwd=/ ^Iat org .apache .solr.core.SolrResourceLoader.openResource(

Re: Check solr/home property

2008-10-03 Thread Shalin Shekhar Mangar
rImpl.invoke(NativeMethodAccessorImpl.java:39) > ^Iat > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > ^Iat java.lang.reflect.Method.invoke(Method.java:597) ^Iat > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) ^Iat > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ^Iat > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > ^Iat > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > ^Iat java.lang.reflect.Method.invoke(Method.java:597) ^Iat > org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) > > > > -- > View this message in context: > http://www.nabble.com/Check-solr-home-property-tp19757163p19792991.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.

Re: Check solr/home property

2008-10-03 Thread sunnyfr
a.startup.HostConfig.lifecycleEvent(HostConfig.java:311) ^Iat org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.j -- View this message in context: http://www.nabble.com/Check-solr-home-property-tp19757163p19793908.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Check solr/home property

2008-10-02 Thread sunnyfr
assloader Oct 3 08:53:43 solr-test jsvc.exec[24013]: Oct 3, 2008 8:53:43 AM org.apache.solr.servlet.SolrDispatchFilter init SEVERE: Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource 'solrconfig.xml&#x

Re: Check solr/home property

2008-10-02 Thread Chris Hostetter
: : I don't know why in my logs I've this error: : : Could not start SOLR. Check solr/home property java.lang.RuntimeException: : Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/', what get's logged before and that? what is the full er

Check solr/home property

2008-10-01 Thread sunnyfr
Hi everybody, I don't know why in my logs I've this error: Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/', Help would be more than welcome. Cheers, --