Last active
February 13, 2018 07:34
-
-
Save netanel246/6ddf8f33258f1a24331f0b28818f94f1 to your computer and use it in GitHub Desktop.
Offline installation error: x-pack on elastic 6.2.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" java.nio.file.NoSuchFileException: /usr/share/elasticsearch/plugins/.installing-2175999155815230137/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:123) | |
at org.elasticsearch.plugins.InstallPluginCommand.verify(InstallPluginCommand.java:532) | |
at org.elasticsearch.plugins.InstallPluginCommand.install(InstallPluginCommand.java:601) | |
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:215) | |
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:204) | |
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:75) | |
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:48) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment