voxpupuli / puppet-elasticsearch

Elasticsearch Puppet module
Apache License 2.0
404 stars 476 forks source link

Server Error: no parameter named 'java_opts' #1005

Open tobymaro opened 5 years ago

tobymaro commented 5 years ago

Bug description

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'java_opts' (file: /etc/puppetlabs/code/environments/prod/modules/elasticsearch/manifests/plugin.pp, line: 134) on Elasticsearch_plugin[repository-s3] (file: /etc/puppetlabs/code/environments/prod/modules/elasticsearch/manifests/plugin.pp, line: 134) on node ip-10-10-10-11.ec2.internal Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

Feature Description

There should not be the error like this.

tylerjl commented 5 years ago

This is a common problem when updating a module that changes parameters for a native provider (see the upstream Puppet Labs issue). Please try restarting the puppetmaster (and potentially any effected puppet agents) and try re-running puppet again.