Bamboo not responding due to Tomcat auto reload
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Problem
Bamboo not responding.
The following appears in the catalina.out
or bamboo-stdout.DATE.log
1
2
3
4
5
6
7
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.
Solution
Resolution
Configure the attribute
reloadable
back to the default valuefalse
inserver.xml
Restart Bamboo
Was this helpful?