CACH
The next table lists all error codes related to the session cache.
Major | Minor | Message | Details |
---|---|---|---|
CACH | 0001 | Neither the master nor the slave do support session reaping. Reaping will not work. Be aware that this will fill the database | For more information, contact support. |
0002 | invoking session-listener failed | For more information, contact support. | |
0003 | illegal value for 'isNew'. Only 'true' or 'false' are allowed | For more information, contact support. | |
0004 | caught Exception | See the log for further details. For more information, contact support. | |
0005 | no entry found or created | For more information, contact support. | |
0006 | missing id in query in CacheRestServer_1_0::getSession | For more information, contact support. | |
0007 | missing id in query in CacheRestServer_1_0::destroySession | For more information, contact support. | |
0008 | missing id in query in CacheRestServer_1_0::addKey | For more information, contact support. | |
0009 | missing key in query in CacheRestServer_1_0::addKey | For more information, contact support. | |
0010 | missing key in query in CacheRestServer_1_0::removeKey | For more information, contact support. | |
0011 | missing interval in query in CacheRestServer_1_0::setMaxInactiveInterval | For more information, contact support. | |
0012 | could not parse in CacheRestServer_1_0::setMaxInactiveInterval | For more information, contact support. | |
0013 | missing lifetime in query in CacheRestServer_1_0::setMaxLifetime | For more information, contact support. | |
0014 | could not parse in CacheRestServer_1_0::setMaxLifetime | For more information, contact support. | |
0015 | missing id in query in CacheRestServer_1_0::updateSession | For more information, contact support. | |
0016 | invalid request (no attribute given) in CacheRestServer_1_0::updateSession | For more information, contact support. | |
0017 | an attribute can't be set in CacheRestServer_1_0::updateSession | For more information, contact support. | |
0018 | sessionId is missing in CacheRestServer_1_0::sendSession | For more information, contact support. | |
0019 | unsupported Content-Type | For more information, contact support. | |
0020 | unexpected statuscode, the session could not be created in CacheRestClient_1_0::create | For more information, contact support. | |
0021 | unexpected statuscode, the session could not be got | For more information, contact support. | |
0022 | unexpected statuscode, the session could not be created in CacheRestClient_1_0::getOrCreate | For more information, contact support. | |
0023 | unexpected statuscode, the session could not be destroyed | For more information, contact support. | |
0024 | unexpected statuscode, the key could not be added | For more information, contact support. | |
0025 | unexpected statuscode, the key could not be removed | For more information, contact support. | |
0026 | the attribute could not be set | For more information, contact support. | |
0027 | the attribute could not be removed | For more information, contact support. | |
0028 | unexpected statuscode, the session could not be timestamped | For more information, contact support. | |
0029 | unexpected statuscode, the maximal inactive timeout could not be set | For more information, contact support. | |
0030 | unexpected statuscode, the maximal lifetime could not be set | For more information, contact support. | |
0031 | no entry could be found | This may occur if the entry has been expired or timed out, or if another request performed a logout on the same entry at the same time. | |
0032 | the entry has already the key | This may occur if another request has set the same key at the same time, which could happen in case of a misconfigured, custom-based SessionManagementFilter. | |
0033 | can't remove the unique id | For more information, contact support. | |
0034 | the default value is missing in the Configuration-table | Check that all defaults are specified in the configuration table in your MariaDB node. The table is usually called "conf". | |
0035 | for session-stickiness a value is missing in the Configuration-table | Check that all needed values for session stickiness are specified in the configuration table in your MariaDB node. The table is usually called "conf". | |
0036 | for session-stickiness a value in the Configuration-table is invalid | Check that all needed values for session stickiness are specified correctly in the configuration table in your MariaDB node. The table is usually called "conf". | |
0037 | can't get entry because of some sql-problems | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0038 | can't create or get new entry because of some sql-problems | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0039 | could not store mapping into database (a different mapping exist) | For more information, contact support. | |
0040 | could not store mapping into database | For more information, contact support. | |
0041 | could not remove alternate key | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0042 | The attribute name might not fit into the DB, because it's too long | Increase the size in the MariaDB table. For example: alter table attribute modify NAME varchar(300) NOT NULL; | |
0043 | The attribute value might not fit into the DB, because it's too long | Increase the size in the MariaDB table and/or the parameter MaxAttributeSize of the MySQLSessionStoreServlet. This error may also occur if you have set the parameter StoreInterceptedRequest of the IdentityCreationFilter to "true". In this case, make sure that the value of the parameter StoreInterceptedRequest.Maxsize is lower than the value of the parameter MaxAttributeSize in the MySQLSessionStoreServlet. | |
0044 | could not set attribute | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0045 | could not remove attribute | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0046 | could not delete attribute | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0047 | could not update access time | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0048 | could not update inactive timeout | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0049 | could not update max lifetime | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0050 | could not remove all zombie-entries | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0051 | could not mark all timedout entries | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0052 | could not delete sessions with a given owner_id | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0053 | could not store mapping | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0054 | could not store session into database | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0055 | could not store session into database. Affected not only 1 row... | For more information, contact support. | |
0056 | could not store mapping into database | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0057 | could not store attribute into database | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0058 | could not delete attribute | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0059 | could not delete session | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0060 | could not delete key-id-map | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0061 | could not delete entries | Check the log file (navajo.log, mysql-log) for more information. The database seems to have a problem. | |
0062 | The reaper has been reaping for at least a certain amount of seconds | The local session store seems to have performance problem. This could happen under heavy load or if thousand of sessions expire at the same time. To avoid this error, increase the value of the parameter ReaperTimeOut of the LocalSessionStoreServlet. | |
0063 | The reaper has been reaping for at least a certain amount of seconds. Check the MySql-database | The MariaDB node seems to have some performance problems. This could happen under heavy load or if thousand of sessions expire at the same time. Check in the logs of the MariaDB if something is wrong. To avoid this error, you can increase the value of the parameter ReaperTimeOut of the MySQLSessionStoreServlet. | |
0064 | unexpected statuscode, the session could not be created | See the navajo.log log file for more information. | |
0065 | ID already exists in the cache table. | The system generated an already used session ID. No session will be created for the given request. | |
0066 | ID already exists in the cache table. | The system generated an already used session ID. No session will be created for the given request. | |
0067 | a critical amount of the memory is in use | The local session store is using at least 90% of the memory. No new sessions will be created, so that some customers may no longer be able to log in. | |
0068 | nearly the maximal amount of the memory is in use | The local session store is using at least 95% of the memory. No sessions will be created or changed anymore. This means that users will no longer be able to log in, perform a step-up or do similar actions. | |
0069 | A foreign key is missing | The database for the dynamic session store misses one or more foreign keys. This can lead to a filling up of the database. Check the chapter MySQLSessionStoreServlet on how to configure the database correctly. On certain MariaDB versions this error message is invalid due to a MariaDB bug. Check the DisableDatabaseSchemaCheck parameter of MySQLSessionStoreServlet. | |
0070 | A primary key is missing | The database for the dynamic session store misses one or more primary keys. This may lead to performance problems. Check the chapter MySQLSessionStoreServlet on how to configure the database correctly. | |
0071 | A column in the database table is missing | The database for the dynamic session store misses one or more numeric columns. As a consequence, the session store will not work as expected. Check the chapter MySQLSessionStoreServlet on how to configure the database correctly. | |
0072 | A column in the database table is missing | The database for the dynamic session store misses one or more data columns. As a consequence, the session store will not work as expected. Check the chapter MySQLSessionStoreServlet on how to configure the database correctly. | |
0073 | The session could not be backed up | A session could not be backed up to the BackupServlet of the MultiLevelSessionStore. If another instance takes over the session, the session information may contain some old information. | |
0074 | The constraint 'uc_id_name unique (ID, NAME)' is missing in the table. The session store may not work as expected. | The constraint 'uc_id_name' is missing in the database, Please check if the table has been setup correctly. |