Re: jmx issue with solr

2010-05-20 Thread Lance Norskog
http://wiki.apache.org/solr/SolrJmx#Remote_Connection_to_Solr_JMX

Ask the wiki!

On Wed, May 19, 2010 at 6:19 AM, Na_D nabam...@zaloni.com wrote:

 Thanks for the info , using the above properties solved the issue .
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/jmx-issue-with-solr-tp828478p829057.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Lance Norskog
goks...@gmail.com


jmx issue with solr

2010-05-19 Thread Na_D

Hi,

I am trying to start solr with the following command :

java -Dsolr.solr.home=./example-DIH/solr/ -Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=3000


On doing so an error is reported :

Error: Password file read access must be restricted: C:\Program
Files\Java\jdk1.
6.0_18\jre\lib\management\jmxremote.password


The jmxremote.password file is there in the lib\management folder and the
same has been set to read-only.
still the error persists.I am using Windows XP SP3 Version 2002, just
mentioning the same if its of any help.
Please do put in your suggestions.
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/jmx-issue-with-solr-tp828478p828478.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: jmx issue with solr

2010-05-19 Thread Jean-Sebastien Vachon
Hi,

Try adding these options...

-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false


On 2010-05-19, at 3:44 AM, Na_D wrote:

 
 Hi,
 
 I am trying to start solr with the following command :
 
 java -Dsolr.solr.home=./example-DIH/solr/ -Dcom.sun.management.jmxremote
 -Dcom.sun.management.jmxremote.port=3000
 
 
 On doing so an error is reported :
 
 Error: Password file read access must be restricted: C:\Program
 Files\Java\jdk1.
 6.0_18\jre\lib\management\jmxremote.password
 
 
 The jmxremote.password file is there in the lib\management folder and the
 same has been set to read-only.
 still the error persists.I am using Windows XP SP3 Version 2002, just
 mentioning the same if its of any help.
 Please do put in your suggestions.
 -- 
 View this message in context: 
 http://lucene.472066.n3.nabble.com/jmx-issue-with-solr-tp828478p828478.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: jmx issue with solr

2010-05-19 Thread Na_D

Thanks for the info , using the above properties solved the issue .
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/jmx-issue-with-solr-tp828478p829057.html
Sent from the Solr - User mailing list archive at Nabble.com.