Author: kfujino Date: Mon Jun 6 06:41:25 2016 New Revision: 1746965 URL: http://svn.apache.org/viewvc?rev=1746965&view=rev Log: Fix error message when failed to register MBean.
Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/LocalStrings.properties tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/LocalStrings.properties?rev=1746965&r1=1746964&r2=1746965&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/LocalStrings.properties (original) +++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/LocalStrings.properties Mon Jun 6 06:41:25 2016 @@ -35,7 +35,7 @@ lifecycleBase.invalidTransition=An inval lifecycleBase.setState=Setting state for [{0}] to [{1}] lifecycleBase.startFail=Failed to start component [{0}] lifecycleBase.stopFail=Failed to stop component [{0}] -lifecycleMBeanBase.registerFail=Failed to register object [{0}] with name [{0}] during component initialisation +lifecycleMBeanBase.registerFail=Failed to register object [{0}] with name [{1}] during component initialisation lifecycleMBeanBase.unregisterFail=Failed to unregister MBean with name [{0}] during component destruction lifecycleMBeanBase.unregisterNoServer=No MBean server was available to unregister the MBean [{0}] SecurityUtil.doAsPrivilege=An exception occurs when running the PrivilegedExceptionAction block. Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1746965&r1=1746964&r2=1746965&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Mon Jun 6 06:41:25 2016 @@ -76,6 +76,9 @@ from JAR manifests. Log errors at debug level due to many bad libraries. (remm) </fix> + <fix> + Fix error message when failed to register MBean. (kfujino) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org