Hello!
Running Orthanc v1.9.7 on ubuntu 18.04.
When I start Orthanc (via the /etc/init.d/orthanc startup script), it exists due to a SQL database error. Can somebody provide a pointer on what is wrong?
/etc/orthanc/OrthancStorage is an empty folder. Will Orthanc make the database? Should there be a file it expects? Or am I missing a (database?) library?
Thanks for your help,
Log below.
Jonathan.
---------------------------
W1119 13:10:03.006432 main.cpp:1956] Orthanc version: 1.9.7
I1119 13:10:03.006457 main.cpp:1988] Architecture: 64-bit, little endian
W1119 13:10:03.006497 OrthancConfiguration.cpp:117] Scanning folder "/etc/orthanc/" for configuration files
W1119 13:10:03.006523 OrthancConfiguration.cpp:66] Reading the configuration from: "/etc/orthanc/orthanc.json"
I1119 13:10:03.007039 Toolbox.cpp:1488] Setting up the ICU common data
I1119 13:10:03.179186 Toolbox.cpp:1467] Using locale: "en_US.UTF-8" for case-insensitive comparison of strings
I1119 13:10:03.179293 Toolbox.cpp:1759] OpenSSL version: OpenSSL 1.1.1k 25 Mar 2021
I1119 13:10:03.179466 FromDcmtkBridge.cpp:291] (dicom) Using DCTMK version: 366
I1119 13:10:03.179494 FromDcmtkBridge.cpp:299] (dicom) Loading the embedded dictionaries
I1119 13:10:03.188754 FromDcmtkBridge.cpp:311] (dicom) Loading the embedded dictionary of private tags
I1119 13:10:03.193491 FromDcmtkBridge.cpp:2293] (dicom) Registering JPEG Lossless codecs in DCMTK
I1119 13:10:03.193504 FromDcmtkBridge.cpp:2301] (dicom) Registering JPEG codecs in DCMTK
I1119 13:10:03.193515 FromDcmtkBridge.cpp:2308] (dicom) Registering RLE codecs in DCMTK
I1119 13:10:03.193529 Enumerations.cpp:2315] Default encoding for DICOM was changed to: Latin1
I1119 13:10:03.197275 OrthancInitialization.cpp:332] Your platform does not support mallopt(), ignoring configuration option "MallocArenaMax"
W1119 13:10:03.197345 OrthancInitialization.cpp:358] SQLite index directory: "/etc/orthanc/OrthancStorage"
E1119 13:10:03.197444 main.cpp:2013] Uncaught exception, stopping now: [SQLite: Unable to open the database] (code 1002)
W1119 13:10:03.197454 main.cpp:2044] Orthanc has stopped
---------------------------