It's possible to get a CWWKF1384E error when using installUtility to install feature via a server.xml file when the LARS repository had its contents uploaded via the LARSClient.
The tolerates info is not stored which can mean that a server.xml file that has multiple features in it where 2 or more features prefer different versions of the same prereq can cause a conflict which leads to installUtility throwing a CWWKF1384E. The features could tolerate other versions, which would have enabled installUtility and the resolver to find a combination of prereqs that would not be in conflict with each other if the tolerates info had been uploaded correctly.
The failing assets should be reuploaded using the fix to the LARS Client to store the tolerates info. This should fix the CWWKF1384E error messages for this situation.
It's possible to get a CWWKF1384E error when using installUtility to install feature via a server.xml file when the LARS repository had its contents uploaded via the LARSClient.
The tolerates info is not stored which can mean that a server.xml file that has multiple features in it where 2 or more features prefer different versions of the same prereq can cause a conflict which leads to installUtility throwing a CWWKF1384E. The features could tolerate other versions, which would have enabled installUtility and the resolver to find a combination of prereqs that would not be in conflict with each other if the tolerates info had been uploaded correctly.
The failing assets should be reuploaded using the fix to the LARS Client to store the tolerates info. This should fix the CWWKF1384E error messages for this situation.