Port already in used and MongoDB error
Hi,
[Reposting in the right place .. I think]
My Omada Controller (4.2.11) has been working for some time now but has recently failed. The server is running on Windows 10 20H2
The issue I'm having is that the ports are in use:
[2021-11-29 09:24:48] Starting...
[2021-11-29 09:24:49] Port 29810, port 29811, port 29812 and port 27001 are already in use. Release the ports and try again.
I have identified the offending PID occupying the ports (a java process) and killed it.
On attempting to restart, the controller seems to start, but keeps trying to start the MongoDB server which ultimately fails.
Looking at the Mongo logs, the DB fails to launch with, amongst other things:
Fatal Assertion 28558 at src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 365
The server had crashed which I think may have caused the issue?
I've tried a repair but that also doesn't work.
I'm kinda stuck.