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 ran the script is:
Server failed to bind to any usable 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? (Choose two.)
You are troubleshooting why transactions are not being committed. After investigation, you realize that these transactions have enough time during the first phase of the two-phase commit, but not enough time during the second phase. Therefore, rather than committing, they are timing out and are being rolled back.
Which Java Transaction API (JTA) attribute needs a larger value?
You plan to install WebLogic Server by using the generic JAR installer in silent mode.
What are two ways to create the required response file? (Choose two.)
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.)