Mercurial > hg > orthanc-book
changeset 754:1e6ead2a9901
troubleshooting web viewer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Aug 2021 06:39:12 +0200 |
parents | 11ca20599c75 |
children | 628035820f1c |
files | Sphinx/source/faq/troubleshooting.rst |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <webviewer>`, 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 <configuration>` ``CachePath`` in + the ``WebViewer`` section). Of course, don't remove the folder + ``OrthancStorage/``, as it contains the DICOM files. + Validating DICOM files ----------------------