Reputation: 425
INFO: Error while reporting run start to Data Collector. URL: https://api.chef.io/organizations/james/data-collector Exception: 404 -- 404 "Not Found" (This is normal if you do not have Chef Automate)
I'm using windows(2012R2) machine as workstation, and ubuntu(14.04) as node. Bootstrapping node was completed, I updated one cookbook, I ran chef-client in node, But my recipes were not updated, It throwing above error. What I need to do? From where(/etc/chef/ or /home/ubuntu/ or /var/ or ??) I need to run this chef-client command?
Upvotes: 2
Views: 2725
Reputation: 188
chef-client -ldebug
Upvotes: 0
Reputation: 54211
As mentioned in the error itself, this is normal if you aren't using Chef Automate, it's not a fatal error and doesn't hurt Chef at all (other than the data collector subsystem disables itself since it has no server to report to).
Upvotes: 0