Advertisement
Guest User

Ansible Zypper Error JDK installation

a guest
Mar 18th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. TASK [zypper] ******************************************************************
  2. fatal: [ec2-52-34-61-252.us-west-2.compute.amazonaws.com]: FAILED! => {"changed": false, "cmd": ["/usr/bin/zypper", "--quiet", "--non-interactive", "--xmlout", "install", "--type", "package", "--auto-agree-with-licenses", "--no-recommends", "--", "/home/hybris/jdk-8u5-linux-x64.rpm"], "failed": true, "msg": "Zypper run failed.", "rc": 106, "stderr": "", "stdout": "<?xml version='1.0'?>\n<stream>\n<message type=\"error\">File &apos;/repodata/repomd.xml&apos; not found on medium &apos;http://download.nvidia.com/suse/sle12sp1&apos;\n</message>\n<prompt id=\"8\">\n<text>Abort, retry, ignore?</text>\n<option default=\"1\" value=\"a\" desc=\"Skip retrieval of the file and abort current operation.\"/>\n<option value=\"r\" desc=\"Try to retrieve the file again.\"/>\n<option value=\"i\" desc=\"Skip retrieval of the file and try to continue with the operation without the file.\"/>\n<option value=\"u\" desc=\"Change current base URI and try retrieving the file again.\"/>\n</prompt>\n<message type=\"error\">Repository &apos;nVidia-Driver-SLE12-SP1&apos; is invalid.\n[nVidia-Driver-SLE12-SP1|http://download.nvidia.com/suse/sle12sp1] Valid metadata not found at specified URL\nPlease check if the URIs defined for this repository are pointing to a valid repository.\n</message>\n<message type=\"warning\">Skipping repository &apos;nVidia-Driver-SLE12-SP1&apos; because of the above error.</message>\n<message type=\"error\">Some of the repositories have not been refreshed because of an error.</message>\n<install-summary download-size=\"140376637\" space-usage-diff=\"228623383\">\n<to-install>\n<solvable type=\"package\" name=\"jdk\" edition=\"2000:1.8.0_05-fcs\" arch=\"x86_64\" summary=\"Java Platform Standard Edition Development Kit\">\n<description>The Java Platform Standard Edition Development Kit (JDK) includes both\nthe runtime environment (Java virtual machine, the Java platform classes\nand supporting files) and development tools (compilers, debuggers,\ntool libraries and other tools).\n\nThe JDK is a development environment for building applications, applets\nand components that can be deployed with the Java Platform Standard\nEdition Runtime Environment.</description></solvable>\n</to-install>\n<_unsupported>\n<solvable type=\"package\" name=\"jdk\" edition=\"2000:1.8.0_05-fcs\" arch=\"x86_64\" summary=\"Java Platform Standard Edition Development Kit\">\n<description>The Java Platform Standard Edition Development Kit (JDK) includes both\nthe runtime environment (Java virtual machine, the Java platform classes\nand supporting files) and development tools (compilers, debuggers,\ntool libraries and other tools).\n\nThe JDK is a development environment for building applications, applets\nand components that can be deployed with the Java Platform Standard\nEdition Runtime Environment.</description></solvable>\n</_unsupported>\n</install-summary>\n<prompt id=\"0\">\n<text>Continue?</text>\n<option default=\"1\" value=\"y\" desc=\"Yes, accept the summary and proceed with installation/removal of packages.\"/>\n<option value=\"n\" desc=\"No, cancel the operation.\"/>\n<option value=\"v\" desc=\"Toggle display of package versions.\"/>\n<option value=\"a\" desc=\"Toggle display of package architectures.\"/>\n<option value=\"r\" desc=\"Toggle display of repositories from which the packages will be installed.\"/>\n<option value=\"m\" desc=\"Toggle display of package vendor names.\"/>\n<option value=\"d\" desc=\"Toggle between showing all details and as few details as possible.\"/>\n<option value=\"g\" desc=\"View the summary in pager.\"/>\n</prompt>\n</stream>\n", "stdout_lines": ["<?xml version='1.0'?>", "<stream>", "<message type=\"error\">File &apos;/repodata/repomd.xml&apos; not found on medium &apos;http://download.nvidia.com/suse/sle12sp1&apos;", "</message>", "<prompt id=\"8\">", "<text>Abort, retry, ignore?</text>", "<option default=\"1\" value=\"a\" desc=\"Skip retrieval of the file and abort current operation.\"/>", "<option value=\"r\" desc=\"Try to retrieve the file again.\"/>", "<option value=\"i\" desc=\"Skip retrieval of the file and try to continue with the operation without the file.\"/>", "<option value=\"u\" desc=\"Change current base URI and try retrieving the file again.\"/>", "</prompt>", "<message type=\"error\">Repository &apos;nVidia-Driver-SLE12-SP1&apos; is invalid.", "[nVidia-Driver-SLE12-SP1|http://download.nvidia.com/suse/sle12sp1] Valid metadata not found at specified URL", "Please check if the URIs defined for this repository are pointing to a valid repository.", "</message>", "<message type=\"warning\">Skipping repository &apos;nVidia-Driver-SLE12-SP1&apos; because of the above error.</message>", "<message type=\"error\">Some of the repositories have not been refreshed because of an error.</message>", "<install-summary download-size=\"140376637\" space-usage-diff=\"228623383\">", "<to-install>", "<solvable type=\"package\" name=\"jdk\" edition=\"2000:1.8.0_05-fcs\" arch=\"x86_64\" summary=\"Java Platform Standard Edition Development Kit\">", "<description>The Java Platform Standard Edition Development Kit (JDK) includes both", "the runtime environment (Java virtual machine, the Java platform classes", "and supporting files) and development tools (compilers, debuggers,", "tool libraries and other tools).", "", "The JDK is a development environment for building applications, applets", "and components that can be deployed with the Java Platform Standard", "Edition Runtime Environment.</description></solvable>", "</to-install>", "<_unsupported>", "<solvable type=\"package\" name=\"jdk\" edition=\"2000:1.8.0_05-fcs\" arch=\"x86_64\" summary=\"Java Platform Standard Edition Development Kit\">", "<description>The Java Platform Standard Edition Development Kit (JDK) includes both", "the runtime environment (Java virtual machine, the Java platform classes", "and supporting files) and development tools (compilers, debuggers,", "tool libraries and other tools).", "", "The JDK is a development environment for building applications, applets", "and components that can be deployed with the Java Platform Standard", "Edition Runtime Environment.</description></solvable>", "</_unsupported>", "</install-summary>", "<prompt id=\"0\">", "<text>Continue?</text>", "<option default=\"1\" value=\"y\" desc=\"Yes, accept the summary and proceed with installation/removal of packages.\"/>", "<option value=\"n\" desc=\"No, cancel the operation.\"/>", "<option value=\"v\" desc=\"Toggle display of package versions.\"/>", "<option value=\"a\" desc=\"Toggle display of package architectures.\"/>", "<option value=\"r\" desc=\"Toggle display of repositories from which the packages will be installed.\"/>", "<option value=\"m\" desc=\"Toggle display of package vendor names.\"/>", "<option value=\"d\" desc=\"Toggle between showing all details and as few details as possible.\"/>", "<option value=\"g\" desc=\"View the summary in pager.\"/>", "</prompt>", "</stream>"]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement