NVCH
The next table lists all error codes related to the Navajo cache (legacy session management).
Major | Minor | Message | Details |
---|---|---|---|
NVCH | 0001 | cleanup of NavajoSSLCache failed | Contact support. |
0002 | max size overflow, check config 'SSLCache:maxEntrySize. HINT: set attributte 'maxEntrySize' in the tag 'SSLCache' | Check your configuration (in the navajo.xml file). | |
0003 | Reached maximal number of ssl-sessions. HINT: increase attributte 'maxEntries' in the tag 'SSLCache' or lower the attribute(s) 'maxInactiveInterval' | Check your configuration (in the navajo.xml file). | |
0004 | cleanup of NavajoHttpSessionEntries failed | Contact support. | |
0005 | Throwable caught while getting an attribute | Contact support. | |
0006 | Throwable caught while getting an attribute name | Contact support. | |
0007 | The maximal number of attributes has been reached. HINT: increase attribute 'maxAttributes' in the tag 'HttpSession' | Check your configuration (in the navajo.xml file). | |
0008 | OutOfMemoryError while adding an attribute. HINT: increase attributte 'maxEntrySize' in the tag 'HttpSession' | Check your configuration (in the navajo.xml file). | |
0009 | Throwable caught while setting an attribute | Contact support. | |
0010 | Throwable caught while removing an attribute | Contact support. | |
0011 | hard reset failed | Contact support. You may have to restart the proxy. | |
0012 | destroying obj failed | Contact support. | |
0013 | clearing an entry failed | Contact support. | |
0014 | cleanup of NavajoHttpSessionCache failed | Contact support. | |
0015 | entry not found in cache --> hardReset | Contact support. | |
0016 | entry illegal --> hardReset | Contact support. | |
0017 | illegal entry state | Contact support. | |
0018 | changed clientType. HINT: set attribute 'clientTypeCheck' in the tag 'HttpSession' to 'false' (e.g. for Applet handover scenarios) | Check your configuration (in the navajo.xml file). | |
0019 | Throwable caught while getting a session | Contact support. | |
0020 | max.session overflow, check config 'HttpSession:maxEntries' ! HINT: increase attribute 'maxEntries' in the tag 'HttpSessionCache' or lower the attribute(s) 'maxInactiveInterval' | Check your configuration (in the navajo.xml file). | |
0021 | duplicated id generated | Contact support. | |
0022 | illegal entry lock | Contact support. | |
0023 | Throwable caught while adding a session | Contact support. | |
0024 | Throwable caught while getting the ids | Contact support. | |
0025 | corrupted entry while getting statistics | Contact support. | |
0026 | Could not lock entry | Contact support. | |
0027 | corrupted entry while removing a session | Contact support. | |
0028 | Throwable caught while removing a session | Contact support. | |
0029 | corrupted entry while collecting the invalid entries | Contact support. | |
0030 | Throwable caught while collecting the invalid entries | Contact support. | |
0031 | resetting entry failed | Contact support. | |
0032 | resetting virtual entry failed | Contact support. | |
0033 | re-adding entry failed (already contained) | Contact support. | |
0034 | re-adding entry failed | Check the log file for further details. Contact support. | |
0035 | removing entry failed | Contact support. | |
0036 | removing virtual entry failed | Contact support. | |
0037 | cleanup of NavajoCookieCache failed | Contact support. | |
0038 | randomSize too small, minimum is 24 | Check your configuration (in the navajo.xml file). | |
0039 | CookieCache with 'domain' configuration only valid within 'Engine' | Check your configuration (in the navajo.xml file). | |
0040 | signerCert or signerKey is invalid | Check your configuration (in the navajo.xml file). | |
0041 | signerKey='%s' and secretKey='%s' configuration is invalid. Only one of the two is allowed to be configured. | Check your configuration (in the navajo.xml file). | |
0042 | Could not create and check a dummy cookie. | Check the log file for further details. Contact support. | |
0043 | signerCert and signerKey is invalid: signing and verifying a cookie failed. | Check the log file for further details. Contact support. | |
0044 | signerCert and signerKey is invalid: encrypting and decrypting a cookie failed. | Check the log file for further details. Contact support. | |
0045 | The ipaddress (%s) of the frontend of the current request does not match the ipaddress (%s) of the previous request with the same cookie. HINT: set attribute 'checkIP' in the tag 'CookieCache to 'false' | Check the log file for further details. Check your configuration (in the navajo.xml file). | |
0046 | Reached maximal number of cookie-sessions. HINT: increase attribute 'maxEntries' in the tag 'CookieCache' or lower the attribute(s) 'maxInactiveInterval' | Check your configuration (in the navajo.xml file). | |
0047 | cleanup of NavajoConsumedIdentCache failed | Contact support. | |
0048 | cleanup of NavajoClientIdentCacheEntry failed | Contact support. | |
0049 | IP address do not fit into local cache | Contact support. | |
0050 | cleanup of NavajoClientIdentCache failed | Contact support. | |
0051 | illegal config: maxInactiveInterval or maxLifetime is invalid | Check your configuration (in the navajo.xml file). | |
0052 | unsupported pass in the NavajoClientIdentCache | Contact support. | |
0053 | corrupted HashMap/key-generation aborting | Contact support. | |
0054 | corrupted HashMap aborting | Contact support. | |
0055 | corrupted entry aborting | Contact support. | |
0056 | entry not found in cache --> hardReset | Contact support. | |
0057 | entry illegal --> hardReset | Contact support. | |
0058 | Throwable caught while removing a cache-entry | Contact support. | |
0059 | Throwable caught while removing a cache-session-entry | Contact support. | |
0060 | entry already stored | Contact support. | |
0061 | Throwable caught while binding an entry | Contact support. | |
0062 | Throwable caught while unbinding an entry | Contact support. | |
0063 | Throwable caught while getting a session id | Contact support. | |
0064 | illegal entry pushed | Contact support. | |
0065 | Throwable caught while syncronising the caches | Contact support. | |
0066 | a listener/voter has not been invoked | Contact support. | |
0067 | sending unbound event failed | Contact support. | |
0068 | invoking attribute-listener failed | Contact support. | |
0069 | invoking session-listener failed | Contact support. | |
0070 | invoking session-voter failed | Contact support. | |
0071 | cleanup of NavajoIDGenerator failed | Contact support. | |
0072 | invalid cookie has no signature | The frontend sent a cookie without a signature. The user may have to log in again. | |
0073 | could not verify cookie | The frontend sent a cookie that could not be verified. The user may have to log in again. | |
0074 | invalid cookie | The frontend sent an invalid cookie. Check the log file for further details. The user may have to log in again. | |
0075 | Decrypted data did not have expected format | Some parts of the encrypted data could not be decrypted. Check the log file for further details. Contact support. | |
0076 | session unlock() on cleanup failed | Check the log for further details. Contact support. | |
0077 | unlock() on cleanup failed | Check the log for further details. Contact support. | |
0078 | session unlock() on invalidate failed | Check the log for further details. Contact support. | |
0079 | invalidateVirtualSessions() on invalidate failed | Check the log for further details. Contact support. | |
0080 | removeHttpSession() on invalidate failed | Check the log for further details. Contact support. | |
0081 | unlock() on invalidate failed | Check the log for further details. Contact support. | |
0082 | sending 'unbound' event failed | Check the log for further details. Contact support. | |
0083 | invoking attribute-listener failed | Check the log for further details. Contact support. | |
0084 | unsupported pass in NavajoSSLCache | Contact support. | |
0085 | not supported clientID. Hint: ch.nevis.isiweb4.filter.auth.ExclusiveSessionLock=false must be set in bc.properties when using remote cache | Check your configuration (in the bc.properties file). | |
0086 | invalid class | Contact support. | |
0087 | class does not implement bc::io::Externalizable | Contact support. | |
0088 | externalize failed | Contact support. | |
0089 | size overlimits m_maxEntriesSize | Check your configuration (in the navajo.xml file). | |
0090 | class does not implement bc::io::Externalizable. HINT: different server versions? | Instances that use the same remote cache must also use a nevisProxy with the same minor version. Check if this is the case. | |
0091 | loaded class, buffer not completely consumed | Instances that use the same remote cache must also use a nevisProxy with the same minor version. Check if this is the case. | |
0092 | ClassNotFoundException caught. HINT: different server configuration? | Instances that use the same remote cache must also use a nevisProxy with the same minor version. Check if this is the case. | |
0093 | Exception caught. | Contact support. | |
0094 | cleanup of NavajoHttpSessionCache failed. | Contact support. | |
0095 | unsupported pass in NavajoHttpSessionCache | Contact support. | |
0096 | entry illegal in the remote cache | Contact support. | |
0097 | changed clientType. HINT: set attribute 'clientTypeCheck' in the tag 'RemoteHttpSession' to 'false' (e.g. for Applet handover scenarios). | Check your configuration (in the navajo.xml file). | |
0098 | internalizing failed | Contact support. | |
0099 | getting a session in the remote store failed | Check the log file for more information. Contact support. | |
0100 | could not create a new entry | Contact support. | |
0101 | adding a session in the remote store failed | Check the log file for more information. Contact support. | |
0102 | removing a session from the remote store failed | Check the log file for more information. Contact support. | |
0103 | writing in the remote store failed | Check the log file for more information. Contact support. | |
0104 | collecting failed | Check the log file for more information. Contact support. | |
0105 | cleaning the cache failed | Check the log file for more information. Contact support. | |
0106 | virtual sessions are not supported for this remote cache | The configured remote cache does not support virtual sessions. Either use a remote cache that does support virtual sessions, or switch to the Dynamic Session Engine and use the custom-based SessionManagementFilter instead of the deprecated VirtualSessionFilter. | |
0107 | cleanup of NavajoClientIdentCache failed. | Contact support. | |
0108 | invalid config maxInactiveInterval/maxLifetime. | Check your configuration (in particular, the remote cache in the navajo.xml file). | |
0109 | unsupported pass in NavajoClientIdentCache. | Contact support. | |
0110 | getting an entry from remote cache failed. | Check the log file for more information. Contact support. | |
0111 | randomSize too small, minimum is 24 | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0112 | CookieCache with 'domain' configuration only valid within 'Engine' | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0113 | signerCert/signerKey is invalid | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0114 | signerCert/signerKey is invalid. Only one of the two is allowed to be configured | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0115 | Could not create and check a dummy cookie | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0116 | signerCert=/signerKey is invalid: signing and verifying a cookie failed | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0117 | unsupported pass in NavajoCookieCache. | Contact support. | |
0118 | secretKey is invalid: encrypting and decrypting a cookie failed | Check your configuration (in particular, the RemoteCookieCache in the navajo.xml file). | |
0119 | The IP-address (%s) of the frontend of the current request does not match the IP-address (%s) of the previous request with the same cookie. HINT: set attribute 'checkIP' in the tag 'RemoteCookieCache to 'false' | Check the log file for further details. Check also your configuration (in the navajo.xml file). | |
0120 | Could not execute statement | An SQL statement related to the VirtualSessionFilter could not be executed. See the log file for further information. | |
0121 | Virtual Session Support is not active. To activate it, execute the following SQL-statement on your database:' ALTER table %s ADD COLUMN PARENT_ID VARCHAR(255), ADD COLUMN OWNER_ID VARCHAR(255), ADD COLUMN IS_VIRTUAL integer(1); | Execute the SQL command as described in the message. Keep in mind that the VirtualSessionFilter will soon be deprecated and replaced by the custom-based SessionManagentFilter. | |
0122 | the VirtualSession with the id='%s' could not be created | Check the log file for further details. | |
0123 | unexpected entry | Contact support. | |
0124 | could not get any entries from database | Contact support. | |
0125 | Too many entries returned from database | Contact support. | |
0126 | illegal row='<null> ' when writing an entry to the database | Contact support. | |
0127 | could not write ID into database | Contact support. | |
0128 | illegal row='<null> ' when removing an entry from the database | Contact support. | |
0129 | could not delete ID from database | Contact support. | |
0130 | illegal row='<null> ' when marking an entry in the database | Contact support. | |
0131 | could not mark ID in database | Contact support. | |
0132 | Could not execute statement when getting the IDs | The SQL statement to get the session IDs could not be executed. See the log file for further information. | |
0133 | Internal Error: Received more entries than expected | Contact support. | |
0134 | could not read cfg-value in database | Check whether all required configuration fields in the configuration table of the MySQL-based legacy session management have been defined. | |
0135 | Too many entries returned for cfg-value | Contact support. | |
0136 | unexpected byte. A NULL-Byte was expected. | Contact support. | |
0137 | could not get any entries from database. | Contact support. | |
0138 | Too many entries returned from database. | Contact support. | |
0139 | could not create ID into database while writing a string. | Contact support. | |
0140 | could not create ID into database while creating a virtual session. | Contact support. | |
0141 | Buffer Size too small. Increase the size of the DATA columns in the table or check if the attribute has the correct value. | The configured size of the DATA columns in the SQL table must match the settings of the init-param DataRowSize in the navajo.xml file. Check if this is the case. | |
0142 | could not get number of virtual sessions. | Contact support. | |
0143 | Too many entries returned while getting the number of virtual sessions from the database. | Contact support. | |
0144 | Could not escape string. | Contact support. | |
0145 | Could not execute statement while getting the virtual session ids. | Contact support. | |
0146 | Internal Error: Received more entries than expected while getting the virtual session ids. | Contact support. | |
0147 | CookieCache domain is not a super-domain of host. | Check your configuration (in the navajo.xml file). | |
0148 | CookieCache domain is no a valid super-domain (super-domains must start with '.'). | Check your configuration (in the navajo.xml file). | |
0149 | CookieCache domain is no a valid super-domain. | Check your configuration (in the navajo.xml file). | |
0150 | illegal entry: id already in use | Contact support. | |
0151 | unexpected entry | Contact support. |