You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2014/01/28 10:11:37 UTC

[jira] [Assigned] (JCLOUDS-436) Abiquo listVirtualMachines issue with api-version=2.3

     [ https://issues.apache.org/jira/browse/JCLOUDS-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignasi Barrera reassigned JCLOUDS-436:
--------------------------------------

    Assignee: Ignasi Barrera

> Abiquo listVirtualMachines issue with api-version=2.3
> -----------------------------------------------------
>
>                 Key: JCLOUDS-436
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-436
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 1.7.0
>            Reporter: Andrea
>            Assignee: Ignasi Barrera
>
> >> GET http://vdcbridge.interoute.com/jclouds/api/cloud/virtualmachines HTTP/1.1
> >> Cookie: auth=Qzlmxxx1Njg0NmYzZmFiMDoxMzkwXXX4MzU2NzQyOjkzOTM3NjkwMGFmOWVmMjFiMGE4NXXXXjhkY2NiNTA5OkFCSVFVTw
> >> Accept: application/vnd.abiquo.virtualmachineswithnodeextended+xml;version=2.3
> << HTTP/1.1 404 Not Found
> << Date: Mon, 27 Jan 2014 18:17:02 GMT
> << Connection: Keep-Alive
> << X-Powered-By: ASP.NET
> << Server: Microsoft-IIS/7.5
> << Content-Type: text/html
> << Content-Length: 1245
> << "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[\r][\n]"
> << "<html xmlns="http://www.w3.org/1999/xhtml">[\r][\n]"
> << "<head>[\r][\n]"
> << "<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>[\r][\n]"
> << "<title>404 - File or directory not found.</title>[\r][\n]"
> << "<style type="text/css">[\r][\n]"
> << "<!--[\r][\n]"
> << "body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}[\r][\n]"
> << "fieldset{padding:0 15px 10px 15px;} [\r][\n]"
> << "h1{font-size:2.4em;margin:0;color:#FFF;}[\r][\n]"
> << "h2{font-size:1.7em;margin:0;color:#CC0000;} [\r][\n]"
> << "h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} [\r][\n]"
> << "#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;[\r][\n]"
> << "background-color:#555555;}[\r][\n]"
> << "#content{margin:0 0 0 2%;position:relative;}[\r][\n]"
> << ".content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}[\r][\n]"
> << "-->[\r][\n]"
> << "</style>[\r][\n]"
> << "</head>[\r][\n]"
> << "<body>[\r][\n]"
> << "<div id="header"><h1>Server Error</h1></div>[\r][\n]"
> << "<div id="content">[\r][\n]"
> << " <div class="content-container"><fieldset>[\r][\n]"
> << "  <h2>404 - File or directory not found.</h2>[\r][\n]"
> << "  <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>[\r][\n]"
> << " </fieldset></div>[\r][\n]"
> << "</div>[\r][\n]"
> << "</body>[\r][\n]"
> << "</html>[\r][\n]"
> Error parsing input
> java.io.IOException: Could not unmarshal document into type: ErrorsDto
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
> <title>404 - File or directory not found.</title>
> <style type="text/css">
> <!--
> body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
> fieldset{padding:0 15px 10px 15px;} 
> h1{font-size:2.4em;margin:0;color:#FFF;}
> h2{font-size:1.7em;margin:0;color:#CC0000;} 
> h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} 
> #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
> background-color:#555555;}
> #content{margin:0 0 0 2%;position:relative;}
> .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
> -->
> </style>
> </head>
> <body>
> <div id="header"><h1>Server Error</h1></div>
> <div id="content">
>  <div class="content-container"><fieldset>
>   <h2>404 - File or directory not found.</h2>
>   <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>
>  </fieldset></div>
> </div>
> </body>
> </html>



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)