richardwilly98 / elasticsearch-river-mongodb

MongoDB River Plugin for ElasticSearch
1.12k stars 215 forks source link

Issue while installing elasticsearch-river-mongodb , Please help me #512

Closed itsprakashs closed 9 years ago

itsprakashs commented 9 years ago

./plugin -install richardwilly98/elasticsearch-river-mongodb/2.0.8

Trying https://github.com/richardwilly98/elasticsearch-river-mongodb/archive/master.zip... Downloading .................................................................................................................................................................................................................................................................................DONE Installed richardwilly98/elasticsearch-river-mongodb/2.0.8 into /elastic_soft/elasticsearch-1.4.4/plugins/river-mongodb Usage: -u, --url [plugin location] : Set exact URL to download the plugin from -i, --install [plugin name] : Downloads and installs listed plugins [*] -t, --timeout [duration] : Timeout setting: 30s, 1m, 1h... (infinite by default) -r, --remove [plugin name] : Removes listed plugins -l, --list : List installed plugins -v, --verbose : Prints verbose messages -s, --silent : Run in silent mode -h, --help : Prints this help message

[*] Plugin name could be: elasticsearch/plugin/version for official elasticsearch plugins (download from download.elasticsearch.org) groupId/artifactId/version for community plugins (download from maven central or oss sonatype) username/repository for site plugins (download from github master)

Message: Error while installing plugin, reason: IllegalArgumentException: Plugin installation assumed to be site plugin, but contains source code, aborting installation.

richardwilly98 commented 9 years ago

Try 2.0.9

On Tuesday, April 7, 2015, itsprakashs notifications@github.com wrote:

./plugin -install richardwilly98/elasticsearch-river-mongodb/2.0.8

Trying https://github.com/richardwilly98/elasticsearch-river-mongodb/archive/master.zip ... Downloading .................................................................................................................................................................................................................................................................................DONE Installed richardwilly98/elasticsearch-river-mongodb/2.0.8 into /elastic_soft/elasticsearch-1.4.4/plugins/river-mongodb Usage: -u, --url [plugin location] : Set exact URL to download the plugin from -i, --install [plugin name] : Downloads and installs listed plugins [*] -t, --timeout [duration] : Timeout setting: 30s, 1m, 1h... (infinite by default) -r, --remove [plugin name] : Removes listed plugins -l, --list : List installed plugins -v, --verbose : Prints verbose messages -s, --silent : Run in silent mode -h, --help : Prints this help message

[*] Plugin name could be: elasticsearch/plugin/version for official elasticsearch plugins (download from download.elasticsearch.org) groupId/artifactId/version for community plugins (download from maven central or oss sonatype) username/repository for site plugins (download from github master)

Message: Error while installing plugin, reason: IllegalArgumentException: Plugin installation assumed to be site plugin, but contains source code, aborting installation.

— Reply to this email directly or view it on GitHub https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/512 .

itsprakashs commented 9 years ago

Thanks for the reply But Sorry getting the Same error with 2.0.9 also

[root@MongoDB-1 bin]# ./plugin -install richardwilly98/elasticsearch-river-mongodb/2.0.9 -> Installing richardwilly98/elasticsearch-river-mongodb/2.0.9... Downloading ................................................................................................................................................................................................................................................................................DONE

Message: Error while installing plugin, reason: IllegalArgumentException: Plugin installation assumed to be site plugin, but contains source code, aborting installation.

benmccann commented 9 years ago

Use the command listed in the instructions:

./plugin --install com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/2.0.9
itsprakashs commented 9 years ago

Thanks a lot.....it worked.

On Tue, Apr 7, 2015 at 7:35 PM, Ben McCann notifications@github.com wrote:

Closed #512 https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/512 .

— Reply to this email directly or view it on GitHub https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/512#event-275264026 .