gpt4 book ai didi

java - 获取意外元素 '{urn:infinispan:config:7.0}infinispan' 遇到

转载 作者:行者123 更新时间:2023-11-30 10:52:41 29 4
gpt4 key购买 nike

我有以下 infinispan xml 并得到解析异常。javax.xml.stream.XMLStreamException:[行,列] 处的 ParseError:[3,36]消息:遇到意外元素“{urn:infinispan:config:7.0}infinispan”

关于我为什么会收到此错误的任何想法?

<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:infinispan:config:7.0 http://www.infinispan.org/schemas/infinispan-config-7.0.xsd"
xmlns="urn:infinispan:config:7.0">
<jgroups>
<stack-file name="tcp" path="jgroups-tcp.xml"/>
</jgroups>

<cache-container name="SampleCacheManager" statistics="true" default-cache="the-default-cache" shutdown-hook="DEFAULT">
<transport stack="tcp" cluster="infinispan-cluster" node-name="Node-A" machine="m1" rack="r1" site="LON" />

<distributed-cache name="authCache" l1-lifespan="1800000" owners="2" mode="SYNC" >
<eviction max-entries="5000" strategy="FIFO" />
<expiration interval="500" max-idle="1800000" />
<persistence passivation="false">

<file-store path="/opt/UAT_01/cacheStore/" shared="false" preload="true" purge="true">

<write-behind flush-lock-timeout="5000" modification-queue-size="200" shutdown-timeout="1000" thread-pool-size="15" />
</file-store>
</persistence>
</distributed-cache>

</cache-container>

在这里输入代码

最佳答案

原来我的 lib 路径中有旧的 infinispan jar 。在运行时,它在层次结构中较高,并且首先被拾取。清理后,它开始正常工作。

关于java - 获取意外元素 '{urn:infinispan:config:7.0}infinispan' 遇到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34302110/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com