Hello!
I can’t start Orthanc service…
In Logs i see two error messages:
- SQLite: database is locked (5)
- Uncaught exception, stopping now: [SQLite: Cannot prepare a cached statement] (code 1012)
How to fix these errors?
Full log file in the attachment.
Thanks.
Orthanc.log.20190810-123648.6888 (6.6 KB)
Hello,
This error code arises if two different Orthanc servers are running, while using the same SQLite database. But, a single SQLite database cannot be shared by multiple servers.
As you are running under Windows, you are most probably running an instance of Orthanc from the command-line, while the Windows service for Orthanc is running in background.
HTH,
Sébastien-