djoos-cookbooks / newrelic

Development repository for the newrelic cookbook
https://supermarket.chef.io/cookbooks/newrelic
MIT License
143 stars 245 forks source link

Default value of 'windows_checksum' in newrelic/resources/agent_infrastructure.rb does not match computed checksum #382

Closed nickor closed 4 years ago

nickor commented 4 years ago

The SHA256 checksum of newrelic-infra.1.0.703.msi is dd528d84a6d82f9efc41369bbfcb92b6aa504bf20fc2ad23b1693d05efa22a9e instead of 3c9f98325dc484ee8735f01b913803eaef54f06641348b3dd9f3c0b3cd803ace.

Recipe: newrelic::infrastructure_agent

Running handlers: [2019-12-16T15:27:01+08:00] ERROR: Running exception handlers Running handlers complete [2019-12-16T15:27:01+08:00] ERROR: Exception handlers complete Chef Infra Client failed. 3 resources updated in 33 seconds [2019-12-16T15:27:01+08:00] FATAL: Stacktrace dumped to c:/users/korn/documents/repo/chef-sharding/local-mode-cache/cache/chef-stacktrace.out [2019-12-16T15:27:01+08:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report [2019-12-16T15:27:01+08:00] FATAL: Chef::Exceptions::ChecksumMismatch: newrelic_agent_infrastructure[Install] (newrelic::infrastructure_agent line 8) had an error: Chef::Exceptions::ChecksumMismatch: windows_package[newrelic-infra] (c:/users/korn/documents/repo/chef-sharding/local-mode-cache/cache/cookbooks/newrelic/providers/agent_infrastructure.rb line 93) had an error: Chef::Exceptions::ChecksumMismatch: remote_file[c:\users\korn\documents\repo\chef-sharding\local-mode-cache\cache\package\newrelic-infra.1.0.703.msi] (dynamically defined) had an error: Chef::Exceptions::ChecksumMismatch: Checksum on resource (3c9f98) does not match checksum on content (dd528d)

djoos commented 4 years ago

383 fixes #382