Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
authConfigFactoryImpl.load=Loading persistent provider registrations from [{0}]
authConfigFactoryImpl.nullContext=The provided context object must not be null
authConfigFactoryImpl.registerClass=Registering class [{0}] for layer [{1}] and application context [{2}]
authConfigFactoryImpl.registerInstance=Registering instance of type[{0}] for layer [{1}] and application context [{2}]
authConfigFactoryImpl.registerInstance=Registering instance of type [{0}] for layer [{1}] and application context [{2}]
authConfigFactoryImpl.unsupportedContextType=This implementation only supports contexts of type jakarta.servlet.ServletContext but the provided context was of type [{0}]
authConfigFactoryImpl.zeroLengthAppContext=A zero length application context name is not valid
authConfigFactoryImpl.zeroLengthMessageLayer=A zero length message layer name is not valid
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/connector/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coyoteRequest.attributeEvent=Exception thrown by attributes event listener
coyoteRequest.authenticate.ise=Cannot call authenticate() after the response has been committed
coyoteRequest.changeSessionId=Cannot change session ID. There is no session associated with this request.
coyoteRequest.chunkedPostTooLarge=Parameters were not parsed because the size of the posted data was too big. Because this request was a chunked request, it could not be processed further. Use the maxPostSize attribute of the connector to resolve this if the application should accept large POSTs.
coyoteRequest.deletePartFailed=Failed to deleted temporary file used for part [{0}]
coyoteRequest.deletePartFailed=Failed to delete temporary file used for part [{0}]
coyoteRequest.filterAsyncSupportUnknown=Unable to determine if any filters do not support async processing
coyoteRequest.getContextPath.ise=Unable to find match between the canonical context path [{0}] and the URI presented by the user agent [{1}]
coyoteRequest.getInputStream.ise=getReader() has already been called for this request
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/core/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ applicationContext.setSessionTracking.iae.ssl=The session tracking modes request
applicationContext.setSessionTracking.ise=The session tracking modes for context [{0}] cannot be set whilst the context is running

applicationDispatcher.allocateException=Allocate exception for servlet [{0}]
applicationDispatcher.customResponse=The response class [{0}] could not be unwraped to the Catalina response class and will be closed immediately after the forward
applicationDispatcher.customResponse=The response class [{0}] could not be unwrapped to the Catalina response class and will be closed immediately after the forward
applicationDispatcher.deallocateException=Deallocate exception for servlet [{0}]
applicationDispatcher.forward.ise=Cannot forward after response has been committed
applicationDispatcher.isUnavailable=Servlet [{0}] is currently unavailable
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/ha/deploy/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

farmWarDeployer.alreadyDeployed=webapp [{0}] are already deployed.
farmWarDeployer.alreadyDeployed=webapp [{0}] is already deployed.
farmWarDeployer.delete=Deleted [{0}] before the full file was received as the maxValidTime of [{1}] seconds has expired
farmWarDeployer.deleteFail=Failed to delete [{0}]
farmWarDeployer.deployEnd=Deployment from [{0}] finished.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ deltaRequest.removeUnable=Unable to remove element:
deltaRequest.showPrincipal=Principal [{0}] is set to session [{1}]
deltaRequest.ssid.mismatch=Session id mismatch, not executing the delta request
deltaRequest.ssid.null=Session Id is null for setSessionId
deltaRequest.wrongPrincipalClass=ClusterManager only support GenericPrincipal. Your realm used principal class [{0}].
deltaRequest.wrongPrincipalClass=ClusterManager only supports GenericPrincipal. Your realm used principal class [{0}].

deltaSession.notifying=Notifying cluster of session expiration: manager [{0}], primary [{1}], sessionId [{2}]
deltaSession.readSession=readObject() loading session [{0}]
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/ha/tcp/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ReplicationValve.resetDeltaRequest=Cluster is standalone: reset Session Request
ReplicationValve.send.failure=Unable to perform replication request.
ReplicationValve.send.invalid.failure=Unable to send session [id={0}] invalid message over cluster.
ReplicationValve.session.found=Context [{0}]: Found session [{1}] but it isn''t a ClusterSession.
ReplicationValve.session.indicator=Context [{0}]: Primarity of session [{1}] in request attribute [{2}] is [{3}].
ReplicationValve.session.indicator=Context [{0}]: Primary status of session [{1}] in request attribute [{2}] is [{3}].
ReplicationValve.session.invalid=Context [{0}]: Requested session [{1}] is invalid, removed or not replicated at this node.
ReplicationValve.stats=Average request time=[{0}] ms with cluster overhead time=[{1}] ms for [{2}] requests, [{3}] send requests, [{4}] cross context requests, and [{5}] filter requests (Total request=[{6}] ms, total cluster request=[{7}] ms).

Expand Down
4 changes: 2 additions & 2 deletions java/org/apache/catalina/loader/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ webappClassLoader.checkThreadLocalsForLeaksNull=The web application [{0}] create
webappClassLoader.checkThreadsHttpClient=Found HttpClient keep-alive thread using web application class loader. Fixed by switching thread to the parent class loader.
webappClassLoader.clearJdbc=The web application [{0}] registered the JDBC driver [{1}] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
webappClassLoader.clearObjectStreamClassCachesFail=Failed to clear soft references from ObjectStreamClass$Caches for web application [{0}]
webappClassLoader.clearRmi=Found RMI Target with stub class class [{0}] and value [{1}]. This RMI Target has been forcibly removed to prevent a memory leak.
webappClassLoader.clearRmi=Found RMI Target with stub class [{0}] and value [{1}]. This RMI Target has been forcibly removed to prevent a memory leak.
webappClassLoader.clearRmiFail=Failed to clear context class loader referenced from sun.rmi.transport.Target for web application [{0}]
webappClassLoader.clearRmiInfo=Failed to find class sun.rmi.transport.Target to clear context class loader for web application [{0}]. This is expected on non-Sun JVMs.
webappClassLoader.getThreadGroupError=Unable to obtain the parent for ThreadGroup [{0}]. It will not be possible to check all threads for potential memory leaks
Expand All @@ -45,7 +45,7 @@ webappClassLoader.readError=Resource read error: Could not load [{0}].
webappClassLoader.removeTransformer=Removed class file transformer [{0}] from web application [{1}].
webappClassLoader.resourceModified=Resource [{0}] has been modified. The last modified time was [{1}] and is now [{2}]
webappClassLoader.restrictedPackage=Security violation, attempt to use restricted class [{0}]
webappClassLoader.stackTrace=The web application [{0}] appears to have started a thread named [{1}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:{2}
webappClassLoader.stackTrace=The web application [{0}] appears to have started a thread named [{1}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:[{2}]
webappClassLoader.stackTraceRequestThread=The thread [{1}] of web application [{0}] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation. Stack trace of request processing thread:[{2}]
webappClassLoader.stopThreadFail=Failed to terminate thread named [{0}] for web application [{1}]
webappClassLoader.stopTimerThreadFail=Failed to terminate TimerThread named [{0}] for web application [{1}]
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/session/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ persistentManager.loading=Loading [{0}] persisted sessions
persistentManager.noStore=No Store configured, persistence disabled
persistentManager.removeError=Error removing session [{0}] from the store
persistentManager.serializeError=Error serializing Session [{0}]
persistentManager.storeClearError=Error clearning all sessions from the store
persistentManager.storeClearError=Error clearing all sessions from the store
persistentManager.storeKeysException=Unable to determine the list of session IDs for sessions in the session store, assuming that the store is empty
persistentManager.storeLoadError=Error swapping in sessions from the store
persistentManager.storeLoadKeysError=Error loading sessions keys from the store
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/startup/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contextConfig.init=ContextConfig: Initializing
contextConfig.inputStreamFile=Unable to process file [{0}] for annotations
contextConfig.inputStreamJar=Unable to process Jar entry [{0}] from Jar [{1}] for annotations
contextConfig.inputStreamWebResource=Unable to process web resource [{0}] for annotations
contextConfig.invalidSciHandlesTypes=Unable to load class [{0}] to check against the @HandlesTypes annotation of one or more ServletContentInitializers.
contextConfig.invalidSciHandlesTypes=Unable to load class [{0}] to check against the @HandlesTypes annotation of one or more ServletContainerInitializers.
contextConfig.jarFile=Unable to process Jar [{0}] for annotations
contextConfig.jspFile.error=JSP file [{0}] must start with a ''/''
contextConfig.jspFile.warning=WARNING: JSP file [{0}] must start with a ''/'' in Servlet 2.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contextConfig.init=ContextConfig: Inicializando
contextConfig.inputStreamFile=No puedo procesar el fichero [{0}] para las anotaciones
contextConfig.inputStreamJar=No puedo procesar la entrada de Jar [{0}] desde el Jar [{1}] para las anotaciones
contextConfig.inputStreamWebResource=Imposible procesar el recurso web [{0}] para anotaciones
contextConfig.invalidSciHandlesTypes=No puedo cargar la clase [{0}] para revisar contra la anotación @HandlesTypes de uno o más ServletContentInitializers.
contextConfig.invalidSciHandlesTypes=No puedo cargar la clase [{0}] para revisar contra la anotación @HandlesTypes de uno o más ServletContainerInitializers.
contextConfig.jspFile.error=El archivo JSP [{0}] debe de comenzar con ''/''
contextConfig.jspFile.warning=AVISO: El archivo JSP [{0}] debe de comenzar con ''/'' en Servlet 2.4
contextConfig.missingRealm=Algún reino (realm) no ha sido configurado para realizar la autenticación
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contextConfig.init=ContextConfig: 初期化中\n
contextConfig.inputStreamFile=ファイル [{0}] のアノテーションを処理できません
contextConfig.inputStreamJar=Jar [{1}] の Jar エントリ [{0}] のアノテーションを処理できません
contextConfig.inputStreamWebResource=Web リソース [{0}] のアノテーションを処理できません
contextConfig.invalidSciHandlesTypes=1つ以上のServletContentInitializersの@HandlesTypesアノテーションに対してチェックするためにクラス [{0}] をロードできません。
contextConfig.invalidSciHandlesTypes=1つ以上のServletContainerInitializerの@HandlesTypesアノテーションに対してチェックするためにクラス [{0}] をロードできません。
contextConfig.jarFile=Jar [{0}] のアノテーションを処理できません
contextConfig.jspFile.error=JSPファイル [{0}] は''/''で始まらなければいけません
contextConfig.jspFile.warning=警告: Servlet 2.4ではJSPファイル [{0}] は''/''で始まらなければいけません
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contextConfig.init=上下文配置: 正在初始化
contextConfig.inputStreamFile=无法为注解处理文件[{0}]
contextConfig.inputStreamJar=无法处理Jar实体[{0}]的注解,Jar:[{1}]
contextConfig.inputStreamWebResource=不能处理注释的Web资源[{0}]
contextConfig.invalidSciHandlesTypes=无法为核对一个或多个ServletContentInitializers的注解@HandlesTypes而加载类[{0}]
contextConfig.invalidSciHandlesTypes=无法为核对一个或多个ServletContainerInitializers的注解@HandlesTypes而加载类[{0}]
contextConfig.jarFile=无法处理Jar[{0}]的注解
contextConfig.jspFile.error=JSP文件[{0}]必须以''/''开头。
contextConfig.jspFile.warning=警告:在Servlet 2.4 中,JSP文件[{0}]必须以‘/’开头
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

domainFilterInterceptor.member.refused=Member [{0}] was refused to join cluster
domainFilterInterceptor.message.refused=Received message from cluster[{0}] was refused.
domainFilterInterceptor.message.refused=Received message from cluster [{0}] was refused.

encryptInterceptor.algorithm.required=Encryption algorithm is required, fully-specified e.g. AES/GCM/NoPadding
encryptInterceptor.algorithm.switch=The EncryptInterceptor is using the insecure algorithm [{0}]. It is recommended to switch to using AES/GCM/NoPadding.
Expand Down Expand Up @@ -78,16 +78,16 @@ staticMembershipInterceptor.no.pingInterceptor=There is no TcpPingInterceptor. T
staticMembershipInterceptor.sendLocalMember.failed=Local member notification failed.
staticMembershipInterceptor.sendShutdown.failed=Shutdown notification failed.

tcpFailureDetector.already.disappeared=Verification complete. Member already disappeared[{0}]
tcpFailureDetector.failureDetection.failed=Unable to perform failure detection check, assuming member down.[{0}]
tcpFailureDetector.already.disappeared=Verification complete. Member already disappeared [{0}]
tcpFailureDetector.failureDetection.failed=Unable to perform failure detection check, assuming member down. [{0}]
tcpFailureDetector.heartbeat.failed=Unable to perform heartbeat on the TcpFailureDetector.
tcpFailureDetector.member.disappeared=Verification complete. Member disappeared[{0}]
tcpFailureDetector.member.disappeared=Verification complete. Member disappeared [{0}]
tcpFailureDetector.memberDisappeared.verify=Received memberDisappeared[{0}] message. Will verify.
tcpFailureDetector.performBasicCheck.memberAdded=Member added, even though we weren''t notified:[{0}]
tcpFailureDetector.receivedPacket=Received a failure detector packet [{0}]
tcpFailureDetector.still.alive=Verification complete. Member still alive[{0}]
tcpFailureDetector.suspectMember.alive=Suspect member, confirmed alive.[{0}]
tcpFailureDetector.suspectMember.dead=Suspect member, confirmed dead.[{0}]
tcpFailureDetector.still.alive=Verification complete. Member still alive [{0}]
tcpFailureDetector.suspectMember.alive=Suspect member, confirmed alive. [{0}]
tcpFailureDetector.suspectMember.dead=Suspect member, confirmed dead. [{0}]

tcpPingInterceptor.ping.failed=Unable to send TCP ping.
tcpPingInterceptor.pingFailed.pingThread=Unable to send ping from TCP ping thread.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
jmxRegistry.no.domain=JMX domain is not specified
jmxRegistry.objectName.failed=The requested ObjectName [{0}] is not valid
jmxRegistry.registerJmx.failed=Failed to register object [{0}] with name [{1}]
jmxRegistry.registerJmx.notCompliant=The requested object[{0}] is not compliant with JMX specification
jmxRegistry.registerJmx.notCompliant=The requested object [{0}] is not compliant with JMX specification
jmxRegistry.unregisterJmx.failed=Failed to unregister MBean with name [{0}]
jmxRegistry.unregisterJmx.notFound=The requested ObjectName [{0}] has not been registered in the MBeanServer
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ McastService.parseTTL=Unable to parse TTL: [{0}]
McastService.payload=Unable to send payload update
McastService.stopFail=Unable to stop the mcast service, level: [{0}]

mcastService.exceed.maxPacketSize=Packet length[{0}] exceeds max packet size of [{1}] bytes.
mcastService.exceed.maxPacketSize=Packet length [{0}] exceeds max packet size of [{1}] bytes.
mcastService.missing.property=McastService:Required property [{0}] is missing.
mcastService.noStart=Multicast send is not started or enabled.

Expand Down Expand Up @@ -63,9 +63,9 @@ staticMember.invalid.host=Invalid host [{0}]
staticMember.invalid.uuidLength=UUID must be exactly 16 bytes, not:[{0}]

staticMembershipProvider.heartbeat.failed=Unable to send StaticMembershipProvider.ping message.
staticMembershipProvider.leftOver.ignored=Message[{0}] is ignored.
staticMembershipProvider.leftOver.ignored=Message [{0}] is ignored.
staticMembershipProvider.pingThread.failed=Unable to send ping.
staticMembershipProvider.replyRequest.ignored=Message[{0}] is ignored.
staticMembershipProvider.replyRequest.ignored=Message [{0}] is ignored.
staticMembershipProvider.startMembership.noReplies=Received 0 replies, probably a timeout.
staticMembershipProvider.stopMembership.sendFailed=Unable to send stop membership message.

Expand Down
4 changes: 2 additions & 2 deletions java/org/apache/catalina/tribes/tipis/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstractReplicatedMap.unable.deserialize.MapMessage=Unable to deserialize MapMes
abstractReplicatedMap.unable.diffObject=Unable to diff object. Will replicate the entire object instead.
abstractReplicatedMap.unable.get=Unable to replicate out data for an AbstractReplicatedMap.get operation
abstractReplicatedMap.unable.put=Unable to replicate out data for an AbstractReplicatedMap.put operation
abstractReplicatedMap.unable.relocate=Unable to relocate[{0}] to a new backup node
abstractReplicatedMap.unable.relocate=Unable to relocate [{0}] to a new backup node
abstractReplicatedMap.unable.remove=Unable to replicate out data for an AbstractReplicatedMap.remove operation
abstractReplicatedMap.unable.replicate=Unable to replicate data.
abstractReplicatedMap.unable.retrieve=Unable to retrieve remote object for key:[{0}]
Expand All @@ -53,5 +53,5 @@ mapMessage.deserialize.error.value=Failed to deserialize MapMessage value
replicatedMap.member.disappeared=Member[{0}] disappeared. Related map entries will be relocated to the new node.
replicatedMap.member.disappeared.unknown=Member[{0}] disappeared, but was not present in the map.
replicatedMap.relocate.complete=Relocation of map entries was complete in [{0}] ms.
replicatedMap.unable.relocate=Unable to relocate[{0}] to a new backup node
replicatedMap.unable.relocate=Unable to relocate [{0}] to a new backup node
replicatedMap.unableReplicate.completely=Unable to replicate backup key:[{0}]. Success nodes:[{1}]. Failed nodes:[{2}].
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nioReplicationTask.error.register.key=Error registering key for read:[{0}]
nioReplicationTask.exception.drainChannel=Exception caught in TcpReplicationThread.drainChannel.
nioReplicationTask.process.clusterMsg.failed=Processing of cluster message failed.
nioReplicationTask.unable.ack=Unable to send ACK back through channel, channel disconnected?: [{0}]
nioReplicationTask.unable.drainChannel.ioe=IOException in replication worker, unable to drain channel. Probable cause: Keep alive socket closed[{0}].
nioReplicationTask.unable.drainChannel.ioe=IOException in replication worker, unable to drain channel. Probable cause: Keep alive socket closed [{0}].

nioSender.already.connected=NioSender is already in connected state.
nioSender.datagram.already.established=Datagram channel has already been established. Connection might be in progress.
Expand Down
2 changes: 1 addition & 1 deletion java/org/apache/catalina/valves/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ parameterLimitValve.invalidLimits=Each limit configuration must contain either a
parameterLimitValve.invalidLine=Each line must contain at least one '=' character. Invalid line [{0}]
parameterLimitValve.noConfiguration=No configuration resource found [{0}]
parameterLimitValve.readConfiguration=Read configuration from [/WEB-INF/{0}]
parameterLimitValve.readError=Error reading configurationpatternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern
parameterLimitValve.readError=Error reading configuration

persistentValve.acquireFailed=The request for [{0}] did not obtain the per session Semaphore as no permit was available
persistentValve.acquireInterrupted=The request for [{0}] did not obtain the per session Semaphore as it was interrupted while waiting for a permit
Expand Down
Loading