Unable to install Linux patches using the 'applypatch' tool when ArcGIS License Manager is already installed.
上次发布: April 8, 2022Portal for ArcGIS
漏洞 ID 编号
BUG-000147665
已提交
March 16, 2022
上次修改时间
June 5, 2024
适用范围
Portal for ArcGIS
找到的版本
10.9.1
操作系统
Ubuntu Linux
操作系统版本
20.04
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This limitation is not specific to the Portal for ArcGIS Log4j Patch as it occurs with any patch. Refer to the Workaround section for more details.
解决办法
Move the conflicting .properties file (always installed into the user’s home directory) to a different location temporarily before running ./applypatch: mv ~/.ESRI.properties.`uname -n`.2021.1 /tmp.
Run the apply patch script: ./applypatch.
Move the .properties file back to its original location in the home directory: mv /tmp/.ESRI.properties.`uname -n`.2021.1 $HOME.