I get this exception when running a jar on some machines (not on all machines).
Is this related to elasticsearch or just a issue of creating the jar using maven ?
Exception in thread "Thread-18" java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMapValues$1
at com.google.common.collect.ImmutableMap.values(ImmutableMap.java:423)
at org.elasticsearch.threadpool.ThreadPool.shutdown(ThreadPool.java:363)
at org.elasticsearch.threadpool.ThreadPool.terminate(ThreadPool.java:900)
at org.elasticsearch.client.transport.TransportClient$Builder.build(TransportClient.java:165)
....
....
at java.lang.Thread.run(Thread.java:745)