Issue Details (XML | Word | Printable)

Key: ABICLOUD-271
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Oliver Fernandez
Reporter: Xavier Fernandez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Abiquo

Clone Physical Machine doesn't work

Created: 20/Oct/09 06:21 AM   Updated: 22/Oct/09 12:12 PM   Resolved: 20/Oct/09 05:13 PM
Component/s: User Interface
Affects Version/s: abicloud-1.0.0PR
Fix Version/s: abicloud-1.0.0PR2

Time Tracking:
Not Specified


 Description  « Hide
Clone PhysicalMachine doesn't works

When I move a PhysicalMachine to clone in the same rack appears a popup with server error Index 0, range 0.

Last week this functionality was working

Oliver Fernandez added a comment - 20/Oct/09 05:13 PM
This is NOT the best way to check if an array is empty...

// Log the event
String hyperName = "NULL";
if(physicalMachineCreation.getHypervisors().get(0) != null)
{
...