I have jdk1.7.0_75 in linux and elasticsearch server 1.4.1, but while
starting my jboss server i am getting below exception. I am able to run
elasticsearch server using same version. Any body knows what is java
compatible version for elastic search 1.4.1.
java.lang.UnsupportedClassVersionError:
org/elasticsearch/ElasticsearchException : Unsupported major.minor version
51.0
I do not have version 51 anywhere in my system, please advice
I have jdk1.7.0_75 in linux and elasticsearch server 1.4.1, but while starting my jboss server i am getting below exception. I am able to run elasticsearch server using same version. Any body knows what is java compatible version for Elasticsearch 1.4.1.
java.lang.UnsupportedClassVersionError: org/elasticsearch/ElasticsearchException : Unsupported major.minor version 51.0
I do not have version 51 anywhere in my system, please advice
Double check you are using JDK 1.7 or higher for your Elastic/JBoss combination.
It looks like you are using JDK 1.6 - the exception indicates that the Java runtime doesn't recognize the bytecode
version (51.0 stands for Java 7 class files [1]).
I have jdk1.7.0_75 in linux and elasticsearch server 1.4.1, but while starting my jboss server i am getting below
exception. I am able to run elasticsearch server using same version. Any body knows what is java compatible version for
Elasticsearch 1.4.1.
java.lang.UnsupportedClassVersionError: org/elasticsearch/ElasticsearchException : Unsupported major.minor version 51.0
I do not have version 51 anywhere in my system, please advice
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.