Deploying a component plug-in fails with the following error printed in the application server log:
[Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'com.appian.richtext': Component plug-in approval verification failed. Please contact Appian for approval process
The error includes no stack trace or other information.
This issue can have two underlying causes:
The correct action depends on whether the component plug-in is signed or not. To verify if a plug-in is signed, check that the META-INF directory in the plug-in .zip file contains the following files:
META-INF
If all three files are present, the component plug-in is signed.
Development and testing of component plug-ins requires a registered developer instance. In order to deploy unsigned plug-ins, follow the instructions in the Appian Documentation to register any Appian instances used for development and testing. After successfully completing the registration process, unsigned component plug-ins can be deployed on the environment.
Note: Production instances should not be registered under the developer program in order to circumvent signing requirements. Once development is complete, component plug-ins should be submitted to Appian for signing so they can be deployed on production instances.
If the error is encountered with a signed component plug-in downloaded from the Appian AppMarket, the likely cause of the issue is corruption of the file during the process of downloading or deploying the plug-in. Actions such as e-mailing, FTP transfers and otherwise copying files may introduce unintended changes to a file. To verify whether the file was modified, the MD5 checksums of the files can be compared using the following command.
Windows
certutil -hashfile "<FULL_PATH_TO_PLUGIN_ZIP>" MD5
Linux/Mac
md5sum "<FULL_PATH_TO_PLUGIN_ZIP>"
Both commands will output a 128-bit hash checksum of the file, such as 93dfaf7e0e08fe41f88dda2aee4c6ab9. To verify if changes occurred to the plug-in file, do the following:
93dfaf7e0e08fe41f88dda2aee4c6ab9
<APPIAN_HOME>/_admin/plugins
If the two hashes do not match exactly, the file was modified during download or transfer.
If the plug-in's MD5 checksum does not match the plug-in package downloaded from the AppMarket, the plug-in needs to be redeployed. To redeploy the plug-in, take the following steps:
If the checksums match, and the error persists, submit a new support case to Appian Technical Support with the plug-in .zip file attached, as well as the link to the plug-in in the Appian AppMarket.
This article applies to self-managed installations of Appian 19.1 and later.
Last Reviewed: June 2019