RE: [coldbox:16061] Coldbox 3.5 - Cachebox error

I’d recommend using whatever serialization method that is happening now that causes the error. :slight_smile:

It looks like the JDBC store uses the following internal ColdBox library. (Which uses different methods based on CFML engine) You might be able to narrow down if the issue is in there.

coldbox.system.core.conversion.ObjectMarshaller.deserializeObject(binaryObject=q.objectValue)
coldbox.system.core.conversion.ObjectMarshaller.serializeObject(arguments.object)

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Just wanted to note here, I just received the same error.

I was not trying to cache an ORM object, just a simple (through, quite large) json object: https://gist.github.com/86f408988f8696341b59

Just wanted to note: only using the JDBC provider would cause this issue.