Bug 52148 - Missing jars in catalina-tasks.xml
Summary: Missing jars in catalina-tasks.xml
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Packaging (show other bugs)
Version: 7.0.22
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 15:09 UTC by Volker Krebs
Modified: 2011-11-08 23:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Krebs 2011-11-07 15:09:13 UTC
When importing catalina-task.xml and running the list task I get an
java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/B2CConverter

tomcat-coyote.jar is missing in the classpath.

Solution:
Add
<fileset file="${catalina.home}/lib/tomcat-coyote.jar"/>
to taskdef classpath in catalina-task.xml
Comment 1 Volker Krebs 2011-11-07 15:10:58 UTC
It's like Bug 51621
Comment 2 Mark Thomas 2011-11-08 23:05:41 UTC
Thanks for the report. This has been fixed in trunk and 7.0.x and will be included in 7.0.23 onwards.