Dear Phanuel, "Address already in use" means that some program is already listening on the IP:port that your handle service is configured for. Could be TCP ports 2641 or 8000, or UDP port 2641. Check on Linux with:
$ sudo lsof -i -n -P | grep -E '(2641|8000)' Regards, -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CAKKdN4XeJbbWPvWd5sNCQAWxKZUULbJ8nS2zH4fd3hh1VJYi3A%40mail.gmail.com.
