Displaying 1 result from an estimated 1 matches for "enqvv2".
2013 Oct 30
1
err: Could not retrieve catalog; skipping run
...nger on the Puppet server.
I run on a puppet agent:
   puppet agent —test
And I got the error:
  "warning: Not using cache on failed catalog
   err: Could not retrieve catalog; skipping run"
In the puppet server access_log I have:
"GET 
/production/catalog/puppet.agent.domain?facts=eNqVV2… &facts_format=b64_zlib_yaml 
HTTP/1.1" *404* 343 "-" "-"
And in the error_log I have:
File does not exist: /usr/share/puppet/rack/puppetmasterd/public/production
/usr/share/puppet/rack/puppetmasterd/public is empty. 
I just create it as part of the installation.
What...