weblogic补丁安装失败
转至:https://www.cnblogs.com/lsdb/p/7234989.html
weblogic补丁安装失败(Patch B25A is mutually exclusive and cannot coexist with patch(es): UIAL)
由于曝出漏洞(CVE-2017-3248)需要将weblogic补丁更新至B25A,但是出现报错。如下:
Conflict(s) detected - resolve conflict condition and execute patch installation again Conflict condition details follow: Patch B25A is mutually exclusive and cannot coexist with patch(es): UIAL
看意思是B25A与之前安装的UIAL补丁相冲突,那么先卸载UIAL再安装B25A即可;其他补丁同样冲突一样先卸载旧补丁再装新补丁即可(bsu.sh参数可通过./bsu.sh -help查看):
./bsu.sh -remove -verbose -patchlist=UIAL -prod_dir=/weblogic/wlserver_10.3/ ./bsu.sh -install -verbose -patch_download_dir=/weblogic/utils/bsu/cache_dir/ -patchlist=B25A -prod_dir=/weblogic/wlserver_10.3/
如果与多个补丁冲突,虽然参数叫-patchlist但是并不建议一次写多个补丁进行卸载;一是因为一起卸载并不比分开卸载省时间,二是因为这多个补丁间往往有先后依赖关系如果检测有先后关系则bsu只会提醒你得先卸载哪个补丁后径直退出这样只会让你白白浪费漫长的冲突检测时间。如下就是说得先卸载ZLNA这个补丁才能卸载其他补丁(不要以为你把ZLNA写前面他就会自动先卸载ZLNA):
[weblogic@ls bsu]$ ./bsu.sh -remove -verbose -patchlist=ZLNA,EJUW -prod_dir=/weblogic/bea/wlserver_10.3/ Checking for conflicts...................... Conflict(s) detected - resolve conflict condition and execute patch removal again Conflict condition details follow: The selected patch cannot be removed until the following patch(es) are removed first: ZLNA
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?