I am currently developing a custom plugin for Joget and have faced an error during deployment. The plugin is designed to enhance user management by integrating with an external API for user synchronization. However, when I try to deploy the plugin, I receive the following error message:
[ERROR] Plugin deployment failed due to a class not found exception: com.example.MyCustomPlugin
The plugin is developed to synchronize users between Joget and an external system. It utilizes Java and the Joget API for this integration.
The error occurs during the deployment phase of the plugin. It prevents the plugin from being successfully installed and used within Joget.
I have rebuilt the plugin and redeployed it. Verified that all required libraries are included and accessible. Checked for typos or incorrect class references in the plugin configuration.
Has anyone experienced a similar issue ? Any tips would be greatly appreciated!
Hi everyone,
I am currently developing a custom plugin for Joget and have faced an error during deployment. The plugin is designed to enhance user management by integrating with an external API for user synchronization. However, when I try to deploy the plugin, I receive the following error message:
[ERROR] Plugin deployment failed due to a class not found exception: com.example.MyCustomPlugin
The plugin is developed to synchronize users between Joget and an external system. It utilizes Java and the Joget API for this integration.
The error occurs during the deployment phase of the plugin. It prevents the plugin from being successfully installed and used within Joget.
I have checked the Joget logs and found the above error message. I have also verified that all necessary dependencies are included in the plugin JAR file. Referred https://dev.joget.org/community/display/DX7/Guideline+for+Developing+a+Plugin+splunk guide documentation but still need help.
I have rebuilt the plugin and redeployed it. Verified that all required libraries are included and accessible. Checked for typos or incorrect class references in the plugin configuration.
Has anyone experienced a similar issue ? Any tips would be greatly appreciated!
Thanks in advance!