TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

Deposit Location testing fails to properly connect, returning 409. #1819

Closed kaladay closed 10 months ago

kaladay commented 1 year ago

I have been able to get the repository location at the given URL with the given user name and password to connect properly when directly accessing this via a web browser page.

The same exact configuration, when going through the test-connect, is not working. The following error gets returned:

ERROR: (409) Could not get service document!

Which is from an HTTP POST at:

POST http://VIREO_URL:VIREO_PORT/settings/deposit-location/test-connection 409`

The error message is also likely incorrect. Fix it to return a valid response code if a problem and if possible. Perhaps, copy the HTTP status code response returned by the Vireo to say DSpace connection.