I developed my custom jira plugin for jira 7.1.6 version via atlassian plugin sdk version 6.3.4.
And it works for a long time.
Now, I have to upgrade my Jira Software version 7.1.6 to 7.11.2.
So, I'm checking plugin compatibility between 7.1.6 and 7.11.2.
I upgrade my jira to 7.11.2 and install my custom plugin, but it doesn't work.
In atlassian-jira.log file, there are just two lines and not much informations.
<when delete plugin>
2018-08-14 14:04:44,475 Gemini Blueprint context shutdown thread1 WARN [o.s.b.factory.support.DisposableBeanAdapter] Invocation of destroy method failed on bean with name 'DatabaseStreamer': java.lang.NullPointerException
<when load plugin>
2018-08-14 14:04:52,662 UpmAsynchronousTaskManager:thread-1 INFO admin 1134x595x1 1r9zl9c 25.2.14.44 /rest/plugins/1.0/installed-marketplace [c.a.plugin.loaders.ScanningPluginLoader] No plugins found to be installed
2018-08-14 14:04:52,787 UpmAsynchronousTaskManager:thread-1 INFO admin 1134x595x1 1r9zl9c 25.2.14.44 /rest/plugins/1.0/installed-marketplace [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (1): [com.myplugin.plugins.database-streams], 300 seconds remaining
I think plugin doesn't loaded normally.
What is the problem?
Have you recompiled your app for the later version of Jira?
Yes. I did "atlas-run" with jira version 7.11.1(pom.xml -> jira.version property) It works.
But when I install this plugin(/target/plugin.jar file) on my running JIRA server, It does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.