Mantis - Resin
Viewing Issue Advanced Details
6313 minor always 01-08-20 12:39 02-19-20 14:01
nam  
ferg  
high  
closed 4.0.63  
fixed  
none    
none 4.0.64  
0006313: resinctl deploy is initializing the webapp twice
(rep by M. Hill)

1. resinctl deploy webapp0.war
2. webapp is initialized correctly with Spring
3. webapp appears to be initialized again immediately after, now incorrectly with Spring

[20-01-03 21:18:19.951] {resin-1238} WebApp[production/webapp/default/webapp0,STARTING] 2 Spring WebApplicationInitializers detected on classpath
[20-01-03 21:18:22.363] {resin-1238} WebApp[production/webapp/default/webapp0,STARTING] Initializing Spring embedded WebApplicationContext
[20-01-03 21:18:23.894] {resin-1238} WebApp[production/webapp/default/webapp0] active
[20-01-03 21:18:24.053] {resin-1176} WebApp[production/webapp/default/webapp0,STARTING] No Spring WebApplicationInitializer types detected on classpath
[20-01-03 21:18:24.054] {resin-1176} WebApp[production/webapp/default/webapp0] active
[20-01-03 21:18:24.058] {deploy@resin.caucho-1033} WebApp[production/webapp/default/webapp0] stopping
[20-01-03 21:18:24.063] {deploy@resin.caucho-1033} WebApp[production/webapp/default/webapp0] stopping
[20-01-03 21:18:24.066] {deploy@resin.caucho-1033} WebApp[production/webapp/default/webapp0] stopping
[20-01-03 21:18:24.072] {deploy@resin.caucho-1033} WebApp[production/webapp/default/webapp0] stopping

There are no notes attached to this issue.