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

Cannot invoke "coldfusion.server.LicenseService.isStandard()" Error

New Here ,
Apr 18, 2024 Apr 18, 2024

Copy link to clipboard

Copied

I am getting the error posted in the title, the full error is the following...

 

Cannot invoke "coldfusion.server.LicenseService.isStandard()" because the return value of "coldfusion.server.ServiceFactory.getLicenseService()" is null

 

I have applied the hotfix-007 patch already as per instructions from https://www.carehart.org/blog/2023/10/10/solving_problems_applying_latest_cf_updates

 

Any help is appreciated, thank you.

Views

179

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

correct answers 1 Correct answer

Community Expert , Apr 19, 2024 Apr 19, 2024

It seems you have installed the update without applying the fix -Djdk.util.zip.disableZip64ExtraFieldValidation. What happens when you try the following (assuming ColdFusion plays along) :

  1.  Open /cfusion/bin/jvm.config in an editor;
  2.  Add -Djdk.util.zip.disableZip64ExtraFieldValidation=true to the java.args property; 
  3.  Restart ColdFusion.
  4.  Check whether it is then possible to launch the ColdFusion Administrator.
  5.  If so, launch it and go to the Package Manager page. Verify whether Update 7 is ins
...

Votes

Translate

Translate
Community Expert ,
Apr 19, 2024 Apr 19, 2024

Copy link to clipboard

Copied

LATEST

It seems you have installed the update without applying the fix -Djdk.util.zip.disableZip64ExtraFieldValidation. What happens when you try the following (assuming ColdFusion plays along) :

  1.  Open /cfusion/bin/jvm.config in an editor;
  2.  Add -Djdk.util.zip.disableZip64ExtraFieldValidation=true to the java.args property; 
  3.  Restart ColdFusion.
  4.  Check whether it is then possible to launch the ColdFusion Administrator.
  5.  If so, launch it and go to the Package Manager page. Verify whether Update 7 is installed. If it is not, then try installing it via the Administrator.
  6.  If you're unable to launch the Administrator, let us know. You will then need a different set of suggestions.

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