Copy link to clipboard
Copied
Getting a weird error all of a sudden, unsure when it started happening, having to do with populating a form that previously had no issues: OS: Windows 2016 (Virtual machine) Version: 2016.0.16.320445 (Enterprise) Has anyone come across this error when using the CFPDFFORMPARAM: Could not initialize class com.adobe.agl.text.BreakIterator null
Source code kinda looks like this (tagless):
cfpdfform action="populate" source="#tmpfile#"
cfpdfformparam name="stockno" value="#stockno#"
cfpdfformparam name="title" value="#title#"
cfpdfformparam name="ctrlno" value="#ctrlno#"
cfpdfformparam name="formno" value="#formno#"
cfpdfformparam name="qpc" value="#qpc#"
/cfpdfform
The form was not createed with extensions, just within adobe acrobat.
Copy link to clipboard
Copied
This is similar to a cfpdfform issue that someone faced way back in ColdFusion 10:
https://tracker.adobe.com/#/view/CF-3503472
Try the workaround they used then. It just might help: "delete all fonts installed with the same date as your creative cloud 6 app installations or uninstall creative [cloud] 6"
Copy link to clipboard
Copied
We started getting the same error after server patching on July 24. Running CF 2011 on Linux.
update: this was the cause of our problem https://tracker.adobe.com/#/view/CF-4209480
Copy link to clipboard
Copied
Have you voted to speed up the bug fix? I have. 🙂