Re: Expected mime type application/octet-stream but got text/html

2018-09-06 Thread nalsrini
Here is the error message I am getting: https://screencast.com/t/XwEjA22jX -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Need to connect solr with solrj from AWS lambda

2018-09-06 Thread nalsrini
Hi Mikhail, I am good now after some changes in the AWS including security group. thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Expected mime type application/octet-stream but got text/html

2018-09-04 Thread nalsrini
Hi,I use Solr 5.3 and I don't have any collection. When I execute the following code, I got this error:Error from server at http://:/solr-master: Expected mime type application/octet-stream but got text/html.SolrClient client = new HttpSolrClient("http://:/solr-master";); String sorld = client.getB

Re: Need to connect solr with solrj from AWS lambda

2018-09-04 Thread nalsrini
Hi Mikhail, My Operations team member said, he already opened the firewall rule. Thanks Srini -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Need to connect solr with solrj from AWS lambda

2018-08-31 Thread nalsrini
Hi, I need to connect solr with solrj from AWS java lambda. I use solr 5.3. I get the client object like this: SolrClient client = new HttpSolrClient(System.getenv(SysEnvConstants.SOLR_HOST)); I neither get an error nor a response when I call these(for example) from the lambda: SolrDocument sorl