# HG changeset patch # User Sebastien Jodogne # Date 1629175152 -7200 # Node ID 1e6ead2a99011c49e44c72a50e95f3f02fdb59c7 # Parent 11ca20599c7583f768d432d05328656a9dbe1d05 troubleshooting web viewer diff -r 11ca20599c75 -r 1e6ead2a9901 Sphinx/source/faq/troubleshooting.rst --- a/Sphinx/source/faq/troubleshooting.rst Mon Aug 16 10:54:19 2021 +0200 +++ b/Sphinx/source/faq/troubleshooting.rst Tue Aug 17 06:39:12 2021 +0200 @@ -33,6 +33,15 @@ (it also checks for UDP socket using the same port) and Orthanc 1.3.0 might display error messages that where not displayed by previous versions. +* If Orthanc **does not start anymore after a hard shutdown** and if + use the :ref:`Orthanc Web viewer plugin `, this might + reflect a corruption in the cache of the Web viewer. In such a case, + it is safe to remove the folder that contains the cache. By default, + this folder is called ``OrthancStorage/WebViewerCache/`` + (cf. :ref:`configuration option ` ``CachePath`` in + the ``WebViewer`` section). Of course, don't remove the folder + ``OrthancStorage/``, as it contains the DICOM files. + Validating DICOM files ----------------------