We recently had a problem with a virus on our development machines.  After
"dealing" with it, we began getting the following error when attempting to
run any of our JSP pages on our local machines, ie //localhost.  Even the
simple Hello.jsp, which I use to test after setting up and configuring a
development machine, does not work.  We are using JRUN server 3.01, but the
error appears to be thrown from the javax.servlet.* package.  I have never
seen references to com/jclark/xsl/sax/Destination before.  I suspect that we
may have some corrupt jar files in the JRE, but before I begin re-installing
everything on the development machines, I wanted to see if anyone else has
ever experienced this.  Has anyone ever seen the error below before, and if
so, can you give me a clue as to what is happening and how we might fix it
without a complete reinstall.

Thanks in advance.

Celeste


500 Internal Server Error
/NYDev/Hello.jsp:

javax.servlet.ServletException: com/jclark/xsl/sax/Destination
java.lang.NoClassDefFoundError: com/jclark/xsl/sax/Destination
        at
allaire.jrun.jsp.JSPServlet.getLanguageProcessor(../jsp/JSPServlet.java:482)
        at allaire.jrun.jsp.JSPServlet.processPage(../jsp/JSPServlet.java:422)
        at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:398)
        at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202)
        at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169)
        at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
        at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDis
patcher.java:88)
        at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
        at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
        at allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:382)
        at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
        at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to