hello, im trying to spin up a second orthanc server, my first one is running 1.5.8 succesfully since february last year, but for the second one i wanted better performance so I installed version 1.10. they are both running on ubuntu 20.04 & both use postgres, the first one uses postgres for indexing and storage but gets real slow when someone is downloading big files at the same time as files are being uploaded by the dicom modalities that capture data.
So then I tried to implement the advice on performance found in the orthanc book, as such I activated postgres database indexing but not storage. i made a custom directory for the storage: “/pacs/data/dba” and the index :“/pacs/data/”, indicated so in the config files, the postgres plugin loads fine from the logs, but then the webview pluggin fails to load and that stops orthanc from executing. what baffles me is the part where it says that sqlite cant open the database???.
Did I make a mistake during installation or is something that i misconfigured in the files?
I even went and disabled the webserver from the configuration thinking that maybe working only as dicom it would load but its still stuck in the webviewer error.
i installed with apt from the debian.orthanc-labs.com repo.
here is a sample of the error logs, i will append the full error logs and the conf files as separate zip files
"
W0323 09:30:06.811944 PluginsManager.cpp:157] The PostgreSQL storage area is currently disabled, set “EnableStorage” to “true” in the “PostgreSQL” section of the confi>
I0323 09:30:06.811958 PluginsManager.cpp:300] (plugins) Found a shared library: “/usr/share/orthanc/plugins/libOrthancWebviewer.so”
W0323 09:30:06.812184 PluginsManager.cpp:258] Registering plugin ‘web-viewer’ (version 2.8)
W0323 09:30:06.812200 PluginsManager.cpp:157] Initializing the Web viewer
T0323 09:30:06.812206 OrthancPlugins.cpp:5282] (plugins) Calling service 7 from plugin /usr/share/orthanc/plugins/libOrthancWebviewer.so
T0323 09:30:06.812228 OrthancPlugins.cpp:5282] (plugins) Calling service 13 from plugin /usr/share/orthanc/plugins/libOrthancWebviewer.so
W0323 09:30:06.812349 PluginsManager.cpp:157] Web viewer using 2 threads for the decoding of the DICOM images
W0323 09:30:06.812356 PluginsManager.cpp:157] Storing the cache of the Web viewer in folder: /pacs/data/dba/tmp/OrthancWebViewCache
E0323 09:30:06.847832 PluginsManager.cpp:153] SQLite: Unable to open the database
E0323 09:30:06.847865 PluginsManager.cpp:91] Error while initializing plugin /usr/share/orthanc/plugins/libOrthancWebviewer.so (code -1)
W0323 09:30:06.847987 PluginsManager.cpp:208] Unregistering plugin ‘connectivity-checks’ (version 1.10.0)
W0323 09:30:06.848028 PluginsManager.cpp:208] Unregistering plugin ‘dicom-web’ (version 1.7)
W0323 09:30:06.848078 PluginsManager.cpp:208] Unregistering plugin ‘postgresql-index’ (version 4.0)
W0323 09:30:06.848092 PluginsManager.cpp:157] PostgreSQL index is finalizing
W0323 09:30:06.848137 PluginsManager.cpp:208] Unregistering plugin ‘postgresql-storage’ (version 4.0)
W0323 09:30:06.848151 PluginsManager.cpp:157] PostgreSQL storage area is finalizing
W0323 09:30:06.848187 PluginsManager.cpp:208] Unregistering plugin ‘serve-folders’ (version 1.10.0)
W0323 09:30:06.848212 PluginsManager.cpp:208] Unregistering plugin ‘worklists’ (version 1.10.0)
W0323 09:30:06.848223 PluginsManager.cpp:157] Sample worklist plugin is finalizing
E0323 09:30:06.848242 main.cpp:2031] Uncaught exception, stopping now: [Error while using a shared library (plugin)] (code 25)
W0323 09:30:06.848254 main.cpp:2062] Orthanc has stopped
"
any help would be appreciated and I thank you for your time.
conffiles.zip (14.1 KB)
error.log.zip (2.64 KB)