Re: nutch in solr

2012-02-05 Thread alessio crisantemi
tx, I try and write the result asap a. 2012/2/5 Geek Gamer > solj is the solr java client library, > > so there seem to be two versions 1.4.1 and 3.4.0, which are > incompatible, so you can do the following, > > refer : > https://github.com/geek4377/nutch/commit/c66bf35ff4f86393413621b3b889b1c7

Re: nutch in solr

2012-02-05 Thread Geek Gamer
solj is the solr java client library, so there seem to be two versions 1.4.1 and 3.4.0, which are incompatible, so you can do the following, refer : https://github.com/geek4377/nutch/commit/c66bf35ff4f86393413621b3b889b1c78281df4d to see how to upgrade the solr version in nutch, teh above exam

Re: nutch in solr

2012-02-05 Thread alessio crisantemi
if I look the solr and nuth libs I found: apache-solr-solrj-1.4.1.jar on Solr and solr-solrj-3.4.0.jar this are the only jar files with a word 'solrj' taht's the problem?! 2012/2/5 Geek Gamer > looks like solrj version in nutch classpath is different that the solr > version on server, > can

Re: nutch in solr

2012-02-05 Thread Geek Gamer
looks like solrj version in nutch classpath is different that the solr version on server, can you post the versions for both nutch and solr? On Sun, Feb 5, 2012 at 10:24 PM, alessio crisantemi wrote: > no, all run on port 8983. > .. > > 2012/2/5 Matthew Parker > >> Doesn't tomcat run on port 8

Re: nutch in solr

2012-02-05 Thread Matthew Parker
No, they all don't run on 8983. Tomcat's default port is 8080. If you're using the embedded server in SOLR, you are using Jetty, which runs on port 8983. On Sun, Feb 5, 2012 at 11:54 AM, alessio crisantemi < alessio.crisant...@gmail.com> wrote: > no, all run on port 8983. > .. > > 2012/2/5 Matt

Re: nutch in solr

2012-02-05 Thread alessio crisantemi
no, all run on port 8983. .. 2012/2/5 Matthew Parker > Doesn't tomcat run on port 8080, and not port 8983? Or did you change the > tomcat's default port to 8983? > On Feb 5, 2012 5:17 AM, "alessio crisantemi" > > wrote: > > > Hi All, > > I have some problems with integration of Nutch in Solr an

Re: nutch in solr

2012-02-05 Thread tamanjit.bin...@yahoo.co.in
alessio crisantemi-2, I think you got it.. Check the jars in nutch lib and see if the solr n solrj jars are same... That could be the issue -- View this message in context: http://lucene.472066.n3.nabble.com/nutch-in-solr-tp3716969p3717542.html Sent from the Solr - User mailing list archive at Na

Re: nutch in solr

2012-02-05 Thread Matthew Parker
Doesn't tomcat run on port 8080, and not port 8983? Or did you change the tomcat's default port to 8983? On Feb 5, 2012 5:17 AM, "alessio crisantemi" wrote: > Hi All, > I have some problems with integration of Nutch in Solr and Tomcat. > > I follo Nutch tutorial for integration and now, I can cra