Skip to main content
Participant
October 20, 2022
Question

chchart error after installing update 5 for CF 2021

  • October 20, 2022
  • 1 reply
  • 205 views

After installing Update 5 for CF 2021, I'm getting this error:

 

Receiver class coldfusion.graph.osgi.InteractiveGraphingServiceImpl does not define or inherit an implementation of the resolved method abstract generateGraph(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcoldfusion/server/GraphingService$GraphURLFormat;)Ljava/lang/String; of interface coldfusion.server.GraphingService. null

 

Anyone have any thoughts?  Does a package need to be reinstalled perhaps?

 

Thanks.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    December 5, 2022

    Just to be sure, I would install all the packages. For example, as follows:

    • Open the cfpm prompt;
    • Run the command install all
    • Restart ColdFusion.
      (Assuming Windows Operating System, this is equivalent to:
      - opening the command prompt CMD as administrator;
      - navigating using cd command to {CF_HOME_DIR}\cfusion\bin;
      - running the command cfpm, followed by the command install all )