Oracle WebLogic Server 12c: Administration I — Question 13

The startup of a WebLogic Server instance fails with the error message: java.net.BindException:Address already in use
Which two methods help identify what is currently listening at the port and the Ip this server is configured to be bound to? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because the lsof command provides detailed information about open files and the processes associated with them, including ports. Option C is also correct as netstat can display network connections, routing tables, and interface statistics, helping identify which process is using the specified port. Options A, D, and E are incorrect because pmap and pstat do not provide the necessary information, and while PortInfo is a useful tool, it is not a standard method for checking open ports.