Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Loading plugin resources error
Error in os.log file: "Error loading plugin resources from: "
Solution:
Add the following option in catalina.sh
JDK_JAVA_OPTIONS="$JDK_JAVA_OPTIONS --add-opens=java.base/java.net=ALL-UNNAMED"
This is how the Tomcat options should look like:
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com