-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage Failures #81
Comments
I guess this is more an issue in dicom-dimse-native than here. Regarding the error that you printed. The "Failed to create table: patient" is worring as it means the sqlite somehow could not create the table. Not sure why this is, maybe permission issues to create the sqlite db? |
I just tried on fedora 13 (amd64). Using the prebuild dicom-dimse-native library worked, then compiling from scratch (without iconv) also worked but did not render none-latin letters correct. (as written above). I did not have any issues with dicom.dic missing or the esdb folder as you wrote. Maybe it would behave different compiling on ARM but I don't have an M1. |
I've incorporated the changes you made to
I'm certain it's not a permission error since I'm running as root in the container. I'm still working on this so I'll keep you posted with my results. I don't have any specific requests at the moment. |
With the latest code, I'm experiencing a set of failures that seem to be caused by some build issues with
dicom-dimse-native
. I have a couple of them worked around (mostly to give you some indication of where I'm seeing problems) but I still haven't been able to pull up any images in the OHIF viewer. I'm running on Debian 12 (Bookworm), which is part of the python:3.11 docker image. This container is running on an M1 Mac, so everything builds on install to product ARM binaries. My installation is a source installation (per your instructions).The two problems I've worked around so far are the missing
dicom.dic
file and theesdb
directory. I worked around those errors by building the two components directly out of thedcmtk-3.6.8
source. I've copied theesdb
folder. In the case of the former, I've added the environment variable to setDCMDICTPATH="/root/dcmtk-3.6.8/dcmdata/data/dicom.dic"
before starting the server. I've also copiedoficonv/data/esdb/*
to/usr/local/share/dcmtk-3.6.8/esdb
. This clears up a few errors when running the import and I've managed now to get as far as loading the list of studies in the viewer. I have yet to succeed in actually retrieving a study and displaying it, though. When opening the viewer to see a study, I'm getting a 'not available' error.On
oficonv
, I did build and installlibiconv
but cmake doesn't seem to find it in/usr/local
.Some other errors that have popped up -
FWIW, everything worked fine as of commit
c3972552b15f3368b05285912e43cc4cbce39238
. That was likely prior to the move to dcmtk 3.6.8.Happy to provide more information. Thanks for your help.
The text was updated successfully, but these errors were encountered: