Hello-

Just upgraded ES cluster to 1.4.0 and my existing app fails with
"java.lang.NoSuchFieldError: LUCENE_3_6". The java project was updated to
use elasticsearch-1.4.0.jar, and includes a pile of lucene-*-4.6.1 jars.

The exception occurs in the ES Transport initialization:

Settings settings = ImmutableSettings.settingsBuilder().put("cluster.name",
esClusterName).build();
client = new TransportClient(settings).addTransportAddress(new
InetSocketTransportAddress("1.2.3.4", 9300))

I have removed all old elasticsearch and lucene jars from the environment,
but the problem persists.

Any suggestions?



--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/java-lang-NoSuchFieldError-LUCENE-3-6-After-upgrade-to-ES-1-4-0-tp4066566.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/1416582978178-4066566.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to