|
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 2 | +# contributor license agreements. See the NOTICE file distributed with |
| 3 | +# this work for additional information regarding copyright ownership. |
| 4 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 5 | +# (the "License"); you may not use this file except in compliance with |
| 6 | +# the License. You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | + |
| 16 | +applicationSession.session.ise=invalid session state |
| 17 | +applicationSession.value.iae=null value |
| 18 | +fileStore.saving=Saving Session {0} to file {1} |
| 19 | +fileStore.loading=Loading Session {0} from file {1} |
| 20 | +fileStore.removing=Removing Session {0} at file {1} |
| 21 | +fileStore.deleteFailed=Unable to delete file [{0}] which is preventing the creation of the session storage location |
| 22 | +fileStore.createFailed=Unable to create directory [{0}] for the storage of session data |
| 23 | +JDBCStore.close=Exception closing database connection {0} |
| 24 | +JDBCStore.saving=Saving Session {0} to database {1} |
| 25 | +JDBCStore.loading=Loading Session {0} from database {1} |
| 26 | +JDBCStore.removing=Removing Session {0} at database {1} |
| 27 | +JDBCStore.SQLException=SQL Error {0} |
| 28 | +serverSession.value.iae=null value |
| 29 | +sessionManagerImpl.createRandom=Created random number generator for session ID generation in {0}ms. |
| 30 | +sessionManagerImpl.createSession.tmase=createSession: Too many active sessions |
| 31 | +sessionManagerImpl.sessionTimeout=Invalid session timeout setting {0} |
| 32 | +sessionManagerImpl.getSession.ise=getSession: Session id cannot be null |
| 33 | +sessionManagerImpl.expireException=processsExpire: Exception during session expiration |
| 34 | +sessionManagerImpl.loading=Loading persisted sessions from {0} |
| 35 | +sessionManagerImpl.loading.cnfe=ClassNotFoundException while loading persisted sessions: {0} |
| 36 | +sessionManagerImpl.loading.ioe=IOException while loading persisted sessions: {0} |
| 37 | +sessionManagerImpl.unloading=Saving persisted sessions to {0} |
| 38 | +sessionManagerImpl.unloading.debug=Unloading persisted sessions |
| 39 | +sessionManagerImpl.unloading.ioe=IOException while saving persisted sessions: {0} |
| 40 | +sessionManagerImpl.unloading.nosessions=No persisted sessions to unload |
| 41 | +sessionManagerImpl.managerLoad=Exception loading sessions from persistent storage |
| 42 | +sessionManagerImpl.managerUnload=Exception unloading sessions to persistent storage |
| 43 | +sessionManagerImpl.createSession.ise=createSession: Session id cannot be null |
| 44 | +sessionImpl.attributeEvent=Session attribute event listener threw exception |
| 45 | +sessionImpl.bindingEvent=Session binding event listener threw exception |
| 46 | +sessionImpl.invalidate.ise=invalidate: Session already invalidated |
| 47 | +sessionImpl.isNew.ise=isNew: Session already invalidated |
| 48 | +sessionImpl.getAttribute.ise=getAttribute: Session already invalidated |
| 49 | +sessionImpl.getAttributeNames.ise=getAttributeNames: Session already invalidated |
| 50 | +sessionImpl.getCreationTime.ise=getCreationTime: Session already invalidated |
| 51 | +sessionImpl.getThisAccessedTime.ise=getThisAccessedTime: Session already invalidated |
| 52 | +sessionImpl.getLastAccessedTime.ise=getLastAccessedTime: Session already invalidated |
| 53 | +sessionImpl.getId.ise=getId: Session already invalidated |
| 54 | +sessionImpl.getMaxInactiveInterval.ise=getMaxInactiveInterval: Session already invalidated |
| 55 | +sessionImpl.getValueNames.ise=getValueNames: Session already invalidated |
| 56 | +sessionImpl.logoutfail=Exception logging out user when expiring session |
| 57 | +sessionImpl.notSerializable=Cannot serialize session attribute {0} for session {1} |
| 58 | +sessionImpl.removeAttribute.ise=removeAttribute: Session already invalidated |
| 59 | +sessionImpl.sessionEvent=Session event listener threw exception |
| 60 | +sessionImpl.setAttribute.iae=setAttribute: Non-serializable attribute {0} |
| 61 | +sessionImpl.setAttribute.ise=setAttribute: Session [{0}] has already been invalidated |
| 62 | +sessionImpl.setAttribute.namenull=setAttribute: name parameter cannot be null |
| 63 | +sessionImpl.sessionCreated=Created Session id = {0} |
| 64 | +persistentManager.loading=Loading {0} persisted sessions |
| 65 | +persistentManager.unloading=Saving {0} persisted sessions |
| 66 | +persistentManager.expiring=Expiring {0} sessions before saving them |
| 67 | +persistentManager.deserializeError=Error deserializing Session {0}: {1} |
| 68 | +persistentManager.serializeError=Error serializing Session {0}: {1} |
| 69 | +persistentManager.swapMaxIdle=Swapping session {0} to Store, idle for {1} seconds |
| 70 | +persistentManager.backupMaxIdle=Backing up session {0} to Store, idle for {1} seconds |
| 71 | +persistentManager.backupException=Exception occurred when backing up Session {0}: {1} |
| 72 | +persistentManager.tooManyActive=Too many active sessions, {0}, looking for idle sessions to swap out |
| 73 | +persistentManager.swapTooManyActive=Swapping out session {0}, idle for {1} seconds too many sessions active |
| 74 | +persistentManager.processSwaps=Checking for sessions to swap out, {0} active sessions in memory |
| 75 | +persistentManager.activeSession=Session {0} has been idle for {1} seconds |
| 76 | +persistentManager.swapIn=Swapping session {0} in from Store |
| 77 | +persistentManager.swapInException=Exception in the Store during swapIn: {0} |
| 78 | +persistentManager.swapInInvalid=Swapped session {0} is invalid |
| 79 | +persistentManager.storeKeysException=Unable to determine the list of session IDs for sessions in the session store, assuming that the store is empty |
| 80 | +persistentManager.storeSizeException=Unable to determine the number of sessions in the session store, assuming that the store is empty |
0 commit comments