sysco-middleware / ansible-role-oracle-weblogic

Ansible Role: oracle-wls
MIT License
10 stars 9 forks source link

Weblogic installer not found #6

Open miguelstratoss opened 6 years ago

miguelstratoss commented 6 years ago

Hi everyone, I had located my jar installer in the files directory (fmw_12.2.1.0.0_wls.jar and fmw_12.2.1.0.0_wls_Disk1_1of1.zip), path of my ansible server
But the next error appears ...

TASK [sysco-middleware.oracle-weblogic : install weblogic] ** fatal: [ansible_host_01]: FAILED! => {"changed": true, "cmd": "java -jar /srv/files/12.2.1/fmw_12.2.1.0.0_wls.jar -silent -responseFile /opt/oraclefmw/wls.rsp >> /tmp/weblogic-installation.log", "delta": "0:00:00.004188", "end": "2017-11-04 18:28:46.774233", "failed": true, "msg": "non-zero return code", "rc": 1, "start": "2017-11-04 18:28:46.770045", "stderr": "Error: Unable to access jarfile /srv/files/12.2.1/fmw_12.2.1.0.0_wls.jar", "stderr_lines": ["Error: Unable to access jarfile /srv/files/12.2.1/fmw_12.2.1.0.0_wls.jar"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/home/centos/Ansible/playbooks/weblogic/playbook.retry

Thanks for your help.

jeqo commented 6 years ago

On the server where the command is running, jar file is placed on /srv/files/12.2.1/fmw_12.2.1.0.0_wls.jar ?