exam questions

Exam 1z0-134 All Questions

View all questions & answers for the 1z0-134 exam

Exam 1z0-134 topic 1 question 70 discussion

Actual exam question from Oracle's 1z0-134
Question #: 70
Topic #: 1
[All 1z0-134 Questions]

You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly.
In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was: java weblogic.Deployer adminurl http://localhost:7001 user weblogic
-password Welcome1 redeploy name myDeployment
-source /myDeployments/myApplication/appX
-retiretimeout 300
You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.
Which modification should have been made to this command to ensure the older version remains active? (Choose the best answer.)

  • A. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 rmigraceperiod 300
  • B. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -keepsessions
  • C. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 timeout 300
  • D. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 remote
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
The remote argument indicates that weblogic.Deployer is not running on the same machine as the Administration Server, and that source paths specified in the command are valid for the Administration Server machine itself. If you do not use the -remote option, weblogic.Deployer assumes that all source paths are valid paths on the local machine.
Incorrect Answers:
weblogic.Deployer does not have arguments named rmigraceperiod, -keepsessions, or timeout.
Reference:
https://docs.oracle.com/cd/E13222_01/wls/docs90/deployment/wldeployer.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kathee
2 years, 4 months ago
Selected Answer: D
https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/depgd/redeploy.html#GUID-2C0A6D50-3D20-4167-8091-4A5546DEFD6C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago