Re: solr on ubuntu 8.04

2008-10-02 Thread ristretto . rb
SEVERE: Exception starting filter SolrRequestFilter > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.solr.core.SolrConfig btw, this looks like you are you using current 1.3 or head versions of classes in Schema.xml or solrconfig.xml, but you are running on a 1.2 version of

Re: solr on ubuntu 8.04

2008-10-02 Thread ristretto . rb
I had absolutely not luck with the jetty-solr package on Ubuntu 8.04. I haven't tried Tomcat for solr. I do have it running on Ubuntu though. Here's what I did. Hope this helps. Don't do this unless you understand the steps. When I say things like 'remove contents' I don't know what you have in

Re: solr on ubuntu 8.04

2008-10-02 Thread Tricia Williams
I haven't tried installing the ubuntu package, but the releases from apache.org come with an example that contains a directory called "solr" which contains a directory called "conf" where schema.xml and solrconfig.xml are important. Is it possible these files do not exist in the path? Trici

Re: solr on ubuntu 8.04

2008-10-02 Thread Jack Bates
No sweat - did you install the Ubuntu solr package or the solr.war from http://lucene.apache.org/solr/? When you say it doesn't work, what exactly do you mean? On Thu, 2008-10-02 at 07:43 -0700, [EMAIL PROTECTED] wrote: > Hi Jack, > Really I would love if you could help me about it ... and tell m

Re: solr on ubuntu 8.04

2008-10-02 Thread sunnyfr
Hi, I've some issue with my tomcat, can you please tell me what you have in your folder ./var/lib/tomcat5.5/webapps ./usr/share/tomcat5.5/webapps Cuz really I'm a bit lost with tomcat55 and what's happening ... how did you manage it ?? Thanks a lot Jack Bates-2 wrote: > > Thanks for your

Re: solr on ubuntu 8.04

2008-06-01 Thread Chris Hostetter
: Thanks for your suggestions. I have now tried installing Solr on two : different machines. On one machine I installed the Ubuntu solr-tomcat5.5 : package, and on the other I simply dropped "solr.war" : into /var/lib/tomcat5.5/webapps This may be a silly question, but did you create a "solr home"

Re: solr on ubuntu 8.04

2008-05-28 Thread Andrew Savory
Hi Jack, 2008/5/28 Jack Bates <[EMAIL PROTECTED]>: > Thanks for your suggestions. I have now tried installing Solr on two > different machines. On one machine I installed the Ubuntu solr-tomcat5.5 > package, and on the other I simply dropped "solr.war" > into /var/lib/tomcat5.5/webapps > > Both ma

Re: solr on ubuntu 8.04

2008-05-27 Thread Jack Bates
Thanks for your suggestions. I have now tried installing Solr on two different machines. On one machine I installed the Ubuntu solr-tomcat5.5 package, and on the other I simply dropped "solr.war" into /var/lib/tomcat5.5/webapps Both machines are running Tomcat 5.5 I get the same error message on

Re: solr on ubuntu 8.04

2008-05-02 Thread Albert Ramstedt
Hardy has solr packages already. You might want to look how they packaged solr if you cannot move to that version. Did you just drop the war file? Or did you use JNDI? You probably need to configure solr/home, and maybe fiddle with securitymanager stuff. Albert On Thu, May 1, 2008 at 6:46 PM, Jac