You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If jfr.enabled is true in the agent config, Apache Tomcat fails to shutdown via the shutdown.sh command. This was tested and reproduced against Tomcat v9 and v10.
Repro
In the newrelic.yml (or equivalent) set jfr.enabled to true
In the Tomcat bin folder, add the required -javaagent flag to CATALINA_OPTS:
Description
If
jfr.enabled
is true in the agent config, Apache Tomcat fails to shutdown via theshutdown.sh
command. This was tested and reproduced against Tomcat v9 and v10.Repro
jfr.enabled
totrue
-javaagent
flag toCATALINA_OPTS
:bin/startup.sh start
script; allow tomcat to fully start upbin/shutdown.sh
script. The script seems to exit successfully, but Tomcat is still running.Internal slack thread
The text was updated successfully, but these errors were encountered: