Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Sunday, June 01, 2014

FIle provisioning Oracle Identity Management

While running the step during Fusion Applications 11.1.8, as a part of the installation of FMW componenets,



./runIDMProvisioning.sh -responseFile (filename) -target


./runIDMProvisioning.sh -responseFile (absolute path of provisioning.rsp) -target preverify

I stuck with the error

2014-06-01 07:28:00.369 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-06-01 07:28:00 IST!TARGET=private-preverify-webgate-unix!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=fusionapp.chainsys.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validateFileExists!TASKID=orchestration.orchestration.BUILD_ERROR.private-preverify-webgate-unix.validateFileExists!MESSAGE=The file /oracle/FU1118/installers/webgate/libstdc++.so.5 does not exist.!DETAIL=The file /oracle/FU1118/installers/webgate/libstdc++.so.5 does not exist.!BUILDFILE=/stagefusion/FMW1118/tools/idmlcm/provisioning/idm-provisioning-build/webgate-build.xml!LINENUMBER=412!

2014-06-01 07:28:00.387 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-06-01 07:28:00 IST!TARGET=private-preverify-webgate-unix!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=fusionapp.chainsys.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validateFileExists!TASKID=orchestration.orchestration.BUILD_ERROR.private-preverify-webgate-unix.validateFileExists!MESSAGE=The file /oracle/FU1118/installers/webgate/libgcc_s.so.1 does not exist.!DETAIL=The file /oracle/FU1118/installers/webgate/libgcc_s.so.1 does not exist.!BUILDFILE=/stagefusion/FMW1118/tools/idmlcm/provisioning/idm-provisioning-build/webgate-build.xml!LINENUMBER=414!

Clearly informing like libstdc++ and libgcc.s.so.1 are missing

Fix:
from GCCRuntime, if you have already populated copy the contents to the location where the installer for webgate is located

The files are like this:

[oracle@fusionapp GCCRuntime]$ ls -lrt
total 64
lrwxrwxrwx 1 oracle dba    25 Apr 23  2012 libstdc++.so.6 -> /usr/lib64/libstdc++.so.6
lrwxrwxrwx 1 oracle dba    25 Apr 23  2012 libstdc++.so.5 -> /usr/lib64/libstdc++.so.5


-rwxr-xr-x 1 oracle dba 58400 Apr 23  2012 libgcc_s.so.1

The objects shown in Red are softlinks
and the object libgcc_s.so.1 is physical file.


[oracle@fusionapp GCCRuntime]$ cp -prvR * /oracle/FU1118/installers/webgate/
`libgcc_s.so.1' -> `/oracle/FU1118/installers/webgate/libgcc_s.so.1'
`libstdc++.so.5' -> `/oracle/FU1118/installers/webgate/libstdc++.so.5'
`libstdc++.so.6' -> `/oracle/FU1118/installers/webgate/libstdc++.so.6'

Retry the operations (you need not cleanup the phase)


2014-06-01 08:40:52.594 TRACE
BUILD SUCCESSFUL


Successfully finished preverify.
Proceed with install.

It finishes with no errors.

No comments:

Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments