Last week, I successfully installed Oracle Fusion Applications 11.1.3 on our Linux Server. Contact Us If you are looking for Fusion Applications Installation, Implementation or Training.
In this post I’ll cover one of many issues faced during Fusion Application 11.1.3 installation.
Fusion Application Installation includes various phases - Pre-verify , Install, Pre-configure, Configure, Configure-secondary, Post-configure, Start-up and finally validate.
This error is at preverify stage and message in installation log $FA_BASE/logs/provisioning/plan<randomNumber>/<hostname>/ is
____
[2012-04-05T13:42:59.863+01:00] [runProvisioning-preverify] [ERROR] [] [runProvisioning-preverify] [tid: 14] [ecid: 0000JQ2XWXh6ESgvDC sHtC1FVPB2000005,0] FAPROV-00298 The following error occurred while executing this line:[[/oracle/fa/appbase/faprov/ provisioning/provisioning-build/base-product-family-build.xml:54: The following error occurred while executing this line:
/oracle/fa/appbase/faprov/ provisioning/provisioning-build/fs-build.xml:143: The following error occurred while executing this line:
/oracle/fa/appbase/faprov /provisioning/provisioning-build/base-product-family-build.xml:631: The following error occurred while executing this line:
/oracle/fa/appbase/faprov /provisioning/provisioning-build/common-preverify-build.xml:602: The following error occurred while executing this line:
/oracle/fa/appbase/faprov/provisioning /provisioning-build/common-preverify-build.xml:586: Please make sure the the password ${provisioning.setup.pillars. core.schema.schema. FUSION_RUNTIME.schema. password} is valid. Length of Base64 encoded input string is not a multiple of 4.]]
________
Preverify phase of Fusion Applications Installation uses ant build file containing ant targets that handle pre-verification. One of the ant build file is $FA_PROVISIONING_FRAMEWORK_HOME/ provisioning/provisioning-build/common-preverify-build.xml
Open this file and search for provisioning.setup.pillars.core.schema.schema.FUSION_RUNTIME.schema.password
Replace provisioning.setup.pillars.core.schema.schema.FUSION_RUNTIME.schema.password
with
schema.fusion.default-password
Entry before change
______
<validatePasswordPolicy username=”${provisioning.setup.pillars.core.schema.schema.FUSION_RUNTIME.schema.username}”
password=”${provisioning.setup.pillars.core.schema.schema.FUSION_RUNTIME.schema.password}”
pattern=”${common.regex}”/>
______
.
Entry after change
______
<validatePasswordPolicy username=”${provisioning.setup.pillars.core.schema.schema.FUSION_RUNTIME.schema.username}”
password=”${schema.fusion.default-password}”
pattern=”${common.regex}”/>
______
Note: This is workaround and not fix. For fix raise Service Request with Oracle Support.
Run provisioningWizard again .
Related Posts for Fusion Apps
- Oracle Fusion Applications Overview
- Oracle Fusion Application for Apps DBAs – Concepts
- Install Oracle Fusion Applications in 10 Steps
- Oracle Fusion Applications : Provisioning Framework Overview
- Oracle Fusion Applications : Provisioning Framework Installation
- Provision Transaction Database for Oracle Fusion Applications
- Create Fusion Applications Schema using RCU : fusion & otbi
- Fusion Application 11.1.1.5.1 is now available
- Fusion Apps Installation : Database Provisioning Failed during listener start
- Fusion Applications : 128 GB memory and 500 GB Disk space : Are you ready
- Fusion Applications 11.1.1.5.1 Part I – Install Identity and Access Management (OID/OAM/OIM) 11g
- Fusion Applications 11.1.1.5.1 Installation Part II – Configure Oracle Internet Directory
- Fusion Applications 11.1.1.5.1 Installation Part III – Configure Policy and Identity Store
- Fusion Applications 11.1.1.5.1 Installation Part IV – Extend WebLogic Domain to include OIM/OAM and configure OIM
- Fusion Applications 11.1.1.5.1 Installation Part V – Integrate OIM with OAM
- Oracle Fusion Application 11.1.3 is now available
- Oracle Fusion Applications 11.1.3 Installation Experience
- FA Installation Error : runProvisioning-preverify FAPROV-00298 make sure password FUSION_RUNTIME schema password is valid
- FA Installation Error 2 – List of failed Validation in OIM OAM_Validation: Cannot perform OAM Validation as null
- Identity & Access Management configuration for Oracle Fusion Applications – Part I
- Oracle FA Installation Error 3: private-preverify-free-space The file system only has 190113 MB, but 204800 MB is needed
- Oracle Fusion Applications (FA) 11g R1 PS3 (11.1.4) is now available





Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny 
3 users commented in " FA Installation Error : runProvisioning-preverify FAPROV-00298 make sure password FUSION_RUNTIME schema password is valid "
Follow-up comment rss or Leave a TrackbackThis particular issue was a real tough spot for me too. Keep sharing – this is great stuff!
[...] In this post I’ll cover second issues faced during Fusion Application 11.1.3 installation. For First issue related to provisioning.setup.pillars. core.schema.schema. FUSION_RUNTIME.schema click here [...]
For fusion_runtime PWD , I only changed the password from the db to 8 characters and only Retry”no need to start over again” then it’s working fine.
Leave A Reply