You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
I'm attempting to use this module to handle installation of JDK 7 onto some machines (ETA: Ubuntu 14.04). Last time I set up a machine and needed to do an install with this module, it worked. When I attempted to bring a new machine up today, I got the following error:
Error: Execution of '/usr/bin/curl http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz -o /tmp/jdk-7u80-linux-x64.tar.gz_20170607-29275-c28sca -fsSL --max-redirs 5 --cookie oraclelicense=accept-securebackup-cookie' returned 22: curl: (22) The requested URL returned error: 404 Not Found
I was able to install the JDK for Java 8 without any problem, and also to manually download the 7u80 JDK. I also get a 404 when trying to do a manual download using wget after a few redirects.