Hello Everyone,
We are using solrcloud with Tomcat in our production environment.  
Here is our configuration.
solr-4.0.0
JVM 1.6.0_25

The JVM keeps crashing everyday with the following error. I think it is
happening while we try index the data with solrj APIs.

INFO: [aq-core] webapp=/solr path=/update
params={distrib.from=http://solr03-prod:8080/solr/aq-core/&update.distrib=TOLEADER&wt=javabin&version=2}
status=0 QTime=1 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfffffd7ffadac771, pid=2411, tid=33662
#
# JRE version: 6.0_25-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0-b11 mixed mode
solaris-amd64 compressed oops)
# Problematic frame:
# J 
org.apache.lucene.codecs.PostingsConsumer.merge(Lorg/apache/lucene/index/MergeState;Lorg/apache/lucene/index/DocsEnum;Lorg/apache/lucene/util/FixedBitSet;)Lorg/apache/lucene/codecs/TermStats;
#
# An error report file with more information is saved as:
# /opt/tomcat/hs_err_pid2411.log
Jul 16, 2013 6:27:07 PM org.apache.solr.update.DirectUpdateHandler2 commit
INFO: start
commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp



Instructions: (pc=0xfffffd7ffadac771)
0xfffffd7ffadac751:   89 4c 24 30 4c 89 44 24 28 4c 89 54 24 18 44 89
0xfffffd7ffadac761:   5c 24 20 4c 8b 57 10 4d 63 d9 49 8b ca 49 03 cb
0xfffffd7ffadac771:   44 0f be 01 45 8b d9 41 ff c3 44 89 5f 18 45 85
0xfffffd7ffadac781:   c0 0f 8c b0 05 00 00 45 8b d0 45 8b da 41 d1 eb 

Register to memory mapping:

RAX=0x0000000014008cf2 is an unknown value
RBX=
[error occurred during error reporting (printing register info), id 0xb]

Stack: [0xfffffd7de4eff000,0xfffffd7de4fff000],  sp=0xfffffd7de4ffe140, 
free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
J 
org.apache.lucene.codecs.PostingsConsumer.merge(Lorg/apache/lucene/index/MergeState;Lorg/apache/lucene/index/DocsEnum;Lorg/apache/lucene/util/FixedBitSet;)Lorg/apache/lucene/codecs/TermStats;

Please let me know if anyone has seen this before. Any input is appreciated. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/JVM-Crashed-SOLR-deployed-in-Tomcat-tp4078439.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to