Bug #477
Error Connecting to Puppet Master Server
Description
I encountered the following error while connecting to a recently upgraded puppet master server:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/indirector/facts/active_record: Unable to activate activerecord-3.2.19, because tzinfo-1.2.2 conflicts with tzinfo (~> 0.3.29), activesupport-4.1.6 conflicts with activesupport (= 3.2.19)
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
- The solution was simple, I just ran:
gem install activerecord -v '3.2.19'
Updated by Daniel Curtis about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100