Mantis - Resin
Viewing Issue Advanced Details
6312 minor always 01-08-20 03:08 03-11-20 15:08
nam  
ferg  
normal  
closed 4.0.63  
open  
none    
none 4.0.64  
0006312: deploy command is logging multiple stopping messages when re-deploying
(rep by M. Hill)

Run the following command:

    $ resinctl deploy webapp0.war
    $ resinctl undeploy webapp0

repeat 9 more times, then run:

    $ resinctl deploy webapp0.war

The last command will log the following:

[20-01-08 11:02:33.702] {resin-62} WebApp[production/webapp/default/webapp0,STARTING] 1 Spring WebApplicationInitializers detected on classpath
[20-01-08 11:02:33.754] {resin-62} WebApp[production/webapp/default/webapp0,STARTING] Initializing Spring root WebApplicationContext
[20-01-08 11:02:33.757] {resin-62} Root WebApplicationContext: initialization started
[20-01-08 11:02:34.036] {resin-62} Root WebApplicationContext initialized in 279 ms
[20-01-08 11:02:34.038] {resin-62} WebApp[production/webapp/default/webapp0,STARTING] Initializing Spring DispatcherServlet 'appServlet'
[20-01-08 11:02:34.039] {resin-62} Initializing Servlet 'appServlet'
[20-01-08 11:02:34.161] {resin-62} Completed initialization in 121 ms
[20-01-08 11:02:34.161] {resin-62} WebApp[production/webapp/default/webapp0] active
[20-01-08 11:02:34.165] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.167] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.168] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.169] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.172] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.175] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.178] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.183] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.186] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping
[20-01-08 11:02:34.188] {deploy@resin.caucho-69} WebApp[production/webapp/default/webapp0] stopping

Notice the N number of "stopping" log messages.

There are no notes attached to this issue.