irods-contrib / metalnx-web

Metalnx Web Application
https://metalnx.github.io/
BSD 3-Clause "New" or "Revised" License
36 stars 36 forks source link

"iRODS not responding" to a docker-compose deploy of Metalnx #156

Closed BlakeGFitch closed 4 years ago

BlakeGFitch commented 4 years ago

I am having trouble getting a docker-compose deployed metalnx to work with a local vanilla irods installation on the host xnat00.kyb.local. A screenshot is attached with further information.

In the screen shot, you can see the metalnx docker container has contact with the irods server via the python irods library in the terminal to the right. Below that, you can see the top of the /etc/irods-ext/metalnx.properties in the container. On the left side of the screen shot, you can see the metalnx web interface reporting "iRODS not responding.

Any help in debugging this would be most appreciated! I'm very excited to deploy Metalnx in our organization.

Screen Shot 20200812

michael-conway commented 4 years ago

At first blush this may well be CS_NEG_DONT_CARE. try CS_NEG_REFUSE. It may well be that it's having a problem trying to establish an SSL connnection between metalnx and irods.

Try and and eliminate that possibility first, there is a way to add an SSL cert to the docker image to connect to iRODS if need be.

On Wed, Aug 12, 2020 at 9:00 AM BlakeGFitch notifications@github.com wrote:

I am having trouble getting a docker-compose deployed metalnx to work with a local vanilla irods installation on the host xnat00.kyb.local. A screenshot is attached with further information.

In the screen shot, you can see the metalnx docker container has contact with the irods server via the python irods library in the terminal to the right. Below that, you can see the top of the /etc/irods-ext/metalnx.properties in the container. On the left side of the screen shot, you can see the metalnx web interface reporting "iRODS not responding.

Any help in debugging this would be most appreciated! I'm very excited to deploy Metalnx in our organization.

[image: Screen Shot 20200812] https://user-images.githubusercontent.com/8333093/90017419-ccb2a700-dcab-11ea-8e28-c6b0129266b9.jpeg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/irods-contrib/metalnx-web/issues/156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIL4LIUYNFKZW3MG4FSCJTSAKG6LANCNFSM4P4U6SFQ .

BlakeGFitch commented 4 years ago

That did it! Thank you for the quick response.

michael-conway commented 4 years ago

no problem. Note in the docker container you can mount an ssl public key if you have an irods self-signed cert as a volume and it will be added to the environment.

On Wed, Aug 12, 2020 at 9:32 AM BlakeGFitch notifications@github.com wrote:

That did it! Thank you for the quick response.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/irods-contrib/metalnx-web/issues/156#issuecomment-672872648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIL4LML56FT3K4DC5J5QILSAKKV5ANCNFSM4P4U6SFQ .