Issue Details (XML | Word | Printable)

Key: ABICLOUD-93
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: akpor odachi
Reporter: Pedro Navarro Pérez
Votes: 0
Watchers: 0
Operations

Email this issue
Send issue summary in email
If you were logged in you would be able to see more operations.
Abiquo

When trying to download an VA from the AM and the image type contained in the OVF is not loaded in the DB, an error was occurred

Created: 13/Jul/09 04:51 PM   Updated: 03/Sep/09 01:24 PM   Resolved: 17/Jul/09 11:04 AM
Component/s: Appliances Library
Affects Version/s: abiCloud-0.7.0
Fix Version/s: abiCloud-0.7.1

Time Tracking:
Not Specified


 Description  « Hide
16:47:15.065 [pool-3-thread-1] INFO c.a.a.c.ApplianceManagerCommand - Writting the image [debianSystem] to the DB ...
java.lang.NullPointerException
at com.abiquo.abiserver.commands.VirtualImageCommand.createVirtualImageDownloadedFromRepositorySpace(VirtualImageCommand.java:360)
at com.abiquo.abiserver.commands.ApplianceManagerCommand$ApplianceManagerListener.createVirtualImages(ApplianceManagerCommand.java:483)
at com.abiquo.abiserver.commands.ApplianceManagerCommand$ApplianceManagerListener.listenerForDownloadCompletion(ApplianceManagerCommand.java:383)
at com.abiquo.abiserver.commands.ApplianceManagerCommand$ApplianceManagerListener.call(ApplianceManagerCommand.java:532)
at com.abiquo.abiserver.commands.ApplianceManagerCommand$ApplianceManagerListener.call(ApplianceManagerCommand.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

Albert Puig added a comment - 13/Jul/09 04:57 PM
That is when downloading an VMWare image into an abiCloud community server (it do not have the VMWARE disk format on its database)

Pedro Navarro Pérez added a comment - 14/Jul/09 09:52 AM
I agree, and I pointed out in the environment section but imagine the fact that instead of vmware format another unknown format is used in the OVF, the same error will be thrown?