이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.7. Cache Store Troubleshooting
10.7.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.