AIA PIPs  CurrencyExchangeList BUG or Limitation...

Hi All,
The BPEL process is a Oracle standard process (PIPs) CurrencyExchangeListEbizJMSProducer, but still we are getting the error.
The below error in red I took from server log file.
We are getting an error in Production environment while a BPEL process producing (enqueue) a message to a JMS queue by using JMS adapter. (partener link)
We are using Orcacle 10G SOA suite.
Please note that we are not getting this error every time,  few BPEL instances are getting this error, around 4 out of 10 instances.
Failed to handle dispatch message ... exception ORABPEL-05002
Message handle error.
An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{summary=file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection.
file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: oracle.j2ee.connector.proxy.ProxyInterceptException: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null [Caused by: RollbackException: Transaction has been marked for rollback: null]
; nested exception is:
ORABPEL-12511
Adapter Framework unable to create outbound JCA connection.
I tried all the below JMS tunings with different combination, but not no improvement.
<property name="useJCAConnectionPool">true</property>
<property name="maxSizeJCAConnectionPool">500</property>
<property name="retryMaxCount">10</property>
<property name="retryInterval">60</property>
First we are taking these messages from BPEL_Q_TAB (business event) by Apps adapter then sending to JMS Queue. So, throttling also not working as this is apps adapter.
I tried "minimumDelayBetweenMessages">1000</property> in the apps adapter while consume the message from Business Event Q (BPEL_Q_TAB).
But it didn’t work, there was no delay happened while picking the messages.
Please let me know if there is any fix for this issue, otherwise pls let me know is there any way to throttle the apps adapter.
Thanks,
Pershad

Unfortunatly disconecting from the typdef will not be an option during development since I use typdefs to encapsulate structures which I change while developing the code (add or change fileds as needed).  If I create a dynamic event which uses the same typdef do you know if this work around works: make a dynamic event which uses the same typdef and generate a user event inplace of a value signaling essentially doing the same (although complicated the code a little).  If not I will have to upgrade.
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA

Similar Messages

  • BPEL Process CurrencyExchangeList BUG or Limitation...its part of Oracle PIPs for AIA,

    Hi All,
    The BPEL process CurrencyExchangeListEbizJMSProducer is a Oracle standard process (PIPs) , but still we are getting the error.
    The below error in red I took from server log file.
    We are getting an error in Production environment while a BPEL process producing (enqueue) a message to a JMS queue by using JMS adapter. (partener link)
    We are using Orcacle 10G SOA suite with OC4J server and AIA 10G.
    Please note that we are not getting this error every time,  few BPEL instances are getting this error, around 4 out of 10 instances.
    Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: oracle.j2ee.connector.proxy.ProxyInterceptException: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null [Caused by: RollbackException: Transaction has been marked for rollback: null]
    ; nested exception is:
    ORABPEL-12511
    Adapter Framework unable to create outbound JCA connection.
    I tried all the below JMS tunings with different combination, but not no improvement.
    <property name="useJCAConnectionPool">true</property>
    <property name="maxSizeJCAConnectionPool">500</property>
    <property name="retryMaxCount">10</property>
    <property name="retryInterval">60</property>
    First we are taking these messages from BPEL_Q_TAB (business event) by Apps adapter then sending to JMS Queue. So, throttling also not working as this is apps adapter.
    I tried "minimumDelayBetweenMessages">1000</property> in the apps adapter while consume the message from Business Event Q (BPEL_Q_TAB).
    But it didn’t work, there was no delay happened while picking the messages.
    Please let me know if there is any fix for this issue, otherwise pls let me know is there any way to throttle the apps adapter.
    Thanks,
    Pershad

    Hi Lonneke
    Thanks for responding....
    You are correct in seeing that the two services are different in name.
    However they are identical in function.
    I created the service POSyncComp in my earlier version of JDev and deployed it to my local OC4J.
    Which is launched by a PeopleSoft call using PeopleCode.
    I have now rewritten this service in my new JDev and called it POSyncCompInt and deployed to home in an SOA suite implementation.
    So whilst I test and before I roll the original service call out, I have both.
    I have duplicated the PeopleCode and tweaked the message call, so that for testing purposes, and before I drop the current working version I have both calls in my PeopleCode event.
    The original POSyncComp call still works, but the call to the 'new replacement' does not.
    Hence the log shows both calls.... with slightly different names.
    The strange thing is that the PeopleSoft LOG shows very similar code in the Request Message, but the response from the new call shows the HTML Form that I get if I run the second BPEL process from the SOA BPEL console.
    So it looks like it is addressing the URL correctly.... but it suggests that stand alone OC4J returns a different response to the SOA suite which I am using for the new version of the BPEL process.... Is this configuration ?
    It hints at the xsd file and the complex message type at entry to the BPEL process.
    I can run the new process from the SOA suite BPEL Console with no problems.
    I hope that clarifies your question about two different service names

  • AIA PIP 11.1 - COM to SOM integration

    We need to integrate OSM-COM & OSM-SOM using AIA PIP 11.1
    So we have doenloaded:
    Oracle Application Integration Architecture Pre-built Integrations 11.1 Release (part # V28086-01)
    During the development therewill be no CRM in our environment.
    Since there is no PIP exists only for OSM-COM & OSM-SOM, so we decided to use:
    Siebel CRM Integration Pack for Oracle Order Management
    However as I mentioned that we do not have CRM in our development environment
    So My question is:
    1> Did we choose the right PIP?
    2> How to install the PIP without CRM details OR if it is possible to give some Dummy Data (which doesn't exist) for CRM during PIP install.

    We need to integrate OSM-COM & OSM-SOM using AIA PIP 11.1
    So we have doenloaded:
    Oracle Application Integration Architecture Pre-built Integrations 11.1 Release (part # V28086-01)
    During the development therewill be no CRM in our environment.
    Since there is no PIP exists only for OSM-COM & OSM-SOM, so we decided to use:
    Siebel CRM Integration Pack for Oracle Order Management
    However as I mentioned that we do not have CRM in our development environment
    So My question is:
    1> Did we choose the right PIP?
    2> How to install the PIP without CRM details OR if it is possible to give some Dummy Data (which doesn't exist) for CRM during PIP install.

  • Does Oracle AIA PIP provides extension points 4 ABC, EBF & EBS?

    I wanted to know if all Oracle AIA PIP provided the standard extension points for all the AIA components like ABC, EBF & EBS services?
    I am neither finding the extension points in any PIP code for ABC/EBF nor in AIAConfigurationProperties.xml?
    Therefore how do I know the PIP code provides standard extension points for all the AIA components like ABC, EBF & EBS services?
    Is there any UI or configuration file which mentions about all extension points?
    Does, by default the AIAConfigurationProperties.xml files have the setting for all extension for ABC & EBF?
    Thanks In Advance!
    priyadarshi

    Hi,
    All the extension points for ABCS and EBF are configured in AIAConfigurationProperties.xml file and Iam not sure about EBS.
    From the AIA Foundation pack you will not able to see any extension point in the above said file.
    If you have a PIP installed, then the entry will be seen in the AIAConfigurationProperties.xml as below,
    <Property name="ABCSExtension.PrexformMQABM_To_ProcessItemEBM">false</Property>
    <Property name="ABCSExtension.PostxformMQABM_To_ProcessItemEBM">false</Property>
    <Property name="ABCSExtension.PreInvokeProcessItemEBFV1">false</Property>
    <Property name="ABCSExtension.PostInvokeProcessItemEBFV1">false</Property>
    Based on the extension used, the value will be true or false for the specific AIA Process.
    Thanks,
    Ashok.

  • Material for Industry Reference Model & AIA PIP

    Where I can get material for the industry reference model of the business process (Order to Cash/Oppertunity to Quote etc )?
    Is there any link where I can more macro level details of the AIA PIP released so far?
    Thanks
    priyadarshi.

    Please refer to this [metalink page|https://metalink2.oracle.com/metalink/plsql/f?p=130:7:1127531213955866075:::::] and select "Application Integration Architecture" as Product Category from left pane.
    Regards
    Rohit
    Edited by: Rohit Agarwal on Mar 25, 2009 11:19 AM

  • AIA PIP 11.5 O2C installation

    Hi All,
    I installed AIA PIP 11.5, i am facing issues when i am deploying O2C, i am running the command nohup ./deployO2C.sh &. I am getting below error, please can any one help me.
    Thanks,
    Deploy:
         [echo]  -----------------------------------------------------------------------------------
         [echo]  ------------- Deploying Comms Order to Cash: SBL CRM, OSM, and BRM PIP ------------
         [echo]  -----------------------------------------------------------------------------------
      [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    BUILD FAILED
    /home/aia/Oracle/Middleware/AIA_Home/pips/Communications/O2C/DeploymentPlans/O2CDeploy.xml:29: The following error occurred while executing this line:
    /home/aia/Oracle/Middleware/AIA_Home/Infrastructure/Install/AID/AIAInstallDriver.xml:35: weblogic.security.internal.encryption.EncryptionServiceException: weblogic.security.internal.encryption.EncryptionServiceException: weblogic.security.internal.encryption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key java.lang.SecurityException: The provider self-integrity check failed.

    This is not at a Installation issue.
    All your PIP service artifacts will refer to "Oramds:/apps/........" path.
    Ensure that you have this folder structure available in your local machine and create a JDeveloper SOA-MDS File Based Connection.
    Thanks,
    Chandra_

  • Custom Build AIA PIP between Siebel and eBS

    Hi,
    I have a project where in I am integrating Siebel and eBS systems.There are different process flow integrations that I need to integrate between these 2 systems.I know there is O2C PIP for integrating between these systems.But due to some reasons my company doesnt want to pursue using O2C PIP for integrations.So I would like to know
    -> if there is any other PIP for this purpose OR
    ->If we can build a custom AIA PIP for this and what are the pros and cons of it and tasks we would need to do for successful integrations of different process flows? OR
    ->if there is any way in SOA suite that we can use to integrate between these systems for different process flows?I wanted to know how OracleASadapters (packaged based adapters) for Siebel can work in this case and pros and cons for using this adapters?
    ->if there is any other way,please let me know!
    Thanks,
    S

    Hi,
    I don't think we have any PIP other than O2C to integrate Siebel with Ebiz.
    It is the matter of evaluating to what extent the out of the box PIP answers the integration requirement. As per my understanding no PIP suits 100% for any given business integration, it has to be tweaked for sure. It should be the architect decision comparing the effort of scratch development vs using PIP.
    One has to understand the best practices for building AIA integration otherwise we end up making tightly coupled integration which make no sense of using AIA foundation pack. Read best practices of AIA development.
    The core advantage of using AIA foundation pack is that enables the central hub of integration between any systems leaving a room for integration of other business applications. You can also build simple composites to integrate without following AIA principles but it is as simple as making P2P integration.
    Thanks
    Saikrishna Panuganti

  • AIA PIP for CRM On-demans for R12

    Folks,
    One of our client is looking for AIA PIP for CRM On demand interface along with R12.
    We have never done this before, however, our understanding at the high-level is that it would require R12, FP, SOA Suite, Oracle Service Bus. Can someone point us right direction on this?
    1)What are the required components for this installs?
    2)Any documentations or links would be good
    Cheers,
    Thiru

    Can someone from this forum help us?
    Thiru

  • BRM MultiSchema supported in AIA pip 11.2

    Anybody know if the BRM MultiSchema is supported in AIA Pip 11.2 o2c and aabc?

    HI,
    I check the link shared by user10634005 but I think that only the search supports the multischema. Can you explain me where is the dynamic code to create a customer in one specific schema?
    For example the SyncCustomerPartyListEBM_to_PCM_OP_CUST_COMMIT_CUSTOMER.xsl and SyncCustomerPartyListEBM_To_PCM_OP_CUST_UPDATE_CUSTOMER_inputFlist.xsl have hardcode the value 0.0.0.1 it means that the customer will be always created in the same schema?

  • AIA PIPs for BRM(Order to bill and agent assited billing care)

    Hi,
    I have installed AIA11g FP and SOA11g on Weblogic 10. Now I would like to install PIPs for oracle billing and revenue management(Order to bill).
    I can only find AIA 2.5 release which is not compatible with weblogic 10.
    Could any one please let me know where can I get PIPs for SOA 11g and if not any work around to install the 2.5 PIPs on SOA11g.
    Thanks in advance.
    -Raj
    Edited by: user8722115 on 28.12.2010 6:16

    Hello there,
    My questions are similar to this one, so I post here too.
    I would like to know if AIA 2.5 could be installed on a "Oracle SOA Suite 10g
    (10.1.3.5.1) for WebLogic Server (10.3.1)" or if the only certified environment
    is the one described into the E2103301.pdf doc "AIA 2.5 Installation & Upgrade
    Guide" of January 2011, i.e. Oracle SOA suite 10.1.3.4 MLR#8 (+ patches ) with
    WebLogic 9.2 MP3.
    Also, what about AIA 2.5 with Oracle Fusion Middleware 11g?
    Regards,
    - KaRiNe -
    Motto : "Unsubmissive attitude!

  • AIA PIP - Synchronize Contacts in Siebel to MDM

    Hello,
    We have a AIA customer PIP installed to integrate contacts data in Siebel and MDM (UCM). There is no customization and we are trying to test as is. The search for a contact in Siebel using the Match process seems to be working fine. After this, data that matched the criteria is presented in Siebel from MDM and when we choose the record and click Fetch, it calls the FetchContactSiebelReqABCSImpl service to get the detail data from MDM and synchronize in Siebel. This service is failing and the failure happens in SyncCustomerPartyListResponseUCMProvABCSImpl which is part of the flow of Fetch service. Following is the error message.
    Error in evaluate <from> expression at line "164". The result is empty for the XPath expression : "/ns4:SyncCustomerPartyListResponseEBM/ns5:EBMHeader/ns5:Target/ns5:ID".
    The error happens in “PopulateSystemIds” assign activity. Before this assign, there is another assign which is “GetTargetSystemId” and this has a processXSLT transform using AddTargetSystemID.xsl.
    The PopulateSystemIds assign activity is dependent on the GetTargetSystemId. What is happening is GetTargetSystemId does not do the transformation properly. I checked the AIAConfigurationProperties and the service definition is available to get the target system id.
    Do you have any experience with this issue before? I checked in forums and Oracle support as well and could not find any similar situation. I appreciate your help to resolve. I have also created a SR for this issue.
    Thanks,
    Venkat Ramakrishnan

    I know it is too late by now, as there was no response i wanted to respond. Yes, you need to also install BPEL, ESB and JDeveloper. Using JDeveloper you need to deploy BPEL processes to a BPEL domain and ESB to Enterprise Service Bus.

  • Lists doesn't work with synchronized text - bug or limitation?

    Whenever I put a text to a collection to synchronize it, the list feature is no longer available for this text. Is it a bug or a limitation? It may be a tricky task to bring this two features together, but it is a substantial one.

    Currently limited to the same formatting for the entire text frame and no internal structure (no lists or inline graphics). Request noted.

  • Unable to execute startscen.sh for AIA PIP Agent-Assisted Billing Care 2.4

    Hi all.
    I am executing the 'Sync Collections Actions Integration Flow' of 'Agent-Assisted Billing Care' PIP to transfer collections data.
    I just install AIA 2.4 with ODI 10.1.3.5, BRM 7.4 and Siebel 8.1.1.
    After executing the following command for the first time :
    ./startscen.sh SYNCCOLLECTIONACTION 001 GLOBAL -v=5
    I obtain the following error :
    java.lang.Exception: Error: No value to affect to this variable for DefDate:2009-06-12 16:09:30.0
    DefN:null
    DefV:null
    IndStore:L
    ITxtDefT:null
    ITxtVar:null
    SessNo:23200
    VarDatatype:A
    VarName:AIA_COLLECTIONS_PROJECT.AIA_HOME
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlV.execStdOrders(SnpSessTaskSqlV.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlV.treatTaskTrt(SnpSessTaskSqlV.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlV.treatTask(SnpSessTaskSqlV.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.e.y(e.java)
    at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
    at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
    at oracle.odi.Agent.main(Agent.java)
    I read the procedure from "Siebel CRM Integration Pack for Oracle Communications BRM: Agent-Assisted Billing Care 2.4 - Implementation Guide (E14801-01)".
    Thanks,
    Patricia.

    Could you open the package which is above the scenario SYNCCOLLECTIONACTION.
    If you open this package, it should contain a variable step (maybe several) which is named like your variable.
    If you click on this step you should see in the General Tab a field Linked Object which can't be empty. Could you confirm it ?
    At Right of this field you should see a Type ListBox. Try to find the variable step which contains as Type *"Refresh Variable"*, and then right click on this step and Execute this Step, it should execute a refresh on this variable.
    After that try again to execute your scenario.

  • AIA PIPS Patch installation error

    I installed the AIA Pre build Integrations 11.4 PIP on the AIA 11.7 after that i am trying to install the mandatory "patch 16483496" given by oracle in pip installation guide
    but i ran into errors.
    I also deployed the BRM JCA Adapter in the admin console and restarted the soa and admin servers but still getting problems.
    My Log File:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/logs/PatchDeploymentPlan_Deployments_2014-01-23_08-49-12.log
    [echo]
    [echo]
    [echo]  === Executing Deployments of /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/pips/Communications/O2C/DeploymentPlans/Patch_16483496/PatchDeploymentPlan.xml===
    [echo]
    [echo]
    [xslt] Processing /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/pips/Communications/O2C/DeploymentPlans/Patch_16483496/PatchDeploymentPlan.xml to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/AIDExecuteDP_temp_924440562.xml
    [xslt] Loading stylesheet /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/AIDExtractxsl_temp_1986630405.xsl
    [UpdateDeployedComposites] Connecting to: service:jmx:t3://hostname:8001/jndi/weblogic.management.mbeanservers.runtime
    [UpdateDeployedComposites] SOA server, soa_server1, is not ready. Waiting for SOAServer to be ready....
    [UpdateDeployedComposites] Upgrade Deployment Plan created at : /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/AIDExecuteDP_temp_924440562.xml
    executeDP:
    [echo]  executing Endpoint Configurator over the dir : /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/deploy/sca_ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl_rev1.0.jar
       [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/deploy/sca_ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml"
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:76: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:77: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:80: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:81: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:84: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:85: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:88: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/composite.xml:89: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] Setting BPELC option 'classpath' to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/lib/aia.jar
    [scac] ProcessSalesOrderFulfillmentSiebelCommsReqABCSImplProcess.bpel:243: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}CodeType"
    [scac] ProcessSalesOrderFulfillmentSiebelCommsReqABCSImplProcess.bpel:243: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    package:
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/dist
    [copy] Copying 15 files to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/dist
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/.adf not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/SCA-INF/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/resources not found.
    [jar] Building jar: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/deploy/sca_ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl_rev1.0.jar
       [delete] Deleting directory /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/dist
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/deploy/sca_ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl_rev1.0.jar
    [deployComposite] Adding sar file - /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/deploy/sca_ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:hostname, port:8001
    [deployComposite] INFO: Received HTTP response from the server, response code=200
    [deployComposite] ---->Deploying composite success.
    setup:
    [copy] Copying 1 file to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl
    [echo] /export/home/MetaAIA/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin/ant -f /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID//lib/XSLMerge.xml --noconfig -DforceMergeAIAConfigProperties=true -DaiainstanceName=Oracle_AIA -DcompositeDir=/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl xslMerge
    [exec] Buildfile: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/lib/XSLMerge.xml
    [exec]
    [exec] xslMerge:
    [exec]
    [copy] Copying 1 file to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/config
    [exec]
    [xslt] Processing /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/config/AIAConfigurationProperties.xml to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/config/temp.xml
    [exec]
    [xslt] Loading stylesheet /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/lib/xsl/UpgradeMergeAIAConfigurationProperties.xsl
    [exec]
    [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/config/AIAConfigurationProperties.xml
    [exec]
    [move] Moving 1 file to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/config
    [exec]
    [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl/AIAServiceConfigurationPropertiestemp.xml
    [exec]
    [exec] BUILD SUCCESSFUL
    [exec] Total time: 3 seconds
    [mkdir] Created dir: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/tempMetadata/apps/AIAMetaData
    [copy] Copying 1 file to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/tempMetadata/apps/AIAMetaData
       [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/MetaData.zip
    [zip] Building zip: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/MetaData.zip
    [exec]
    [exec] CLASSPATH=/export/home/MetaAIA/Oracle/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/export/home/MetaAIA/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/jdk/instances/jdk1.6.0/lib/tools.jar:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/export/home/MetaAIA/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/export/home/MetaAIA/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/export/home/MetaAIA/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:.:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/lib/aia-utils.jar:/export/home/MetaAIA/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/oracle.webservices.standalone.client.jar:/export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/BC4J/jlib/commons-cli-1.0.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/jlib/commons-cli-1.0.jar::/export/home/MetaAIA/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/lib/adfscripting.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/igfwlsthelp.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wls-trustprovider.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/export/home/MetaAIA/Oracle/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/export/home/MetaAIA/Oracle/Middleware/utils/config/10.3/config-launch.jar::/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/export/home/MetaAIA/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    [exec]
    [exec] Initializing WebLogic Scripting Tool (WLST) ...
    [exec]
    [exec] Welcome to WebLogic Server Administration Scripting Shell
    [exec]
    [exec] Type help() for help on available commands
    [exec]
    [exec] Connecting to t3://hostname:7001 with userid weblogic ...
    [exec] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'MetaSOA_Domain'.
    [exec]
    [exec] Warning: An insecure protocol was used to connect to the
    [exec] server. To ensure on-the-wire security, the SSL port or
    [exec] Admin port should be used instead.
    [exec]
    [exec] soa_server1
    [exec] Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    [exec] For more help, use help(domainRuntime)
    [exec]
    [exec] Uploading metadata to server
    [exec] Importing metadata into repository . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    [exec] Metadata transfer operation completed
    [exec]
    [exec] Import Metadata Successful !!
    [exec] Disconnected from weblogic server: AdminServer
       [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/keyFile
       [delete] Deleting: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/propFile
       [delete] Deleting directory /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/AIAMetaData/tempMetadata
    [echo] AIASecurityConfigurationProperties.xml does not exist in /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/Siebel/RequesterABCS/ProcessSalesOrderFulfillmentSiebelCommsReqABCSImpl
    [echo]  executing Endpoint Configurator over the dir : /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/deploy/sca_ProcessFulfillmentOrderBillingBRMCommsAddSubProcess_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml"
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:206: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:207: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:210: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:211: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:214: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:215: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:218: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:219: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:222: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:223: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:226: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:227: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:230: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/composite.xml:231: warning: schema -  (Error) Attribute 'http://www.w3.org/XML/1998/namespace:id' not expected.
    [scac] Setting BPELC option 'classpath' to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/lib/aia.jar
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:264: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:264: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:342: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}CodeType"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:342: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:937: warning: xpath expression "bpws:getVariableData('BRMBASERouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:995: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}IdentifierType"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:1134: warning: xpath expression "bpws:getVariableData('BRMBASERouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:1355: warning: xpath expression "bpws:getVariableData('BRMCUSTRouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:1616: warning: xpath expression "bpws:getVariableData('BRMSUBSCRIPTIONRouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2013: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2088: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2109: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2126: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2143: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2160: warning: <from> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}DateTimeType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2221: warning: xpath expression "bpws:getVariableData('BRMSUBSCRIPTIONRouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    [scac] ProcessFulfillmentOrderBillingBRMCommsAddSubProcessProcess.bpel:2305: warning: xpath expression "bpws:getVariableData('BRMSUBSCRIPTIONRouteToCAVS')" used in <case> may not return boolean type value, the xpath engine would automatically try to convert the return value to boolean
    package:
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/dist
    [copy] Copying 40 files to /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/dist
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/.adf not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/SCA-INF/src not found.
    [copy] Warning: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/resources not found.
    [jar] Building jar: /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/deploy/sca_ProcessFulfillmentOrderBillingBRMCommsAddSubProcess_rev1.0.jar
       [delete] Deleting directory /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/dist
    [echo] oracle.home = /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/..
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=/export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/deploy/sca_ProcessFulfillmentOrderBillingBRMCommsAddSubProcess_rev1.0.jar
    [deployComposite] Adding sar file - /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/services/industry/Communications/BRM/ProviderABCS/ProcessFulfillmentOrderBillingBRMCommsAddSubProcess/deploy/sca_ProcessFulfillmentOrderBillingBRMCommsAddSubProcess_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:hostname, port:8001
    [deployComposite] INFO: Received HTTP response from the server, response code=500
    [deployComposite] ---->response code=500, error:There was an error deploying the composite on soa_server1: [JCABinding] [ProcessFulfillmentOrderBillingBRMCommsAddSubProcess.BRMCUSTService/1.0]Unable to complete unload due to: null.
    [deployComposite]
    BUILD FAILED
    /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/AIAExecuteDriver.xml:119: The following error occurred while executing this line:
    /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/AIAExecuteDriver.xml:65: The following error occurred while executing this line:
    /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/aia_instances/Oracle_AIA/tmp/AIDExecuteDP_temp_765031970.xml:5: The following error occurred while executing this line:
    /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:216: The following error occurred while executing this line:
    /export/home/MetaAIA/Oracle/Middleware/Oracle_AIA1/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:286: The following error occurred while executing this line:
    /export/home/MetaAIA/Oracle/Middleware/Oracle_SOA1/bin/ant-sca-deploy.xml:214: There was an error deploying the composite on soa_server1: [JCABinding] [ProcessFulfillmentOrderBillingBRMCommsAddSubProcess.BRMCUSTService/1.0]Unable to complete unload due to: null.
    Can anyone please help on this.
    Thanks,
    Ajay Athuluri.

    Hi Ajay,
    Could you check the managed server logs on the server you are deploying to? I prefer the soa_server1.out file if its available. Hopefully there is something more telling on that side.
    My gut feeling is that there is a schema required by the ProcessFulfillmentOrderBillingBRMCommsAddSubProcess process has not been deployed (which sometimes happens with this PIP in particular).

  • AIA PIP Auditor Error.

    Hi All
    I get the following error while using PIP auditor using the command
    pipaudit -InputDir d:\Core -OutputDir d:\op
    InputDir is a mandatory argument
    Exception in thread "main" java.lang.IllegalArgumentException: Please specify in
    put source directory.
    at oracle.apps.aia.pipaudit.PIPAuditor.setHashMap(PIPAuditor.java:165)
    at oracle.apps.aia.pipaudit.PIPAuditor.audit(PIPAuditor.java:268)
    at oracle.apps.aia.pipaudit.PIPAuditor.run(PIPAuditor.java:699)
    at oracle.apps.aia.pipaudit.PIPAuditor.main(PIPAuditor.java:642)
    The pipaudit -version returns the following output.
    AIA Developer Tools Build :: DeveloperTools:M6_S2 Build date :: Dec 17 2009 11:5
    7:36AM GMT
    Copyright ⌐ 2009 Oracle. All Right Reserved.
    While java -version returns
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
    Is there anything else which i need to do in order to run the Pip auditor.
    Regards
    Abhradeep

    Hi Neeraj,
    Thanks for your quick response. But bad part I couldnt resolve this issue.
    I ve used the same init Small case. I have followed the same docs. Still I m getting the error. I have
    PIPAuditor.jar
    xalan.jar
    xercesImpl.jar
    xmlparserv2.jar
    xmlunit-1.2.jar these jars inside my DeveloperTools/lib folder
    And I have ran the PIP Auditor script frm PIPAuditor/bin
    with the following command
    pipaudit –inputDir E:\Sanjay\Application2\ –outputDir E:\Sanjay\output
    where E:\Sanjay\Application2\ has my custom PIP.
    And I get this error
    on/esb/lib/commons-codec-1.3.jar;E:/Oracle/10.1.3.1/SOA/j2ee/home/admin_client.j
    ar;E:/AIAHOME/lib/InstallUtils.jar
    -outputDir :outputFolder :E:\Sanjay\output
    InputDir is a mandatory argument
    Exception in thread "main" java.lang.IllegalArgumentException: Please specify in
    put source directory.
    at oracle.apps.aia.pipaudit.tools.PIPAuditor.setHashMap(PIPAuditor.java:
    159)
    Can you please suggest a solution
    Thanks
    Sanjay

Maybe you are looking for

  • Leopard Server 10.5.4 + SMB + Windows XP Clients

    Hello! I got quite some interesting problems with my Xserv under Leopard Server 10.5.4 with Windows XP Clients. The server runs as an open directory master and a standalone server for smb. Shares are setup for AFP and SMB clients, ACLs are set up wit

  • MM03 material search by manufacturer part number

    Dear Experts, is it possible to search a material by manufacturer part number (field MFRPN in MARA, appears in Purchasing view)? If not, how difficult is it to adapt the search function to include this field? Thanks in advance. Regards, Sergei

  • Bug in editing percentages of template?

    I opened the Grade Book template in Numbers and am trying to enter in percentages over the dummy text ones. If I type in "50" for a percentage, I get 5000%. If I type in "5", I get 500%. Is this a bug, or am I doing something wrong?

  • I would like to know if there is a Calendar out there that works with Thunderbird 7.0

    I was running Thunderbird 5 and then when I cam in one morning to start my computer all my add ons were gone. And I lost all my information on my calendar and the calendar.

  • No survey determination in activity when assigning target group

    Hi Gurus, how are you? I`m pretty new to Marketing so I really need your help if possible. I`m using CRM 7.0 and the thing is that I have created a Questionnaires with no problem whatsoever. Then I`ve created a Campaign and again I did it with no fur