HTTP Status 500 – Internal Server Error 怎么解决
描述: TypeExceptionReportDescriptionTheserverencounteredanunexpectedconditionthatpreventeditfromfulfillingtherequest.Exceptionjava.lang.NullPointerExceptionjava.base/java.io.Fi... Type Exception ReportDescription The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
java.lang.NullPointerException
java.base/java.io.File.<init>(File.java:276)
com.we.bistu.k.servlet.DownloadFileServlet.doGet(DownloadFileServlet.java:24)
javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
Note The full stack trace of the root cause is available in the server logs. 展开
一种是 程序问题导致 另外也有可能是 tomcat的问题 我有时也会碰到 程序没问题 但就是报500错误 后来 尝试一下操作 1.清空IE临时文件夹和Cookies 2.清空tomcat中 这个网站的内容 和 java源程序 3.重新部署 4.新开一个浏览器 再调试看看 5.再不行 就重启电脑试试
编辑时间 2019-10-28 09:35:30