Copy link to clipboard
Copied
I thought I'd update the JVM to the latest version, but the "JAVA SE 11.0.8(LTS)" links on Adobe's download page all seem to be broken. Anybody know how to reach someone to get these fixed, or if there are alternative downloads anywhere that are in compliance with Oracle's Java license?
https://www.adobe.com/support/coldfusion/downloads.html
Thanks!
1 Correct answer
Thanks BKBK!. The URL links on the download page are also corrected, with the URLs you referenced.
Copy link to clipboard
Copied
Having the same problem. Link for the latest Java 8 download is alos broken.
Copy link to clipboard
Copied
Java 11 is now avaliable but it seems like the Java8 update is still missing.
Copy link to clipboard
Copied
Windows download (ZIP) just worked for me.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
The links for the newly-released JAVA SE 8u261 for Window updates are still BROKEN!
https://www.adobe.com/support/coldfusion/downloads.html#additionalThirdPartyInstallers
Specific URLs:
jdk-8u261-windows-i586.exe (Size 154 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-i586.exe
jdk-8u261-windows-i586.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-i586.zip
jdk-8u261-windows-x64.exe (Size 166 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-x64.exe
jdk-8u261-windows-x64.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-x64.zip
Please fix ASAP, we do not like non-patched Java installations!
Thanks!
Copy link to clipboard
Copied
Hi iakona ,
Try these:
dk-8u261-windows-i586.exe (Size 154 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/8u261/jdk/jdk-8u261-windows-i586.exe
jdk-8u261-windows-i586.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/8u261/jdk/jdk-8u261-windows-i586.zip
jdk-8u261-windows-x64.exe (Size 166 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/8u261/jdk/jdk-8u261-windows-x64.exe
jdk-8u261-windows-x64.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/8u261/jdk/jdk-8u261-windows-x64.zip
Copy link to clipboard
Copied
Thanks BKBK!. The URL links on the download page are also corrected, with the URLs you referenced.
Copy link to clipboard
Copied
Andyone else uses cfpdf tags?
We run into issue after updating to 8u261 our cfpdf tags call stop working with follwoing in exception log.
"Could not initialize class com.adobe.agl.text.BreakIterator The specific sequence of files included or processed is: /opt/.../index.cfm, line: 4535 "
java.lang.NoClassDefFoundError: Could not initialize class com.adobe.agl.text.BreakIterator
at com.adobe.internal.afml.AFMLResultTree_WordCache$AFMLWordCacheLocaleGroupNode.<init>(AFMLResultTree_WordCache.java:354)
at com.adobe.internal.afml.AFMLResultTree_WordCache$AFMLWordCacheLocaleGroupNode.<init>(AFMLResultTree_WordCache.java:334)
at com.adobe.internal.afml.AFMLResultTree_WordCache.addLocaleToWordCache(AFMLResultTree_WordCache.java:82)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.preformatBlock(AFMLPlacementQueueEntry.java:1789)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.preformatFlowOrStaticContent(AFMLPlacementQueueEntry.java:504)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.<init>(AFMLPlacementQueueEntry.java:228)
at com.adobe.internal.afml.AFMLPlacementQueue.<init>(AFMLPlacementQueue.java:88)
at com.adobe.internal.afml.AFMLTree.internalFormatPageSequence(AFMLTree.java:1430)
at com.adobe.internal.afml.AFMLTree.formatAll(AFMLTree.java:652)
at com.adobe.internal.pdftoolkit.services.xfatext.FormatXFAText.internalProcessTextPanelSet(FormatXFAText.java:1542)
at com.adobe.internal.pdftoolkit.services.xfatext.FormatXFAText.processPlainText(FormatXFAText.java:321)
at com.adobe.internal.pdftoolkit.services.ap.TextFormatterImpl.getFormattedTextRegion(TextFormatterImpl.java:1452)
at com.adobe.internal.pdftoolkit.services.ap.TextFormatterImpl.formatAndRenderText(TextFormatterImpl.java:1102)
at com.adobe.internal.pdftoolkit.services.ap.impl.TextAppearance.formatText(TextAppearance.java:458)
at com.adobe.internal.pdftoolkit.services.ap.impl.TextAppearance.buildTextAppearance(TextAppearance.java:250)
at com.adobe.internal.pdftoolkit.services.ap.impl.FieldAppearance.generateSingleAnnotAppearance(FieldAppearance.java:265)
at com.adobe.internal.pdftoolkit.services.ap.impl.FieldAppearance.generateFieldAppearance(FieldAppearance.java:173)
at com.adobe.internal.pdftoolkit.services.ap.AppearanceService.generateAppearances(AppearanceService.java:307)
at coldfusion.pdf.PDFForm.populateFields(PDFForm.java:321)
at coldfusion.tagext.lang.PDFFormTag.doEndTag(PDFFormTag.java:347)
...
Caused by: java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255
at com.adobe.agl.util.VersionInfo.getInstance(VersionInfo.java:191)
at com.adobe.agl.impl.ICUDebug.getInstanceLenient(ICUDebug.java:65)
at com.adobe.agl.impl.ICUDebug.<clinit>(ICUDebug.java:69)
Copy link to clipboard
Copied
Taking a guess, it looks like the minor version of Java you're using (262) is higher than Adobe's code expects (255). I'd try installing a later major version of Java if you can, otherwise rolling back to an earlier minor version with a value lower than 255.
Dave Watts, Eidolon LLC
Copy link to clipboard
Copied
We did roll back to earlier minor version with a value lower than 255 in order to restore functionality, and that is not accepatable long term solution. The part of the question also, if anyone uses 11 can someone verify that cfpdf tag works with cf2016 (update16) when using latest Java 11?
Copy link to clipboard
Copied
Hi mr-t-ML4aQV,
On ColdFusion 2016 you may use Java 11 if your Update is 8 or higher. You should therefore expect cfpdf to work on Update 16.

