Running 0.19.3. The machine has connectivity to the outside world and I get
this with any plugin, here's an example error:
sudo bin/plugin -install jprante/elasticsearch-analysis-hunspell/1.1.1
Exception in thread "main" java.lang.IllegalArgumentException: Could not
resolve placeholder 'WRAPPER_HOSTNAME'
at
org.elasticsearch.common.property.PropertyPlaceholder.parseStringValue(PropertyPlaceholder.java:143)
at
org.elasticsearch.common.property.PropertyPlaceholder.replacePlaceholders(PropertyPlaceholder.java:103)
at
org.elasticsearch.common.settings.ImmutableSettings$Builder.replacePropertyPlaceholders(ImmutableSettings.java:698)
at
org.elasticsearch.node.internal.InternalSettingsPerparer.prepareSettings(InternalSettingsPerparer.java:79)
at
org.elasticsearch.plugins.PluginManager.main(PluginManager.java:251)
Any ideas?
Thanks!
Paul
--