HTTP Status 500 - Servlet execution threw an exception

╄→гoц情女王★ 提交于 2019-12-01 21:48:41
FoggyDay

Find the .jar for com/hp/hpl/jena/query/QueryFactory and put it in WEB-INF lib in your .war file.

Here's how to do it if you happened to be developing your servlets in the Eclipse IDE:

You have missed the jar file containing the class com.hp.hpl.jena.query.QueryFactory in your classpath. Please add it in your package / classpath

Issue has beem resolved after added odbc6.jar in tomcat home lib and web-inf lib.

HTTP Status 500 - Servlet execution threw an exception

As I was getting the same servlet exception error.. While upgrading from tomcat 6 to 8 .

Issue has beem resolved after added odbc6.jar in tomcat home lib and web-inf lib.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!