Request_Exception [ 0 ]: Error fetching remote http://www.rolemak.com.br/soa/produto/index/ajax [ status 0 ] Could not resolve host: www.rolemak.com.br

SYSPATH/classes/Kohana/Request/Client/Curl.php [ 102 ]

 97 		// Close the connection
 98 		curl_close($curl);
 99 
100 		if (isset($error))
101 		{
102 			throw new Request_Exception('Error fetching remote :url [ status :code ] :error',
103 				[':url' => $request->url(), ':code' => $code, ':error' => $error]);
104 		}
105 
106 		$response->status($code)
107 			->body($body);
  1. SYSPATH/classes/Kohana/Request/Client/External.php [ 140 ] » Kohana_Request_Client_Curl->_send_message(arguments)

  2. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_External->execute_request(arguments)

  3. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  4. APPPATH/classes/Controller/Products/Product.php [ 29 ] » Kohana_Request->execute()

  5. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Products_Product->action_index()

  6. {PHP internal call} » Kohana_Controller->execute()

  7. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  8. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  9. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  10. DOCROOT/public/index.php [ 125 ] » Kohana_Request->execute()

Environment