Re: Could not load config for solrconfig.xml

2013-08-11 Thread Erick Erickson
rCore 'collection1' is not available due to init > failure: Could not load config for > solrconfig.xml,trace=org.apache.solr.common.SolrException: SolrCore > 'collection1' is not available due to init failure: Could not load config > for solrconfig.xml at > org.apache.solr

Re: Could not load config for solrconfig.xml

2013-08-10 Thread shuargan
Do you remember what was your mistake? Im having the same issue I have this solr.xml conf under Catalina/localhost and is throwing the same error... HTTP Status 500 - {msg=SolrCore 'collection1' is not available due to init failure: Could not load config for solrconfig

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
s lot.   From: Gora Mohanty To: A. Lotfi Cc: "solr-user@lucene.apache.org" Sent: Thursday, March 28, 2013 9:59 PM Subject: Re: Could not load config for solrconfig.xml On 29 March 2013 07:23, A. Lotfi wrote: > In windows when I hit Execute Query button

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 07:23, A. Lotfi wrote: > In windows when I hit Execute Query button I got this results : [...] There seem to be no documents in your Solr index on the UNIX system. As I mentioned in my previous message, you either need to copy the index files from the WIndows system (provided tha

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
appreciated. From: Gora Mohanty To: solr-user@lucene.apache.org; A. Lotfi Sent: Thursday, March 28, 2013 4:40 PM Subject: Re: Could not load config for solrconfig.xml On 29 March 2013 01:59, A. Lotfi wrote: > Thanks, > my path to solr home was missing something

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 01:59, A. Lotfi wrote: > Thanks, > my path to solr home was missing something, it's worlking, but no results, > the same solr app with same configuration files worked in windows. What do you mean by "no results"? Have you indexed stuff, and are not able to search for it? Are you

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
rg" Sent: Thursday, March 28, 2013 3:22 PM Subject: Re: Could not load config for solrconfig.xml On 29 March 2013 00:19, A. Lotfi wrote: > Hi, > solr setup in windows worked fine, > I tried to follow installing solr in unix, when I started tomcat I got this > exxception :

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 00:19, A. Lotfi wrote: > Hi, > solr setup in windows worked fine, > I tried to follow installing solr in unix, when I started tomcat I got this > exxception : [...] Seems it cannot find solrconfig.xml. The relevant part from the logs is: Caused by: java.io.IOException: Can't fin

Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
Hi, solr setup in windows worked fine, I tried to follow installing solr in unix, when I started tomcat I got this exxception : SEVERE: Unable to create core: collection1 org.apache.solr.common.SolrException: Could not load config for solrconfig.xml         at

Could not load config for solrconfig.xml

2013-03-27 Thread A. Lotfi
Hi, I am trying solr with an oracle database, It's working but I have on the top of the page an exception : SolrCore Initialization Failures  solr:  org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load config for solrconfig.xml Here is my db

Re: Could not load config for solrconfig.xml

2013-03-27 Thread A. Lotfi
solrconfig.xml. but still did not understand where that exception come from. Your helps will be appreciated. Abdel. From: Chris Hostetter To: "gene...@lucene.apache.org" ; A. Lotfi Sent: Wednesday, March 27, 2013 6:00 PM Subject: Re: Could not load

Re: Could not load config for solrconfig.xml

2013-03-21 Thread Steve Rowe
SolrRunner (I don't know, I think this is the way to run >> Solt with Embedd Jetty within my Intellij IDEA.) However I get that error: >> >> SEVERE: Unable to create core: collection1 >> org.apache.solr.common.SolrException: Could not load config for >>

Re: Could not load config for solrconfig.xml

2013-03-21 Thread Furkan KAMACI
64 bit computer. > > I debugged JettySolrRunner (I don't know, I think this is the way to run > Solt with Embedd Jetty within my Intellij IDEA.) However I get that error: > > SEVERE: Unable to create core: collection1 > org.apache.solr.common.SolrException: Could not load config

Could not load config for solrconfig.xml

2013-03-21 Thread Furkan KAMACI
nable to create core: collection1 org.apache.solr.common.SolrException: Could not load config for solrconfig.xml at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:897) at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)