Odd issue I've come across with Tomcat 8.5 using JDK10. It starts up fine but when issuing shutdown I am confronted with this Note:
NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
The java process remains running thus prompting me to kill the PID in order to stop it.
Anyone have info on this what I need to do to resolve?
Thanks!