DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35368>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35368

           Summary: CVS backups of removed jars prevent TldLocationsCache
                    from initializing
           Product: Tomcat 5
           Version: 5.5.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


When a jar file is removed from WEB-INF\lib using the CVS remove command.  A 
backup file is left in the directory named .#filename.removed.jar.  If the 
project is subsequently deployed and the jar backup remains in the WEB-INF\lib 
directory.  The following error occurs on JSP files that contain a <%@ 
taglib ... %> command...

SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: 
no !/ in spec
        at org.apache.jasper.compiler.TldLocationsCache.init
(TldLocationsCache.java:252)

The error gives little indication as to the cause of the problem.  Removing 
the .#filename.removed.jar from the WEB-INF/lib will correct the issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to