Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Push Server
-
Labels:None
-
Environment:Tomcat, EPS
-
Workaround Exists:Yes
-
Workaround Description:Use "catalina.sh run" instead and ctrl+c to shutdown
Description
Tomcat can't finish shutdown when EPS is deployed to it when using startup.sh and shutdown.sh.
StatusManager was still using a local class member for a PushGroupManager reference and a setter to set it instead of using the PushInternalContext to get it now. It now uses the PushInternalContext to retrieve it. Marking this one as FIXED.