WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

Cannot add other Java SDK #200

Closed vanderzago closed 4 years ago

vanderzago commented 4 years ago

The error message below is displayed when trying to add Java SDK 1.7. I run changing the dockerfile and also connected right to the container, and the result was the same:

$ /work/InstallationManagerKit/tools/imcl install com.ibm.websphere.IBMJAVA.v71_7.1.4015.20171219_1604 -installationDirectory /opt/IBM/WebSphere/AppServer -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IBMJAVA.v71 -acceptLicense -accessRights nonAdmin -showProgress -secureStorageFile /tmp/secureStore -masterPasswordFile /tmp/secureStorePwd 25% 50% 75% 100% ------------------|------------------|------------------|------------------| ............................................................................ ERROR: The installation package 'IBM WebSphere SDK Java Technology Edition (Optional)' requires components supplied by other packages. The required components might be supplied by the following installation packages: Package: WebSphere Application Server Version 8.5.5.2 Package: Application Client for IBM WebSphere Application Server Version 8.5.5.2 Package: DMZ Secure Proxy Server for IBM WebSphere Application Server Version 8.5.5.2

I also realized that the command 'imcl listInstalledPackages' doesn't return anything... maybe this is related with this issue...

Thanks for your time.

vanderzago commented 4 years ago

Hi,

I have removed some parameters that I could not. Just copying and replacing $PRODUCTID and $REPO with the JAVA corresponding ones, it has worked fine.