Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread Shalin Shekhar Mangar
Hi Pushkar, Not related to your problem but you should think about using the solr-scale-tk to setup your environment -- it really takes the pain away. https://github.com/LucidWorks/solr-scale-tk http://searchhub.org/2014/06/03/introducing-the-solr-scale-toolkit/ On Tue, Jul 29, 2014 at 6:45 PM,

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread aurelien . mazoyer
Ooops, didn't see Andrew's answer: sorry for my redundant answer :-) Aurélien On 29.07.2014 15:47, aurelien.mazo...@francelabs.com wrote: Hi Pusakar, Did you try to ping your solr from localhost in your ssh console: curl http://localhost:8983(or 8984 if you change the jetty port)/solr/collecti

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread Andrew Pawloski
Is port 8984 open in your ec2's security settings? >From the ec2 instance, can you curl localhost:8984/solr? Do you see anything? On Tue, Jul 29, 2014 at 9:15 AM, pushkar sawant wrote: > Hi Team, > I have done Solr 4.9.0 setup on ubuntu 12.04 instanace on AWS. > with Java 7. When i start the

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread aurelien . mazoyer
Hi Pusakar, Did you try to ping your solr from localhost in your ssh console: curl http://localhost:8983(or 8984 if you change the jetty port)/solr/collection1/admin/ping ? Aurélien On 29.07.2014 15:15, pushkar sawant wrote: Hi Team, I have done Solr 4.9.0 setup on ubuntu 12.04 instanace on

Solr on AWS ubuntu12.04 instance

2014-07-29 Thread pushkar sawant
Hi Team, I have done Solr 4.9.0 setup on ubuntu 12.04 instanace on AWS. with Java 7. When i start the solr with "java -jar start.jar" it start with attached output. It sys -: 5460 [main] INFO org.eclipse.jetty.server.AbstractConnector – Started SocketConnector@0.0.0.0:8984 When i try to open it