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 are in the process of planning a deployment in which a single WebLogic cluster will host a web application. There are several options to consider.
Which is not a valid decision?
Identify two reasons for defining machines and assigning servers to them in WebLogic Server. (Choose two.)
You need to monitor the HTTP session count for a running web application.
Identify three ways to perform this monitoring. (Choose three.)
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.)
You are creating and configuring a cluster by using the administration console. Which two statements are true? (Choose two.)
Which three domain requirements can you implement with the Configuration Wizard? (Choose three.)
You are carrying out the RDBMS Security Store Configuration using the configuration Wizard
Which three actions can you perform with the Configuration Wizard during the process? (Choose three.)
Before you view JVM performance information in the administration console, you want to request that the JVM do a garbage collection.
How can you do this in the admin console?
While using the Configuration Wizard to create a new domain, you do not set the Listen Address for the administration server and accept the default value. What is the result?
Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)
You want to configure an LDAP authentication provider in your domain. Which three pieces of information must you obtain from your LDAP administrator? (Choose three.)
Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)
You start a managed server by running a start script at the command line. The server fails to start. To troubleshoot this failure, you look at the window in which the script ran. One of the messages from the server says: “boot identity not valid”.
What do you do before running the script again?
You use the Java-based Node Manager to start your managed servers. You want Node Manager to:
• Stop servers by using your custom stop script: mystopit.sh
• Restart servers when the hardware crashes
• Use SSL communication
• Check server heath once per second
Below are portions of the nodemanager.properties file. Select the one that configures Node Manager as described.