Re: JVM crashed when start solr

2013-12-09 Thread michael.boom
Which are you solr startup parameters (java options) ?
You can assign more memory to the JVM by specifying -Xmx=10G or whichever
value works for you.



-
Thanks,
Michael
--
View this message in context: 
http://lucene.472066.n3.nabble.com/JVM-crashed-when-start-solr-tp4105702p4105705.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: JVM crashed when start solr

2013-12-09 Thread Wukang Lin
Hi michael,
Thank you for  you response. I start solr with follow command line:
java -Xms10240m -Xmx20480m -Dbootstrap_confdir=./solr/conf
-Dcollection.configName=myconf -DzkRun -DzkHost=node4:9983 -DnumShards=3
-jar start.jar
It doesn't work any more. the solr server crashed when the memory usage
of the server raise up to 5G.


2013/12/10 michael.boom my_sky...@yahoo.com

 Which are you solr startup parameters (java options) ?
 You can assign more memory to the JVM by specifying -Xmx=10G or whichever
 value works for you.



 -
 Thanks,
 Michael
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/JVM-crashed-when-start-solr-tp4105702p4105705.html
 Sent from the Solr - User mailing list archive at Nabble.com.



RE: JVM crashed when start solr

2013-12-09 Thread Boogie Shafer
you may want to start by updating both your solr and JVM to more recent 
releases. looks like you are running solr 4.3.0 and java 6 u31 in your trace. 

i would suggest trying with solr 4.5.1 and java 7 u45.



From: Wukang Lin vboylin1...@gmail.com
Sent: Monday, December 09, 2013 09:19
To: solr-user@lucene.apache.org
Subject: Re: JVM crashed when start solr

Hi michael,
Thank you for  you response. I start solr with follow command line:
java -Xms10240m -Xmx20480m -Dbootstrap_confdir=./solr/conf
-Dcollection.configName=myconf -DzkRun -DzkHost=node4:9983 -DnumShards=3
-jar start.jar
It doesn't work any more. the solr server crashed when the memory usage
of the server raise up to 5G.


2013/12/10 michael.boom my_sky...@yahoo.com

 Which are you solr startup parameters (java options) ?
 You can assign more memory to the JVM by specifying -Xmx=10G or whichever
 value works for you.



 -
 Thanks,
 Michael
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/JVM-crashed-when-start-solr-tp4105702p4105705.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: JVM crashed when start solr

2013-12-09 Thread Shawn Heisey

On 12/9/2013 10:29 AM, Boogie Shafer wrote:

you may want to start by updating both your solr and JVM to more recent 
releases. looks like you are running solr 4.3.0 and java 6 u31 in your trace.

i would suggest trying with solr 4.5.1 and java 7 u45.


There are bugs in Java 7 which make using 7u40 and 7u45 problematic.  
The 7u25 version works OK.  Here's an issue that mentions 7u40, but it's 
still an issue with 7u45.


https://issues.apache.org/jira/browse/LUCENE-5212

This bug has been fixed and should be in 7u60 when that gets released.

https://bugs.openjdk.java.net/browse/JDK-8024830

I thought there was another issue specific for 7u45, but I can't seem to 
locate it.


Thanks,
Shawn



RE: JVM crashed when start solr

2013-12-09 Thread Boogie Shafer
aah good to know. i hadn't seen any issues on our solr 4.5.1 setups with 7u45 
yet but perhaps we've just been lucky so far.



From: Shawn Heisey s...@elyograg.org
Sent: Monday, December 09, 2013 09:46
To: solr-user@lucene.apache.org
Subject: Re: JVM crashed when start solr

On 12/9/2013 10:29 AM, Boogie Shafer wrote:
 you may want to start by updating both your solr and JVM to more recent 
 releases. looks like you are running solr 4.3.0 and java 6 u31 in your trace.

 i would suggest trying with solr 4.5.1 and java 7 u45.

There are bugs in Java 7 which make using 7u40 and 7u45 problematic.
The 7u25 version works OK.  Here's an issue that mentions 7u40, but it's
still an issue with 7u45.

https://issues.apache.org/jira/browse/LUCENE-5212

This bug has been fixed and should be in 7u60 when that gets released.

https://bugs.openjdk.java.net/browse/JDK-8024830

I thought there was another issue specific for 7u45, but I can't seem to
locate it.

Thanks,
Shawn




Re: JVM crashed when start solr

2013-12-09 Thread Guido Medina

And it was only reproduced with JVM 32 bits, not 64 bits.

Guido.

On 09/12/13 17:46, Shawn Heisey wrote:

On 12/9/2013 10:29 AM, Boogie Shafer wrote:
you may want to start by updating both your solr and JVM to more 
recent releases. looks like you are running solr 4.3.0 and java 6 u31 
in your trace.


i would suggest trying with solr 4.5.1 and java 7 u45.


There are bugs in Java 7 which make using 7u40 and 7u45 problematic.  
The 7u25 version works OK.  Here's an issue that mentions 7u40, but 
it's still an issue with 7u45.


https://issues.apache.org/jira/browse/LUCENE-5212

This bug has been fixed and should be in 7u60 when that gets released.

https://bugs.openjdk.java.net/browse/JDK-8024830

I thought there was another issue specific for 7u45, but I can't seem 
to locate it.


Thanks,
Shawn