You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/11/07 16:09:13 UTC

DO NOT REPLY [Bug 52148] New: Missing jars in catalina-tasks.xml

https://issues.apache.org/bugzilla/show_bug.cgi?id=52148

             Bug #: 52148
           Summary: Missing jars in catalina-tasks.xml
           Product: Tomcat 7
           Version: 7.0.22
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Packaging
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: volker.krebs@abas.de
    Classification: Unclassified


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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52148] Missing jars in catalina-tasks.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52148

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 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.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52148] Missing jars in catalina-tasks.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52148

--- Comment #1 from Volker Krebs <vo...@abas.de> 2011-11-07 15:10:58 UTC ---
It's like Bug 51621

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org