Enabling JIRA Agile plugin problem due to time-out

Niels Verbaken December 23, 2013

I am installing JIRA Agile v6.3.6.1 on JIRA v6.1#6144 but it is not able to enable the plugin ones loaded.

I tried Uninstalling and re-installing it, but ith the same result.

What am i doing wrong?

These are the logged lines :
2013-12-24 17:00:20,910 UpmAsynchronousTaskManager:thread-2 INFO nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [com.pyxis.greenhopper.jira], 1 seconds remaining
2013-12-24 17:00:21,924 UpmAsynchronousTaskManager:thread-2 INFO nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [com.pyxis.greenhopper.jira], 0 seconds remaining
2013-12-24 17:00:22,938 UpmAsynchronousTaskManager:thread-2 INFO nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [atlassian.plugin.manager.DefaultPluginManager] Disabling com.pyxis.greenhopper.jira
2013-12-24 17:00:33,032 UpmAsynchronousTaskManager:thread-2 ERROR nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [internal.util.concurrent.RunnableTimedExecution] Closing runnable for context NonValidatingOsgiBundleXmlApplicationContext(bundle=com.pyxis.greenhopper.jira, config=osgibundle:/META-INF/spring/*.xml) did not finish in 10000ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs
2013-12-24 17:00:33,063 UpmAsynchronousTaskManager:thread-2 ERROR nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [atlassian.plugin.manager.PluginEnabler] Unable to start the following plugins due to timeout while waiting for plugin to enable: com.pyxis.greenhopper.jira
2013-12-24 17:00:46,043 ThreadPoolAsyncTaskExecutor::Thread 36 ERROR nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [extender.internal.activator.ContextLoaderListener] Application context refresh failed (NonValidatingOsgiBundleXmlApplicationContext(bundle=com.pyxis.greenhopper.jira, config=osgibundle:/META-INF/spring/*.xml))
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [bundle://136.0:0/META-INF/spring/spring.xml]; nested exception is java.lang.IllegalStateException: Invalid BundleContext.
Caused by: java.lang.IllegalStateException: Invalid BundleContext.

2013-12-24 17:00:46,058 ThreadPoolAsyncTaskExecutor::Thread 36 ERROR nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] Unable to create application context for [com.pyxis.greenhopper.jira], unsatisfied dependencies: none
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [bundle://136.0:0/META-INF/spring/spring.xml]; nested exception is java.lang.IllegalStateException: Invalid BundleContext.
Caused by: java.lang.IllegalStateException: Invalid BundleContext.

2013-12-24 17:00:46,058 ThreadPoolAsyncTaskExecutor::Thread 36 ERROR nv 649x1355225x1 1udt7oi 192.168.15.74 /rest/plugins/1.0/ [extender.internal.activator.ContextLoaderListener] Application context refresh failed (NonValidatingOsgiBundleXmlApplicationContext(bundle=com.pyxis.greenhopper.jira, config=osgibundle:/META-INF/spring/*.xml))
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [bundle://136.0:0/META-INF/spring/spring.xml]; nested exception is java.lang.IllegalStateException: Invalid BundleContext.
Caused by: java.lang.IllegalStateException: Invalid BundleContext.

2 answers

1 accepted

0 votes
Answer accepted
Taiwo Akindele
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 24, 2013

Hi Niels, check the following:

3 votes
Niels Verbaken January 5, 2014

increasing the plugin-startup-timeout worked
I added -Datlassian.plugins.enable.wait=300 to the options key in the registry

Sathish K October 23, 2020

where i can find the registry

Suggest an answer

Log in or Sign up to answer