I'm trying to install a ZXP extension I've packaged myself with a self signed certificate and I get this message:
Failed to install the extension 'com.bodymovin.bodymovin'. Please make sure the manifest.xml of this extension is valid and the Extension Manager recgnizes at least one product which the extension supports.
The error log shows a -403 error. What is that?
Here's the manifest:
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="5.0" ExtensionBundleId="com.bodymovin.bodymovin" ExtensionBundleVersion="1.0.0"
ExtensionBundleName="bodymovin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
<Extension Id="com.bodymovin.bodymovin" Version="1.0" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<!-- Uncomment Host tags according to the apps you want your panel to support -->
<!-- Photoshop -->
<Host Name="AEFT" Version="[13.0,13.9]" />
<!-- Illustrator -->
<!-- <Host Name="ILST" Version="[18.0,18.9]" />-->
<!-- InDesign -->
<!-- <Host Name="IDSN" Version="[10.0,10.9]" /> -->
<!-- Premiere -->
<!-- <Host Name="PPRO" Version="[8.0,8.9]" /> -->
<!-- AfterEffects -->
<!-- <Host Name="AEFT" Version="[13.0,13.9]" /> -->
<!-- PRELUDE -->
<!-- <Host Name="PRLD" Version="[3.0,3.9]" /> -->
<!-- FLASH Pro -->
<!-- <Host Name="FLPR" Version="[14.0,14.9]" /> -->
</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="5.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="com.bodymovin.bodymovin">
<DispatchInfo >
<Resources>
<MainPath>./index.html</MainPath>
<ScriptPath>./jsx/hostscript.jsx</ScriptPath>
</Resources>
<Lifecycle>
<AutoVisible>true</AutoVisible>
</Lifecycle>
<UI>
<Type>Panel</Type>
<Menu>bodymovin</Menu>
<Geometry>
<Size>
<Height>500</Height>
<Width>300</Width>
</Size>
<!--<MinSize>
<Height>550</Height>
<Width>400</Width>
</MinSize>
<MaxSize>
<Height>550</Height>
<Width>400</Width>
</MaxSize>-->
</Geometry>
<Icons>
<Icon Type="Normal">./icons/iconNormal.png</Icon>
<Icon Type="RollOver">./icons/iconRollover.png</Icon>
<Icon Type="Disabled">./icons/iconDisabled.png</Icon>
<Icon Type="DarkNormal">./icons/iconDarkNormal.png</Icon>
<Icon Type="DarkRollOver">./icons/iconDarkRollover.png</Icon>
</Icons>
</UI>
</DispatchInfo>
</Extension>
</DispatchInfoList>
</ExtensionManifest>
And here are the log lines:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
8/9/2015 22:37:20.318 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_PROGRESS
8/9/2015 22:37:20.318 [INFO] com.adobe.exman.view.ExManApp app got progress: 27
8/9/2015 22:37:20.481 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message15,1,-403,com.bodymovin.bodymovin
8/9/2015 22:37:20.482 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
sessionId= 15
responseType= 1
responseBody=-403,com.bodymovin.bodymovin
8/9/2015 22:37:20.482 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
responseType= 1
8/9/2015 22:37:20.483 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :-403
8/9/2015 22:37:20.483 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :com.bodymovin.bodymovin
8/9/2015 22:37:20.485 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession onBackendSessionFail()
--------------------Request (C++ side To AIR part ) End---------------------------
[ERROR] Sun Aug 09 22:37:20 2015 [.477] (..\Source\control\InstallExtensionCommand.cpp,415) -CInstallExCommand::execute: ExManInstallExtension() failed, status = -403!
[TRACE] Sun Aug 09 22:37:20 2015 [.477] (..\Source\control\InstallExtensionCommand.cpp,482) -CInstallExCommand::SetResponse: Install Extension C:\Users\Deeandra\her\ccextensionswin64\win64\bodymovin.zxp finished
[DEBUG] Sun Aug 09 22:37:20 2015 [.478] (..\Source\control\OWLFrontController.cpp,315)