Moving Jira from one server to another

Carlos Sepulveda August 24, 2012

We're moving an exisiting Jira instance to a new server (same paths an so on)

In the new server, when I try to start Jira I get

main ERROR [atlassian.jira.event.DefaultListenerManager] Could not configure listener: Mail Listener className:com.atlassian.jira.event.listeners.mail.MailListener

com.atlassian.jira.event.ListenerException: Could not create listener for class: com.atlassian.jira.event.listeners.mail.MailListener

at com.atlassian.jira.event.ListenerFactory.getListener(ListenerFactory.java:42)

at com.atlassian.jira.event.DefaultListenerManager$Listeners.loadListeners(DefaultListenerManager.java:136)

.
..
...
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.picocontainer.defaults.UnsatisfiableDependenciesException: com.atlassian.plugin.webresource.PluginResourceLocatorImpl doesn't have any satisfiable constructors. Unsatisfiable dependencies: [[interface com.atlassian.plugin.webresource.WebResourceIntegration, interface com.atlassian.plugin.servlet.ServletContextFactory, interface com.atlassian.plugin.webresource.WebResourceUrlProvider, interface com.atlassian.plugin.webresource.ResourceDependencyResolver, interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration], [interface com.atlassian.plugin.webresource.WebResourceIntegration, interface com.atlassian.plugin.servlet.ServletContextFactory, interface com.atlassian.plugin.webresource.WebResourceUrlProvider], [interface com.atlassian.plugin.webresource.WebResourceIntegration, interface com.atlassian.plugin.servlet.ServletContextFactory, interface com.atlassian.plugin.webresource.WebResourceUrlProvider, interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration]]
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getGreediestSatisifableConstructor(ConstructorInjectionComponentAdapter.java:138)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.instantiateComponent(ConstructorInjectionComponentAdapter.java:193)
at org.picocontainer.defaults.InstantiatingComponentAdapter.getComponentInstance(InstantiatingComponentAdapter.java:48)
What am I missing?

(atlassian-jira.log)

1 answer

1 vote
Carlos Sepulveda August 25, 2012

Well, I always wanted an excuse to move to Trac...

Suggest an answer

Log in or Sign up to answer