You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a custom Jira plugin that's been working fine for few years. Now I've just changed few lines (upper case/lower case) and after building a new version Jira does not load it saying in the log:
ThreadPoolAsyncTaskExecutor::Thread 44 ERROR maksimg 888x19412x3 1vkyr35 10.66.57.128 /rest/plugins/1.0/installed-marketplace [c.a.p.osgi.factory.OsgiPlugin] Unable to start the plugin container for plugin 'com.playgileplayground.jira.playgilePlugin'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'manageActiveObjects': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.playgileplayground.jira.persistence.ManageActiveObjects] from ClassLoader [com.playgileplayground.jira.playgilePlugin [302]]
Deleting the "target" folder and rebuilding the plugin, resolves the problem
which target folder you mean ? Even I am facing the same kind of error ofor JIRA upgrade. can you please confirm ?
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sprintEventListener': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.qas.qtest.plugins.listener.SprintEventListener] from ClassLoader [com.qas.qtest.plugins.jira-plugin [197]]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is only one TARGET folder under your project where the Jars are. Delete it and it will be rebuild.
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.