Re: Solr Update URI is not found

2013-10-28 Thread Bayu Widyasanyata
Hi Erick and All, The problem is solved by copying schema-solr4.xml into my collection's Solr conf (renamed to schema.xml). I didn't use hadoop there, and apologize if it's better to post on this Solr list since the problem appeared first on Solr Indexer step. Regarding "/2" option it's "e-mail b

Re: Solr Update URI is not found

2013-10-28 Thread Erick Erickson
This seems like a better question for the Nutch list. I see hadoop in there, so unless you've specifically configured solr to use the HDFS directory writer factory, this has to be coming from someplace else. And there are map/reduce tasks in here. BTW, it would be more helpful if you posted the UR

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
On Mon, Oct 28, 2013 at 1:26 PM, Raymond Wiker wrote: > > request: http://localhost:8080/solr/update?wt=javabin&version=2 > > I think this url is incorrect: there should be a core name between "solr" > and "update". > I changed th SolrURL on crawl script's option to: ./bin/crawl urls/seed.txt T

Re: Solr Update URI is not found

2013-10-27 Thread Raymond Wiker
On 28 Oct 2013, at 01:19 , Bayu Widyasanyata wrote: > request: http://localhost:8080/solr/update?wt=javabin&version=2 I think this url is incorrect: there should be a core name between "solr" and "update".

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
Hi Alex, I can do a common queries. Below are the json result for "*:*" query: { "responseHeader": { "status": 0, "QTime": 0, "params": { "indent": "true", "q": "*:*", "_": "1382938341864", "wt": "json" } }, "response": { "numFound": 0, "start

Re: Solr Update URI is not found

2013-10-27 Thread Alexandre Rafalovitch
Can you do queries? Maybe the default collection was somehow not setup and you need to provide collection name explicitly. What endpoints does admin interface use when you do a query? Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrer

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
Additional info: - I use Tomcat 7.0.42 - Following are Tomcat/catalina's log when nutch failed on Solr index process. It replies "404 error": 10.1.160.40 - - [28/Oct/2013:08:50:02 +0700] "POST /solr/update?wt=javabin&version=2 HTTP/1.1" 404 973 10.1.160.40 - - [28/Oct/2013:08:50:02 +0700] "POST /

Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
Hi, I just installed Nutch 1.7 and latest Solr 4.5.1 successfully. But I got the error when execute the crawl script (./bin/crawl urls/seed.txt TestCrawl http://localhost:8080/solr/ 2) The error is occured on Solr Indexer step. Following the error on hadoop.log: 2013-10-28 06:16:59,815 WARN map