I am using JRUN to run Java servlets and JSP.I havetried and
successfully done with the Servlets and could not run the JSP the error
encountered is:

500 Internal Server Error

/demo/jsp/index.jsp:

javax.servlet.ServletException: jrun__jsp__index2ejspe (Bad magic
number)
java.lang.ClassFormatError: jrun__jsp__index2ejspe (Bad magic number)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at
allaire.jrun.servlet.JSPClassLoader.loadClass(JSPClassLoader.java,
Compiled Code)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader.java,
Compiled Code)
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader.java,
Compiled Code)
        at
allaire.jrun.servlet.JRunServletLoader.loadServlet(JRunServletLoader.java,
Compiled Code)
        at allaire.jrun.servlet.JRunSE.getServletReference(JRunSE.java,
Compiled Code)
        at allaire.jrun.jsp.JSPServlet.loadServlet(JSPServlet.java:240)
        at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:180)
        at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled
Code)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java,
Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled
Code)
        at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java,
Compiled Code)
        at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java, Compiled
Code)
        at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled
Code)

Thanx

--
Hemant Jerath
Programmer Analyst-NGS
Organisation:9systems Inc.
Email:[EMAIL PROTECTED]
Tel:+91-161-510525-26
Direct:+91-161-510527

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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