Unable to start OpenMRS after uploading Addonns

I have install OpenMRS 2.3.2 on windows 10. It started fine but after uploading addons (reference application addons 2.10.0) I am getting an error starting openmrs.

Unable to start openmrs - Pastebin.com

Looking through your error log, it looks like you’re trying to run OpenMRS 2.3.2 on Tomcat 9 and Java 15. Unfortunately, 2.3.2 only supports Java 8 and is better tested on Tomcat 7. At the very least, therefore, you should install Java 8 and ensure that that’s the version used to start Tomcat.

Thank you after using Java 8, Tomcat8 with mysql 5.6 it worked.