I am having trouble developing a plugin. Under 'Manage Add-Ons', my plugin's modules are all disabled. I notice the following during server startup:
QuickReload - Plugin Installer ERROR [c.a.plugin.manager.PluginEnabler] Unable to start the following plugins due to timeout while waiting for plugin to enable: com.psi.intern.jira.custom-fields-tests
Upon further inspection, this is the key in an atlassian-plugin.xml located in target\test-classes.
I don't really know how to interpret this. Should I be looking for an error in this atlassian-plugin.xml in target\test-classes, or is this rather the end result of what I build in src?
Hi Samantha,
There is an argument you can add to give more time for the plugins to start.
-Datlassian.plugins.enable.wait=300
Hi Edwin,
Thanks, I will try that. But I think there is some error which is causing the plugin to take so long to start in the first place.
Would you be able to explain to me what the purpose of the target folder is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The target folder is a part of maven that contains all the compiled classes, jars
https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.