Bamboo not responding due to Tomcat auto reload

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

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.

診断

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

原因

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.

ソリューション

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

 

最終更新日 2017 年 6 月 28 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.