hi i try to do, to the same the link 
https://github.com/richardwilly98/elasticsearch-river-mongodb/pull/283 
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Frichardwilly98%2Felasticsearch-river-mongodb%2Fpull%2F283&sa=D&sntz=1&usg=AFQjCNGaUmM2RZAnuGNK3qnMeL2hlf5A9w>
but nothing change =(( 

/usr/share/elasticsearch/bin/./elasticsearch -v
Version: 1.2.1, Build: 6c95b75/2014-06-03T15:02:52Z, JVM: 1.7.0_51

river-mongodb i try to use master and 2.0.0 version nothing change, plugin 
don't work ;-(

четверг, 26 июня 2014 г., 15:12:49 UTC+3 пользователь David Pilato написал:
>
> It sounds like it has not been updated for es 1.2: 
> https://github.com/richardwilly98/elasticsearch-river-mongodb/pull/283
>
>
>
> -- 
> *David Pilato* | *Technical Advocate* | *Elasticsearch.com*
> @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr 
> <https://twitter.com/elasticsearchfr>
>
>
> Le 26 juin 2014 à 13:51:25, Антон Кикоть ([email protected] 
> <javascript:>) a écrit:
>
> it is cool Man, but i have production server with elasticsearch (v 1.2.1) 
> and i need elasticsearch-river-mongodb but when i try to setup river in new 
> version ES it is don't work:
>
> {1.2.1}: Initialization Failed ...
> - ExecutionError[java.lang.NoClassDefFoundError: 
> org/elasticsearch/rest/XContentRestResponse]
>     NoClassDefFoundError[org/elasticsearch/rest/XContentRestResponse]
>         ClassNotFoundException[org.elasticsearch.rest.XContentRestResponse]
> org.elasticsearch.common.util.concurrent.ExecutionError: 
> java.lang.NoClassDefFoundError: org/elasticsearch/rest/XContentRestResponse
>     at 
> org.elasticsearch.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
>     at org.elasticsearch.common.cache.LocalCache.get(LocalCache.java:3934)
>     at 
> org.elasticsearch.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
>     at 
> org.elasticsearch.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
>     at 
> org.elasticsearch.common.inject.internal.FailableCache.get(FailableCache.java:51)
>     at 
> org.elasticsearch.common.inject.ConstructorInjectorStore.get(ConstructorInjectorStore.java:50)
>     at 
> org.elasticsearch.common.inject.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:50)
>     at 
> org.elasticsearch.common.inject.InjectorImpl.initializeBinding(InjectorImpl.java:372)
>     at 
> org.elasticsearch.common.inject.BindingProcessor$1$1.run(BindingProcessor.java:148)
>     at 
> org.elasticsearch.common.inject.BindingProcessor.initializeBindings(BindingProcessor.java:204)
>     at 
> org.elasticsearch.common.inject.InjectorBuilder.initializeStatically(InjectorBuilder.java:119)
>     at 
> org.elasticsearch.common.inject.InjectorBuilder.build(InjectorBuilder.java:102)
>     at org.elasticsearch.common.inject.Guice.createInjector(Guice.java:93)
>     at org.elasticsearch.common.inject.Guice.createInjector(Guice.java:70)
>     at 
> org.elasticsearch.common.inject.ModulesBuilder.createInjector(ModulesBuilder.java:59)
>     at 
> org.elasticsearch.node.internal.InternalNode.<init>(InternalNode.java:188)
>     at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:159)
>     at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:70)
>     at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:203)
>     at 
> org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:32)
> Caused by: java.lang.NoClassDefFoundError: 
> org/elasticsearch/rest/XContentRestResponse
>     at java.lang.Class.getDeclaredConstructors0(Native Method)
>     at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
>     at java.lang.Class.getDeclaredConstructors(Unknown Source)
>     at 
> org.elasticsearch.common.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:177)
>     at 
> org.elasticsearch.common.inject.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:59)
>     at 
> org.elasticsearch.common.inject.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:29)
>     at 
> org.elasticsearch.common.inject.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:37)
>     at 
> org.elasticsearch.common.inject.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:33)
>     at 
> org.elasticsearch.common.inject.internal.FailableCache$1.load(FailableCache.java:39)
>     at 
> org.elasticsearch.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
>     at 
> org.elasticsearch.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
>     at 
> org.elasticsearch.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
>     at 
> org.elasticsearch.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
>     ... 19 more
> Caused by: java.lang.ClassNotFoundException: 
> org.elasticsearch.rest.XContentRestResponse
>     at java.net.URLClassLoader$1.run(Unknown Source)
>     at java.net.URLClassLoader$1.run(Unknown Source)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at java.net.URLClassLoader.findClass(Unknown Source)
>     at java.lang.ClassLoader.loadClass(Unknown Source)
>     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>     at java.lang.ClassLoader.loadClass(Unknown Source)
>     ... 32 more
>
> so i need to downgrade to previous reliz 1.2.0
>
>
>
> четверг, 26 июня 2014 г., 14:43:07 UTC+3 пользователь Mark Walkom написал: 
>>
>> There's a critical bug with 1.2.0 which is why it was removed. 
>> See http://www.elasticsearch.org/blog/elasticsearch-1-2-1-released/
>>  
>>  Regards,
>> Mark Walkom
>>
>> Infrastructure Engineer
>> Campaign Monitor
>> email: [email protected]
>> web: www.campaignmonitor.com
>>  
>>
>> On 26 June 2014 21:38, Антон Кикоть <[email protected]> wrote:
>>
>>> need it asap, please share me somebody
>>>
>>> river-mongodb don't work with 1.2.1
>>> --
>>> 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/ec1ea833-d3fa-4266-ab47-b84041546675%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/elasticsearch/ec1ea833-d3fa-4266-ab47-b84041546675%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  
>>  --
> 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] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/a287bab1-0da6-488f-b25e-155df5af41a9%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/elasticsearch/a287bab1-0da6-488f-b25e-155df5af41a9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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/a4e5b6c7-ad26-429e-806b-152dc908cb1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to