标签:http tom exception input contex 结果 method inf context
solr-7.1.0版本在apache-tomcat-7.0.52安装中出现异常:java.lang.NoSuchMethodError: javax.servlet.ServletInputStream.isFinished()Z
原本想用solr全文检索工具,结果安装之后显示这个,问题是什么造成的呢?
错误信息:Servlet.service() for servlet [default] in context with path [/solr] threw exception [Filter execution threw an exception] with root cause java.lang.NoSuchMethodError: javax.servlet.ServletInputStream.isFinished()Z
原因:tomcat7没有ServletInputStream.isFinished()这个方法
解决办法:既然你用solr那应该知道solr有几个大版本,既然7不让用,那可以使用4和5这个两个版本试试,或者tomcat我们使用8以上,JDK版本1.8以上
标签:http tom exception input contex 结果 method inf context
原文地址:https://www.cnblogs.com/liurui-bk517/p/11605846.html