Fusion Applications  -  Post Configure  - ECSF Issue

Hi,
We are installing Fusion Applications 11.1.4.0.0 and during Post Configuration Phase are encountering the following error:
ECSF configuration failed. Error message: Java returned: 1] ERROR
The complete error reported:
[2012-12-26T09:19:04.968+05:30] [runProvisioning-hcm-postconfigure] [ERROR] [FAPROV-00101] [runProvisioning-hcm-postconfigure] [tid: 25] [ecid: 0000JjKsJNfFg4WFLzfP8A1Gq_P900000G,0] [arg: /u01/oracle/fusion/provisioning/provisioning-build/orchestration-build.xml:3495: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/orchestration-build.xml:3286: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/common-misc-build.xml:109: An Error Occured:  The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/base-product-family-build.xml:350: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/hcm-build.xml:1566: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/hcm-build.xml:1259: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/base-fusion-app-build.xml:168: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/search-app-build.xml:418: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/search-app-build.xml:535: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/atgpf-build.xml:2678: The following error occurred while executing this line:\n/u01/oracle/fusion/provisioning/provisioning-build/common-misc-build.xml:109: ECSF configuration failed. Error message: Java returned: 1] ERROR: /u01/oracle/fusion/provisioning/provisioning-build/orchestration-build.xml:3495: The following error occurred while executing this line:[[
/u01/oracle/fusion/provisioning/provisioning-build/orchestration-build.xml:3286: The following error occurred while executing this line:
/u01/oracle/fusion/provisioning/provisioning-build/common-misc-build.xml:109: An Error Occured: The following error occurred while executing this line:
Please let us know if anyone has encountered this issue and if not how it can debugged further ? Verified for all know issues , Pathes, Release Notes and Blogs. Please advise if anyone know how to proceed ahead ?

Kalyan,
ECSF configuration is failing at the following code section in build file:
<if>
<os name="AIX"/>
<then>
<java classname="oracle.ecsf.util.ProvisioningUtil" fork="true" classpathref="ecsf.classpath" failonerror="true">
<arg value="${temp.ecsf.config.file}"/>
<sysproperty key="oracle.security.jps.config" value="${ecsf.jps.config}"/>
<sysproperty key="javax.net.ssl.trustStore" value="${ecsf.ssl.truststore}"/>
<env key="IBM_JAVA_OPTIONS" value="-Dibm.stream.nio=TRUE -Djavax.xml.stream.XMLInputFactory=com.ibm.xml.xlxp.api.stax.XMLInputFactoryImpl -Djavax.xml.stream.XMLOutputFactory=com.ibm.xml.xlxp.api.stax.XMLOutputFactoryImpl -Djavax.xml.stream.XMLEventFactory=com.ibm.xml.xlxp.api.stax.XMLEventFactoryImpl"/>
</java>
</then>
<else>
<java classname="oracle.ecsf.util.ProvisioningUtil" fork="true" classpathref="ecsf.classpath" failonerror="true">
<arg value="${temp.ecsf.config.file}"/>
<sysproperty key="oracle.security.jps.config" value="${ecsf.jps.config}"/>
<sysproperty key="javax.net.ssl.trustStore" value="${ecsf.ssl.truststore}"/>
</java>
</else>
</if>
We noticed that it is referring to ssl.trustStore which is similar to what you metioned earlier. Do you think this is causing the issue ? If so how can we disable it?
Regards, Raj.

Similar Messages

  • Configure the chat option in Fusion Applications

    Hi All,
    I am new to the Fusion Applications .When I Login to the Fusion I am able to see the chat screen.But it shows as Offline.
    I also add a person by managing connection requests from the chat screen,but when we both login to the application the chat option is not get connecting.
    So I have the following questions:
    Is there any configuration needed for the chat additionally?
    If necessary how to configure the chat option?
    Can anyone please help me?
    Thanks
    Chitra
    Edited by: 938366 on Aug 21, 2012 2:22 AM

    Hi
    Thanx for Your reply !! Can u suggest me the corrct forum path or link for posting my issue????

  • Fusion Applications 11.1.7: Deploy a custom ADF page to Fusion Applications

    Hi,
    I am trying to create and deploy a custom ADF page in Fusion Applications(in premise) which will allow search, create and update operations on a custom table. I have been going through a pile of documents and this forum but I still have the following questions.
    I have a PageA based on the UIShell. This page is linked to the taskflow TaskFlowA which provides the search functionality. TaskFlowA calls TaskFlowB and TaskFlowC which provide the create and edit functionalities.
    I have enabled security from Jdeveloper (Application>Secure>Configure ADF Security)
    Question#1: Is this step required?
    To deploy it I will generate the ADF Library JAR for the Model and ViewController. The ADF Library JAR for the model will be placed into the <ExplodedEarDirectory>/APP-INF/lib directory of an existing application(say HCM). The ADF Library JAR for the UI will be placed in the <ExploadedWarDirectory>/WEB-INF/lib directory.
    Question#2: Are any other steps required for deployment.
    I will then add permissions for the page by following the steps in How To Configure Security For Custom Pages/Taskflows Added To Fusion Applications(Doc ID 1486524.1). This document lists the steps for configuring authorization policies using APM.
    Question#3: While specifying the resource type in APM, I will select RegionResouceType and set the Name to PageA. I understand that I need to provide the full path of PageA in the form xx.xxx.xx. But how do I get the full path?
    Finally I will add a new menu entry in the Navigator menu using the setup task “Manage Menu Customizations” by adding a new item.
    Question#4: What will be the value of Focus View Id for the new Item? Will it be the Focus View Id that I provided while creating the menu file in JDeveloper?
    Question#5: What will be the value of Secured Resource Name? Will it be the same as what I provided in Question#3 above?
    Thanks,
    Sujoy

    Question#1: Is this step required?
    Yes if you want to test the security in the integrated WLS .
    Question#2: Are any other steps required for deployment.
    Yes. Please follow up our earlier post ADF How-To #12: Deploying Customizations to Standalone WLS
    For question #3, #4 & #5 please first review our other post ADF How-To #10: Replacing A Bounded Task Flow  This won't answer completely what you asked but would definitely be a step in that direction.
    I would also recommend you to go through other posts starting with title ADF How-To #.
    Hope this helps
    Vik
    http://blogs.oracle.com/fadevrel

  • Cold Fusion Application Server

    Hello all,
    I'm having the weirdest issue with our CF server. They do not
    run. However when I start Cold Fusion Application Server, I cannot
    login to any of my backend admins. I suspect that it is because it
    tries to set an application variable. Then I check for to see if
    there the app var is set, if not it redirects to the login page.
    I am guessing that the app var is not being set. If I stop
    Cold Fusion Application Server, everything works fine.
    I don't want to have reinstall CF 5 (on Windows 2000 srv).
    Any ideas???
    thanks

    DettCom,
    I had a similar problem to this, but I don't know if you have
    the same configuration (it was on CF 6.1). I don't know a whole lot
    on CF 5.
    I was storing client variables in the cdata/cglobal tables,
    and one variable's string ended up longer than I had planned for
    (although it was, in fact, correct). I had to increase the size of
    the "data" field in CDATA.
    Also, anything in the logs? (I know you probably would have
    mentioned if there were).
    - Mike

  • SP 2013 Upgrade error - web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.

    Hi there,
    I get this error when I perform a DB Attach upgrade from SharePoint 2010 to SharePoint 2013. 
    "web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode."
    Any help is appreciated. Thanks.

    There is other way of fixing this issue apart from what Amit mentioned. Create a classic based web application in SP 2013 using PowerShell.
    New-SPWebApplication -Name "TestApplication" -ApplicationPool "TestApplicationAppPool" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "sppoc\spfarm") -Port 100 -URL "http://sp2013demo"
    Now mount the content database from SP 2010 on to the web application created above 
    Mount-SPContentDatabase WSS_Content_100 -DatabaseServer SQL2012Demo -WebApplication http://sp2013demo:100
    Once the mount is complete, convert the web application to use claims and migrate the user to use claims identity.
    Convert-SPWebApplication -Identity "http://sp2013demo:100" -To Claims –RetainPermissions -Force
    $w = Get-SPWebApplication "http://sp2013demo:100"
    $w.MigrateUsers($True)
    See my blog post about it: http://www.sharepointnadeem.com/2014/01/upgrade-from-sharepoint-2010-classic.html
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • Customization Fusion Application EOs

    Hi Team,
    I have a requirement where i need to keep a track of all the CRUD operations performed in Fusion Application for a particular table.
    I have a knowledge of Oracle ADF and I believe i can make use of history mappings present in EO to track last_update/modified by or create business event on seeded oracle fusion EO but not sure how that can be use in Fusion Application.
    Which Jdev Version would be compatible to Fusion Appltn.
    Any guidance will be highly appreciated.
    Thanks,Ajay

    Hi Vik,
    Yes i am.
    I know we can use DB triggers but then I wanted to create a business event where i can publish this(who updated/modified data) information on webservice,using which i can get XML data to generate my reports on it.
    I wasn't aware of Which Jdev Version would be compatible to Fusion Appltn.? but then i got access to https://blogs.oracle.com/fadevrel/entry/jdeveloper_and_fusion_applications_explained which helped me to start.
    I am stuck at ,now i am not able to add a business event for which i have created a separate post pls. help over(Unable to customize LedgerSetEO of Fusion Apps) and we can close this thread.
    Thanks for the reply.

  • Posting multiple goods issues against the same delivery

    Hello gurus,
    We are a fashion apparel company using ECC 6.0 and would like to know if it is possible to post mutliple goods issues against the same delivery?
    I will explain the business requirement.
    - We create a stock transport order to deliver 400 units of merchandise to on or our retail stores (STO is created and processed to a delivery).
    - This information is passed down to our warehouse management system (which is not SAP)
    - Our warehouse management system has the ability to split a delivery into multiple shipment when needed.  For example, our warehouse may only be able to complete 250 units for our morning shipment and will therefore pick, pack and post this.  This will feed back into SAP and process a 641 movement so that the units now show as "in transit".  This is needed so that our stores can process the ASN and move the units into their inventory when they receive the merchandise later that day.
    - During the afternoon, our warehouse will process the remaining 150 units and will ship this to our store later in the evening or next day.
    Currently, we are not able to process another goods issue against a delivery as we close out the delivery during the first goods issue.  We would prefer not to have to generate a new delivery for our DC and let them continue to process against the same delivery, but we are unsure how to configure this.
    Any help or guideance would be extremely appreciated
    Thanks in advance

    Hi RJ,
    First of all sorry to write such a lengthy reply,In one line if i want to summerize then it is not possible with standard SAP however we can achieve this by writing some piece of code in both the system
    AS - IS
                   Business process
              From business process point of view you are right that once the pick & pack is in process it is not advisable to create a new delivery document for balance quantity and share the same with WMS as then they have to create a new document in WMS and start picking based on that rather then the old delivery document number. if i am in your position then i can give a thought like this
    e.g.
    Delivery                                                  - 100 Unit
    Shipment confirmation from WMS            -   60 Unit
    Change in delievry quanity / Pick qty        -   60 Unit
    Invoice from SAP                                    -   60 Unit
    Second confirmation from WMS                          -   40  Unit
    Change in the existing delivery quantity                -   Now here we have two option either
    1) Change the delivery quantity / Pick qty  to (60+40) =100 or
    2) Remove the 60 and update 40 as delivery and pick quantity
    Pros & Cons
    if you will select option 1 then furhter invoice will happen for 100 unit which is incorrect as physically you are shipping only 40 unit
    if you are selecting option 2 then the document flow is incorrect as you don't have history(in SAP) for the 60 unit which was shipped earlier
    Solution ::
    so in my opinion the best option is to create a seperate delivery document (store the old delviery number in one of the field of the new delivery and pass the same to custom segment of the IDoc) transmit the IDoc to WMS write the validation logic in WMS
    Find the record with old deliver number in the WMS system, check the status whether it is active or inactive
    if it is acitive Validate the Material + qty with the WMS record(Material + balance quantity) if both are same then pass the new deliery number to custom field of the WMS table
    At the time of confirming back to the SAP, Write a piece of code in SAP that if the incoming idoc custom field(new delivery number) field is populated then ignore the orignal document number and post the document using the new delivery document number
    Hope this help

  • Problem in Application Help Configuration in Solution Manager

    Hi Experts,
    Here I facing one problem during Application Help configuration..
    When I am going through application help for Solman Configuration it's taking me to standard erp help..
    Where as in SR13, under PlainHtmlHttp,
    In path tab I had given <b>saphelp_sm40/helpdata</b> for solution manager document.
    But for other standard t-code it's giving actual application help.
    where for SMSY,SOLAR01 etc i am not getting the application help.
    Looking for advices.
    Thanks & Regards,
    Sumanta Chatterjee

    Dear Sumanta,
    This depends on how you want to (or how you can) use this http://help.
    sap.com site.
    At first you must be aware of the different areas on this site, these
    areas have different URL structures, for example:
    - http://help.sap.com/saphelp_erp2004 <<< for mySAP ERP
    - http://help.sap.com/saphelp_47x200  <<< for R3 Enterprise
    - http://help.sap.com/saphelp_nw04    <<< for SAP NetWeaver 04
    - http://help.sap.com/saphelp_sm32    <<< for SAP Solution Manager 3.2
    The main problem is that in the area "http://help.sap.com/saphelp_sm32"
    there is only online documentation for the Solution Manager
    functionality.
    Can you please check the table SBAON_CCHK with transaction SE16.
    The following record must exist:
    MANDT COMPONENT                NAME_EN
    xxx   ST                       Solar Help
    If this record does not exist, please create this record manually.
    This should help resolve the issue.
    Regards
    Amit

  • Oracle Fusion Application RCU error for fusionapps_Storage.xml

    I am installing Fusion Application
    While running RCU I have received a error for selecting Fusion Application component.
    The error is
    2013-01-19 23:53:43.746 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RCUValidator::error: RCUValidator caught a SAXParseException.
    org.xml.sax.SAXParseException: file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
    RCU Log as follows.
    2013-01-19 23:52:49.446 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Log dir does not exist. Creating logdir:C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/log\logdir.2013-01-19_23-52
    2013-01-19 23:52:49.481 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Log file does not exist. Creating log file:C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/log\logdir.2013-01-19_23-52\rcu.log
    2013-01-19 23:52:49.481 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: LOG_LEVEL_IS - NOTIFICATION:1
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: HOSTNAME: PTC-DN-FUSION
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: OSINFO: x86 6.0 Windows Server 2008
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: JREINFO: 1.6.0_29 C:\ptc-dn-fusion\appbase\database\rcuHome\jdk\jre
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERNAME: Administrator
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERDIR: C:\ptc-dn-fusion\appbase\database\rcuHome\BIN
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User country: US
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User language: en
    2013-01-19 23:52:49.483 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java class path: C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\rcu.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\share.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\help-share.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ohj.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\orai18n-mapping.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\lib\xmlparserv2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jdbc\lib\ojdbc6.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jdbc\lib\ojdbc5.jar;OH\jdbc\lib\ojdbc6dms.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jewt4.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ojdl.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\oracle.odl_11.1.1\ojdl.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\SchemaVersion.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wldb2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlsqlserver.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlbase.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlutil.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\fmwgenerictoken.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\mysql-connector-java-commercial-5.1.17\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\..\oracle_common\modules\mysql-connector-java-commercial-5.1.17\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\mysql-connector-java-commercial-5.1.16\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\..\oracle_common\modules\mysql-connector-java-commercial-5.1.16\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\oracle.dms_11.1.1\dms.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\oracle_ice.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\rcuhelppages.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\assistants\opca\jlib\opca.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\portal\jlib\ptlshare.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ldapjclnt11.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-collections-3.1.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-dbcp-1.2.1.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-logging.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-pool-1.2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\quartz-1.6.0.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\xml.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jta.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-platform-utils.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-platform-authz-service.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-features-identity.zip;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-features-configservice.zip;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-api.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-common.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-ee.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-internal.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-manifest.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\MicroSM.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\javax.persistence_1.0.0.0_1-0-2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\org.eclipse.persistence_1.0.0.0_1-1-0.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\identitystore.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-unsupported-api.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\pd-internal.jar
    2013-01-19 23:52:49.485 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java library path: C:\ptc-dn-fusion\appbase\database\rcuHome\jdk\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ptc-dn-fusion\appbase\database\rcuHome\\bin;C:\ptc-dn-fusion\appbase\oracle\product\11.2.0\dbhome_1\bin;C:\ptc-dn-fusion\appbase\database\product\11.2.0\dbhome_1\bin;E:\jdk6\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\idmu\common;C:\ptc-dn-fusion\appbase\database\product\11.2.0\dbhome_1;C:\Middleware\Oracle_IDM1\bin;C:\Middleware\Oracle_IDM1\opmn\bin;C:\Middleware\Oracle_IDM1\opmn\lib;C:\Middleware\Oracle_IDM1\perl\bin;.
    2013-01-19 23:52:49.486 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::initLoggingManager: RCU version:11.1.1.6.0
    2013-01-19 23:52:49.486 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Launching RCU.
    2013-01-19 23:52:49.489 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Creating InteractiveRCUModel
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: ComponentInfo xml location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/ComponentInfo.xml
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Storage xml location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/Storage.xml
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD Validation : true
    2013-01-19 23:52:50.027 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.RCUCommandLineParser::process: Processing command line ....
    2013-01-19 23:52:50.137 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::main: Execution Complete.
    2013-01-19 23:53:42.649 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:sys, role:SYSDBA, connectString:(description=(address=(host=ptc-dn-fusion.ptcdnfusion.com)(protocol=tcp)(port=1521))(connect_data=(service_name=FUS1110)(server=dedicated)))
    2013-01-19 23:53:43.210 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Initializing repository configuration metadata
    2013-01-19 23:53:43.210 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = INIT_META_DATA.....
    2013-01-19 23:53:43.345 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : FUSION_ACTIVITIES
    2013-01-19 23:53:43.346 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : FUSION_DISCUSSIONS
    2013-01-19 23:53:43.359 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseXmlData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/ComponentInfo.xml is valid
    2013-01-19 23:53:43.706 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTLET
    2013-01-19 23:53:43.708 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//portlet/portlet.xml is valid
    2013-01-19 23:53:43.710 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ACTIVITIES
    2013-01-19 23:53:43.712 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//activities/activities.xml is valid
    2013-01-19 23:53:43.713 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS
    2013-01-19 23:53:43.718 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//jive/jive.xml is valid
    *2013-01-19 23:53:43.746 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RCUValidator::error: RCUValidator caught a SAXParseException.*
    org.xml.sax.SAXParseException: file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:316)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:326)
         at oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager.parseStorageData(RepositoryConfigManager.java:357)
         at oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager.parseXmlData(RepositoryConfigManager.java:282)
         at oracle.sysman.assistants.rcu.backend.models.OptionsModel.initializeXMLAndSelectionModels(OptionsModel.java:92)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.initMetaData(StepValidator.java:1212)
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:516)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:662)
    2013-01-19 23:53:43.747 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseStorageData: XML Document has Error:true file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
    2013-01-19 23:53:43.824 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Initializing repository configuration metadata : 614 milliseconds
    2013-01-19 23:53:44.054 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Obtain properties of the specified database
    2013-01-19 23:53:44.054 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_QUERY_DATABASE
    2013-01-19 23:53:44.089 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Obtain properties of the specified database : 35 milliseconds
    2013-01-19 23:53:44.279 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Check requirement for specified database
    2013-01-19 23:53:44.279 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2013-01-19 23:53:44.300 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Check requirement for specified database : 21 milliseconds
    2013-01-19 23:53:44.322 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute pre create operations
    2013-01-19 23:53:44.322 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_PRELOAD_SETUP
    2013-01-19 23:53:44.329 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryAndCopyData
    2013-01-19 23:53:44.331 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryTable
    2013-01-19 23:53:44.331 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute pre create operations : 9 milliseconds
    Edited by: user13316715 on Jan 20, 2013 12:11 AM

    Hi Subramanian,
    Thanks for the response.
    No i am able to create repository for the Fusion Application.
    But now i am running through different problem while creating response file.
    The provisional wizard automatically get exit withe Internal Error after entering Install location and setting admin password.
    Can you please help me on this.
    Thanks,
    Dhanraj

  • Hardware requirement for Fusion Applications HCM installation

    Hi Team,
    I want to install fusion applications for HCM.
    Can any one suggest the minimum hardware requirement for installation.
    Please help me with any documents.
    Thanks,
    Chandra

    Dear Chandra,
    Please note that Fusion Applications installation involves following components.
    1. Oracle Identity and Access Management components (Middleware infrastructure)
    2. Oracle Database for IDM
    3. Oracle Database for Fusion Apps
    4. Fusion Applications Domains (includes Admin and managed servers for Fusion Applications)
    I have posted a guide on installing Fusion applications on 2 node setup and if you have sufficient hardware to host 2 VMs then it can be done on single server as well.
    http://www.oratraining.com/blog/2013/03/oracle-fusion-applications-installation-step-by-step-guide-11-1-6/
    This will explain the 2 node architecture which I have prepared.
    http://www.oratraining.com/blog/2013/03/fusion-applications-architecture-for-2-node-setup/
    The minimum memory requirement changes if you select more products since in Fusion apps each products have their own domain and if you select more products then there will be more application managed servers (even if you don't select a product family, it will still create some managed weblogic servers based on dependency with selected products)
    The minimum memory requirement to host IDM and consolidated DB in 1 node is 10-12 GB
    The minimum memory requirement to host Fusion Applications domains on 2nd node is 64 GB (for 1 product family, for all products selected then 128 GB)
    Please note that these are "minimum" requirements based on my experience, not as per the documents since what we are talking about is installing for "learning", not for production, where you will host various components in separate nodes.
    Thanks
    Tushar
    www.oratraining.com

  • BUG: Can't create BC4J Application Module Configurations

    Hello,
    I'm using JDev 9.0.3.1 with Win2K and WinXP. There seems to be a bug in the BC4J Application Module Configuration Manager:
    It seems to be impossible to create a new BC4J Application Module Configuration with the Configuration Manager of a BC4J Application Module. I can copy an existing AM configuration, but I can not rename it. Clicking on the OK Button in the Configuration Manager simply does nothing.
    A work around seems to be to open bc4j.xcfg in any text editor, copy an AppModuleConfig element, save xcfg, in JDev remove the project form the workspace, readd it to the workspace (some caching issue of jdev?). Then the new AM config is there and can be modified.
    In JDev 9.0.3 the Config Manager seems to work fine.
    Regards
    Stefan

    The bug is mentioned in metalink bug 2849146.

  • Calendar Application System Configuration Assistant failed

    Hi
    I'm a newbit to OCS and have been trying to installl OCS 10.1.2 on Red Hat ES4 on a HP DL385 box - 6 GB and got stuck at the Calendar Application System Configuration Assistant part.
    Retried it several times, both in Basic or Advanced installations and also, checked the possibility of NO EXEC issue for AMD64 box. The logs are:
    Starting to execute configuration assistants
    Launched configuration assistant 'Calendar Application System Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/mnt/ocs_home/10.1.2/ocs_1/apps/jdk/bin/java -classpath /mnt/ocs_home/10.1.2/ocs_1/apps/jlib/ldapjclnt10.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/jlib/ojmisc.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/lib/xmlparserv2.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/lib/emSDK.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/lib/emOCS.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/jlib/emOCSSDK.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/ocas/oem/log4j.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/jlib/emConfigInstall.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/ocal/jlib/ocal_clnt.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/lib/servlet.jar:/mnt/ocs_home/10.1.2/ocs_1/apps/ocas/ca/ocasca.jar oracle.calendar.ocas.config.OCASCAConfigDriver enable  oraclehome=/mnt/ocs_home/10.1.2/ocs_1/apps oidhost=ocs.domain.com oidport=389 oiddn=cn=orcladmin oiddnepwd=055003734da9fdcea5fee58831090ab8570e7fca930ba4907b ocasport=8010 ocheckletport=8011'
    Start output from spawned process:
    **WARNING** ocal.conf is already included in oracle_apache.conf.
    opmnctl: stopping opmn managed processes...
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=ocs.domain.com:6201
    0 of 1 processes started.
    ias-instance id=ocsapps.ocs.domain.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=30582)
    failed to start a managed process after the maximum retry limit
    Log:
    /mnt/ocs_home/10.1.2/ocs_1/apps/opmn/logs/HTTP_Server~1
    There was a problem starting Oracle HTTP Server.
    **ERROR** java.io.IOException: /mnt/ocs_home/10.1.2/ocs_1/apps/opmn/bin/opmnctl: returned -52
    oracle.calendar.ocas.config.OCASCAException: java.io.IOException: /mnt/ocs_home/10.1.2/ocs_1/apps/opmn/bin/opmnctl: returned -52
         at oracle.calendar.ocas.config.OCASCAUtil.restartOHS(OCASCAUtil.java:347)
         at oracle.calendar.ocas.config.OCASCAConfigDriver.run(OCASCAConfigDriver.java:150)
         at oracle.calendar.ocas.config.OCASCAConfigDriver.main(OCASCAConfigDriver.java:18)
    Caused by: java.io.IOException: /mnt/ocs_home/10.1.2/ocs_1/apps/opmn/bin/opmnctl: returned -52
         at oracle.calendar.ocas.config.OCASCAUtil.runExternalProgram(OCASCAUtil.java:377)
         at oracle.calendar.ocas.config.OCASCAUtil.restartOHS(OCASCAUtil.java:342)
         ... 2 more
    usage: OCASCAConfig
    [{-s,--standalone}]
    [{-w,--oiddnpwd} oid_dn_password]
    [{-e,--oiddnepwd} oid_dn_encrypted_password]
    [{-d,--oiddn} oid_dn]
    [{-h,--oidhost} oid_host_name]
    [{-p,--oidport} oid_port_number]
    [{-o,--oraclehome} oracle_home]
    [{-i,--enable}]
    [{-m,--oem}]
    [{-z,--reset}]
    [{-r,--ocasport} ocas_port_number]
    [{-t,--ocheckletport} ochecklet_port_number]
    [{-c,--calservhost} calendar_server_host_name]
    [{-g,--calservport} calendar_server_engine_port_number]
    [{-n,--calservnode} calendar_server_master_nodeid]
    End output from spawned process.
    From oraInstall xxx.err log, we can see the last lines:
    PassEnv ORACLE_HOME
    PassEnv LD_LIBRARY_PATH
    PassEnv NLS_LANG
    PassEnv TNS_ADMIN
    include "/mnt/ocs_home/10.1.2/ocs_1/infra/Apache/Apache/conf/mod_oc4j.conf"
    include "/mnt/ocs_home/10.1.2/ocs_1/infra/Apache/Apache/conf/dms.conf"
    LoadModule rewrite_module libexec/mod_rewrite.so
    include "/mnt/ocs_home/10.1.2/ocs_1/infra/Apache/Apache/conf/ssl.conf"
    include "/mnt/ocs_home/10.1.2/ocs_1/infra/Apache/Apache/conf/mod_osso.conf"
    include "/mnt/ocs_home/10.1.2/ocs_1/infra/Apache/Apache/conf/oracle_apache.conf"
    Error in copying file : META-INF/
    Error in copying file : META-INF/MANIFEST.MF
    Any idea of what we can do for this?
    Thanks for your help.
    Rgds
    Vicky

    Hi all,
    I've found a solution to this problem. So far I've been trying the installation through MSTSC by taking administrative control (through /console option). Later, I tried my luck by installing it through Net Meeting which proved to be successful.
    Hope you can try the same and ged rid of the installation issues.

  • Fusion Applications A-Team blog site

    FYI - the Fusion Applications and Fusion Middleware A-Teams have launched a new site where we share knowledge and post frequest blogs on your Fusion Applications questions.  The site is dedicated to on premise deployments and includes topics on Single Sign On, Customizations and Extensions, Security, Lifecycle Management, Architecture, plus much more!  The site can be found here:
    http://www.ateam-oracle.com/fusion-apps/

    I doubt it. Its not possible to enable it on Team site.
    http://blogs.msdn.com/b/mvpawardprogram/archive/2013/03/04/a-few-changes-in-the-team-site-for-sharepoint-2013.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Post Sps 16 issue.

    Hi All,
    Post SPS 16 application we are facing issues in Query output  for calculated keyfigure,
    the calculated keyfigure description in query is displayed as  Formulaconcatinated with unique id of that calc kf.
    requesting your input on this.
    thanks
    rakesh.

    Hi,
    may be you should raise it to SAP or go to SP 17.
    I went on from 15 to 17 directly and didnt faced this issue.
    SP 17 is much stable and is working fine.
    Thanks
    Ajeet

  • Adapters needed for Fusion Applications

    Hello Fusion Apps experts, can you please clarify my concern. Is there anything like OAM Adapter ?
    I am preparing for FA installation. Already identity management is installed and configured. Regarding adapters, I created 2 adapters for OVD to connect to OID -- User adapter and Change-Log Adatper.
    I saw somewhere that OAM adapter needs to be installed. Is there such thing like creating OAM Adapter for my FA installation ? I refered FA installation guide and there is nothing mentioned about adapters .
    Appreciate if someone can clarify my question.
    thanks

    See this support document for instructions on how to find information on certified applications..:
        Documentation on Desktop application, browser and client requirements to access Fusion Applications (Doc ID 1488374.1)
    Jani Rautiainen
    Fusion Applications Developer Relations                            
    https://blogs.oracle.com/fadevrel/

Maybe you are looking for

  • How to set up email for multiple devices

    What is the best way to synch e-mail on my wife's iPad with her Mac Book?  I thought iCloud allowed her comcast inbox to update on all devices.  Thank you.

  • External Hard Drive/Mac & PC issue

    Similar questions have been asked but they don't answer my question. I've got a 320GB external harddrive that I use on my iMac at home, and a PC at work, the hard disk has worked fine in the past however now it is only working on my work PC as well a

  • I bought this app but I can't install it :(

    hi there, I bought this app OS X Mountain lion already but it said: " I can't install in this computer" .. please help me!!!!! Thanks. Gina Khuu

  • Windows mail server migration

    Hi all, I have a client who wants to migrate his windows mail server to Mac OS X Tiger. Is it possible? If yes, how? Thanks in advance regards, Pradeep   Mac OS X (10.4.4)  

  • Win32Exception, Error creating window handle

    Stack Trace: at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)    at System.Windows.Forms.Control.CreateHandle()    at System.Windows.Forms.TextBoxBase.CreateHandle()    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVi