Hello.
I am working with JRun 3.0 on Windows NT with Apache.

While trying to `new' an object I get the following run time exception:

JSP Page threw a non-Exception Throwable

The object that I am creating an instance of has a pretty deep stack and
3 additional classes will be created in the constructor call.

What I find interesting about it is that the exception does not appear
to originate in the constructor of the object that I am newing ( Order
myOrder = new Order(dataBaseObject, errorObject););

Here is the stack trace:

Error Message is: JSP Page threw a non-Exception Throwable.

Thanks.

Stack Trace is :
javax.servlet.ServletException: JSP Page threw a non-Exception
Throwable.
 at
jrun__order_detail2ejsp11._jspService(jrun__order_detail2ejsp11.java,
Compiled Code)
 at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
 at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
 at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
 at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)

 at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:175)
 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.jrpp.ProxyEndpoint.run(ProxyEndpoint.java, Compiled
Code)
 at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
 at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

===========================================================================
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