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

POIUtility.cfc Issue

Participant ,
May 23, 2024 May 23, 2024

Ive been using POIUtility.cfc on cf8 and its worked flawlessly. Now we have switched to cf23  and I am getting this error Element CELL.CELL_TYPE_NUMERIC is undefined in LOCAL. We are using the exact same spreadsheet. worked fine in cf08 but now doesnt work cf23. Any ideas?

543
Translate
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

correct answers 1 Correct answer

Community Expert , May 23, 2024 May 23, 2024

It is likely that the error is caused by the SeachImplicitScopes fix introduced in ColdFusion 2023 Update 7. To verify this, proceed as follows:

  1.  Add the flag -Dcoldfusion.searchimplicitscopes=true to the java.args property in /{CF_INSTANCE}/bin/jvm.comfig;
  2.  Restart ColdFusion.
Translate
Community Expert ,
May 23, 2024 May 23, 2024

It is likely that the error is caused by the SeachImplicitScopes fix introduced in ColdFusion 2023 Update 7. To verify this, proceed as follows:

  1.  Add the flag -Dcoldfusion.searchimplicitscopes=true to the java.args property in /{CF_INSTANCE}/bin/jvm.comfig;
  2.  Restart ColdFusion.
Translate
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
Participant ,
May 23, 2024 May 23, 2024

Thnak you. I'll try this

Translate
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 ,
Jun 23, 2024 Jun 23, 2024
LATEST

Did that help?

Translate
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