What are the contents of */etc/puppetdb/conf.d/jetty.ini*?

-Pablo

On Wednesday, July 10, 2013 9:03:39 AM UTC-5, Joseph Mwesigwa Bbaale wrote:
>
> Hello puppet-users.
> ...
>
> Today I decided to redo the setup, on a different machine. But after 
> installing the puppet-master component, the "puppet agent --test" command 
> produces these error:
>
> Warning: Unable to fetch my node definition, but the agent run will 
> continue:
> Warning: Error 400 on SERVER: Failed to find pptbasic.ca.local via exec: 
> Execution of '/etc/puppetlabs/puppet-dashboard/external_node 
> pptbasic.ca.local' returned 7: 
> Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
> Failed to submit 'replace facts' command for pptbasic.ca.local to PuppetDB 
> at pptbasic.ca.local:8081: Connection refused - connect(2)
> Warning: Not using cache on failed catalog
> Error: Could not retrieve catalog; skipping run
>
>
> On this VM, I have enabled traffic on port 8081 with the commands:
>
> iptables -A INPUT -i eth4 -p tcp --dport 8081 -m state --state 
> NEW,ESTABLISHED -j ACCEPT
> iptables -A OUTPUT -o eth4 -p tcp --sport 8081 -m state --state 
> ESTABLISHED -j ACCEPT
>
>
> However, telnet pptbasic.ca.local 8081 brings the error: connect to 
> address 192.168.60.130: Connection refused
>
> I have so far failed to figure out how to proceed.
>
> Any help is highly appreciated.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to