gpt4 book ai didi

linux - Jboss war 重新部署 Zipexception

转载 作者:太空宇宙 更新时间:2023-11-04 09:09:17 27 4
gpt4 key购买 nike

Server: jboss-5.1.0
Java Version: jdk1.6.0_14
Deployment Method: ant v1.7
Error: 08:40:04,260 WARN [ZipEntryContext] IGNORING: Failed to reinitialize context: vfszip:/home/username/jboss-5.1.0.GA/server/default/deploy/deployment.war
java.util.zip.ZipException: error in opening zip file

如果服务器正在运行并且我在我的 src 代码上运行 ant 部署,则会发生错误。这一切都是通过我们服务器上的 VI 完成的。

我已经搜索了我们的 JBOSS 设置,但似乎找不到正确的设置来消除此错误。想法?

更新

这是我们的部署方法:

 <target name="deploy" depends="war" description="--> The deploy target (initially empty)">
<copy file="scripts/xmlscript.groovy" todir="${jboss.bin.dir}" overwrite="true"/>
<copy file="grails-app/views/xmlService/current.xml" todir="${jboss.bin.dir}" overwrite="true"/>
<copy file="${war.file}" todir="${jboss.deploy.dir}" overwrite="true"/>
</target>

最佳答案

不确定,但根据 JBAS-6612 :

This is an issue due to the fact that the copy is not atomic. To work around this issue temporarily, use the move command instead as it is atomic.

您可以尝试使用 Ant move任务而不是副本?

关于linux - Jboss war 重新部署 Zipexception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1860660/

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