Error while opening a JSP page

Hi all,

When opening some jsp file, i get the below error message.

I can open some simple jsp files.

HTTP Status 500 -

type Exception report

message

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

exception

javax.servlet.ServletException: (class: gnu/xml/pipeline/DomConsumer$Handler, method: startDocument signature: ()V) Illegal use of nonvirtual function call

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)

javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

root cause

java.lang.VerifyError: (class: gnu/xml/pipeline/DomConsumer$Handler, method: startDocument signature: ()V) Illegal use of nonvirtual function call

gnu.xml.pipeline.DomConsumer.<init>(DomConsumer.java:140)

gnu.xml.dom.Consumer.<init>(Consumer.java)

gnu.xml.dom.JAXPFactory$JAXPBuilder.<init>(JAXPFactory.java:158)

gnu.xml.dom.JAXPFactory.newDocumentBuilder(JAXPFactory.java:111)

org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(ParserUtils.java:92)

org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:76)

org.apache.jasper.compiler.JspConfig.init(JspConfig.java:197)

org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:249)

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:112)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)

javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Thanks in advance

Senthilraj

[2078 byte] By [Senthilraja] at [2007-11-27 6:02:21]
# 1
Hii think there is a jar file named gnujaxp.jar in your classpath.Remove that jar from classpath and try once
Prasad@AIPLa at 2007-7-12 16:43:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Yes, it WorkedThanks a lotSenthilraj
Senthilraja at 2007-7-12 16:43:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...