Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing for elasticsearch 6.x #38

Open
WestleyArgentum opened this issue Nov 29, 2018 · 2 comments
Open

installing for elasticsearch 6.x #38

WestleyArgentum opened this issue Nov 29, 2018 · 2 comments

Comments

@WestleyArgentum
Copy link

Hey, thanks for this bundle, it looks great! I'm a little confused how to install for elasticsearch version 6.x though...

I see the latest version tagged here on github is 6.3.2.2, but when I run

./bin/elasticsearch-plugin install https://github.com/jprante/elasticsearch-plugin-bundle/archive/6.3.2.2.zip

I get errors like

$ sudo bin/elasticsearch-plugin install https://github.com/jprante/elasticsearch-plugin-bundle/archive/6.3.2.2.zip
-> Downloading https://github.com/jprante/elasticsearch-plugin-bundle/archive/6.3.2.2.zip
Exception in thread "main" java.nio.file.NoSuchFileException: /usr/share/elasticsearch/plugins/.installing-8072144053884413337/plugin-descriptor.properties
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
	at java.nio.file.Files.newInputStream(Files.java:152)
	at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:162)
	at org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPluginCommand.java:713)
	at org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallPluginCommand.java:792)
	at org.elasticsearch.plugins.InstallPluginCommand.install(InstallPluginCommand.java:775)
	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:231)
	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:216)
	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
	at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:77)
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
	at org.elasticsearch.cli.Command.main(Command.java:90)
	at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)

I noticed that in the readme you have instructions for older version that use links to other sites like http://search.maven.org... Is there something different about those bundles? Or maybe I'm missing something more basic – I'm fairly new to elasticsearch and this is my first time setting it up from scratch.

@WestleyArgentum WestleyArgentum changed the title installing for elasticsearch 6.5 installing for elasticsearch 6.x Nov 29, 2018
@SakulK
Copy link

SakulK commented Jan 15, 2019

@WestleyArgentum I think you are using wrong a wrong zip to install the plugin, try http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/6.3.2.1/elasticsearch-plugin-bundle-6.3.2.1.zip

My question for @jprante: is a version for 6.5 planned/worked on already or not in the near future?

@dinamic
Copy link

dinamic commented Apr 9, 2020

ping @jprante

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants