Author: kfujino Date: Mon Jun 6 06:43:59 2016 New Revision: 1746966 URL: http://svn.apache.org/viewvc?rev=1746966&view=rev Log: Fix error message when failed to register MBean.
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties?rev=1746966&r1=1746965&r2=1746966&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties (original) +++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties Mon Jun 6 06:43:59 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}] requestUtil.convertHexDigit.notHex=[{0}] is not a hexadecimal digit Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1746966&r1=1746965&r2=1746966&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Jun 6 06:43:59 2016 @@ -69,6 +69,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