Hi 

I've found the error,
It was actually silly .. solr's jar's file was in the bad folder.
I just removed them .. now it works ... 
GREAT 
:)


sunnyfr wrote:
> 
> Yes I tried to change the name manually .... but it didn't help, nothing
> changed.
> we spoke about the file in data/solr/ this directory which contain
> solr.war.
> Yes I did try  !!
> 
> 
> ryantxu wrote:
>> 
>> hymm -- i've replied to this three times now... but it does not appear
>> the list revieved it...
>> http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-to19762598.html
>> (now i'm trying from a different client)
>> 
>> Have you tried "solr.xml" rather then "multicore.xml"?
>> 
>> before 1.3 was released, the file was renamed....
>> 
>> 
>> On Wed, Oct 1, 2008 at 12:31 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>>
>>> It use to work .. I updated it with the patch to make it works with
>>> multicore
>>> and it worked perfectly  three days ago before this snapshooter bug ...
>>> it's like if I missed jar files somewhere or ...
>>>
>>>
>>> Brendan Grainger-2 wrote:
>>>>
>>>> Sorry Sunny,
>>>>
>>>> Will have to punt on this one. If I were you I'd try using 1.3. To be
>>>> honest, if I remember correctly, 1.2 didn't have multicore support.
>>>>
>>>> Regards
>>>> Brendan
>>>>
>>>>
>>>> On Oct 1, 2008, at 12:20 PM, sunnyfr wrote:
>>>>
>>>>>
>>>>> Thanks Brendan,
>>>>>
>>>>> I use solr 1.2 ... I will update to solr 1.3 soon .. I tried to
>>>>> rename it
>>>>> ... but still .....
>>>>> help i need somebody .. hellllppp LOL
>>>>>
>>>>> Thanks Brendan
>>>>>
>>>>>
>>>>>
>>>>> Brendan Grainger-2 wrote:
>>>>>>
>>>>>> Hi Sunny,
>>>>>>
>>>>>> Sorry, I've not use multicores with tomcat yet. However, I seem to
>>>>>> remember that multicore.xml changed it's name to solr.xml. I take it
>>>>>> you're using solr 1.3 or are you using a nightly build of some sort?
>>>>>>
>>>>>> Brendan
>>>>>>
>>>>>> On Oct 1, 2008, at 11:46 AM, sunnyfr wrote:
>>>>>>
>>>>>>>
>>>>>>> Otherwise I've my solr.war in my foler /data/solr/
>>>>>>> I've no idea anymore ... Any idea Brendan?
>>>>>>>
>>>>>>>
>>>>>>> sunnyfr wrote:
>>>>>>>>
>>>>>>>> I have solrconfig.xml in my folder /data/solr/books/conf/
>>>>>>>> and I've multicore.xml in /data/solr/
>>>>>>>> <?xml version="1.0" encoding="UTF-8" ?>
>>>>>>>> <multicore adminPath="/admin/multicore" persistent="true"
>>>>>>>> sharedLib="lib"
>>>>>>>>>
>>>>>>>> <core name="video" instanceDir="books" default="true" />
>>>>>>>> <core name="group" instanceDir="group" />
>>>>>>>> <core name="user" instanceDir="user" />
>>>>>>>> </multicore>
>>>>>>>>
>>>>>>>> otherwise I've my solr.xml in /etc/tomcat5.5/Catalina/localhost/
>>>>>>>> solr.xml
>>>>>>>> <Context path="/solr" docBase="/data/solr/solr.war" debug="0"
>>>>>>>> crossContext="true" >
>>>>>>>>  <Environment name="solr/home" type="java.lang.String"
>>>>>>>> value="/data/solr" override="true" />
>>>>>>>> </Context>
>>>>>>>>
>>>>>>>> and then I start tomcat5.5 ... do I miss something ?
>>>>>>>>
>>>>>>>>
>>>>>>>> Brendan Grainger-2 wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I think:
>>>>>>>>>
>>>>>>>>> Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/'
>>>>>>>>>
>>>>>>>>> is a major clue no? Do you actually have a solrconfig.xml and how
>>>>>>>>> are
>>>>>>>>> you starting solr?
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Brendan
>>>>>>>>>
>>>>>>>>> On Oct 1, 2008, at 11:11 AM, sunnyfr wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: eaa main
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrServlet init INFO: SolrServlet.init()
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrServlet init INFO: SolrServlet.init()
>>>>>>>>>> done
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrUpdateServlet init INFO:
>>>>>>>>>> SolrUpdateServlet.init() done
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying
>>>>>>>>>> web
>>>>>>>>>> application archive apache-solr-1.3-dev.war
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrDispatchFilter init INFO:
>>>>>>>>>> SolrDispatchFilter.init()
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader locateInstanceDir INFO:
>>>>>>>>>> No
>>>>>>>>>> /solr/home in JNDI
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader locateInstanceDir INFO:
>>>>>>>>>> solr
>>>>>>>>>> home
>>>>>>>>>> defaulted to 'solr/' (could not find system property or JNDI)
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrDispatchFilter initMultiCore INFO:
>>>>>>>>>> looking for
>>>>>>>>>> multicore.xml: /solr/multicore.xml
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader locateInstanceDir INFO:
>>>>>>>>>> No
>>>>>>>>>> /solr/home in JNDI
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader locateInstanceDir INFO:
>>>>>>>>>> solr
>>>>>>>>>> home
>>>>>>>>>> defaulted to 'solr/' (could not find system property or JNDI)
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader <init> INFO: Solr home
>>>>>>>>>> set to
>>>>>>>>>> 'solr/'
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.core.SolrResourceLoader createClassLoader INFO:
>>>>>>>>>> Reusing
>>>>>>>>>> parent classloader
>>>>>>>>>> Oct  1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10
>>>>>>>>>> PM
>>>>>>>>>> org.apache.solr.servlet.SolrDispatchFilter init SEVERE: Could not
>>>>>>>>>> start
>>>>>>>>>> SOLR. Check solr/home property java.lang.RuntimeException: Can't
>>>>>>>>>> find
>>>>>>>>>> resource 'solrconfig.xml' in classpath or 'solr/conf/', cwd=/
>>>>>>>>>> ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .solr
>>>>>>>>>> .core.SolrResourceLoader.openResource(SolrResourceLoader.java:
>>>>>>>>>> 168)
>>>>>>>>>> ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:
>>>>>>>>>> 136)
>>>>>>>>>> ^Iat org.apache.solr.core.Config.<init>(Config.java:97) ^Iat
>>>>>>>>>> org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:108) ^Iat
>>>>>>>>>> org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:65) ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:
>>>>>>>>>> 89)
>>>>>>>>>> ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .catalina
>>>>>>>>>> .core
>>>>>>>>>> .ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:
>>>>>>>>>> 221)
>>>>>>>>>> ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .catalina
>>>>>>>>>> .core
>>>>>>>>>> .ApplicationFilterConfig
>>>>>>>>>> .setFilterDef(ApplicationFilterConfig.java:
>>>>>>>>>> 302)
>>>>>>>>>> ^Iat
>>>>>>>>>> org
>>>>>>>>>> .apache
>>>>>>>>>> .catalina
>>>>>>>>>> .core
>>>>>>>>>> .ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:
>>>>>>>>>> 78)
>>>>>>>>>> ^Iat org.apache.catalina.core
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> View this message in context:
>>>>>>>>>> http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-tp19762598p19762598.html
>>>>>>>>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-tp19762598p19763325.html
>>>>>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-tp19762598p19764060.html
>>>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-tp19762598p19764289.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Any-idea-----I%27m-lost-....-Thanks-tp19762598p19774777.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to