Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread pkraw...@gmail.com
Thanks Justin/Josh. Josh, I did come across this during my recent searches on trying to resolve my original issue. On Tuesday, September 15, 2020 at 1:48:47 PM UTC-4 Josh Cooper wrote: > > > On Tue, Sep 15, 2020 at 5:25 AM pkraw...@gmail.com > wrote: > >> So I've done some research on the pup

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread Josh Cooper
On Tue, Sep 15, 2020 at 5:25 AM pkraw...@gmail.com wrote: > So I've done some research on the puppet generate types command. I'm > seeing many different results from not having issues to causing issues with > puppet apply and puppet agent executions. We fixed an issue in 6.18.0 (https://ticket

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread Justin Stoller
On Tue, Sep 15, 2020 at 5:25 AM pkraw...@gmail.com wrote: > So I've done some research on the puppet generate types command. I'm > seeing many different results from not having issues to causing issues with > puppet apply and puppet agent executions. If I was to run this command and things go w

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread pkraw...@gmail.com
So I've done some research on the puppet generate types command. I'm seeing many different results from not having issues to causing issues with puppet apply and puppet agent executions. If I was to run this command and things go wrong, how do you reverse it? Remove the .resource_types direc

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-28 Thread pkraw...@gmail.com
Justin, yes it's happening in all environments which leads me to believe it's related to an old copy in /opt/puppetlabs/puppet/cache/lib/puppet/type. Still trying to wrap my head around why one domain installation is fine and the other domain installation is not. Here is the contents of that

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-28 Thread Justin Stoller
On Fri, Aug 28, 2020 at 10:14 AM pkraw...@gmail.com wrote: > Great info but I think I might have found the issue. > > So we don't use r10k to deploy code we use a different tool. But what I > found is on the puppet server (master) the httpfile.rb in > /opt/puppetlabs/puppet/cache/lib/puppet/type

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-28 Thread pkraw...@gmail.com
Great info but I think I might have found the issue. So we don't use r10k to deploy code we use a different tool. But what I found is on the puppet server (master) the httpfile.rb in /opt/puppetlabs/puppet/cache/lib/puppet/type is the older version. I didn't find any ./resource_types director

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-25 Thread Justin Stoller
> why wouldn't puppet just do this automatically when a module changes? Some background. Puppet's type and provider system modifies the running Puppet instance when they're _loaded_. This causes issues when you try to load multiple conflicting versions of a type in different environments. To work

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-25 Thread pkraw...@gmail.com
So a followup to the original question. As a test we created a simple module on the node which is failing when puppet agent executes. Running puppet apply, the parameter quick_check is found and the module completes successfully. So why would puppet apply work and not puppet agent? Code: cl

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-25 Thread pkraw...@gmail.com
Dirk, why wouldn't puppet just do this automatically when a module changes? Is there a bug somewhere? On Tuesday, August 25, 2020 at 2:43:03 AM UTC-4 Dirk Heinrichs wrote: > Am Montag, den 24.08.2020, 11:06 -0700 schrieb pkraw...@gmail.com: > > Justin, I implemented the suggestion you made howe

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-24 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, den 24.08.2020, 11:06 -0700 schrieb pkraw...@gmail.com: > Justin, I implemented the suggestion you made however after running > the curl command against the 2 environments having the issue and > receiving the 204 response, the puppet module is still getting the > 500 error. Do you or an

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-24 Thread pkraw...@gmail.com
Justin, I implemented the suggestion you made however after running the curl command against the 2 environments having the issue and receiving the 204 response, the puppet module is still getting the 500 error. Do you or anyone else have any other suggestions? Is it possible it's related to r

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-07-17 Thread Justin Stoller
On Fri, Jul 17, 2020 at 7:41 AM Peter Krawetzky wrote: > Ok I figured out the curl command but I get this error: > > [root@mypuppetserver private_keys]# curl -v --header "Content-Type: > application/json" --cert > /etc/puppetlabs/puppet/ssl/certs/mypuppetserver.mydomain.com.pem > --key > /etc/pup

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-07-17 Thread Peter Krawetzky
Ok I figured out the curl command but I get this error: [root@mypuppetserver private_keys]# curl -v --header "Content-Type: application/json" --cert /etc/puppetlabs/puppet/ssl/certs/mypuppetserver.mydomain.com.pem --key /etc/puppetlabs/puppet/ssl/private_keys/mypuppetserver.mydomain.com.pem -

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-07-17 Thread Peter Krawetzky
Does this work for Open Source or PE? My installation is using Open Source. Also can you provide an example of the actual curl command? I can't seem to get the exact syntax down for it to work. Thanks for the advice. On Thursday, July 16, 2020 at 7:55:51 PM UTC-4, Justin Stoller wrote: > >

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-07-16 Thread Justin Stoller
It maybe because of a long environment timeout: https://puppet.com/docs/puppet/5.5/environments_creating.html#task-3930 In PE this is set to unlimited by default when using code management. The code manager will then manually evict the cache after a code deployment to ensure that new code is viewab

[Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-07-16 Thread Peter Krawetzky
I've reviewed sever 500 error posts in here but the answers seem to differ based on the situation. One of our developers modified code to include a parameter available in httpfile 0.1.9 called quick_check. We have two installation of puppetserver one in lab domain and one in production do

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 400 Unsupported query parameter 'command'

2017-01-19 Thread Aaron D
Thanks Wyatt, that was the issue! On Wednesday, January 18, 2017 at 9:27:21 AM UTC-8, Wyatt Alt wrote: > > > > On 01/16/2017 07:05 PM, aloha...@gmail.com wrote: > > Hello, > > I just added postgresql 9.6 to my puppet server and receive this error. > > Error: Could not retrieve catalog from rem

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 400 Unsupported query parameter 'command'

2017-01-18 Thread Wyatt Alt
On 01/16/2017 07:05 PM, alohaaa...@gmail.com wrote: Hello, I just added postgresql 9.6 to my puppet server and receive this error. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: [400 ] Unsupported query parameter 'command' I also looked at the debug info and insta

[Puppet Users] Could not retrieve catalog from remote server: Error 400 Unsupported query parameter 'command'

2017-01-16 Thread alohaaaron
Hello, I just added postgresql 9.6 to my puppet server and receive this error. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: [400 ] Unsupported query parameter 'command' I also looked at the debug info and installed the gem msgpack just in case, which seemed like just

Re: [Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-02 Thread Bret Wortman
Bingo! I set the timeout to 15s on server and agent both (some of our network links are pretty crappy) and now everyone's connecting as before. Thanks for the tip! On Wednesday, October 1, 2014 6:24:07 PM UTC-4, Josh Cooper wrote: > > > > On Wed, Oct 1, 2014 at 10:47 AM, Bret Wortman > wrote: >

Re: [Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-01 Thread Josh Cooper
On Wed, Oct 1, 2014 at 10:47 AM, Bret Wortman wrote: > I guess not. I upgraded the server to match but the problem persists. > > > On Wednesday, October 1, 2014 1:38:16 PM UTC-4, Bret Wortman wrote: >> >> We're running through Passenger and Apache. Puppetdb back-end. Puppet >> 3.6.2-1 on F20 on t

Re: [Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-01 Thread Bret Wortman
I guess not. I upgraded the server to match but the problem persists. On Wednesday, October 1, 2014 1:38:16 PM UTC-4, Bret Wortman wrote: > > We're running through Passenger and Apache. Puppetdb back-end. Puppet > 3.6.2-1 on F20 on the server, Puppet 3.7.1-1 C6.5 on the client. H. > Could th

Re: [Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-01 Thread Bret Wortman
We're running through Passenger and Apache. Puppetdb back-end. Puppet 3.6.2-1 on F20 on the server, Puppet 3.7.1-1 C6.5 on the client. H. Could the newer client be the problem? On Wednesday, October 1, 2014 1:31:00 PM UTC-4, Henrik Lindberg wrote: > > On 2014-01-10 19:21, Bret Wortman wrote:

Re: [Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-01 Thread Henrik Lindberg
On 2014-01-10 19:21, Bret Wortman wrote: This is happening on some of my clients. It'll happen about 1 out of 20 runs, but it's really getting to be a problem. There's nothing indicative in /var/log/messages or any other server-side log that I can find, and this is all the output I'm seeing on th

[Puppet Users] Could not retrieve catalog from remote server: end of file reached

2014-10-01 Thread Bret Wortman
This is happening on some of my clients. It'll happen about 1 out of 20 runs, but it's really getting to be a problem. There's nothing indicative in /var/log/messages or any other server-side log that I can find, and this is all the output I'm seeing on the client: # puppet agent - t Info: Retr

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'

2013-10-10 Thread jcbollinger
On Thursday, October 10, 2013 6:58:10 AM UTC-5, alessandro mazzoli wrote: > > Thanks Jason and Jared, > I think, like Jared said, that the user trying to create the tempfile > cannot write to it (this user may well be puppet, not root. > So i checked on puppetmaster: > -permissions:/etc/init.d

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'

2013-10-10 Thread alessandro mazzoli
Thanks Jason and Jared, I think, like Jared said, that the user trying to create the tempfile cannot write to it (this user may well be puppet, not root. So i checked on puppetmaster: -permissions:/etc/init.d ls -la -rwsr-xr-x 1 root root 3727 Sep 12 22:57 puppetmaster /var/lib/puppet

RE: [Puppet Users] Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'

2013-10-09 Thread Jennings, Jared L CTR USAF AFMC 96 SK/CCI
err: Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie 5i-9' warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run Security Problem?Suggestion

[Puppet Users] Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'

2013-10-09 Thread alessandro mazzoli
Hi, i'm a newbie about Puppet( 1 month ~) i got error on generate temp file, i'll explain my situation: -i have a puppetmaster(version: 3.3.0),executed on root and a puppet agent(version 2.7) provisioning by vagrant,executed on root -my site.pp, where webserv is a parametrized class, and typews is

Re: [Puppet Users] "could not retrieve catalog from server" error on windows

2013-03-25 Thread Felix Frank
Hi, please share the complete output of 'puppet agent --test'. On 03/23/2013 01:28 PM, Saeid Ansaripour wrote: > Hello > I get the error in title when I run puppet agent on my windows 7 machine > I can ping puppet master just fine with no problem. > > thanks -- You received this message becaus

[Puppet Users] "could not retrieve catalog from server" error on windows

2013-03-23 Thread Saeid Ansaripour
Hello I get the error in title when I run puppet agent on my windows 7 machine I can ping puppet master just fine with no problem. thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails f

[Puppet Users] Could not retrieve catalog from remote server: Error 400 on SERVER: No managed repo yet for this distro.

2013-02-05 Thread Mailing Lists
I'm hoping someone else has experienced the error. The puppetmaster and agent are on the same system and its having trouble pulling the facter variables. I've got storedconfigs on MySQL and the last time this happened I deleted the configs and it started working again. This pops up every couple of

Re: [Puppet Users] Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3

2012-11-24 Thread Dominik Żyła
Hello, 2012/11/24 Nigel Horne > What are the reasons for the above error (apart from clocks out of sync - > they aren't, and different versions of Ruby - they aren't). > > Are you sure you have proper content in '/srv/puppet/var/lib/puppet/ssl'? Does it occur only on one or more systems? Did yo

[Puppet Users] Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3

2012-11-24 Thread Nigel Horne
What are the reasons for the above error (apart from clocks out of sync - they aren't, and different versions of Ruby - they aren't). -Nigel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://grou

Re: [Puppet Users] Could not retrieve catalog from remote server

2012-08-28 Thread Ashish
Hi, You sure, cos it seem to be really ugly certificate issue openssl x509 -text -noout -in /var/lib/puppet/ssl/certs/hostname.tld.pem | grep -A2 Validity Can you check the time period of your certificate.. and compare it with master one. if it is same, then something serious is happening

Re: [Puppet Users] Could not retrieve catalog from remote server

2012-08-28 Thread Bai Shen
That didn't seem to help. I got some weird errors about the certs not being able to be signed. I was finally able to get one test run, but after that it went back to giving me the same error. Any other suggestions? On Tue, Aug 28, 2012 at 12:18 PM, Ashish Jaiswal wrote: > Hi,, > > Have you tri

Re: [Puppet Users] Could not retrieve catalog from remote server

2012-08-28 Thread Ashish Jaiswal
Hi,, Have you tried deleting the existing directory of master and agent.. rm -frv /var/lib/puppet/ssl Try this and see if this work!! Regards, Ashish Jaiswal On Aug 28, 2012 8:58 PM, "Bai Shen" wrote: > I'm trying to get puppet to connect to my puppetmaster, but I keep getting > the same error

[Puppet Users] Could not retrieve catalog from remote server

2012-08-28 Thread Bai Shen
I'm trying to get puppet to connect to my puppetmaster, but I keep getting the same error. err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed I've made sure ntpd is running during the kickstart and th

[Puppet Users] Could not retrieve catalog from remote server: end of file reached

2012-07-24 Thread Matt Wise
I've got a few puppet servers running behind Nginx, load balanced with an ELB. I occasionally see this error in bursts.. > > Tue Jul 24 09:41:23 + 2012 Puppet (err): Could not retrieve catalog from > remote server: end of file reached > Tue Jul 24 09:41:24 + 2012 Puppet (err): Could not

[Puppet Users] Could not retrieve catalog fro m remote server: execution expired

2011-12-01 Thread Dmitry
Hello! I am using puppet-2.7.6 on FreeBSD. master is running with apache22 and passenger. I have about 50 clients which share about 20 config files via puppet. agents are configured to query master every 30 minutes with splay=true. After 2-3 days of running, server stops to respond. I see in

[Puppet Users] Could not retrieve catalog from remote server

2011-01-11 Thread Mohamed Lrhazi
What does this error mean or what does it indicate? puppet-agent: Could not retrieve catalog from remote server: Could not intern from pson: source did not contain any PSON! What can I try to resolve it? uninstall/reinstall puppet on the client? I found a bug report, but not much info in it: h

[Puppet Users] Could not retrieve catalog (403) and 500

2010-11-16 Thread Josh
Hi, I just recently upgraded my puppetmaster and clients from 0.25.3 to 2.6.3.rc3. Everything worked fine for a while. Now, none of my clients are able to retrieve their catalog. Here is some [hopefully] relevant information: $ puppetd --server fc-pupm01 --verbose --waitforcert 60 -- environme

[Puppet Users] "Could not retrieve catalog from remote server" messages

2010-11-15 Thread George Bobeck
Ever since I've upgraded from 2.6.0 to 2.6.2 I've been randomly getting the following reports from my clients: Sun Nov 14 16:13:35 -0600 2010 Puppet (err): Could not retrieve catalog from remote server: end of file reached Sun Nov 14 16:13:35 -0600 2010 Puppet (notice): Using cached catalog Sun No

Re: [Puppet Users] Could not retrieve catalog from remote server - random

2010-11-10 Thread Patrick
On Nov 10, 2010, at 8:40 AM, PBWebGuy wrote: > I have one of 18+ servers in an environment that just started having a > problem when attempting to do an update. On the node I enter the > command 'puppetd -t --debug --trace'. I don't see anything obvious > but the error is: "Could not retrieve

[Puppet Users] Could not retrieve catalog from remote server - random

2010-11-10 Thread PBWebGuy
I have one of 18+ servers in an environment that just started having a problem when attempting to do an update. On the node I enter the command 'puppetd -t --debug --trace'. I don't see anything obvious but the error is: "Could not retrieve catalog from remote server" I set the puppetmaster in

[Puppet Users] Could not retrieve catalog from remote server & Duplicate definition

2010-08-11 Thread martin kummer
hi all I run puppet version 0.25.4 on Ubuntu 10.4 LTS as client and as master. Everything worked fin, but now I got a problem: If I try to update with puppetd --test, I get this Error Message: err: Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass warnin

Re: [Puppet Users] Could not retrieve catalog from remote server: certificate verify failed

2010-06-09 Thread Matt Keating
Sorry for the double post. Thought the first didnt send. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@

[Puppet Users] Could not retrieve catalog from remote server: certificate verify failed

2010-06-09 Thread Matt
Hi guys, I'm trying to setup my first puppet installation and I'm running into problems. I've got the puppetmaster running on a fresh install of Centos 5.4. The puppet client is also on another Centos 5.4 server. Once I've signed the client certificate on the puppetmaster, the client seems to bre

[Puppet Users] Could not retrieve catalog from remote server: certificate verify failed

2010-06-09 Thread Matt Keating
Hi guys, I'm trying to setup my first puppet installation and I'm running into problems. I've got the puppetmaster running on a fresh install of Centos 5.4. The puppet client is also on another Centos 5.4 server. Once I've signed the client certificate on the puppetmaster, the client seems to bre

[Puppet Users] Could not retrieve catalog from remote server

2010-06-09 Thread kit
I'm getting this frustrating error message and can't figure out why. Puppet claims I'm missing a template file: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find template 'nagios/nrpe.cfg/MASTER.erb' at /usr/ local/etc/puppet/modules/nrpe/manifests/init.pp:22

Re: [Puppet Users] Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass

2010-06-08 Thread James Turnbull
kit wrote: > If I start ruby in debug mode and puppet in test the error message is > different: > ~# /usr/local/bin/ruby --debug /usr/local/sbin/puppetd --server > puppet.kit.no --rundir /var/run/puppet --test > Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/1.8/openssl/ > ssl.rb:123 - h

[Puppet Users] Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass

2010-06-08 Thread kit
We are getting this frustrating error on all of our servers after restarting the puppet server. Can't seem to get rid of it no matter what. The following pops up in /var/log/messages after trying to start puppetd: Jun 8 10:59:04 svn001 puppetd[92558]: Could not retrieve catalog; skipping run Jun

Re: [Puppet Users] Could not retrieve catalog: Invalid parameter 'manifest' for type 'Service'

2009-12-03 Thread Peter Meier
> I get this complaint in Serverlog when I try to define this service: client/master version? cheers pete -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from t

[Puppet Users] Could not retrieve catalog: Invalid parameter 'manifest' for type 'Service'

2009-12-03 Thread Lutz Bergner
Hi all, I get this complaint in Serverlog when I try to define this service: service { 'svc:/application/jboss:default': enable => true, require => [Wf_conf_files['/opt/jboss-4.2.3.GA/server/ontario/conf/ wrapper.conf', '/opt/jboss-4.2.3.GA/server/

Re: [Puppet Users] Could not retrieve catalog

2009-12-02 Thread James Turnbull
Luv Linux wrote: > I'm running puppet for the first ime. I've finished the install but > I'm stuck at the certificate part. > The puppet master (0.24.4-3) is running on Ubuntu Lenny and the puppet > client (0.24.8-4.el5) is running on CentOS 5.3. Not a good idea to have clients with a later versi

[Puppet Users] Could not retrieve catalog

2009-12-02 Thread Luv Linux
Hello all, I'm running puppet for the first ime. I've finished the install but I'm stuck at the certificate part. The puppet master (0.24.4-3) is running on Ubuntu Lenny and the puppet client (0.24.8-4.el5) is running on CentOS 5.3. After the install, from the client side, I've run: puppetd --ser

[Puppet Users] Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
This one is driving me a little crazy. This is a Xen host. The first we're trying to get into puppet. I continuously get: Could not retrieve catalog: Could not find node 'blah'; cannot compile I can't figure out why this is happening. No problem with resolving. The puppetmaster is saying t