The startup of a Weblogic Server instance fails with the error message:
java.net.BindExcepttion: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?
A.
Pstatwillreportdetailedruntimestatisticsonanyprocesscurrentlylistening atthis IP and
port.
B.
TheLinuxportwatchingtoolport infocanraiseanalertanytimea process attempts.
succeeds, or fails toconnectto a specific IPand port. It canalso be usedto identify if a
port is being used by a javaprocess.
C.
netstat, whichis availableon Windows and Linux/UNIX, can report on the process
bound to this IP and port.
D.
TheUNIX 1sofcommandcan reportinformation on the processthatis listening at a
particular IPand port.
E.
The pmap command lists allprocessesrunningwiththeirassociatedportmember.