IDM not able to start after Oracle DB upgrade. Seeing the following message
failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use: bind /<IP>:9990"
Release : 14.4
Component : Identity manager
This is due to other processes using the port IDM required
Find the process that was used the port 9990 by running the command "netstat -ano | findstr 9990". Terminate the process and then restart IDM.