Thanks Alan, With the above command I was able to identify the processes using the two ports and killed them. Handle server is now running fine.
*Kind Regards, * *Phanuel Ayuka.* *Systems Developer - **Android | Django | Java EE | ODK Aggregate | PHP* On Thu, Dec 12, 2019 at 1:38 PM Alan Orth <[email protected]> wrote: > 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/CAOSLvwyOaSNqZk1TzbvQXbPJFLwOQvjd%3D0ZTh%2BpxnSgpQBqXTw%40mail.gmail.com.
