Java Openfire错误:无法编译jsp

Java Openfire错误:无法编译jsp,java,jsp,compilation,openfire,Java,Jsp,Compilation,Openfire,我从源代码处编译openfire,它编译正确。但是它在访问web插件时会导致问题。 错误: 引起 java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:530) at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410) a

我从源代码处编译openfire,它编译正确。但是它在访问web插件时会导致问题。 错误:

引起

java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:530)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:469)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1428)
at org.apache.jasper.compiler.Parser.parse(Parser.java:139)

帮助我,我想这是由于api问题。。。请帮助我处理类似的异常。如果您正在运行嵌入式tomcat应用程序,请检查该问题的答案。谢谢,但现在我得到了答案,我从github编译了最新的源代码,然后将类路径文件更改为“”。
java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:530)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:469)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1428)
at org.apache.jasper.compiler.Parser.parse(Parser.java:139)