Re: [Puppet Users] b64_zlib_yaml errros after server upgrade to

2013-10-02 Thread Henrik Nicolaisen
 I'm having the same issue as well. I tried enabling the dev repo, but no luck 
 there with 3.3.1rc2. Also running in passenger under Foreman.

try checking if you have both a repos version and a gem version installed, and 
if they are different, that was the error on my setup

//Henrik

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Puppet Users] b64_zlib_yaml errros after server upgrade to

2013-09-19 Thread Henrik Nicolaisen


On Thursday, September 19, 2013 12:45:43 AM UTC+2, Patrick Carlisle wrote:


 On Tue, Sep 17, 2013 at 1:14 AM, Andrei-Florian Staicu 
 andrei...@gmail.com javascript: wrote:

 Any idea if this is a recognized bug?


 I don't think it is. Please file a bug report at projects.puppetlabs.comand 
 we can investigate this further.


I created it here https://projects.puppetlabs.com/issues/22614 

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet Users] Re: b64_zlib_yaml errros after server upgrade to

2013-09-18 Thread Henrik Nicolaisen
I also have this error after upgrading my server to 3.3.0 on an ubuntu 12.04

Old clients with 3.2.4 says :

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Could not intern from b64_zlib_yaml: invalid code lengths set


Clients with the new 3.3.0 version says :

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Could not intern from pson: source '%7B%22values%22%3A%7' not in PSON!


And a trace looks like this :

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Could not intern from pson: source '%7B%22values%22%3A%7' not in PSON!
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:185:in `is_http_200?'
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:100:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:197:in `find'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:260:in `retrieve_new_catalog'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:354:in `thinmark'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:353:in `thinmark'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:259:in `retrieve_new_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:69:in `retrieve_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:109:in 
`prepare_and_retrieve_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:169:in `run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:45
/usr/lib/ruby/vendor_ruby/puppet/agent/locker.rb:20:in `lock'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:45
/usr/lib/ruby/1.8/sync.rb:230:in `synchronize'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:45
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:119:in `with_client'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:42
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:84:in `run_in_fork'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:41
/usr/lib/ruby/vendor_ruby/puppet/application.rb:179:in `call'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:179:in `controlled_run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:39:in `run'
/usr/lib/ruby/vendor_ruby/puppet/application/agent.rb:360:in `onetime'
/usr/lib/ruby/vendor_ruby/puppet/application/agent.rb:326:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:457:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:511:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:132:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:86:in `execute'
/usr/bin/puppet:4
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run


What other tests could I do to debug this further?

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.