tomcat启动jgroups报错

发布于 2021-11-25 07:42:11 字数 1436 浏览 911 评论 3

配置如下:

<cacheManagerPeerProviderFactory
class="net.sf.ehcache.distribution.jgroups.JGroupsCacheManagerPeerProviderFactory"
        properties="connect=TCP(start_port=37800;end_port=37820;loopback=true):
TCPPING(initial_hosts=192.168.2.121[37800],192.168.2.239[37800];port_range=10;timeout=3000;
num_initial_members=3;up_thread=true;down_thread=true):
VERIFY_SUSPECT(timeout=1500;down_thread=false;up_thread=false):
pbcast.NAKACK(down_thread=true;up_thread=true;gc_lag=100;retransmit_timeout=3000):
pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;shun=false;print_local_addr=false;down_thread=true;up_thread=true)"
propertySeparator="::" 
/>

结果报错:
net.sf.ehcache.CacheException: Error configuring from C:Program FilesApache Software FoundationTomcat 7.0webappslklmposwebWEB-INFclassesehcache.xml. Initial cause was Error configuring from input stream. Initial cause was null:28: Element <cacheManagerPeerProviderFactory> does not allow attribute "propertySeparator".
at net.sf.ehcache.config.ConfigurationFactory.parseConfiguration(ConfigurationFactory.java:69)
at net.sf.ehcache.CacheManager.parseConfiguration(CacheManager.java:229)
at net.sf.ehcache.CacheManager.init(CacheManager.java:190)
at net.sf.ehcache.CacheManager.<init>(CacheManager.java:131)


哪位师傅有碰到过这个问题?帮忙解答下



如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

眉黛浅 2021-11-27 18:07:55

相同的版本我在java工程里是可以的,当时换成web工程,用tomcat启动就报以上错误了

回眸一笑 2021-11-27 17:24:38

ehcache 不同版本的配置可能会有些差别,比如你错误里的

<cacheManagerPeerProviderFactory> does not allow attribute "propertySeparator".

半世蒼涼 2021-11-26 14:27:56

没人么。。。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文