Common Error Messages

Exception invoking method 'getAvailableIDs' in class sun.util.calendar.ZoneInfo

This particular error message is indicative of a missing startup parameter for the application. To correct this problem, see the steps below for your operating system:

Linux/*nix

  • Stop Cascade CMS
  • Edit cascade.sh
  • In the JAVA_OPTS, add the parameter --add-opens=java.base/sun.util.calendar=ALL-UNNAMED
  • Save
  • Start Cascade CMS

Windows

  • Stop Cascade CMS
  • Navigate into the folder tomcat\bin
  • Right-click on the file CascadeCMSw.exe and select Run as Administrator
  • In the Cascade CMS Properties dialog box that appears, click the Java tab
  • In the Java Options section, add the parameter --add-opens=java.base/sun.util.calendar=ALL-UNNAMED
  • Click Apply/OK
  • Start Cascade CMS