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 2003/12/23 19:29:22 UTC

DO NOT REPLY [Bug 22328] - javax.management.ReflectionException: Cannot find method getClassName with this signature

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22328

javax.management.ReflectionException: Cannot find method getClassName with this signature

amyroh@apache.org changed:

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



------- Additional Comments From amyroh@apache.org  2003-12-23 18:29 -------
You need to add missing className property for AccessLogValve mbean description
in org.apache.catalina.mbeans.mbeans-descriptors.xml.

cvs diff -r 1.76 -r 1.77 mbeans-descriptors.xml (in directory
C:\jakarta\jakarta-tomcat-4.0\catalina\src\share\org\apache\catalina\mbeans\)
Index: mbeans-descriptors.xml
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -r1.76 -r1.77
9c9
<      $Id: mbeans-descriptors.xml,v 1.76 2003/07/08 23:12:51 funkman Exp $
---
>      $Id: mbeans-descriptors.xml,v 1.77 2003/08/19 00:43:09 amyroh Exp $
13,17c13,18
<   <mbean name="AccessLogValve"
<          description="Valve that generates a web server access log"
<          domain="Catalina"
<          group="Valve"
<          type="org.apache.catalina.valves.AccessLogValve">
---
>   <mbean	 name="AccessLogValve"
>   	    className="org.apache.catalina.mbeans.ClassNameMBean"
> 	  description="Valve that generates a web server access log"
>                domain="Catalina"
>                 group="Valve"
>                  type="org.apache.catalina.valves.AccessLogValve">
501a503
>          className="org.apache.catalina.mbeans.ClassNameMBean"

The recent builds should have the fix it them.  Please update.

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