Skip to content
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

MDExpress: Orthanc Configurations #99

Open
vikashg opened this issue Nov 1, 2022 · 7 comments
Open

MDExpress: Orthanc Configurations #99

vikashg opened this issue Nov 1, 2022 · 7 comments

Comments

@vikashg
Copy link
Contributor

vikashg commented Nov 1, 2022

I am trying one of the demos, when I send the images using terminal using storescu I can upload the images on Orthanc. However when I try to send the images from Orthanc to MONAI-DEPLOY I get the following error:
image

I checked the Orthanc Configuration files and RemoteAccessAllowed is set to true and AuthenticationEnabled is set to false.
Any suggestions.

@mocsharp
Copy link
Collaborator

mocsharp commented Nov 1, 2022

@vikashg You are correct, the Insecure Setup yellow warning displays when RemoteAccessAllowed is set to true and AuthenticationEnabled is set to false. This was by design to make the experience easier.

If you want to secure the Orthanc instance, you may update the configuration file and set AuthenticationEnabled to true and add RegisteredUsers as follows:

"RemoteAccessAllowed" : true,
"AuthenticationEnabled" : true,
"RegisteredUsers" : {
  "admin" : "password"

Please refer to Orthanc for additional configuration options.

@vikashg
Copy link
Contributor Author

vikashg commented Nov 2, 2022

Hi @mocsharp
So, I did what you said. and I think there is some AETitle mismatch
image

I am using the instructions for Liver Segmentation MAP.

@mocsharp
Copy link
Collaborator

mocsharp commented Nov 2, 2022

@vikashg have you tried restarting the services by running

docker compose down

and then

docker compose up

If that doesn't work, please provide logs from Informatics Gateway by running

docker logs mdl-ig

@vikashg
Copy link
Contributor Author

vikashg commented Nov 3, 2022

Seems like compose down and up solved that problem. However, it seems to take a long time due to insufficient storage. Atleast thats what I gather from logs.

image

Is it something that I can change in the configurations?

@mocsharp
Copy link
Collaborator

mocsharp commented Nov 4, 2022

@vikashg It looks like your drive is 95% filled; one option is to modify the informatics-gateway.json line 47, and set to "watermarkPercent": 99, and then restart all the services again.

@vikashg
Copy link
Contributor Author

vikashg commented Nov 4, 2022

That is interesting because I just checked that our drives are not full
image

I think if there is a way to clearly specify where this whole operation will go on, it will be helpful for testing.

@mocsharp
Copy link
Collaborator

mocsharp commented Nov 4, 2022

@vikashg it's usually the drive that you are running MD express on.
By default $PWD/.md/mdig/payloads/ is mounted to /payloads in the Informatics Gateway container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants