Re: ERROR org.apache.solr.servlet.SolrDispatchFilter â null:org.apache.solr.common.SolrException: SolrCore 'ecps-shard1-replica-1' is not available due to init failure: Could not start JMX monitoring

2013-11-18 Thread Erick Erickson
rCore Initialization Failures > ecps-collection_shard3_replica1: > java.lang.RuntimeException:java.lang.RuntimeException: Could not start JMX > monitoring > ecps-shard1-replica-1: > java.lang.RuntimeException:java.lang.RuntimeException: Could not start JMX > monitoring > Please ch

ERROR org.apache.solr.servlet.SolrDispatchFilter â null:org.apache.solr.common.SolrException: SolrCore 'ecps-shard1-replica-1' is not available due to init failure: Could not start JMX monitoring

2013-11-18 Thread Vijay Ram
-> SolrCore Initialization Failures ecps-collection_shard3_replica1: java.lang.RuntimeException:java.lang.RuntimeException: Could not start JMX monitoring ecps-shard1-replica-1: java.lang.RuntimeException:java.lang.RuntimeException: Could not start JMX monitoring Please check your logs for more informat

JMX monitoring for multiple SOLR instances

2009-07-14 Thread J G
Hi, If I want to run multiple SOLR war files in tomcat is it possible to monitor each of the SOLR instances individually through JMX? Has anyone attempted this before? Also, what are the implications (e.g. performance) of runnign mulitple SOLR instances in the same tomcat server? Thanks.

Re: JMX monitoring

2008-05-13 Thread Chris Hostetter
: Thank you, Shalin! : : It works great. please post feedback like that in the Jira issue (and ideally: vote for the issue as well) comments on issues from people saying that they tried out patches and found them useful helps committers asses the utility of features and the effectiveness of

Re: JMX monitoring

2008-05-13 Thread Marshall Weir
t;[EMAIL PROTECTED]> wrote: Hi, I'm new to Solr and I've been attempting to get JMX monitoring working. I can get simple information by using the - Dcom.sun.management.jmxremote command line switch, but I'd like to get more useful statistics. I've been working on applying

Re: JMX monitoring

2008-05-12 Thread Shalin Shekhar Mangar
Hi Marshall, I've uploaded a new patch which works off the current trunk. Let me know if you run into any problems with this. On Tue, May 13, 2008 at 2:36 AM, Marshall Weir <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Solr and I've been attempting to get JMX m

JMX monitoring

2008-05-12 Thread Marshall Weir
Hi, I'm new to Solr and I've been attempting to get JMX monitoring working. I can get simple information by using the - Dcom.sun.management.jmxremote command line switch, but I'd like to get more useful statistics. I've been working on applying the SOLR-256 and jmx pat