RMI CacheException - problem starting listener for RMICachePeer
发表于2年前(May 24, 2016 2:18:04 PM)  阅读 1299  评论 0
标签: Ehcache CacheException RMICachePeer
在tomcat下使用ehcache时,启动报错。在ehcache官网Tomcat Issues and Best Practices一文中有明确说:
I get the following error:
net.sf.ehcache.CacheException: Problem starting listener for RMICachePeer ... java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.net.MalformedURLException: no protocol: Files/Apache.
What is going on? This issue occurs to any RMI listener
......