No field LUCENE_43 in Version.java
Caused by: java.lang.NoSuchFieldError: LUCENE_43
Can you please describe your problem?
What are you trying to do? What configurations (elasticsearch.yml,
mappings, indices, types,.....) do you have ? Can you post the complete
stacktrace?
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
Can you please describe your problem?
What are you trying to do? Can you post the complete stacktrace?
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
Set pom.xml
org.elasticsearch elasticsearch 0.90.1Error code line
client.addTransportAddress(new InetSocketTransportAddress(searchNode, 9300));
Stacktrace
Caused by: java.lang.NoSuchFieldError: LUCENE_43
at org.elasticsearch.Version.(Version.java:124)
at org.elasticsearch.cluster.node.DiscoveryNode.(DiscoveryNode.java:78)
at org.elasticsearch.cluster.node.DiscoveryNode.(DiscoveryNode.java:84)
at org.elasticsearch.client.transport.TransportClientNodesService.addTransportAddresses(TransportClientNodesService.java:150)
at org.elasticsearch.client.transport.TransportClient.addTransportAddress(TransportClient.java:219)
at net.daum.view.searcher.elasticsearch.ElasticsearchConnector.initElasticSearch(ElasticsearchConnector.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
You probably have another older Lucene jar in your classpath.
Don't add Lucene yourself and clean your project target dir.
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 22 juin 2013 à 09:57, SeongJong sv5060@hanmail.net a écrit :
Set pom.xml
org.elasticsearch elasticsearch 0.90.1Error code line
client.addTransportAddress(new InetSocketTransportAddress(searchNode,
9300));
Stacktrace
Caused by: java.lang.NoSuchFieldError: LUCENE_43
at org.elasticsearch.Version.(Version.java:124)
at
org.elasticsearch.cluster.node.DiscoveryNode.(DiscoveryNode.java:78)
at
org.elasticsearch.cluster.node.DiscoveryNode.(DiscoveryNode.java:84)
at
org.elasticsearch.client.transport.TransportClientNodesService.addTransportAddresses(TransportClientNodesService.java:150)
at
org.elasticsearch.client.transport.TransportClient.addTransportAddress(TransportClient.java:219)
at
net.daum.view.searcher.elasticsearch.ElasticsearchConnector.initElasticSearch(ElasticsearchConnector.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/elasticsearch-0-90-1-jar-no-search-field-tp4036926p4036979.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 elasticsearch+unsubscribe@googlegroups.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.
For more options, visit https://groups.google.com/groups/opt_out.
You're right
thanks to advice ^^