'upgrade was jdk failed to due Version 8 requires
When we upgrading was from 9.0.0.7 to 9.0.5.11 using command
./imcl install com.ibm.websphere.ND.v90_9.0.5011.20220222_1524 -repositories /soft/was90511 -installationDirectory /was/IBM/WebSphere/AppServer -acceptLicense -sP
it said
CRIMA1270E ERROR: The IBM WebSphere Application Server Network Deployment package requires the IBM SDK, Java Technology Edition, Version 8 package. Install IBM SDK, Java Technology Edition, Version 8 together with IBM WebSphere Application Server Network Deployment .
Then we choosed to upgrade the jdk first by
./imcl install com.ibm.java.jdk.v8_8.0.7005.20220209_1019 -repositories /soft/jdk80705 -installationDirectory /was/IBM/WebSphere/AppServer -acceptLicense -sP
from 8.0.5.11 to 8.0.7.5, but still met the below error :
ERROR: The installation package 'IBM SDK, Java Technology Edition, Version 8' requires components supplied by other packages. The required components might be supplied by the following installation packages: Package: Any IBM product edition that supports IBM SDK Java Technology Edition for Installation Manager consult the product documentation".
Is there any thing wrong with my command?
Solution 1:[1]
You should install the WAS and SDK offering at the same time, as depicted at the bottom of this document:
imcl install com.ibm.websphere.ND.v90 com.ibm.java.jdk.8
(yes, it is really space-separated)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | covener |
