Error 400 on Server: 0 is not a string. It looks to be a Fixnum on node example.test.net
300 views
Skip to first unread message
Tony Zhao
unread,
Apr 27, 2014, 10:38:22 PM4/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
This is the error I got running puppetlab's puppetdb module trying to setup puppetdb and postgresql. I was able to run it locally with puppet apply.
I am running puppet 3.5.1 on both master and agent with hiera. Master is running Apache+Passenger.
Has anyone encounter similar issue before and can provide some insights?
Ken Barber
unread,
Apr 28, 2014, 8:51:35 AM4/28/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Users
Can you paste the full error in a gist (with surrounding content as
well) instead of just putting it in a subject line?
If you can run the failing component with --debug so we can see more
verbose output next to the error that might be also useful. If this
error is being logged by your master, you should run the master using
--no-daemonize and --debug perhaps.
I realize that it came from running the postgresql setup in puppetdb module. I am running both postgresql locally so i simply declare both classes with default params.
Tony Zhao
unread,
Apr 29, 2014, 4:03:23 PM4/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
So I realized that I was running 3.4.2 when using puppet apply and 3.5.1 on puppetmaster. I am thinking that might have caused the problem?
Is there anyway to download a previous release of puppet?
Thanks
On Monday, April 28, 2014 8:51:35 AM UTC-4, Ken Barber wrote: