-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Update Center
-
Sprint:NOS 9.2.6
-
Story Points:5
- Downloaded a tomcat-7.10-cap distribution
- registered it to connect
- in update center -> nuxeo software updates, downloaded 7.10 HF17.
- installed it (needs downloading HFs 1 -> 16)
- Tells that all of them will be installed after next restart
- in Admin -> System Information -> click on restart server button
- instance never stops
last console logs are:
2016-12-02 11:36:35,549 INFO [main] [org.apache.catalina.core.StandardServer] A valid shutdown command was received via the shutdown port. Stopping the Server instance. 2016-12-02 11:36:35,549 INFO [main] [org.apache.coyote.http11.Http11Protocol] Pausing ProtocolHandler ["http-bio-0.0.0.0-8080"] 2016-12-02 11:36:35,600 INFO [main] [org.apache.coyote.ajp.AjpProtocol] Pausing ProtocolHandler ["ajp-bio-0.0.0.0-8009"] 2016-12-02 11:36:35,651 INFO [main] [org.apache.catalina.core.StandardService] Stopping service Catalina 2016-12-02 11:36:35,865 WARN [localhost-startStop-2] [org.nuxeo.ecm.core.cache.CacheServiceImpl] Unregistery leaked contribution userDisplayName 2016-12-02 11:36:36,534 WARN [localhost-startStop-2] [org.nuxeo.runtime.deployment.NuxeoStarter] Deregister JDBC driver: org.apache.derby.jdbc.AutoloadedDriver40@7551f3c2 2016-12-02 11:36:36,534 WARN [localhost-startStop-2] [org.nuxeo.runtime.deployment.NuxeoStarter] Deregister JDBC driver: org.h2.Driver@64b2cc3b 2016-12-02 11:36:36,553 INFO [main] [org.apache.coyote.http11.Http11Protocol] Stopping ProtocolHandler ["http-bio-0.0.0.0-8080"] 2016-12-02 11:36:36,554 INFO [main] [org.apache.coyote.ajp.AjpProtocol] Stopping ProtocolHandler ["ajp-bio-0.0.0.0-8009"] 2016-12-02 11:36:36,554 INFO [main] [org.apache.coyote.http11.Http11Protocol] Destroying ProtocolHandler ["http-bio-0.0.0.0-8080"] 2016-12-02 11:36:36,554 INFO [main] [org.apache.coyote.ajp.AjpProtocol] Destroying ProtocolHandler ["ajp-bio-0.0.0.0-8009"]
and after killing the server on command line and starting it again:
2016-12-02 12:16:45,491 INFO [main] org.apache.coyote.http11.Http11Protocol] Initializing ProtocolHandler ["http-bio-0.0.0.0-8080"]
- is duplicated by
-
NXP-22655 Restart not working from JSF UI
- Resolved