What does the "Failure to marshal argument(s)" org.jboss.cache.CacheException mean?
Posted
by Ehrann Mehdan
on Stack Overflow
See other posts from Stack Overflow
or by Ehrann Mehdan
Published on 2010-04-27T09:43:24Z
Indexed on
2010/04/27
12:03 UTC
Read the original article
Hit count: 445
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)
© Stack Overflow or respective owner