Error indexing elastic search in HP unix environment

Hi,
I have installed elastic search on HP-unix machine with below architecture.
(result of "uname -a")
HP-UX XXXXXXX B.11.23 U ia64 0618204674 unlimited-user license

The java/jre version is "1.6.0.00"

The server starts successfully.

But when i try to index data i get below error. The full error log is
attached. Any help related to this error is much appreciated. Thank You.

Stack: [9fffffff36881000,9fffffff36901000), sp=9fffffff36900490, free
space=509k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
V [libjvm.so+0x71d6c0]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.misc.Unsafe.getLong(Ljava/lang/Object;J)J+0
j
org.elasticsearch.common.compress.lzf.impl.UnsafeChunkDecoder.moveLong([BIII)V+25
j
org.elasticsearch.common.compress.lzf.impl.UnsafeChunkDecoder.decodeChunk([BI[BII)V+124
j org.elasticsearch.common.compress.lzf.ChunkDecoder.decode([BII[B)I+190
j org.elasticsearch.common.compress.lzf.ChunkDecoder.decode([BII)[B+16
j org.elasticsearch.common.compress.lzf.LZFCompressor.uncompress([BII)[B+7
j org.elasticsearch.common.compress.CompressedString.uncompressed()[B+19
j
org.elasticsearch.common.compress.CompressedString.string()Ljava/lang/String;+1
j
org.elasticsearch.cluster.metadata.MetaDataMappingService$2.execute(Lorg/elasticsearch/cluster/ClusterState;)Lorg/elasticsearch/cluster/ClusterState;+231
j org.elasticsearch.cluster.service.InternalClusterService$2.run()V+77
j
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run()V+4
j
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+59
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+28
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi, Prasad,

We run Java version 1.6.0_18 and it works fine on Solaris. We also run
version 1.6.0_37 on CentOS (Linux) and that works fine, too. I run
version 1.6.0_51 on Mac OS X and haven't had any problems at all, though
this is not a production platform; it's just for development.

I also have read that OpenJDK 7 (not 6) works well with ES and Lucene.

Brian

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Brian for the information. We are using the elastic in windows
environment successfully. The problem is with HP-unix environment.

The error described by me is same as in the below thread:
https://groups.google.com/forum/#!msg/elasticsearch/--Zl8htyMd0/kk_sz_loq3gJ

Any more pointers for the error. Thank You
On Mon, Sep 9, 2013 at 12:42 PM, InquiringMind brian.from.fl@gmail.comwrote:

Hi, Prasad,

We run Java version 1.6.0_18 and it works fine on Solaris. We also run
version 1.6.0_37 on CentOS (Linux) and that works fine, too. I run
version 1.6.0_51 on Mac OS X and haven't had any problems at all, though
this is not a production platform; it's just for development.

I also have read that OpenJDK 7 (not 6) works well with ES and Lucene.

Brian

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/TpIVU4TYefw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Thanks and Regards
Prasad Kumar K
703-868-7122
"We don't see things as they are, we see them as we are"
"Let our advance worrying become advance thinking and planning."

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Your HPUX JRE has a known defect. Please update.

For reference see

http://www-01.ibm.com/support/docview.wss?uid=swg1IV12627

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jorg,
Thank you for pointing out the issue.
Do you have any idea ... in which version of jre the above error is fixed?
I jave tried with couple of other versions but still facing same issue?

Sent via the Samsung GALAXY S™4, an AT&T 4G LTE smartphone

-------- Original message --------
From: joergprante@gmail.com
Date: 09/10/2013 3:05 PM (GMT-07:00)
To: elasticsearch@googlegroups.com
Subject: Re: error indexing elastic search in HP unix environment

Your HPUX JRE has a known defect. Please update.

For reference see

http://www-01.ibm.com/support/docview.wss?uid=swg1IV12627

Jörg

--
You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticsearch/TpIVU4TYefw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Off-topic, but maybe relevant to the few HP UX users out there.

Please check if you have a support contract with HP with password access to
the HP site, and a full patched HP UX 11.23

Then you should follow

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME

Quote:

"Note: HP recommends using the latest version to ensure highest
reliability, including all available security fixes."

The latest JDK version I can find is version 7.0.07 (including Oracle Java
7u25)

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.