RabbitMQ river plugin

Was trying to get the
https://github.com/elasticsearch/elasticsearch-river-rabbitmq plugin
working with our system.

However, I wonder if it does work since it's not been updated to the
current version. The only log message I have is:

[2014-01-02 22:21:13,243][INFO ][plugins ] [i-97eff8b8]
loaded [river-rabbitmq, cloud-aws], sites [paramedic]

Configuration is pretty much stock from the github page. Is there any
other debugging I could look for or is this just not working?

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3bff56d5-e74e-4d12-b193-5f259fa12717%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Which Elasticsearch version are you using?
How did you create the river?
Could you gist the full log file?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 janv. 2014 à 23:45, David Koblas koblas@gmail.com a écrit :

Was trying to get the https://github.com/elasticsearch/elasticsearch-river-rabbitmq plugin working with our system.

However, I wonder if it does work since it's not been updated to the current version. The only log message I have is:

[2014-01-02 22:21:13,243][INFO ][plugins ] [i-97eff8b8] loaded [river-rabbitmq, cloud-aws], sites [paramedic]

Configuration is pretty much stock from the github page. Is there any other debugging I could look for or is this just not working?

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3bff56d5-e74e-4d12-b193-5f259fa12717%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/896B2F20-79BC-4CD4-AAA3-67F4DE9DC87D%40pilato.fr.
For more options, visit https://groups.google.com/groups/opt_out.

Elasticsearch version 0.90.7 is currently in use.

Here's a gist to the startup section of the logfile - there is nothing else
related to river/rabbitmq in the logs (current log file is 18M)

 https://gist.github.com/koblas/a9a5291086ecaad5d0f0

Pretty much followed the README to setup the river on the RabbitMQ plugin
site. However in pulling back the configuration I found the following:
"_score" : 1.0, "_source" : {"error":"NoClassSettingsException[Failed
to load class with value [rabbitmq]]; nested:
ClassNotFoundException[rabbitmq];
","node":{"id":"xwOtWCB7QcecEOO8iR9l4Q","name":"i-d64780f7","transport_address":"inet[/10.0.2.199:9300]"}}

Raw response -
gist:b6d362b58278bd89b02b · GitHub

On Thursday, January 2, 2014 5:42:29 PM UTC-8, David Pilato wrote:

Which Elasticsearch version are you using?
How did you create the river?
Could you gist the full log file?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 janv. 2014 à 23:45, David Koblas <kob...@gmail.com <javascript:>> a
écrit :

Was trying to get the
GitHub - elastic/elasticsearch-river-rabbitmq: RabbitMQ River Plugin for elasticsearch (STOPPED) plugin
working with our system.

However, I wonder if it does work since it's not been updated to the
current version. The only log message I have is:

[2014-01-02 22:21:13,243][INFO ][plugins ] [i-97eff8b8]
loaded [river-rabbitmq, cloud-aws], sites [paramedic]

Configuration is pretty much stock from the github page. Is there any
other debugging I could look for or is this just not working?

--
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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/3bff56d5-e74e-4d12-b193-5f259fa12717%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/285c5994-3675-4a55-96f0-9c9c83f8f05d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The plugin is not loaded. Either:

  • you did not install it correctly
  • you did not restart the node

Check elasticsearch logs. Plugins are shown when the node starts.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr

Le 6 janvier 2014 at 17:54:59, David Koblas (koblas@gmail.com) a écrit:

ElasticSearch version 0.90.7 is currently in use.

Here's a gist to the startup section of the logfile - there is nothing else related to river/rabbitmq in the logs (current log file is 18M)

 https://gist.github.com/koblas/a9a5291086ecaad5d0f0

Pretty much followed the README to setup the river on the RabbitMQ plugin site. However in pulling back the configuration I found the following:
"_score" : 1.0, "_source" : {"error":"NoClassSettingsException[Failed to load class with value [rabbitmq]]; nested: ClassNotFoundException[rabbitmq]; ","node":{"id":"xwOtWCB7QcecEOO8iR9l4Q","name":"i-d64780f7","transport_address":"inet[/10.0.2.199:9300]"}}

Raw response -
https://gist.github.com/koblas/b6d362b58278bd89b02b

On Thursday, January 2, 2014 5:42:29 PM UTC-8, David Pilato wrote:
Which Elasticsearch version are you using?
How did you create the river?
Could you gist the full log file?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 janv. 2014 à 23:45, David Koblas kob...@gmail.com a écrit :

Was trying to get the https://github.com/elasticsearch/elasticsearch-river-rabbitmq plugin working with our system.

However, I wonder if it does work since it's not been updated to the current version. The only log message I have is:

[2014-01-02 22:21:13,243][INFO ][plugins ] [i-97eff8b8] loaded [river-rabbitmq, cloud-aws], sites [paramedic]

Configuration is pretty much stock from the github page. Is there any other debugging I could look for or is this just not working?

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3bff56d5-e74e-4d12-b193-5f259fa12717%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/285c5994-3675-4a55-96f0-9c9c83f8f05d%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.52caeb83.7724c67e.11bb1%40MacBook-Air-de-David.local.
For more options, visit https://groups.google.com/groups/opt_out.