Versions Compared

Key

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

Table of Contents

Problem

A JOC Cockpit container has worked for some time - however after upgrading to a newer version of JS7, the Docker container does not start and reports the following error from its logs:

Code Block
titleDocker container log example
linenumberstrue
** ERROR: Oops! Jetty doesn't appear to be installed in /opt/sos-berlin.com/js7/joc/jetty
** ERROR:  /opt/sos-berlin.com/js7/joc/jetty/start.jar is not readable!

Analysis

This problem can be caused by an updated base image of JOC Cockpit. SOS frequently updates JS7 Docker images to use newer versions of the Alpine Linux base image in order to ship images with latest vulnerability fixes.

...