使用websphere的时候经常遇到一些问题,于是就想持续的记录下来,这个文章会持续的更新
1. Could not read configuration data for composition unit "WebSphere:cuname=****,cuedition=BASE".
这通常是因为删除了某个资产或是应用,但是bla里面对应的没有删除成功,导致再安装其它应用的时候老是报这个错。
If the existing EAR file copy is already uninstalled but there are still some entries showing in the Business-level applications. Check the following two folders:
/dmgr_profile/config/cells/cell_name/cus
/dmgr_profile/config/cells/cell_name/blas
如果在这些文件夹下发现了报错中提到的应用,就删除掉,一般就能解决这个问题
本文详细介绍了在使用WebSphere时遇到的常见问题之一:无法读取配置数据错误,并提供了排查和解决该问题的方法。通过检查并删除残留的资产副本,可以有效解决错误提示Could not read configuration data for composition unit...。

580

被折叠的 条评论
为什么被折叠?



