Re: Posting files 405 http error

2016-11-03 Thread Pablo Anzorena
When I manually copy one collection to another, I copy the core.properties from the source to the destination with the name core.properties.unloaded so there is no problem. So the steps I'm doing are: 1> index to my source collection. 2>Copy the directory of the source collection, excluding the

Re: Posting files 405 http error

2016-11-03 Thread Erick Erickson
Wait. What were you doing originally? Just copying the entire SOLR_HOME over or something? Because one of the things each core carries along is a "core.properties" file that identifies 1> the name of the core, something like collection_shard1_replica1 2> the name of the collection the core

Re: Posting files 405 http error

2016-11-03 Thread Pablo Anzorena
Thanks Shawn. Actually there is no load balancer or proxy in the middle, but even if there was, how would you explain that I can index if a create a completely new collection? I figured out how to fix it. What I'm doing is creating a new collection, then unloading it (by unloading all the

Re: Posting files 405 http error

2016-11-03 Thread Shawn Heisey
On 11/3/2016 9:10 AM, Pablo Anzorena wrote: > Thanks for the answer. > > I checked the log and it wasn't logging anything. > > The error i'm facing is way bizarre... I create a new fresh collection and > then index with no problem, but it keeps throwing this error if i copy the > collection from

Re: Posting files 405 http error

2016-11-03 Thread Pablo Anzorena
Thanks for the answer. I checked the log and it wasn't logging anything. The error i'm facing is way bizarre... I create a new fresh collection and then index with no problem, but it keeps throwing this error if i copy the collection from one solrcloud to the other and then index. Any clue on

Re: Posting files 405 http error

2016-11-01 Thread Erick Erickson
What does the solr log say? I'd tail the Solr log while sending the query, that'll do two things: 1> insure that your request is actually getting to the Solr you expect. 2> the details in the solr log are often much more helpful than what gets returned to the client. Best, Erick On Tue, Nov 1,

Posting files 405 http error

2016-11-01 Thread Pablo Anzorena
Hey, I'm indexing a file with a delete query in xml format using the post.jar. I have two solrclouds, which apparently have all the same configurations. The thing is that I have no problem when indexing in one of them, but the other keeps giving me this error: SimplePostTool version 5.0.0