Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JSP Compilation error

Hi all,


I am getting the following stacktrace from my embedded Jetty-9.4.9. I have googled this issue and it
seems that some people have ran into the same situation, but I could not find a full resolution for
it.

Does anyone knows what I need to do in order to overcome this, I have been trying to upgrade
to jetty-9.4.9, but having a hard time at it, any help will be much appreciated.

Thanks,

Ike


at java.lang.Thread.run(Thread.java:811) [?:2.9 (02-08-2018)]
Caused by: java.lang.NullPointerException
at org.apache.jasper.compiler.Validator$ValidateVisitor.<init>(Validator.java:516) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.compiler.Validator.validateExDirectives(Validator.java:1854) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:221) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:374) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:335) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:595) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
... 45 more





Back to the top