Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel4

This document provides a list of quick answers to issues caused by incorrect configuration.

...

When creating a new physical data center, Abiquo gives an error that some of the remote services aren't properly configured although every check is green.

Solution
  1. Review the NFS configuration in the file /opt/abiquo/config/abiquo.properties.

  2. Restart the Tomcat server "service abiquo-tomcat restart".

  3. Check there is a file in the directory /opt/vm_repository/ named ".abiquo_repository".

...

Catalogue problems

Downloaded VM templates do not appear in the catalogue

Symptoms
  • The server has been installed or restarted recently.

  • Images appear as downloaded in the remote repository.

  • No images appear in the appliance library.

Solution

Check that the NFS repository is correctly configured.

...

Appliance manager problems

Appliance manager is not working

Symptoms
  • Appliance manager is not working

  • NFS server is located on the same machine as the remote services.

  • Error message: "Can't validate ''abiquo.appliancemanager.repositoryLocation'' 127.0.0.1:/opt/vm_repository. It's a local repository"

Solution

Disable the check for mounted repositories by setting the property "abiquo.appliancemanager.checkMountedRepository" to false on /opt/abiquo/config/abiquo.properties. By default this property is set to true.

...

The problem is there are not physical machines with enough resources (HD, CPU, RAM) to deploy the virtual machine.
There are 2 possible solutions:

  • Undeploy some virtual machines

  • Make sure you have a physical machine with enough resources to be able to deploy

...

Hyper-V

Hyper-V does not deploy images

...

Hyper-V does not create an instance

Symptoms
  • Only happens in Hyper-V

  • This error appears in Events:

    • Error bundling VirtualAppliance: number

    • An error occurred when calling an operation in a Hyper-V machine

  • This error appears in the log:

Code Block
ErrorCode: 32769 ErrorDescription: 'The system failed to convert 'C:\\localRepository\\e13fcbec-2475-46c1-9f90-66aa1f2850be.vhd'. Error Code: General
access denied error14:54:17.420 ERROR c.a.v.v.i.VirtualapplianceresourceDeployer - An error occurred: org.jinterop.dcom.common.JIException: An error was occurred
when calling an operation in a Hyper-V machineErrorCode: 32769. ErrorDescription:
'The system failed to convert 'C:\\localRepository\\e13fcbec-2475-46c1-9f90-66aa1f2850be.vhd'. Error Code: General access denied error

...