| Summary: | Error while initializing plugin /usr/share/orthanc/plugins/libOrthancWebViewer.so | ||
|---|---|---|---|
| Product: | Orthanc | Reporter: | Sébastien Jodogne <s.jodogne> |
| Component: | Orthanc Core | Assignee: | Sébastien Jodogne <s.jodogne> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Sébastien Jodogne
2020-06-29 15:11:14 CEST
[BitBucket user: Alex Rothberg] [BitBucket date: 2015-12-17.00:16:55] I just upgraded docker image from 0.9.4 to latest. This looks like some issue with my DB. I start with: ``` docker run -p 4242:4242 -p 8042:8042 -v /data2/orthanc:/var/lib/orthanc/db -v /home/ubuntu/orthanc.json:/etc/orthanc/orthanc.json:ro jodogne/orthanc-plugins /etc/orthanc/orthanc.json --verbose ``` If I remove ` -v /data2/orthanc:/var/lib/orthanc/db`, the server start. [BitBucket user: Alex Rothberg] [BitBucket date: 2015-12-17.05:22:19] Okay. It appears I somehow corrupted the SQLite file. I was able to recover by performing a dump of the SQLite file (index) and then restoring. [BitBucket user: Sébastien Jodogne] [BitBucket date: 2015-12-17.08:24:57] OK, as the problem is not inside Orthanc, I now close the issue. |