home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F26842_personalization.properties < prev    next >
Text File  |  2000-07-30  |  11KB  |  114 lines

  1. SessionContext.stopThreadsError=SessionContext:couldn't stop invalidation thread
  2. SessionContext.getLocalHostError=SessionContext:got unknown host exception
  3. SessionContext.interruptedReaperThreadError=SessionContext:the invalidation thread was interrupted by the JVM
  4. SessionContext.invalidatorError=SessionContext: an exception occured while running the invalidator thread
  5. SessionContext.initializeError=SessionContext: error with configuration parameters
  6. SessionContext.securCfgErr=SessionContext: error getting WebSphere security enablement status
  7. SessionContext.securAuthErr=SessionContext:  error getting authenticated identity from WebSphere security
  8. SessionContext.createWhenStop=SessionContext: an attempt to create a session while WebSphere Session Manager was turned off was made
  9. SessionContext.allocSessErr=SessionContext: a problem occurred while allocating a session object
  10. SessionContext.accessWhenStop=SessionContext: an attempt to access a session while WebSphere Session Manager was turned off was made
  11. SessionContext.unauthAccess=SessionContext: a user authenticated as {0} has attempted to access a session owned by {1}
  12.  
  13. SessionData.epmCreateError=SessionData: an error occurred trying to update the WebSphere Performance Monitor statistics for session creation
  14. SessionData.epmAccessError=SessionData: an error occurred trying to update the WebSphere Performance Monitor statistics for session activity
  15. SessionData.epmLifeError=SessionData: an error occurred trying to update the WebSphere Performance Monitor statistics for session lifetime
  16.  
  17. DatabaseSessionContext.paramError=DatabaseSessionContext:initalizeParameters - problem access configuration parameters
  18. DatabaseSessionContext.invalidateError=DatabaseSessionContext:processInvalidList - problem invalidating session
  19. DatabaseSessionContext.createTableError=DatabaseSessionContext:createSessionTable - problem creating a table for sessions
  20.  
  21. DatabaseSessionData.getCreateErr=DatabaseSessionData:  a problem occurred reading the creation time field from the database
  22. DatabaseSessionData.getMaxInactErr=DatabaseSessionData:  a problem occurred reading the maximum inactive interval field from the database
  23. DatabaseSessionData.getAppNameErr=DatabaseSessionData:  a problem occurred reading the application name field from the database
  24. DatabaseSessionData.getUserErr=DatabaseSessionData:  a problem occurred reading the user name field from the database
  25. DatabaseSessionData.fillAppErr=DatabaseSessionData:  a problem occurred reading the user defined application data from the database
  26. DatabaseSessionData.checkListErr=DatabaseSessionData:  a problem occurred processing HttpSessionBindingListeners stored in the database
  27. DatabaseSessionData.listCntErr=DatabaseSessionData:  a problem occurred reading the listener count field from the database
  28.  
  29. EJBSessionData.nullBeanRef=EJBSessionData: the entity bean reference could not be obtained
  30. EJBSessionData.appDataEJBErr=EJBSessionData: a problem occurred obtaining the session application data from the EJS
  31. EJBSessionData.remEJBErr=EJBSessionData: a problem occurred removing a session via the EJS
  32. EJBSessionData.strtTransErr=EJBSessionData: a problem occurred starting a session transaction
  33. EJBSessionData.endTransErr=EJBSessionData: a problem occurred ending a session transaction
  34. EJBSessionData.getTransErr=EJBSessionData: a problem occurred obtaining a session transaction
  35. EJBSessionData.createEJSErr=EJBSessionData: a problem occurred creating a new session in the EJS
  36. EJBSessionData.cntEJSErr=EJBSessionData: a problem occurred getting the listener count for a session from the EJS
  37. EJBSessionData.appEJSErr=EJBSessionData: a problem occurred getting the application name for a session from the EJS
  38. EJBSessionData.lckEJSErr=EJBSessionData: a problem occurred locking a session in the EJS
  39. EJBSessionData.crTmEJSErr=EJBSessionData: a problem occurred getting the create time for a session from the EJS
  40. EJBSessionData.setMaxEJSErr=EJBSessionData: a problem occurred setting the maximum inactive interval for a session in the EJS
  41. EJBSessionData.getUsrEJSErr=EJBSessionData: a problem occurred getting the user name for a session from the EJS
  42.  
  43.  
  44. BackedHashtable.reaperErrorBH=BackedHashtable:setUpDBAccess - problem establishing connection for the invalidator thread
  45. BackedHashtable.removeSessionsError=BackedHashtable:removeSessions - database error 
  46. BackedHashtable.doInvalidationsError=BackedHashtable:doInvalidations - database error
  47. BackedHashtable.pollForInvalidsError=BackedHashtable:pollForInvalids - database error
  48. BackedHashtable.finderError=BackedHashtable:finder - database error
  49. BackedHashtable.fillHashtableFromDBError=BackedHashtable:fillHashtableFromDB - database error
  50. BackedHashtable.getConnectionError=BackedHashtable:getConnection - database error
  51. BackedHashtable.selectAndLockError=BackedHashtable:selectAndLock - database error
  52. BackedHashtable.ejbLoadError=BackedHashtable:ejbLoad - database error
  53. BackedHashtable.commonSetupError=BackedHashtable:commonSetup - problem streaming object
  54. BackedHashtable.unlockSessionError=BackedHashtable:unlockSession - database error
  55. BackedHashtable.ejbStoreError=BackedHashtable:ejbStore - database error
  56. BackedHashtable.ejbCreateError=BackedHashtable:ejbCreate - database error
  57. BackedHashtable.containsKeyError=BackedHashtable:containsKey - database error
  58. BackedHashtable.dataSrcErr=BackedHashtable: problem obtaining the configured datasource
  59. BackedHashtable.closeConErr=BackedHashtable: problem closing a connection
  60. BackedHashtable.getValueErrBH=BackedHashtable: problem occurred reading in a single object of the application data for a session from the database
  61. BackedHashtable.getWrapBH=BackedHashtable: problem occured allocating a session object
  62. BackedHashtable.getLckErr=BackedHashtable: problem getting the database row lock
  63. BackedHashtable.swtColErr=BackedHashtable: problem switching which database column the application data resides
  64. BackedHashtable.asynUpErr=BackedHashtable: problem sending asynchronous last access updates to the database
  65. BackedHashtable.tooManyErr=BackedHashtable: an attempt to store more than the maximum allowed amount of in memory sessions was made
  66. BackedHashtable.reloadErr=BackedHashtable: an database error occurred trying to clean up sessions after a web application reload
  67.  
  68.  
  69. BackedHashtableMR.fillAppDBMRErr=BackedHashtableMR: database error in fileAppData
  70. BackedHashtableMR.propHitErr=BackedHashtableMR: a problem storing application data changes to the database
  71. BackedHashtableMR.createErrMR=BackedHashtableMR: a problem occurred inserting a new session into the database
  72.  
  73. BackedHashtableSE.getSessEJSErr=BackedHashtableSE: a problem occurred getting a session from the EJS
  74. BackedHashtableSE.getHomeEJSErr=BackedHashtableSE: a problem occurred getting a EJB home reference for sessions from the EJS
  75. BackedHashtableSE.storeSessEJSErr=BackedHashtableSE: a problem occurred storing a session in the EJS
  76.  
  77. SessionContextRegistry.AOErr=SessionContextRegistry: a problem occurred processing a configuration from the session active object
  78. SessionContextRegistry.XMLErr=SessionContextRegistry: a problem occurred processing a configuration from the session xml configuration file
  79. SessionContextRegistry.EPMErr=SessionContextRegistry: a problem occurred creating the session EPM instrumentation
  80. SessionContextRegistry.CTXErr=SessionContextRegistry: a problem occurred creating a session context
  81. SessionContextRegistry.modeSwtchErr=SessionContextRegistry: an attempt to change the Session Manager mode between memory-only and persistent without restarting the server was made - this is not allowed
  82.  
  83. UserProfileManager.managerNotInitializedError=UserProfileManager - UserProfile not Enabled
  84. UserProfileManager.managerClassLoadError=UserProfileManager - Error initializing specified classes
  85. UserProfileManager.managerActiveObjectError=UserProfileManager - Error while initializing from Active Object
  86. UserProfileManager.managerXMLError =UserProfileManager - Error while getting properties from XML
  87. UserProfileManager.managerAddUserProfileError=UserProfileManager - User {0} already exists
  88. UserProfileManager.managerLoadWrapperClassError=UserProfileManager - Error initializing DataWrapper class
  89. UserProfileManager.managerManagerBeanError=UserProfileManager - Error while accessing Manager Bean
  90. UserProfileManager.managerFindError=UserProfileManager - Unable to find {0}
  91. UserProfileManager.managerFindByError=UserProfileManager - Unable to find userprofiles by {0}
  92. UserProfileManager.managerRemoveError=UserProfileManager - Error removing user {0}
  93. UserProfileManager.managerNewColumnsError=UserProfileManager - Error while getting new Columns from extended class {0}
  94.  
  95. UPManagerBean.managerBeanInitializeError=UPManagerBean - Error initializing classes/methods specified
  96. UPManagerBean.managerBeanFindByError=UPManagerBean - Error in finding by {0}
  97. UPManagerBean.managerBeanFindError=UPManagerBean - Error in finding userprofile by {0}
  98. UPManagerBean.managerBeanAddError=UPManagerBean - Error in Adding user {0}
  99. UPManagerBean.managerBeanReadHomeError=UPManagerBean - Error in getting Read Only Bean Home
  100. UPManagerBean.managerBeanWriteHomeError=UPManagerBean - Error in getting Read Write Bean Home
  101. UPManagerBean.managerBeanContextError=UPManagerBean - Error in Getting IntialContext
  102.  
  103. EJSJDBCPersisterUP_ReadOnlyBean.readOnlyBeanCreateTableError=EJSJDBCPersisterUP_ReadOnlyBean - Error Creating table
  104. EJSJDBCPersisterUP_ReadOnlyBean.readOnlyBeanAlterTableError=EJSJDBCPersisterUP_ReadOnlyBean - Error altering table
  105. EJSJDBCPersisterUP_ReadOnlyBean.readOnlyBeanGetterMethodError=EJSJDBCPersisterUP_ReadOnlyBean - Error invoking get method for object {0} on result set
  106. EJSJDBCPersisterUP_ReadOnlyBean.readOnlyBeanSetterMethodError=EJSJDBCPersisterUP_ReadOnlyBean - Error invoking set method for object {0} on prepared statement
  107.  
  108. EJSJDBCPersisterUP_ReadWriteBean.readWriteBeanCreateTableError=EJSJDBCPersisterUP_ReadWriteBean - Error Creating table
  109. EJSJDBCPersisterUP_ReadWriteBean.readWriteBeanAlterTableError=EJSJDBCPersisterUP_ReadWriteBean - Error altering table
  110. EJSJDBCPersisterUP_ReadWriteBean.readWriteBeanGetterMethodError=EJSJDBCPersisterUP_ReadWriteBean - Error invoking get method for object {0} on result set
  111. EJSJDBCPersisterUP_ReadWriteBean.readWriteBeanSetterMethodError=EJSJDBCPersisterUP_ReadWriteBean - Error invoking set method for object {0} on prepared statement
  112.  
  113. MemorySessionContext.lockAndReturnOflowError=MemorySessionContextlockAndReturn:lockAndReturn - too many concurrent accesses for a given session {0} has exceed the JVM capacity
  114.