Offline installation of X-Pack 5.2.2 on elastic search 5.2.2

Hi,

i having some issue installing X-Pack 5.2.2 on elastic search 5.2.2.
see below the result of the offline installation command.

D:\apps\elasticsearch-5.2.2\bin>elasticsearch-plugin.bat install file://D:/apps/Installer/x-pack-5.2.2.zip
-> Downloading file://D:/apps/Installer/x-pack-5.2.2.zip
Exception in thread "main" java.net.UnknownHostException: D
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.ftp.impl.FtpClient.doConnect(Unknown Source)
at sun.net.ftp.impl.FtpClient.tryConnect(Unknown Source)
at sun.net.ftp.impl.FtpClient.connect(Unknown Source)
at sun.net.ftp.impl.FtpClient.connect(Unknown Source)
at sun.net.www.protocol.ftp.FtpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(Unknown Source)
at org.elasticsearch.plugins.InstallPluginCommand.downloadZip(InstallPluginCommand.java:279)
at org.elasticsearch.plugins.InstallPluginCommand.download(InstallPluginCommand.java:254)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:210)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:195)
at org.elasticsearch.cli.SettingCommand.execute(SettingCommand.java:54)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:69)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122)
at org.elasticsearch.cli.Command.main(Command.java:88)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)

nslookup work also
i have registered the ip and host in the hostfile
installing X-Pack 5.2.2 on kibana 5.2.2 using the file works.
any help is welcome

Thanks

Pac

You're just missing 1 character (there should be 3 slashes after file: instead of 2).

elasticsearch-plugin.bat install file:///D:/apps/Installer/x-pack-5.2.2.zip
should work

Thanks mate i will try it on Monday.

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