Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Problem

The JOC Cockpit's user interface and the joc.log file can report an error message like this:

...

  • The configuration format of notifications is XML. The JOC Cockpit offers an XSD schema-aware XML Editor for configuration purposes.
  • The XSD Schema file is added by the JOC Cockpit installer. 

  • If users previously created their own Docker volumes from earlier JOC Cockpit releases that did not include the XSD Schema then the JETTY_BASE/resources/joc/xsd directory might be missing. In fact the directory is included with the image but is not visible when an existing Docker volume is mounted to the JETTY_BASE/resources/joc directory.
    • This problem is limited to use of volumes with Docker containers.
    • This problem does not occur when installing JOC Cockpit on premises.

Solution

Download the XSD Schema from the indicated link and store the file to JETTY_BASE/resources/joc/xsd/notification/Notification_configuration_v1.0.xsd

...