JIRA Startup Fails from application context error

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

JIRA fails on startup from plugins not being enabled because of a time out error.

A similar error appears in plugin start up of plugins the atlassian-jira.log:

2011-12-19 11:46:19,593 Timer-0 ERROR      [internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] Unable to create application context for [com.atlassian.streams.jira-plugin], unsatisfied dependencies: Dependency on [(objectClass=com.atlassian.gadgets.view.GadgetViewFactory)] (from bean [&gadgetViewFactory]), Dependency on [(objectClass=com.atlassian.gadgets.GadgetRequestContextFactory)] (from bean [&gadgetRequestContextFactory])
org.springframework.context.ApplicationContextException: Application context initialization for 'com.atlassian.streams.jira-plugin' has timed out
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:454)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.access$000(DependencyWaiterApplicationContextExecutor.java:50)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:105)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)

Cause

There is a virus scanner installed on the server which hinders the appropriate java classes to be unpacked.

Resolution

  1. Turn off any virus scanner or malware scanner on the server

  2. Restart JIRA
    (info) This can also be caused by a heavy load on the server during JIRA startup. See Bundled plugin not available error thrown on Jira server login for more details.

 

Last modified on Jun 13, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.