此内容没有您所选择的语言版本。
12.6. Cache Store Troubleshooting
12.6.1. IOExceptions with JdbcStringBasedCacheStore 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
An IOException Unsupported protocol version 48 error when using
JdbcStringBasedCacheStore indicates that your data column type is set to VARCHAR, CLOB or something similar instead of the correct type, BLOB or VARBINARY. Despite its name, JdbcStringBasedCacheStore only requires that the keys are strings while the values can be any data type, so that they can be stored in a binary column.