-
Notifications
You must be signed in to change notification settings - Fork 120
Script can't find jdk-6u32-linux-i586.bin download file #33
Comments
So it looks like the jdk-6u32-linux-i586.bin is located at http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html instead. For whatever reason they moved it. Anyway i was able to change the URL at line number 447 so it looks like: wget http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html -O /tmp/oab-download.html >> "$log" 2>&1 & Temporary fix i guess until a more elegant solution can be made. |
Yeah, I was able to arrive at the same solution. Looking at the way the script is structured though, it's not a longterm fix. Oracle :P |
Yep same problem...thanks for your help |
Well I have a problem with jdk-6u33-linux-i586.bin then I changed the line 447 to at this point it works a bit and then it fails in: and the logs say: : # fix permissions Any other suggestion? |
The problem you are facing is caused by issue #31 To manually fix it, you have to download jce_policy-6.zip file located on Java download site (at the bottom). |
Hi rraptor, And now the trivial question...I downloaded it and place both into tmp and where my script is, but it doesn't work. I believe it is the wrong dir(?) |
I am sorry, but I do not maintain or use oab-java6, so I have no idea. I've created Debian packages that oab-java6 uses and I've made the changes that require this file. I've reported this a month ago to oab-java6 developer, but there was no response. |
Hi rraptorr, Thank you for your help. r |
I'm writing a fix to handle this right now in my fork, it will/is also handling #31 as well. |
Hi jamesonjlee, Thanks for your help. |
Update number is no longer part of the URL of the current release page. This patch makes the script downloads the current release page first, and then tries to find a matching version. If not found, then looks for it in the archive page.
I am running the script on Ubuntu 12.04 LTS, though I suspect it would happen on any other version.
A failure occurs when attempting to retrieve the download for
jdk-6u32-linux-i586.bin
:This is because http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html no longer has any mention of
jdk-6u32-linux-i586.bin
for some reason.I'm not sure what the appropriate resolution would be. Any thoughts?
The text was updated successfully, but these errors were encountered: