我正在开发一个部署到 Wildfly 9 final 的 Java EE 应用程序,并且每隔一次启动它都会引发与临时文件相关的权限错误。这是非常一致的,并通过重新启动 Wildfly 来修复。给出输出样本:
Caused by: javax.faces.FacesException: java.io.FileNotFoundException: C:\\Application Servers\\wildfly-9.0.2.Final\\standalone\\tmp\\vfs\\temp\\tempae5804842caf81bd\\content-8ea30ac4d95617b7\\content-1681167519349174010.tmp (Access is denied)
Caused by: java.io.FileNotFoundException: C:\\Application Servers\\wildfly-9.0.2.Final\\standalone\\tmp\\vfs\\temp\\tempae5804842caf81bd\\content-8ea30ac4d95617b7\\content-1681167519349174010.tmp (Access is denied)"}}
有谁知道这些的效用,以及阻止这种情况发生的方法?这是一个反复出现的轻微烦恼。