I use 2.3.3 (waiting for the upgrade ... )

Scott Stirling wrote:

Look at line 52 of your program.  It's the throw clause in the catch block.
I don't see constructor in the Servlet 2.1 API for creating a
ServletException while passing it just an Exception object.  There is such a
method in Servlet 2.2.  Are you using JRun 2.3.3 or 3.0?

Why not just catch the exception and do an e.printStackTrace() into the logs
for now?

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Antoine Oberlaender [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 07, 2000 1:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JINI ....
>
>
>
> --------------659CCC0EC334330B0E00ADCF
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> here is the log :
>
> {  javax.servlet.ServletException
>         at ImageServlet.doGet(ImageServlet.java:52)

[snip]

>      catch (Exception e)
>      {
>        throw new ServletException(e);
>      }
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
----------------------------------------------
Antoine Oberlaender
[EMAIL PROTECTED]

 Capella Technologies
 4208 St-Denis
 Montreal (Quebec)
 H2J 2K8

tel: (514) 849-1494
fax: (514) 849-9873
http://www.capella.org
 

Reply via email to