You create a new Managed Server in your domain by using the administration console. You give it
the listen address of 192.0.2.0 and the listen port of 7100.You save and activate the changes.
You use the domain start script to start the new server. It fails, One of the messages in the window
in which you can the script is:
Server failed to bind to any unable port.
You investigate and see that another process is running on 192.0.2.0 on port 7100.You also find
many unused ports at that IP address.
Which two statements are true?
A.
ItisnotaninstanceofWebLogicServerfromthisdomainrunning at 192.0.2.0:7100.The
administration console does not allow you to create a server at the same listen address and port
as one already configuration in the domain.
B.
ItisaninstanceofWebLogicServerrunning at 192.0.2.0:7100. Otherprocesses do not interfere
with WebLogic Server.
C.
Changes the port number to an unusedone to resolve this issue.
D.
It cannot be the administration server running at 192.0.2.:7100, becauseadminservers run on
port 7001.
E.
BecausethisManagedServerhasnever been started, it does not have a local copy of the
configuration. If it did, by using Managed Server Independence, it wouldbeable to switch to an
unused port of it s configured port was busy.
F.
Theportnumbercanstay7100ifthismachine has another IP address and the port is unused at that
address.
C and F
C, F
AC