Re: solr + jetty deployment issue

2012-12-27 Thread Sushrut Bidwai
If I comment out the /browse requesthandler from solrconfig.xml, problem goes away. So issue is definitely with the way I am configuring solrconfig.xml. I will debug into on my side. On Fri, Dec 28, 2012 at 11:55 AM, Sushrut Bidwai wrote: > Here is latest threaddump taken after setting up latest

Re: solr + jetty deployment issue

2012-12-27 Thread Sushrut Bidwai
Here is latest threaddump taken after setting up latest nightly build version - apache-solr-4.1-2012-12-27_04-32-37 - http://pastebin.com/eum7CxX4 Kind of stuck with this from few days now, so can use little help. Here is more details on the issue - 1. Setting up jetty + solr using instructions -

Re: solr + jetty deployment issue

2012-12-27 Thread Sushrut Bidwai
Hi David, >From what I see in the log and threaddump it seems that getSearcher method in SolrCore is not able to acquire required lock and because of that its blocking startup of the server. Here is threaddump - http://pastebin.com/GPnAzF1q . On Fri, Dec 28, 2012 at 8:01 AM, David Parks wrote:

RE: solr + jetty deployment issue

2012-12-27 Thread David Parks
Do you see any errors coming in on the console, stderr? I start solr this way and redirect the stdout and stderr to log files, when I have a problem stderr generally has the answer: java \ -server \ -Djetty.port=8080 \ -Dsolr.solr.home=/opt/solr \ -Dsolr.data.dir=/