You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/10/02 00:39:28 UTC

BugRat Report #188 has been filed.

Bug report #188 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/188>

REPORT #188 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2 b4
   JVM Release: 1.2.2
   Operating System: nt
   OS Release: 4.0
   Platform: window

Synopsis: 
cast exception in servletWrapper.service. 

Description:
An exception was raised in doInit() call. If the exception
is thrown and it is not an UnavailableException, the unavailable is casted to be an Exception. Later in service() call, the unavailable is casted to UnavailableException
which case cast exception.