mapperListener.registerWrapper=Register Wrapper {0} in Context {1}
mapperListener.addMBeanListenerFail=Failed to add MBean notification listener for connector [{0}] in domain [{1}]. Adding Hosts, Contexts and Wrappers will not be visible to the connector.
mapperListener.removeMBeanListenerFail=Failed to remove MBean notification listener for connector [{0}] in domain [{1}]. This may result in a memory leak.
-mapperLister.lifecycleListenerFail=Failed to add Lifecycle listener to object [{0}]. Changes in the object state may not be correctly reflected in the mapper for connector [{1}] in domain [{2}].
+mapperListener.lifecycleListenerFail=Failed to add Lifecycle listener to object [{0}]. Changes in the object state may not be correctly reflected in the mapper for connector [{1}] in domain [{2}].
inputBuffer.streamClosed=Stream closed
new String[] {"org.apache.catalina.LifecycleListener"});
} catch (ReflectionException e) {
log.error(sm.getString(
- "mapperLister.lifecycleListenerFail", objectName,
+ "mapperListener.lifecycleListenerFail", objectName,
connector, domain), e);
} catch (MBeanException e) {
log.error(sm.getString(
- "mapperLister.lifecycleListenerFail", objectName,
+ "mapperListener.lifecycleListenerFail", objectName,
connector, domain), e);
} catch (InstanceNotFoundException e) {
log.error(sm.getString(
- "mapperLister.lifecycleListenerFail", objectName,
+ "mapperListener.lifecycleListenerFail", objectName,
connector, domain), e);
}
}