15.4. Cache Store Troubleshooting
15.4.1. IOExceptions with JdbcStringBasedStore
An IOException Unsupported protocol version 48 error when using
JdbcStringBasedStore
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, JdbcStringBasedStore
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.