ansible-websphere
ansible-websphere copied to clipboard
WAS9?
Hi,
first, thanks for modules! :)
And now to my problem.. I am trying to install WAS9, but I am getting following error:
failed: [was-poc-02] (item=com.ibm.websphere.ND.v90) => {"changed": false, "item": "com.ibm.websphere.ND.v90", "msg": "Failed installing package 'com.ibm.websphere.ND.v90'", "stderr": "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 .\n\nExplanation: To function correctly, these packages must be installed together.\n\nUser Action: Add the specified package to your installation. If the package is not available, you might need to add repositories.\n", "stderr_lines": ["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 .", "", "Explanation: To function correctly, these packages must be installed together.", "", "User Action: Add the specified package to your installation. If the package is not available, you might need to add repositories."], "stdout": "", "stdout_lines": []}
I saw issue #2, but nobody answered there.. so maybe here? :)
Ok.. so we can actually install it when id is like id: 'com.ibm.websphere.ND.v90, com.ibm.java.jdk.v8'. We wrote also some patch with my colleague.. under testing now.. so PR incoming! :)
Hi @ronnicek Thank you for reporting. I'm looking forward to your PR :)