jprante / elasticsearch-jdbc

JDBC importer for Elasticsearch
Apache License 2.0
2.84k stars 710 forks source link

IncompatibleClassChangeError #450

Open rthneha opened 9 years ago

rthneha commented 9 years ago

Hi,

I am trying to install jdbc river plugin. & I am getting below error:

[root@localhost elasticsearch]# ./bin/elasticsearch [2015-01-27 12:12:45,444][INFO ][node ] [Stratosfire] version[1.3.4], pid[19028], build[a70f3cc/2014-09-30T09:07:17Z] [2015-01-27 12:12:45,445][INFO ][node ] [Stratosfire] initializing ... [2015-01-27 12:12:45,486][INFO ][plugins ] [Stratosfire] loaded [jdbc-1.3.4.4-d2e33c3], sites [head] {1.3.4}: Initialization Failed ...

Can anyone help me?

I tried installing 3 plugin versions of as mentioned in below link 1.3.4.7,1.3.4.6,1.3.4.4- but got same error https://github.com/jprante/elasticsearch-river-jdbc#installation

rthneha commented 9 years ago

updated to elastic search version 1.4.2 from 1.3.4 but still facing issue & now with no more details. I added mysql-connector-java-5.1.33-bin.jar

[root@localhost elasticsearch]# ./bin/elasticsearch

[root@localhost elasticsearch]# ./bin/elasticsearch [2015-01-27 13:36:32,921][INFO ][node ] [ISAAC] version[1.4.2], pid[23531], build[927caff/2014-12-16T14:11:12Z] [2015-01-27 13:36:32,922][INFO ][node ] [ISAAC] initializing ... [2015-01-27 13:36:32,966][INFO ][plugins ] [ISAAC] loaded [jdbc-1.4.0.6-664f819], sites [head] {1.4.2}: Initialization Failed ...

jprante commented 9 years ago

You have another ES version on the class path which prevents startup.