Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-23 Thread Debraj Manna
Please see the logs below I am seeing :- jabong@jabong1143:~/Downloads/software/dev/solr5$ sudo bin/solr start -p Waiting to see Solr listening on port [-] Still not seeing Solr listening on after 30 seconds! INFO - 2015-12-23 16:23:46.006; [ ] org.apache.solr.core.SolrResourceL

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-10 Thread Susheel Kumar
Hi Debraj, >From the log i can't see any issue/error. Do you mind running solr with -f and see on console if you get any error otherwise launch Solr from browser ( http://localhost:8983/solr) Thnx On Thu, Dec 10, 2015 at 10:39 AM, Debraj Manna wrote: > The logs that I am seeing:- > > jabong@j

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-10 Thread Debraj Manna
The logs that I am seeing:- jabong@jabong1143:~/Downloads/software/dev/solr5$ sudo bin/solr start -p [sudo] password for jabong: Waiting to see Solr listening on port [-] Still not seeing Solr listening on after 30 seconds! INFO - 2015-12-10 15:37:16.816; [ ] org.apache.solr.cor

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-09 Thread Susheel Kumar
Yes, Either look into log files as Eric suggested or run with -f and see the startup error on the console. Kill any existing instance or remove any old PID file before starting with -f. Thnx On Wed, Dec 9, 2015 at 12:46 PM, Erick Erickson wrote: > What does the Solr log file say? Often this is

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-09 Thread Erick Erickson
What does the Solr log file say? Often this is the result of Solr being in a weird state due to startup problems. Best, Erick On Tue, Dec 8, 2015 at 8:43 PM, Debraj Manna wrote: > . After failed attempt to start solr if I try to start solr again on same > port it says solr is already running. Tr

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-08 Thread Debraj Manna
. After failed attempt to start solr if I try to start solr again on same port it says solr is already running. Try running solr on different port. Can you let me know if it is possible to increase the timeout? So that I can observe how does it behave. On Dec 9, 2015 10:10 AM, "Rahul Ramesh" wrot

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-08 Thread Rahul Ramesh
Hi Debraj, I dont think increasing the timeout will help. Are you sure solr/ any other program is not running on 8789? Please check the output of lsof -i :8789 . Regards, Rahul On Tue, Dec 8, 2015 at 11:58 PM, Debraj Manna wrote: > Can someone help me on this? > On Dec 7, 2015 7:55 PM, "D" wro

Re: Increasing Solr5 time out from 30 seconds while starting solr

2015-12-08 Thread Debraj Manna
Can someone help me on this? On Dec 7, 2015 7:55 PM, "D" wrote: > Hi, > > Many time while starting solr I see the below message and then the solr is > not reachable. > > debraj@boutique3:~/solr5$ sudo bin/solr start -p 8789 > Waiting to see Solr listening on port 8789 [-] Still not seeing Solr

Increasing Solr5 time out from 30 seconds while starting solr

2015-12-07 Thread D
Hi, Many time while starting solr I see the below message and then the solr is not reachable. |debraj@boutique3:~/solr5$ sudo bin/solr start -p 8789 Waiting to see Solr listening on port 8789 [-] Still not seeing Solr listening on 8789 after 30 seconds!| However when I try to start solr ag