开发者

What does the "Failure to marshal argument(s)" org.jboss.cache.CacheException mean?

开发者 https://www.devze.com 2022-12-28 12:55 出处:网络
I get the following exception: org.jboss.cache.CacheException:开发者_开发技巧 java.lang.RuntimeException: Failure to

I get the following exception:

org.jboss.cache.CacheException:开发者_开发技巧 java.lang.RuntimeException: Failure to marshal argument(s)

We use distributed JBoss cache for our web application (on Tomcat)

I have a strong feeling this is due to bad configuration, but not sure.

Edit (Correction): We use version 3.0.0.GA of Jboss cache (core)


This was caused by a "swallowed" exception (NotSerializableException) that was caught and not logged nor re-thrown by our code, the JBoss exception is general and not necessarily related

0

精彩评论

暂无评论...
验证码 换一张
取 消