Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for jsp is broken? #7

Open
ansvistunov opened this issue Oct 18, 2017 · 0 comments
Open

support for jsp is broken? #7

ansvistunov opened this issue Oct 18, 2017 · 0 comments

Comments

@ansvistunov
Copy link

Try run jsp page and get this error:
java.lang.NoSuchMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;
at org.apache.jasper.compiler.Validator$ValidateVisitor.(Validator.java:516)
at org.apache.jasper.compiler.Validator.validateExDirectives(Validator.java:1845)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:218)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:374)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:341)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:654)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:364)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at rogatkin.web.WebAppServlet$SimpleFilterChain.doFilter(WebAppServlet.java:3585)
at rogatkin.web.WebAppServlet$WebAppContextFilter.doFilter(WebAppServlet.java:3206)
at rogatkin.web.WebAppServlet$SimpleFilterChain.doFilter(WebAppServlet.java:3557)
at rogatkin.web.WebAppServlet.service(WebAppServlet.java:1451)
at Acme.Serve.Serve$ServeConnection.runServlet(Serve.java:2408)
at Acme.Serve.Serve$ServeConnection.parseRequest(Serve.java:2330)
at Acme.Serve.Serve$ServeConnection.run(Serve.java:2110)
at Acme.Utils$ThreadPool$PooledThread.run(Utils.java:1238)
at java.lang.Thread.run(Unknown Source)

[Wed Oct 18 13:26:58 MSK 2017] TJWS: javax.servlet.ServletException: java.lang.NoSuchMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant