tomcat启动jgroups报错
配置如下:
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
相同的版本我在java工程里是可以的,当时换成web工程,用tomcat启动就报以上错误了
ehcache 不同版本的配置可能会有些差别,比如你错误里的
<cacheManagerPeerProviderFactory> does not allow attribute "propertySeparator".
没人么。。。