Skip to content

Instantly share code, notes, and snippets.

@Maniacal
Created June 18, 2015 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maniacal/1155694a16ece062a8a5 to your computer and use it in GitHub Desktop.
Save Maniacal/1155694a16ece062a8a5 to your computer and use it in GitHub Desktop.
================================================================================
Chef encountered an error attempting to load the node data for "chefspec"
================================================================================
Unexpected API Request Failure:
-------------------------------
<html><head><title>504 Gateway Timeout</title></head>
<body><h1>Gateway Timeout</h1>
<p>Server error - server 127.0.0.1 is unreachable at this moment.<br><br>Please retry the request or contact your adminstrator.<br></p>
</body></html>
example at ./spec/unit/recipes/default_spec.rb:59 (FAILED - 16)
Failures:
1) pds_cassandra::default When all attributes are default, on an unspecified platform
Failure/Error: ChefSpec::ServerRunner.new do |node|
Net::HTTPFatalError:
504 "Gateway Timeout"
# ./spec/unit/recipes/default_spec.rb:12:in `new'
# ./spec/unit/recipes/default_spec.rb:12:in `block (3 levels) in <top (required)>'
# ./spec/unit/recipes/default_spec.rb:18:in `block (3 levels) in <top (required)>'
# ./spec/unit/recipes/default_spec.rb:53:in `block (4 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment