To resolve the issue, take the following steps:
Run: service tomcat stop
mv /usr/tomcat/apache-tomcat-8.0.23/webapps/web/WEB-INF/lib/poi-2.0-final-20040126.jar /usr/tomcat/apache-tomcat-8.0.23/webapps/web/WEB-INF/lib/poi-2.0-final-20040126.jar.OLD
service tomcat start
If the changes do not resolve the issue, revert the changes and follow up with your support engineer:
service tomcat stop
mv /usr/tomcat/apache-tomcat-8.0.23/webapps/web/WEB-INF/lib/poi-2.0-final-20040126.jar.OLD /usr/tomcat/apache-tomcat-8.0.23/webapps/web/WEB-INF/lib/poi-2.0-final-20040126.jar
chmod tomcat:tomcat /usr/tomcat/apache-tomcat-8.0.23/webapps/web/WEB-INF/lib/poi-2.0-final-20040126.jar
service tomcat start