https://bz.apache.org/bugzilla/show_bug.cgi?id=66604
Bug ID: 66604
Summary: Tomcat 9.0.75 Linux process not getting stopped after
running shutdown.sh
Product: Tomcat 9
Version: 9.0.75
Hardware: Other
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
OS - ALMA linux, Tomcat version 9.0.75, Linux process not getting stopped after
running shutdown.sh or catalina stop [-force]. The process still exists on the
server attached to a PID. Subsequent starting of tomcat will result in new
processes.
If JMX parameters are used this will result in failure to start the tomcat next
time, since this will not stop the binding of JMX port as well.
Parameters used in setenv.sh -
export CATALINA_OPTS="-server -Xms2g -Xmx5g -XX:MaxMetaspaceSize=512m
-Doracle.jdbc.autoCommitSpecCompliant=false
Logfile info after stopping -
INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler
["http-nio-8380"]
INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler
["https-jsse-nio-8343"]
INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler
["ajp-nio-0:0:0:0:0:0:0:1-8309"]
INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying
ProtocolHandler ["http-nio-8380"]
INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying
ProtocolHandler ["https-jsse-nio-8343"]
INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying
ProtocolHandler ["ajp-nio-0:0:0:0:0:0:0:1-8309"]
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]