ansible-websphere icon indicating copy to clipboard operation
ansible-websphere copied to clipboard

WAS9?

Open ronnicek opened this issue 5 years ago • 2 comments

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? :)

ronnicek avatar Feb 10 '20 14:02 ronnicek

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! :)

ronnicek avatar Feb 14 '20 12:02 ronnicek

Hi @ronnicek Thank you for reporting. I'm looking forward to your PR :)

amimof avatar Feb 14 '20 13:02 amimof