Hebrew plugin install exception : Exception in thread "main" java.nio.file.NoSuchFileException

I try to install elasticsearch-analysis-hebrew plugin but get this exception :
C:\Elastic\ElasticSearch\elasticsearch-6.6.0\bin>elasticsearch-plugin install fi
le:///D:\Appl\elastic\elasticsearch-analysis-hebrew-master.zip
-> Downloading file:///D:\Appl\elastic\elasticsearch-analysis-hebrew-master.zip
[=================================================] 100%
Exception in thread "main" java.nio.file.NoSuchFileException: C:\Elastic\Elastic
Search\elasticsearch-6.6.0\plugins.installing-2968554296862446028\plugin-descri
ptor.properties
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
at java.nio.file.Files.newByteChannel(Unknown Source)
at java.nio.file.Files.newByteChannel(Unknown Source)
at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
at java.nio.file.Files.newInputStream(Unknown Source)
at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.ja
va:162)
at org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(Install
PluginCommand.java:714)
at org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallP
luginCommand.java:793)
please help me so solve this

Where this plugin is coming from?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.