Hello Team,
We have upgraded our bitbucket to v8.11.0 and after that we are trying to make plug ins enable but one plug in bitbucket-webhooks has not enabled and showing error as "This app failed to enable. Refer to the logs for more information." after that we have checked atlassian-bitbucket.log and it is showing as below
2023-07-03 02:57:52,595 ERROR [ThreadPoolAsyncTaskExecutor::Thread 49] c.a.plugin.osgi.factory.OsgiPlugin Unable to start the plugin container for plugin 'nl.topicus.bitbucket.bitbucket-webhooks'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pullRequestListener': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [nl.topicus.bitbucket.api.PullRequestListener] from ClassLoader [nl.topicus.bitbucket.webhooks [140]]
2023-07-03 02:57:52,601 ERROR [ThreadPoolAsyncTaskExecutor::Thread 49] o.e.g.b.e.i.s.ExtenderConfiguration Application context refresh failed (NonValidatingOsgiBundleXmlApplicationContext(bundle=nl.topicus.bitbucket.webhooks, config=osgibundle:/META-INF/spring/*.xml))
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pullRequestListener': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [nl.topicus.bitbucket.api.PullRequestListener] from ClassLoader [nl.topicus.bitbucket.webhooks [140]]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:289)
Could someone check and help on this issue.
Thank you
Balaji