Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update using 1.9.14 and 1.9.15 fails on unknown AruProduct values (even when not patching in said update) #297

Closed
Omar007 opened this issue Jul 20, 2021 · 0 comments · Fixed by #301

Comments

@Omar007
Copy link

Omar007 commented Jul 20, 2021

1.9.14 introduced a change that checks the oracle home for relevant software versions for patching (ca6c200) instead of only WLS. The problem is, it's possible for the result of this list to contain items that are not currently supported.
The 1.9.15 release attempted to at least cover this by allowing this to fail when not patching (a8cd71a) but this change is checking too late in the process and the Image Tool will have already thrown an exception in the preceding call to FmwInstallerType.fromProductList while trying to convert the list into an AruProduct set:

.map(AruProduct::valueOf) // convert String to AruProduct enum

In our case this presented itself as the following error message:

[SEVERE ] No enum constant com.oracle.weblogic.imagetool.aru.AruProduct.OIM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant