Bamboo not responding due to Tomcat auto reload

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

Bamboo not responding.

The following appears in the catalina.out or bamboo-stdout.DATE.log

19-Jun-2017 08:41:48.401 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.core.StandardContext.reload Reloading Context with name [] has started
2017-06-19 08:41:48,433 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [Dispatchers] Dispatcher org.apache.struts2.dispatcher.Dispatcher destroyed
2017-06-19 08:41:48,458 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [CompressingFilter] CompressingFilter is being destroyed...
2017-06-19 08:41:48,459 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [Dispatchers] Dispatcher org.apache.struts2.dispatcher.Dispatcher destroyed
2017-06-19 08:41:48,483 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [QuartzScheduler] Scheduler scheduler_$_NON_CLUSTERED paused.
2017-06-19 08:41:49,437 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [SVNClientManagerFactory] Destroying SVNClientManagerFactories...
2017-06-19 08:41:58,326 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] [ShutdownEnforcer] Container being shut down: starting last-resort termination thread.

Diagnosis

Check if the attribute reloadable is configured to be true in server.xml.

Cause

Tomcat trying to restart due to a change detected in /WEB-INF/classes/ and /WEB-INF/lib but fail to be restarted causing it in semi shutdown phase.

Resolution

  1. Configure the attribute reloadable back to the default value false in server.xml
  2. Restart Bamboo

 

Last modified on Jun 28, 2017

Was this helpful?

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