Hi there!
I am pretty new experimenting with Orthanc.
I just have installed the Windows version via the Osimis installer (OrthancInstaller-Win64-18.12.3.exe)
Despite having all plugin libraries in the correct folders, none of them can be seen in the plugin list of the web explorer:
Looking into the log, the Plugins nevertheless seem to be correctly registered:
W0103 17:04:33.098049 main.cpp:1416] Orthanc version: 1.5.1
W0103 17:04:33.098049 OrthancConfiguration.cpp:111] Scanning folder “Configuration” for configuration files
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\dicomweb.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\mysql.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\orthanc.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\postgresql.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\serve-folders.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\webviewer.json”
W0103 17:04:33.098049 OrthancConfiguration.cpp:59] Reading the configuration from: “Configuration\worklists.json”
W0103 17:04:33.207430 main.cpp:698] Loading plugin(s) from: Configuration../Plugins/
W0103 17:04:33.207430 PluginsManager.cpp:269] Registering plugin ‘worklists’ (version 1.5.1)
W0103 17:04:33.207430 PluginsManager.cpp:168] Sample worklist plugin is initializing
W0103 17:04:33.207430 PluginsManager.cpp:168] Worklist server is disabled by the configuration file
W0103 17:04:33.223052 PluginsManager.cpp:269] Registering plugin ‘dicom-web’ (version 0.5)
W0103 17:04:33.223052 PluginsManager.cpp:168] URI to the DICOMweb REST API: /dicom-web/
W0103 17:04:33.223052 PluginsManager.cpp:168] URI to the WADO-URI API: /wado
W0103 17:04:33.223052 PluginsManager.cpp:269] Registering plugin ‘mysql-index’ (version 1.1)
W0103 17:04:33.223052 PluginsManager.cpp:168] The MySQL index is currently disabled, set “EnableIndex” to “true” in the “MySQL” section of the configuration file of Orthanc
W0103 17:04:33.223052 PluginsManager.cpp:269] Registering plugin ‘mysql-storage’ (version 1.1)
W0103 17:04:33.238686 PluginsManager.cpp:168] The MySQL storage area is currently disabled, set “EnableStorage” to “true” in the “MySQL” section of the configuration file of Orthanc
W0103 17:04:33.238686 PluginsManager.cpp:269] Registering plugin ‘postgresql-index’ (version 2.2)
W0103 17:04:33.238686 PluginsManager.cpp:168] The PostgreSQL index is currently disabled, set “EnableIndex” to “true” in the “PostgreSQL” section of the configuration file of Orthanc
W0103 17:04:33.238686 PluginsManager.cpp:269] Registering plugin ‘postgresql-storage’ (version 2.2)
W0103 17:04:33.238686 PluginsManager.cpp:168] The PostgreSQL storage area is currently disabled, set “EnableStorage” to “true” in the “PostgreSQL” section of the configuration file of Orthanc
W0103 17:04:33.254300 PluginsManager.cpp:269] Registering plugin ‘web-viewer’ (version 2.4)
W0103 17:04:33.254300 PluginsManager.cpp:168] Initializing the Web viewer
W0103 17:04:33.254300 PluginsManager.cpp:168] Web viewer using 1 threads for the decoding of the DICOM images
W0103 17:04:33.254300 PluginsManager.cpp:168] Storing the cache of the Web viewer in folder: C:\Orthanc\WebViewerCache
W0103 17:04:33.254300 PluginsManager.cpp:168] Web viewer using a cache of 100 MB
W0103 17:04:33.254300 PluginsManager.cpp:168] Using GDCM instead of the DICOM decoder that is built in Orthanc
W0103 17:04:33.254300 PluginsManager.cpp:269] Registering plugin ‘wsi’ (version 0.5)
W0103 17:04:33.254300 PluginsManager.cpp:168] The whole-slide imaging plugin will use at most 2 threads to transcode the tiles
W0103 17:04:33.285560 PluginsManager.cpp:269] Registering plugin ‘osimis-web-viewer’ (version 1.2.0.0-0d4bfbd5)
W0103 17:04:33.285560 PluginsManager.cpp:168] Initializing the Web viewer
W0103 17:04:33.285560 PluginsManager.cpp:168] Using GDCM instead of the DICOM decoder that is built in Orthanc
W0103 17:04:33.285560 PluginsManager.cpp:269] Registering plugin ‘serve-folders’ (version 1.5.1)
W0103 17:04:33.285560 PluginsManager.cpp:168] ServeFolders: Empty configuration file: No additional folder will be served!
W0103 17:04:33.285560 OrthancInitialization.cpp:301] SQLite index directory: “C:\Orthanc”
W0103 17:04:33.285560 OrthancInitialization.cpp:376] Storage directory: “C:\Orthanc”
W0103 17:04:33.285560 HttpClient.cpp:742] HTTPS will use the CA certificates from this file: Configuration
W0103 17:04:33.285560 LuaContext.cpp:103] Lua says: Lua toolbox installed
W0103 17:04:33.285560 LuaContext.cpp:103] Lua says: Lua toolbox installed
W0103 17:04:33.285560 ServerContext.cpp:306] Disk compression is disabled
W0103 17:04:33.285560 ServerIndex.cpp:1447] No limit on the number of stored patients
W0103 17:04:33.285560 ServerIndex.cpp:1464] No limit on the size of the storage area
W0103 17:04:33.285560 ServerContext.cpp:164] Reloading the jobs from the last execution of Orthanc
W0103 17:04:33.285560 JobsEngine.cpp:283] The jobs engine has started with 2 threads
W0103 17:04:33.285560 main.cpp:921] DICOM server listening with AET ORTHANC on port: 4242
W0103 17:04:33.285560 MongooseServer.cpp:1094] HTTP compression is enabled
W0103 17:04:33.285560 MongooseServer.cpp:1008] HTTP server listening on port: 8042 (HTTPS encryption is disabled, remote access is allowed)
W0103 17:04:33.285560 main.cpp:710] Orthanc has started
Can anyone give me a hint what’s wrong here?
Thanks!