HI ,
I am having issues with Elasticsearch-plugin
command or maybe elasticsearch in general. I have tried countless ways and can't seem to find out the issue.
when I install the plugin ./elasticsearch-plugin install repository-s3
using the plugin manager the connection hangs and doesn't finish.
I also made sure http and https was open...still no results.
I also used the offline download using the file and I get this error:
-> Downloading file:/usr/share/elasticsearch/plugins/repository-s3-7-2.zip
[=================================================] 100%
-> Failed installing file:/usr/share/elasticsearch/plugins/repository-s3-7-2.zip
-> Rolling back file:/usr/share/elasticsearch/plugins/repository-s3-7-2.zip
-> Rolled back file:/usr/share/elasticsearch/plugins/repository-s3-7-2.zip
Exception in thread "main" java.nio.file.NoSuchFileException: /usr/share/elasticsearch/plugins/.installing-14653170667895787521/plugin-descriptor.properties
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219)
at java.base/java.nio.file.Files.newByteChannel(Files.java:375)
at java.base/java.nio.file.Files.newByteChannel(Files.java:426)
at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
at java.base/java.nio.file.Files.newInputStream(Files.java:160)
at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:173)
at org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPluginCommand.java:787)
at org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallPluginCommand.java:846)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:246)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:216)
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:75)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:80)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116)
at org.elasticsearch.cli.Command.main(Command.java:79)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:36)
I would appreciate some help.