(本文档仅供参考)
问题描述
更新安全补丁文件报:“版本相同”,具体如下截图:
从后台日志分析可以看到 \Smartbi-security.patches (拒绝访问。):
...
代码块 | ||
---|---|---|
| ||
632F14A698771E5CA91C56931EA45995[mbpadmin] 12-10 23:24:58 ERROR doPost(smartbi.security.patch.SecurityPatchUploadServlet:95) - \Smartbi-security.patches (拒绝访问。) java.io.FileNotFoundException: \Smartbi-security.patches (拒绝访问。) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) |
问题原因
安全补丁包smartbi-security.patches默认生成在根目录下了,但实际对于很多项目来说环境权限要求是很严格的,没有办法将根目录的权限对某个用户改变。
解决方案
通过更新安全补丁工具包或者smartbi.war包解决问题。具体步骤如下:
...
2、尝试了无痕模式还是无法上传,请确认项目加载的扩展包SecurityPatchExt.ext是否是新的,正常从官网下载下来是2020-10-22 号的。
方式二:更新方式二:更新smartbi.war 包,若是采取这种方式,请联系官方渠道获取并说明项目信息以及目前项目使用的版本信息截图。
...