Skip to main content

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

Please list all of your dependencies. (the jars your project uses)


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, May 31, 2018 at 3:49 PM, Ike Ikonne <iikonne@xxxxxxxxxx> wrote:
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





_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top