Skip to content

Instantly share code, notes, and snippets.

@akshay196
Last active November 28, 2017 16:21
Show Gist options
  • Save akshay196/4d7f3ec6a224fffdc1362224bcb90db2 to your computer and use it in GitHub Desktop.
Save akshay196/4d7f3ec6a224fffdc1362224bcb90db2 to your computer and use it in GitHub Desktop.
ManageIQ provider issue1 log
[----] E, [2017-11-28T20:57:37.810524 #26616:b63140] ERROR -- : excon.error #<Excon::Error::NotFound: Expected(200) <=> Actual(404 Not Found)
excon.error.response
:body => "{\"message\": \"The resource could not be found.<br /><br />\\n\\n\\n\", \"code\": \"404 Not Found\", \"title\": \"Not Found\"}"
:cookies => [
]
:headers => {
"Content-Length" => "112"
"Content-Type" => "application/json"
"Date" => "Tue, 28 Nov 2017 15:27:43 GMT"
"X-Compute-Request-Id" => "req-8e7672eb-ecae-44fa-860c-daff2435df8b"
"X-Openstack-Request-Id" => "req-8e7672eb-ecae-44fa-860c-daff2435df8b"
}
:host => "172.22.26.201"
:local_address => "192.168.122.217"
:local_port => 42512
:path => "/v2.1/e1b8b7b3dbfb4225977c7b5273458583/os-availability-zone.json"
:port => 8774
:reason_phrase => "Not Found"
:remote_ip => "172.22.26.201"
:status => 404
:status_line => "HTTP/1.1 404 Not Found\r\n"
>
[----] E, [2017-11-28T21:07:35.461132 #18546:51f9c94] ERROR -- : excon.error #<Excon::Error::NotFound: Expected([200, 204, 300]) <=> Actual(404 Not Found)
excon.error.response
:body => "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL / was not found on this server.</p>\n<hr>\n<address>Apache/2.4.6 (CentOS) Server at 172.22.26.201 Port 8777</address>\n</body></html>\n"
:cookies => [
]
:headers => {
"Content-Length" => "278"
"Content-Type" => "text/html; charset=iso-8859-1"
"Date" => "Tue, 28 Nov 2017 15:37:40 GMT"
"Server" => "Apache/2.4.6 (CentOS)"
}
:host => "172.22.26.201"
:local_address => "192.168.122.217"
:local_port => 46912
:path => "/"
:port => 8777
:reason_phrase => "Not Found"
:remote_ip => "172.22.26.201"
:status => 404
:status_line => "HTTP/1.1 404 Not Found\r\n"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment