How do I Initialize a ServletResponse / ServletRequest?

Viewed 24

According to error message: HTTP Status 500 - Servlet execution threw an exception

type Exception report

message Servlet execution threw an exception

description The server encountered an internal error that prevented it from fulfilling this request.

exception javax.servlet.ServletException: Servlet execution threw an exception org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

root cause java.lang.Error: Unresolved compilation problems: Type mismatch: cannot convert from int to ServletResponse Type mismatch: cannot convert from int to ServletRequest

com.obs.test.TestServlet.doGet(TestServlet.java:31)
com.obs.test.TestServlet.doPost(TestServlet.java:58)
javax.servlet.http.HttpServlet.service(HttpServlet.java:644)
javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

note The full stack trace of the root cause is available in the Apache Tomcat/8.0.15 logs.

Apache Tomcat/8.0.15

0 Answers
Related