• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFPDFFORMPARAM Issue

Explorer ,
Jul 24, 2020 Jul 24, 2020

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.

Views

584

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 26, 2020 Jul 26, 2020

Copy link to clipboard

Copied

This is similar to a cfpdfform issue that someone faced way back in ColdFusion 10:

https://stackoverflow.com/questions/16289795/cfpdfform-populate-error-java-lang-nullpointerexception...

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"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 27, 2020 Jul 27, 2020

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 28, 2020 Jul 28, 2020

Copy link to clipboard

Copied

LATEST

Have you voted to speed up the bug fix? I have. 🙂

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation