Re: solr always loading and not any response

2014-07-27 Thread IJ
p://lucene.472066.n3.nabble.com/solr-always-loading-and-not-any-response-tp4148960p4149341.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr always loading and not any response

2014-07-24 Thread Alexandre Rafalovitch
Is it on the same machine or on a different one? Either way, try to open the developer console in the browser and see what's happening on the network when you reload. Also, see the Solr side whether you get any message in the console. Maybe you are hitting an exception of some sort. Regards, Al

solr always loading and not any response

2014-07-24 Thread zhijun liu
hi, all, solr admin page is always "loading", and when I send query request also can not get any response. the tcp link is always "ESTABLISHED"。only restart solr service can fix it. how to find out the problem? solr:4.6 jetty:8 thanks so much.