Elasticsearch:

Hi all,

New to Logstash and Elasticsearch so pardon any silliness on my end with
this configuration issue I'm currently having. I'm receiving the following
error when I try to startup the elasticsearch as suggested via the guide
linked below the following error code:
[root@server01 ~]# service elasticsearch start
Starting elasticsearch: [ OK ]
[root@server01 ~]# Exception in thread "main"
java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass(libgcj.so.10)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:155)
at org.elasticsearch.bootstrap.ElasticSearch.main(ElasticSearch.java:32)
Caused by: java.lang.UnsupportedOperationException: gnu::java::lang::
management::VMMemoryMXBeanImpl::getNonHeapMemoryUsage () not implemented
at gnu.java.lang.management.VMMemoryMXBeanImpl.getNonHeapMemoryUsage(
libgcj.so.10)
at gnu.java.lang.management.MemoryMXBeanImpl.getNonHeapMemoryUsage(libgcj
.so.10)
at org.elasticsearch.monitor.jvm.JvmInfo.(JvmInfo.java:69)
at java.lang.Class.initializeClass(libgcj.so.10)
...2 more

The Guide:
http://blog.basefarm.com/blog/how-to-install-logstash-with-kibana-interface-on-rhel/

I stepped through the instructions exactly and installed ElasticSearch via
the sites RPM on CentOS 6.0

I have added the following to: /usr/lib/sysctl.d/elasticsearch.conf
ES_MIN_MEM=512m
ES_MAX_MEM=1024m

As well modified the elasticsearch.in.sh file which got it a bit further in
the startup though I'm not certain it's actually made a true difference as
I'm still receiving the above error:
source /usr/lib/sysctl.d/elasticsearch.conf

if [ "x$ES_MIN_MEM" = "x" ]; then
ES_MIN_MEM=512m
fi
if [ "x$ES_MAX_MEM" = "x" ]; then
ES_MAX_MEM=1024m
fi

I'd be happy to provide any additional information if anyone has a thought
as to where I might have gone wrong.

Currently installed is Nginx, Logstash, and ElasticSearch. Per the guide
once complete it should be a working instance.... :slight_smile:

Very much appreciate any help I can get and for you all taking any time
what-so-ever to help me in getting this online. If I do end up identifying
my problem which I have thus far looked over, I will be sure to update this
post as well.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/24b60d07-1ee0-45a9-9fc0-ae9d6b86e0ef%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

What java version are you using?

Also it's better to set min and max memory to be the same for ES.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 26 January 2014 02:58, Gabriel Blankenship duplex@mypcpros.net wrote:

Hi all,

New to Logstash and Elasticsearch so pardon any silliness on my end with
this configuration issue I'm currently having. I'm receiving the following
error when I try to startup the elasticsearch as suggested via the guide
linked below the following error code:
[root@server01 ~]# service elasticsearch start
Starting elasticsearch: [ OK ]
[root@server01 ~]# Exception in thread "main"
java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass(libgcj.so.10)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:155)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:32
)
Caused by: java.lang.UnsupportedOperationException: gnu::java::lang::
management::VMMemoryMXBeanImpl::getNonHeapMemoryUsage () not implemented
at gnu.java.lang.management.VMMemoryMXBeanImpl.getNonHeapMemoryUsage(
libgcj.so.10)
at gnu.java.lang.management.MemoryMXBeanImpl.getNonHeapMemoryUsage(
libgcj.so.10)
at org.elasticsearch.monitor.jvm.JvmInfo.(JvmInfo.java:69)
at java.lang.Class.initializeClass(libgcj.so.10)
...2 more

The Guide:
Expertise Archives - Cloud - Orange Business

I stepped through the instructions exactly and installed Elasticsearch via
the sites RPM on CentOS 6.0

I have added the following to: /usr/lib/sysctl.d/elasticsearch.conf
ES_MIN_MEM=512m
ES_MAX_MEM=1024m

As well modified the elasticsearch.in.sh file which got it a bit further
in the startup though I'm not certain it's actually made a true difference
as I'm still receiving the above error:
source /usr/lib/sysctl.d/elasticsearch.conf

if [ "x$ES_MIN_MEM" = "x" ]; then
ES_MIN_MEM=512m
fi
if [ "x$ES_MAX_MEM" = "x" ]; then
ES_MAX_MEM=1024m
fi

I'd be happy to provide any additional information if anyone has a thought
as to where I might have gone wrong.

Currently installed is Nginx, Logstash, and Elasticsearch. Per the guide
once complete it should be a working instance.... :slight_smile:

Very much appreciate any help I can get and for you all taking any time
what-so-ever to help me in getting this online. If I do end up identifying
my problem which I have thus far looked over, I will be sure to update this
post as well.

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/24b60d07-1ee0-45a9-9fc0-ae9d6b86e0ef%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624YPe_mtNWpf4_mO8uQwbwxTX-5G7MwsvKMwF2m0ktLXew%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Sat, Jan 25, 2014 at 7:58 AM, Gabriel Blankenship
duplex@mypcpros.net wrote:

at java.lang.Class.initializeClass(libgcj.so.10)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:155)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:32)
Caused by: java.lang.UnsupportedOperationException:
gnu::java::lang::management::VMMemoryMXBeanImpl::getNonHeapMemoryUsage ()
not implemented

gnu "java"? -- no. Install a real JVM.

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
Hassan Schroeder | about.me
twitter: @hassan

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CACmC4yAUFgnT7MEUrTouMkeWBRCNLHLCZ-7WGkmjx5J9v4zJ9w%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.