Another possibility is to simply insert some try/catch blocks into your JSP.
You can use this to print out the stack trace of the exception - this may
give more information - or you can use this to simply narrow down the region

in which the error is occurring by printing an error message of some sort if

an exception is caught - the size of the region within the try can slowly be

decreased to isolate the specific piece of code that is causing the problem.

-AMT

> -----Original Message-----
> From: Naresh Thawani [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 26, 2000 12:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Unhandled Error!
>
>
> Simple Debuging Tip.
>  Test your page with a simple hello in body.
>         add code stepwise from backup copy and you know which piece is
> causing problem.
> may also depend on which version of jsp/websphere used
> -----Original Message-----
> From: Vaishali Joshi [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 26, 2000 1:05 PM
> To: [EMAIL PROTECTED]
> Subject: Unhandled Error!
>
>
> Hi All
> I am having a problem whenever I try to run JSP through web sphere.
> I am getting following message on the browser window:
>
> Unhandled error! You might want to consider having an error
> page to report
> such errors more gracefully
> com.sun.jsp.JspException: Compilation failed
> ----
> ---
>
> I am developing JSP file in Jdeveloper environment, and it
> runs fine within
> that env. , but as soon as I try to run it through websphere,
> I get this
> error. Any idea? Did anyone face similar problem? jDeveloper
> is running
> 1.1.8 and websphere is running 1.1.7. Do you think that might
> be causing
> this problem.
>
> Your answer is highly appreciated.
>
> thanks a million
>
> Vaishali
>
>
>
> ______________________________________________________________
> __________
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com

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

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

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