Symptoms

Task to import an APS package fails:

Last execution output   
Package is not valid accordingly to APS specification: APP-META.xml:135: Error aps030: 'ui/company.edit.html' file refernced from package metadata 'view' element not found in package content.

Cause

An object referenced from APP-META.xml is not actually present inside the app.zip bundle. In this case it may be verified by:

  1. Copying the app.zip bundle from /usr/local/pem/APS/packages to temporary directory,
  2. Extracting it using unzip,
  3. Issuing

    # grep -R company.edit *
    

Resolution

Contact the packager of the application to verify that the package is correct. Either the file should be added or the reference to it should be removed from APP-META.xml

Internal content