R12.2 Apps DBA. Powered by Blogger.

R12.2 adpreclone error returning status 255

No comments :
ERROR:
returning status 255 ERROR: Script failed, exit code 255
SOLUTION:
check the inventory on oraInst.loc.
opatch lsinventory
==================================
ERROR:
Log file located at /local/FDEV/fs2/inst/apps/FDEV_lapdev01/admin/log/clone/ApplyAppsTier_05301531.log
– 50% completed
ERROR while running Apply…
Fri May 30 17:37:39 2014
ERROR: Failed to execute /fs02/app/FDEV/apps/fs2/EBSapps/comn/clone/bin/adclone.pl
CAUSE:
The admin server logs are located under:
$EBS_DOMAIN_HOME/servers/AdminServer/logs directory
java.io.FileNotFoundException: /var/tmp/.ovdlock.tmp (Permission denied)
Caused By: oracle.security.jps.JpsRuntimeException: JPS-02592: Failed to push ldap config data to libOvd for service instance “idstore.ldap”
in JPS context “default”, cause: java.io.FileNotFoundException: /var/tmp/.ovdlock.tmp (Permission denied)
This is caused by the file “/var/tmp/.ovdlock.tmp” having been created by another test iteration by a different UNIX user.
The current clone cannot succeed because the file cannot be over-written.
SOLUTION:
1. Rename or delete the file:
$ mv /var/tmp/.ovdlock.tmp /var/tmp/.ovdlock.tmp.bak
2. Restart the clone command:
$ perl adcfgclone.pl appsTier

No comments :

Post a Comment

Note: only a member of this blog may post a comment.