BPEL Database Adapter "Faulted while invoking operation.." --where to look?

Hi,
I hope that someone can assist me. Occassionally in production a database adapter step will fault. On the BPEL Console flow diagram for the step I can see "Faulted while invoking operation XXXXX on provider YYYYY". The step retries, but the fault never appears to resolve.
The database being accessed is available and I am able to perform the same query manually. Only a reboot appears to solve the problem.
Where do I look to see the cause of this fault? I have looked in the following log but cannot see anything either related to the adapter, flow or flow id. Should I look anywhere else?
Thanks - Anit

Hi,
Below is what the database adapt step shows in the flow diagram. The flow contains several other database adapter accesses prior to this, to the same database, and these completed correctly. I will look in the log file you suggested.
Faulted while invoking operation "DB_ID_PETICION_MNP" on provider "DB_ID_PETICION_MNP".
<messages>
<input>
<Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_InputVariable>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="DB_ID_PETICION_MNPInput_msg">
<DB_ID_PETICION_MNPInput xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/DB_ID_PETICION_MNP">
<id_pedido_crm>13485201</id_pedido_crm>
</DB_ID_PETICION_MNPInput>
</part>
</Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_InputVariable>
</input>
<fault>
<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
<part name="summary">
<summary>null</summary>
</part>
</bindingFault>
</fault>
</messages>
[FAULT RECOVERY] Schedule retry #1 at "Oct 23, 2009 11:28:39 AM".
...same as before. This repeated 4 times.
Finally rebooted the server, and the adapter completed OK:
<messages>
<Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_InputVariable>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="DB_ID_PETICION_MNPInput_msg">
<DB_ID_PETICION_MNPInput xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/DB_ID_PETICION_MNP">
<id_pedido_crm>13485201</id_pedido_crm>
</DB_ID_PETICION_MNPInput>
</part>
</Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_InputVariable>
<Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_OutputVariable>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]</part>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="DB_ID_PETICION_MNPOutputCollection">
<DB_ID_PETICION_MNPOutputCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/DB_ID_PETICION_MNP">
<DB_ID_PETICION_MNPOutput>
<ID_PETICION_MNP>13485201-37491</ID_PETICION_MNP>
</DB_ID_PETICION_MNPOutput>
</DB_ID_PETICION_MNPOutputCollection>
</part>
</Invoke_Obtener_ID_PETICION_MNP_DB_ID_PETICION_MNP_OutputVariable>
</messages>
Thanks - Anit

Similar Messages

  • Faulted while invoking operation "Write" on provider "FileWrite".

    hi', I am following example in BPEL "http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28987/phase8.htm" when I am Running and Verifying the POAcknowledge Process(9.2.5)
    this is the error coming
    invokeFileOut
    [2009/01/08 14:53:04]
    Faulted while invoking operation "Write" on provider "FileWrite".
    - <messages>
    - <input>
    - <invokeFileOut_Write_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="POAcknowledge">
    - <POAcknowledge xmlns:o1="http://www.thiscompany.com/ns/sales" xmlns="http://www.thiscompany.com/ns/sales">
    <CustomerID xmlns="">
    123456789
    </CustomerID>
    <ID xmlns="">
    100245698
    </ID>
    - <ShippingAddress xmlns="">
    <Name>
    yatansingh
    </Name>
    - <Address>
    <Street>
    aaa
    </Street>
    <City>
    aaa
    </City>
    <State>
    aaa
    </State>
    <Zip>
    1234567
    </Zip>
    <Country>
    India
    </Country>
    </Address>
    </ShippingAddress>
    - <BillingAddress xmlns="">
    <Name>
    SonataSoftware
    </Name>
    </BillingAddress>
    - <Items xmlns="">
    <ProductName>
    Grundi TV
    </ProductName>
    <Quantity>
    4
    </Quantity>
    <USPrice>
    900.00
    </USPrice>
    <PartNumber>
    239-FRH
    </PartNumber>
    </Items>
    - <Ack xmlns="">
    <OrderDate>
    2005-01-10
    </OrderDate>
    <OrderPrice>
    6100.00
    </OrderPrice>
    <OrderStatus>
    unknown
    </OrderStatus>
    <SupplierName>
    Sony Camcorder
    </SupplierName>
    <SupplierPrice>
    500.00
    </SupplierPrice>
    </Ack>
    </POAcknowledge>
    </part>
    </invokeFileOut_Write_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_POAcknowledge_1.9_41bd4854c512b1b30e6de927d88302eb.tmp/FileWrite.wsdl [ Write_ptt::Write(POAcknowledge) ] - WSIF JCA Execute of operation 'Write' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </summary>
    </part>
    - <part name="detail">
    <detail>
    org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </detail>
    </part>
    </bindingFault>
    </fault>
    </messages>
    Copy details to clipboard
    [2009/01/08 14:53:04]
    "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown.
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_POAcknowledge_1.9_41bd4854c512b1b30e6de927d88302eb.tmp/FileWrite.wsdl [ Write_ptt::Write(POAcknowledge) ] - WSIF JCA Execute of operation 'Write' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </summary>
    </part>
    - <part name="detail">
    <detail>
    org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.file.outbound.FileInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
         ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://www.thiscompany.com/ns/sales due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://www.thiscompany.com/ns/sales and input element POAcknowledge
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </detail>
    </part>
    </bindingFault>
    Copy details to clipboard
    Edited by: Yatanveer Singh on Jan 8, 2009 1:39 AM

    Hi Ramana,
    Thanks very much for the reply.The schemas are defined below.
    ___OrderBookingPO.xsd :___
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.globalcompany.com/ns/sales"
    xmlns:po="http://www.globalcompany.com/ns/sales"
    elementFormDefault="qualified">
    <annotation>
    <documentation xml:lang="en">
    Order Booking schema for GlobalCompany.com.
    Copyright 2005 GlobalCompany.com. All rights reserved.
    </documentation>
    </annotation>
    <element name="PurchaseOrder" type="po:PurchaseOrderType"/>
    <element name="OrderItems" type="po:OrderItemsType"/>
    <element name="SupplierInfo" type="po:SupplierInfoType"/>
    <complexType name="PurchaseOrderType">
    <sequence>
    <element name="CustID" type="string"/>
    <element name="ID" type="string"/>
    <element name="ShipTo" type="po:USAddress"/>
    <element name="BillTo" type="po:USAddress"/>
    <element name="UserContact" type="po:ContactType"/>
    <element name="OrderItems" type="po:OrderItemsType"/>
    <element name="SupplierInfo" type="po:SupplierInfoType"/>
    <element name="OrderInfo" type="po:OrderInfoType"/>
    </sequence>
    </complexType>
    <complexType name="SupplierInfoType">
    <sequence>
    <element name="SupplierPrice" type="decimal"/>
    <element name="SupplierName" type="string"/>
    </sequence>
    </complexType>
    <complexType name="OrderInfoType">
    <sequence>
    <element name="OrderDate" type="date"/>
    <element name="OrderPrice" type="decimal"/>
    <element name="OrderStatus" type="string"/>
    <element name="OrderComments" type="string"/>
    </sequence>
    </complexType>
    <complexType name="ContactType">
    <sequence>
    <element name="PhoneNumber" type="string"/>
    <element name="EmailAddress" type="string"/>
    </sequence>
    </complexType>
    <complexType name="USAddress">
    <sequence>
    <element name="Name" type="po:Name"/>
    <element name="Address" type="po:Address"/>
    </sequence>
    </complexType>
    <complexType name="Address">
    <sequence>
    <element name="Street" type="string"/>
    <element name="City" type="string"/>
    <element name="State" type="string"/>
    <element name="Zip" type="string"/>
    <element name="Country" type="string"/>
    </sequence>
    </complexType>
    <complexType name="Name">
    <sequence>
    <element name="First" type="string"/>
    <element name="Last" type="string"/>
    </sequence>
    </complexType>
    <complexType name="ItemType">
    <sequence>
    <element name="ProductName" type="string"/>
    <element name="itemType" type="string"/>
    <element name="partnum" type="string"/>
    <element name="price" type="decimal"/>
    <element name="Quantity" type="decimal"/>
    </sequence>
    </complexType>
    <complexType name="OrderItemsType">
    <sequence>
    <element name="Item" type="po:ItemType" minOccurs="0" maxOccurs="unbounded">
    </element>
    </sequence>
    </complexType>
    </schema>
    POAcknowledge.xsd:
    In this schema i have changed target namespace with "http://www.globalcompany.com/ns/sales" which was actually
    "http://www.thiscompany.com/ns/sales" provided with bpel tutorial,by using this target namespace i got error,so i have done this modification..
    <schema
    xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.globalcompany.com/ns/sales"
    xmlns:o1="http://www.globalcompany.com/ns/sales">
    <element name="POAcknowledge" type="o1:POAcknowledgeType"/>
    <complexType name="POAcknowledgeType">
    <sequence>
    <element name="CustomerID" type="string"/>
    <element name="ID" type="string"/>
    <element name="ShippingAddress" type="o1:USAddress"/>
    <element name="BillingAddress" type="o1:USAddress"/>
    <element name="Items" type="o1:Items"/>
    <element name="Ack" type="o1:Acknowledgement"/>
    </sequence>
    </complexType>
    <complexType name="AccountType">
    <sequence>
    <element name="AccountNumber" type="string"/>
    </sequence>
    </complexType>
    <complexType name="USAddress">
    <sequence>
    <element name="Name" type="string"/>
    <element name="Address" type="o1:Address"/>
    </sequence>
    </complexType>
    <complexType name="Address">
    <sequence>
    <element name="Street" type="string"/>
    <element name="City" type="string"/>
    <element name="State" type="string"/>
    <element name="Zip" type="decimal"/>
    <element name="Country" type="string"/>
    </sequence>
    </complexType>
    <complexType name="Items">
    <sequence>
    <element name="ProductName" type="string"/>
    <element name="Quantity" type="decimal"/>
    <element name="USPrice" type="decimal"/>
    <element name="ShippingDate" type="date"/>
    <element name="PartNumber" type="string"/>
    </sequence>
    </complexType>
    <complexType name="Acknowledgement">
    <sequence>
    <element name="OrderDate" type="date"/>
    <element name="OrderPrice" type="decimal"/>
    <element name="OrderStatus" type="string"/>
    <element name="SupplierName" type="string"/>
    <element name="SupplierPrice" type="decimal"/>
    </sequence>
    </complexType>
    </schema>
    Thnanks for the help.
    Regards,
    Suresh

  • Faulted while invoking operation "sendEmailNotification"

    Hi!
    I've got a BPEL process and in the end of the process I send completion message by email.
    This is working most of the times, but sometimes I've got a fault like this:
    InvokeNotificationService (faulted)
    [2010/10/07 13:38:02] Faulted while invoking operation "sendEmailNotification" on provider "NotificationService".less
    -<messages>
    -<input>
    -<varNotificationReq>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="EmailPayload">
    -<EmailPayload xmlns="" xmlns:def="http://xmlns.oracle.com/ias/pcbpel/NotificationService" xsi:type="def:EmailPayloadType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <FromAccountName xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">Default
    </FromAccountName>
    <To xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">[email protected]
    </To>
    <ReplyToAddress xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    <Subject xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">BPEL Message
    </Subject>
    -<Content xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <MimeType>text/html; charset=UTF-8
    </MimeType>
    <ContentBody>
    Dear Customer,
    <P>
    Following order has been created in JD Edwards EnterpriseOne
    <br>
    Order Number: <b>18169</b>
    <br>
    Document Type: <b>SO</b>
    <br>
    </P>
    <P>
    Total Output Variable:
    <br>
    T787 OSE100W 101007702464520T7871064711T787 526 W 1EA87808878088960.00008960.001.0001041271EA010520T7871064711T787 526 W 2EA87808878088960.00008960.002.0001041271EA010520T7871064711T787 526 W 3EA87808878088960.00008960.003.0001041271EA010520T7871064711T787 526 W 4EA87808878088960.00008960.004.0001041271EA010520T7871064711T787 526 W 5EA87808878088960.00008960.005.0001041271EA010520T7871064711T787 526 W 6EA87808878088960.00008960.006.0001041271EA010520T7871064711T787 526 W 7EA87808878088960.00008960.007.0001041271EA010520T7871064711T787 526 W 8EA87808878088960.00008960.008.0001041271EA010EUR 2010-10-07T00:00:00.000+02:00 A 10B011816900010SO71680DE-30853 TOYOTA MAT. HAND. DEUTSCHLAND GMBH 104127 DE LANGENHAGEN Postfach 10 12 48
    </P>
    Best Regards,
    <br>
    Order Department
    </ContentBody>
    <ContentEncoding/>
    </Content>
    <EmailHeaders xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    <Cc xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    <Bcc xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    </EmailPayload>
    </part>
    </varNotificationReq>
    </input>
    -<fault>
    -<NotificationServiceFault xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    -<part name="faultInfo">
    <faultInfo>
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "ORABPEL-31002
    Error while sending notification.
    Error while sending notification.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:346)
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:116)
         at oracle.bpel.services.notification.ejb.impl.NotificationBean.sendEmailNotification(NotificationBean.java:329)
         at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at NotificationServiceBean_LocalProxy_68d4144.sendEmailNotification(Unknown Source)
         at oracle.tip.pc.services.notification.NotificationService.sendEmailNotification(NotificationService.java:365)
         at oracle.tip.pc.services.notification.NotificationService.sendEmailNotification(NotificationService.java:343)
         at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.collaxa.cube.ws.wsif.providers.java.WSIFOperation_Java.executeRequestResponseOperation(WSIFOperation_Java.java:1019)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:478)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1087)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:133)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:162)
         at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeEngineBean_LocalProxy_4bin6i8.syncCreateAndInvoke(Unknown Source)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:547)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:464)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:133)
         at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:95)
         at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: ORABPEL-31005
    Error while inerting notification in repository.
    Error while inerting notification in repository.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.notification.repos.driver.oracle.OracleNotificationReposService.insertNotification(OracleNotificationReposService.java:140)
         at oracle.bpel.services.notification.NotificationUtil.insertNotification(NotificationUtil.java:98)
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:316)
         ... 106 more
    Caused by: java.sql.SQLException: javax.resource.ResourceException: RollbackException: Transaktionen har markerats för återställning: Timed out
         at oracle.oc4j.sql.spi.ManagedConnectionImpl.setupTransaction(ManagedConnectionImpl.java:841)
         at oracle.oc4j.sql.spi.ConnectionHandle.oc4j_intercept(ConnectionHandle.java:305)
         at oracle_jdbc_driver_T4CConnection_Proxy.prepareStatement()
         at oracle.bpel.services.notification.repos.driver.oracle.OracleNotificationReposService.insertNotification(OracleNotificationReposService.java:112)
         ... 108 more
    Caused by: javax.resource.ResourceException: RollbackException: Transaktionen har markerats för återställning: Timed out
         at com.evermind.server.connector.ConnectionContext.setupForJTATransaction(ConnectionContext.java:342)
         at com.evermind.server.connector.ConnectionContext.setupForTransaction(ConnectionContext.java:279)
         at com.evermind.server.connector.ConnectionContext.setupForTransaction(ConnectionContext.java:269)
         at com.evermind.server.connector.ApplicationConnectionManager.lazyEnlist(ApplicationConnectionManager.java:2004)
         at oracle.j2ee.connector.OracleConnectionManager.lazyEnlist(OracleConnectionManager.java:285)
         at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.enlist(ManagedConnectionFactoryImpl.java:532)
         at oracle.oc4j.sql.spi.ManagedConnectionImpl.setupTransaction(ManagedConnectionImpl.java:839)
         ... 111 more
    Exception: ORABPEL-31002
    Error while sending notification.
    Error while sending notification.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    Handled As: oracle.tip.pc.services.notification.NotificationServiceException
    </faultInfo>
    </part>
    </NotificationServiceFault>
    </fault>
    </messages>
    Have anybody experinced the same problem and can tell me what's wrong?
    Thanks in advance,
    Nick

    would this post be of help ?
    Email Error When using Wait activity

  • Faulted while invoking operation

    Hi
    I have problem like below. I think it is invalid schema but it looks good.
    Faulted while invoking operation "UpdateInstalledProduct" on provider "InstalledProductService".
    - <messages>
    - <input>
    - <updateInstalledProductRequestMsg>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameter">
    - <UpdateInstalledProductRequest xmlns="urn:oracle.enterprise.crm.data.UpdateInstalledProductRequest.V1">
    - <UpdateInstalledProductArgs>
    - <RF_IPRD_WS_WRK class="R" xmlns="urn:oracle.enterprise.crm.data.UpdateInstalledProductArgs.V1">
    <Setid/>
    <InstalledProductID/>
    <AssetType/>
    <AssetSubtype/>
    <ContactID/>
    <ContactRoleTypeID/>
    <ProductID/>
    <InventoryItemID/>
    <SerialID/>
    <AssetTag/>
    <OrderDate/>
    <ShipDate/>
    <InstalledDate/>
    <SiteID/>
    <PersonID/>
    <DepartmentID/>
    <Location/>
    <ProductOwnership/>
    <DistributorID/>
    <DistributorContact/>
    <PoID/>
    <CaptureID/>
    <ExternalID/>
    <LineNumber/>
    <ConfigurationCode/>
    <Environment/>
    <Platform/>
    <Network/>
    <OperatingSystem/>
    <UserInterface/>
    <OperatingSystemVersion/>
    <ManufacturingID/>
    <Model/>
    <ParentInstalledProductID/>
    <AuthorizationCode/>
    <RegisteredDate/>
    <Comments/>
    <AccountID/>
    <ParentAccountID/>
    <SponsoredAccountID/>
    <RBTExternalID/>
    <RBTLineNumber/>
    <ServiceEndDate/>
    <Schedule/>
    <AgreementCode/>
    <Service/>
    <ResumeDate/>
    <PhoneNumber/>
    <PhoneTemp/>
    <PacCode/>
    <PacDate/>
    <PortinDate/>
    <DisconnectDate/>
    <SuspendDate/>
    <RecurPrice/>
    <CurrencyCode/>
    <Market/>
    - <RF_IPRDS_WS_WRK class="R">
    <InstalledProductStatus>
    PDI
    </InstalledProductStatus>
    <InstalledProductReason/>
    <Quantity>
    1
    </Quantity>
    </RF_IPRDS_WS_WRK>
    - <RF_IPRDW_WS_WRK class="R">
    <WarrantyName>
    ffffffffffffff
    </WarrantyName>
    <StartDate/>
    <EndDate/>
    <ActiveFlag/>
    </RF_IPRDW_WS_WRK>
    - <RF_IPRDA_WS_WRK class="R">
    <Market/>
    <AttributeID/>
    <AttributeItemID/>
    <AttributeValue/>
    <AttributeDate/>
    <AttributeNumber>
    2
    </AttributeNumber>
    </RF_IPRDA_WS_WRK>
    </RF_IPRD_WS_WRK>
    </UpdateInstalledProductArgs>
    </UpdateInstalledProductRequest>
    </part>
    </updateInstalledProductRequestMsg>
    </input>
    - <fault>
    - <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
    </summary>
    </part>
    </remoteFault>
    </fault>
    </messages>
    If anybody knows how to fix it I will be thankfull.
    Thanks

    I have same issue

  • SOA Humantask :Faulted while invoking operation "initiateTask" on provider "TaskService"

    Hi,
    iam new to Oracle SOA humanask,
    Iam migrating SOA 10.1.1.3 to SOA 11.1.1.7.
    After migration of BPEL Humantask process,iam getting "Faulted while invoking operation "initiateTask" on provider "TaskService" in audit trail as below.
    Can you please suggest me.
    initiateTask_GenericHumanTask (faulted)
    Jan 29, 2014 3:39:30 PM Started invocation of operation "initiateTask" on partner "TaskService".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer Jan 29, 2014 3:39:30 PM Faulted while invoking operation "initiateTask" on provider "TaskService".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer<payload>
    <messages>
    <input>
    <initiateTaskInput>
    <part  name="payload">
    <initiateTask>
    <task>
    <title>a</title> 
    <payload>
    <BPELGenericHumanTaskProcessRequest>
    <ns1:SERVICE_ID>a</ns1:SERVICE_ID> 
    <ns1:SERVICE_TYPE>a</ns1:SERVICE_TYPE>
    <ns1:APPLICATION_ID>a</ns1:APPLICATION_ID>
    <ns1:TASK_TITLE>a</ns1:TASK_TITLE>
    <ns1:FLEXATTR1>a</ns1:FLEXATTR1>
    <ns1:FLEXATTR2>a</ns1:FLEXATTR2>
    <ns1:FLEXATTR3>a</ns1:FLEXATTR3>
    <ns1:FLEXATTR4>a</ns1:FLEXATTR4>
    <ns1:FLEXATTR5>a</ns1:FLEXATTR5>
    <ns1:FLEXATTR6>a</ns1:FLEXATTR6>
    <ns1:FLEXATTR7>a</ns1:FLEXATTR7>
    <ns1:FLEXATTR8>a</ns1:FLEXATTR8>
    <ns1:FLEXATTR9>a</ns1:FLEXATTR9>
    <ns1:FLEXATTR10>a</ns1:FLEXATTR10>
    </BPELGenericHumanTaskProcessRequest>
    </payload>
    <taskDefinitionURI>http://devapp1.dsoa.loc:8001/soa-infra/services/default/BPELGenericHumanTask!1.0*soa_d6763166-24c8-4c7b-9635-a48bb75fa718/GenericHumanTask/GenericHumanTask.task</taskDefinitionURI>
    <ownerUser>bpeladmin</ownerUser>
    <priority>NaN</priority>
    <processInfo>
    <domainId/> 
    <instanceId>130093</instanceId>
    <processId>BPELGenericHumanTask</processId>
    <processName>BPELGenericHumanTask</processName>
    <processType>BPEL</processType>
    <processVersion>1.0</processVersion>
    </processInfo>
    <systemMessageAttributes>
    <textAttribute1>a</textAttribute1> 
    </systemMessageAttributes>
    <identificationKey>a</identificationKey>
    </task>
    </initiateTask>
    </part>
    </initiateTaskInput>
    </input>
    <fault>
    <bpelFault>
    <faultType>1</faultType> 
    <operationErroredFault>
    <part  name="payload">
    <operationErroredFault>
    <faultInfo>java.lang.NullPointerException</faultInfo> 
    </operationErroredFault>
    But finally it gives result as below:
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewerAssign_OnTaskInitiate
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    Jan 29, 2014 3:39:30 PM Updated variable "Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable"
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer Jan 29, 2014 3:39:30 PM Error in evaluate <from> expression at line "288". The result is empty for the XPath expression : "/task:task/task:systemAttributes/task:taskId".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer<payload>
    <task/> 
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer Jan 29, 2014 3:39:30 PM Error in evaluate <from> expression at line "296". The result is empty for the XPath expression : "/task:task/task:systemAttributes/task:taskNumber".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer<payload>
    <task/> 
    Jan 29, 2014 3:39:30 PM Completed assign
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewerInvoke_OnTaskInitiate
    Jan 29, 2014 3:39:30 PM Started invocation of operation "OnInitiateSQLCallback" on partner "OnInitiateSQLCallback".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer Jan 29, 2014 3:39:30 PM Invoked 2-way operation "OnInitiateSQLCallback" on partner "OnInitiateSQLCallback".
    http://10.3.15.103:7777/em/faces/ai/soa/messageFlow?target=/Farm_dev_soadomain/dev_soadomain/soa_server1/default/BPELGenericHumanTask%20[1.0]&type=oracle_soa_composite&soaContext=default/BPELGenericHumanTask!1.0/130090&_afrLoop=7196617049244183&_afrWindowMode=0&_afrWindowId=oracle_sysman_soa_trace_viewer<payload>
    <messages>
    <Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable>
    <part  name="InputParameters">
    <InputParameters>
    <db:P_SERVICE_ID>a</db:P_SERVICE_ID> 
    <db:P_SERVICE_TYPE>a</db:P_SERVICE_TYPE>
    <db:P_APPLICATION_ID>a</db:P_APPLICATION_ID>
    <db:P_BPEL_TASK_NUMBER  xsi:nil="true"/>
    <db:P_BPEL_TASK_ID  xsi:nil="true"/>
    <db:P_FLEXATTR1>a</db:P_FLEXATTR1>
    <db:P_FLEXATTR2>a</db:P_FLEXATTR2>
    <db:P_FLEXATTR3>a</db:P_FLEXATTR3>
    <db:P_FLEXATTR4>a</db:P_FLEXATTR4>
    <db:P_FLEXATTR5>a</db:P_FLEXATTR5>
    <db:P_FLEXATTR6>a</db:P_FLEXATTR6>
    <db:P_FLEXATTR7>a</db:P_FLEXATTR7>
    <db:P_FLEXATTR8>a</db:P_FLEXATTR8>
    <db:P_FLEXATTR9>a</db:P_FLEXATTR9>
    <db:P_FLEXATTR10>a</db:P_FLEXATTR10>
    </InputParameters>
    </part>
    </Invoke_OnTaskInitiate_OnInitiateSQLCallback_InputVariable>
    <Invoke_OnTaskInitiate_OnInitiateSQLCallback_OutputVariable>
    <part  name="OutputParameters

    I have same issue

  • Faulted while invoking operation "DatabaseAdapterSelect"

    Hi, am having the following fault in Jdev 11g:
    Faulted while invoking operation "DatabaseAdapterSelect" on provider "DatabaseAdapter".
    12345 Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'DatabaseAdapterSelect' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. Project1:DatabaseAdapter [ DatabaseAdapter_ptt::DatabaseAdapterSelect(DatabaseAdapterSelect_inputParameters,EmployeeCollection) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/DB/MyDb'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/DB/MyDb. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/DB/MyDb'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/DB/MyDb. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server null
    i am facing this problem when i run/test my POC.
    it says something like "*JCA Binding execute of Reference operation 'DatabaseAdapterSelect' failed due to: JCA Binding Component connection issue.*"
    How can i solve the above problem ?

    Here's the copy of the WSDL File...
    <?binding.jca CreditTable_db.jca?>
    <wsdl:definitions name="CreditTable" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/Gaurav_Apps/Order_CreditValidate/CreditTable%2F" xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/db/Gaurav_Apps/Order_CreditValidate/CreditTable%2F" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/CreditTable">
    <plt:partnerLinkType name="CreditTable_plt">
    <plt:role name="CreditTable_role">
    <plt:portType name="tns:CreditTable_ptt"/>
    </plt:role>
    </plt:partnerLinkType>
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/CreditTable" schemaLocation="xsd/CreditTable_table.xsd"/>
    </schema>
    </wsdl:types>
    <wsdl:message name="CreditTableSelect_inputParameters">
    <wsdl:part name="CreditTableSelect_inputParameters" element="top:CreditTableSelect_CC_TYPE_PARAM_CARD_NUMBER_PARAMInputParameters"/>
    </wsdl:message>
    <wsdl:message name="CreditCardMasterCollection_msg">
    <wsdl:part name="CreditCardMasterCollection" element="top:CreditCardMasterCollection"/>
    </wsdl:message>
    <wsdl:portType name="CreditTable_ptt">
    <wsdl:operation name="CreditTableSelect">
    <wsdl:input message="tns:CreditTableSelect_inputParameters"/>
    <wsdl:output message="tns:CreditCardMasterCollection_msg"/>
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>

  • Faulted while invoking operation "execute" on provider "OrderFulfillment".

    faulted while invoking operation "execute" on provider "OrderFulfillment".
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500
    These are the exceptions i have received while running the sample soademo application in the postfulfillementreq scope.
    help me out with this exception.Unable to proceed further

    Hi
    I have a problem. my process is closed but I have error and appears message like below.
    Faulted while invoking operation "UpdateInstalledProduct" on provider "InstalledProductService"
    <messages><input><UpdateInstalledProductRequestMsg><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameter"><UpdateInstalledProductRequest xmlns="urn:oracle.enterprise.crm.data.UpdateInstalledProductRequest.V1">
    <UpdateInstalledProductArgs>
    <RF_IPRD_WS_WRK class="R" xmlns="urn:oracle.enterprise.crm.data.UpdateInstalledProductArgs.V1">
    <Setid>COM01</Setid>
    <InstalledProductID>INS0252365</InstalledProductID>
    <AssetType/>
    <AssetSubtype/>
    <ContactID/>
    <ContactRoleTypeID/>
    <ProductID/>
    <InventoryItemID/>
    <SerialID/>
    <AssetTag/>
    <OrderDate/>
    <ShipDate/>
    <InstalledDate/>
    <SiteID/>
    <PersonID/>
    <DepartmentID/>
    <Location/>
    <ProductOwnership/>
    <DistributorID/>
    <DistributorContact/>
    <PoID/>
    <CaptureID/>
    <ExternalID/>
    <LineNumber/>
    <ConfigurationCode/>
    <Environment/>
    <Platform/>
    <Network/>
    <OperatingSystem/>
    <UserInterface/>
    <OperatingSystemVersion/>
    <ManufacturingID/>
    <Model/>
    <ParentInstalledProductID/>
    <AuthorizationCode/>
    <RegisteredDate/>
    <Comments/>
    <AccountID/>
    <ParentAccountID/>
    <SponsoredAccountID/>
    <RBTExternalID/>
    <RBTLineNumber/>
    <ServiceEndDate/>
    <Schedule/>
    <AgreementCode/>
    <Service/>
    <ResumeDate/>
    <PhoneNumber/>
    <PhoneTemp/>
    <PacCode/>
    <PacDate/>
    <PortinDate/>
    <DisconnectDate>2008-06-05</DisconnectDate>
    <SuspendDate/>
    <RecurPrice/>
    <CurrencyCode/>
    <Market/>
    <RF_IPRDS_WS_WRK class="R">
    <InstalledProductStatus>PDI</InstalledProductStatus>
    <InstalledProductReason/>
    <Quantity>1</Quantity>
    </RF_IPRDS_WS_WRK>
    <RF_IPRDW_WS_WRK/>
    <RF_IPRDA_WS_WRK/>
    </RF_IPRD_WS_WRK>
    </UpdateInstalledProductArgs>
    </UpdateInstalledProductRequest>
    </part></UpdateInstalledProductRequestMsg></input><fault><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html</summary>
    </part></remoteFault></fault></messages>
    If someone have any suggestions please write.
    Thanks in advance

  • Business Rules - faulted while invoking operation "callFunctionStateless"

    Hello, everyone,
    I have a composite application which receives a file through an FTP adapter and re-names it depending on the filename and its body contents using Business Rules. I had deployed it and everything was working fine for about a week and a half, until all of a sudden the composite started completing with errors in the Decision Service Component of the BPEL process. Below is a picture of the payload of the last working composite instance (sorry, for some reason I can't attach a picture to the post and I thought it'd be easier to look at the error like this instead of just plain text ):
    https://www.dropbox.com/s/hw60ms2s7n4bl1v/working.jpg
    And then boom, a minute later, it gives me an error and continues to since then:
    https://www.dropbox.com/s/uhq0d2ajpxydf15/not_working.jpg
    The payload it receives in the second picture is almost the exact same thing (similar body, similar filename that only differs in the sequencing number) and yet for some reason it has stopped returning the output of the rules even though the input facts ARE in the business rules (it's not like I could have changed anything in the composite under a minute ).
    Strangely, in some files it gives me a selectionFailure for the dsOut payload of the rules engine in the Rules_Service_to_Facts although those types of files had been previously processed with NO problem:
    <details>
    <from-spec>
    <from  variable="dsOut"  part="payload">
    <query>ns2:resultList/ns6:response/ns6:pathDestino</query> 
    </from>
    </from-spec>
    <variable>
    <message>dsOut</message> 
    </variable>
    <fault>
    <bpelFault>
    <faultType>0</faultType> 
    <selectionFailure/>
    </bpelFault>
    </fault>
    </details>
    ...and even if those facts weren't in the ruleset, it should give me a "Fact not found in the working ruleset" (or something like that) error, which I had previously encountered and which was my fault.
    Sometimes it gives me these three errors at once:
    Non Recoverable System Fault :
    faultName: {{http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService}operationErroredFault} parts: {{ payload=<errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo>} cause: {null}
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><part name="payload"><errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo></part></operationErroredFault></bpelFault>
    Non Recoverable Business Fault :
    -1
    Aaaand other times gives me this message instead of the "-1" above:
    Non Recoverable Business Fault :
    Error creating the decision document. Error while trying to create the decision document for DynamicDirectoryRules_DecisionService. Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    I have tried everything, from starting the composite application from scratch, to undeploying and re-deploying the application, to re-creating only the ruleset, testing it out with one file at a time, and still nothing.
    What's also really strange is that I have the exact same composite in a development server and it works fine there, and I've even tried exporting that one and importing it into the one where it's not working, but still gives me errors.
    Does anyone know what it could be that I'm doing wrong or that I'm missing?? Much appreciated!!
    Edit: These are the messages that the logs show when it completes with an error:
    Message
    JCABinding=>  GetFile GetFileAdapter Service GetFile was unable to perform delivery of inbound message to the composite USA-GENERAL/Dynamic_DirectoryFTP!3.1*soa_8ebb50a2-6fbd-4417-ae3b-3f709e4805f3 due to: faultName: {{http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService}operationErroredFault}
    Supplemental Detail
    parts: {{
    payload=<errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo>}
    cause: {null}
    Message
    This error contained the exceptions thrown by the underlying routing system. Root cause :
    Supplemental Detail
    oracle.fabric.common.BusinessFaultException
    at oracle.bpel.services.rules.impl.DocumentHandler.createElementFromDecision(DocumentHandler.java:417)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.createNormalizedMessage(BusinessRulesServiceEngine.java:2747)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.request(BusinessRulesServiceEngine.java:1057)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:190)
    at sun.reflect.GeneratedMethodAccessor2881.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy392.request(Unknown Source)
    <.> Error creating the decision document.
    Supplemental Detail
    Error while trying to create the decision document for DynamicDirectoryRules_DecisionService.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services. 
    -1 Error creating the decision document.
    Error while trying to create the decision document for DynamicDirectoryRules_DecisionService.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services. 
    -1
    at oracle.bpel.services.rules.impl.DocumentHandler.createElementFromDecision(DocumentHandler.java:417)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.createNormalizedMessage(BusinessRulesServiceEngine.java:2747)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.request(BusinessRulesServiceEngine.java:1057)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:190)
    at sun.reflect.GeneratedMethodAccessor2881.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy392.request(Unknown Source)

    I have same issue

  • Faulted while invoking operation "Put" on provider "FileExchange"

    Hi Experts,
    I have installed CRM application on linux OS machine and it is up and running without any issues.
    I have configure ftpAdaptor for File Exchange on weblogic console "eis/ftp/FileExhange" and provided proper credentials.
    when I execute file exhange, it is showing following eroor message
    Error Message
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Invalid Output Directory. Invalid Output Directory. The value specified for the output (Physical/Logical)Directory interaction parameter or jca binding property has an invalid value "/home/opsm_fileexchange/dev". Ensure that the following conditions are satisfied for the output directory : 1) It exists and is a directory (not a file). and 2) It is writable (file write permissions). and 3) If using a logical name, then ensure that the mapping from logical name<->physical directory is correctly specified in the deployment descriptor. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    Note: Ihave created above directory location and gave all write/read permissions to directory and sub directory ("/home/opsm_fileexchange/dev").
    Still Iam facing same issue.
    I have bounced admin and managed servers number of times.
    Please help me any one on it.
    Thanks,
    Phani

    I have same issue

  • After Effects error: crash occurred while invoking effect plug-in "Looks" URGENT!

    My name is Tyler and i'm a Mult-Media Editor in training. Just recently meaning just this project i've been getting this error "After Effects error: crash occurred while invoking effect plug-in “Looks”." every time i try to render. If i try to remove the clip where it messes up and replace it with another it will just mess up in another spot.
    Screen Shot Here:http://gyazo.com/794429fd1091973c8a296a27d2af6fab.png
    Information:
    AE: After Effects CS5 (64-bit)
    OS: Windows Home Premium (64-bit)
    RAM: 8gb
    Processor: 1st Gen. i7 Quad-Core
    Graphics Card: NVIDIA GeForce GT 320
    Updates: Installed All Updated For Adobe Products
    Source Footage: Call Of Duty: Modern Warfare 2 @ 60fps using UT Video Codec YUV 420
    Worked Before? Yes
    Open GL: My open gl is not enabled
    I've read other forums and watched tutorials. I've already done the following. (Not in order used)
    1. Downgrade Magic Bullet Looks from 1.4.3 to 1.4.2 (Didn't Work)
    2. Upgrade Magic Bullet Looks to MBL 2.0 from Magic Bullet Suite 11 (Didn't Work)
    3. Uninstall my gfx card and re-install it with the newer version (Didn't Work)
    4. Reset AE preferences by pressing alt+shift+ctrl on the shortcut (Didn't Work)
    5. Change render settings from H.264 -> .AVI (Didn't Work)
    6. I've deleted "AE_OpenGL" from my After Effects folder (Didn't Work)
    My Composition:
    http://gyazo.com/53c7a2789a752cfba7e908bed31d7c01.png
    http://gyazo.com/da0cacaf4ef6d7e3276b6aa45b77da79.png
    The look file is not that complex but i don't know if it'll help but there it is.
    Look File Settings:
    http://gyazo.com/25346bb318edadc54e09273977964c7d.png
    I've never had this problem before and hope that someone has a solution to this problem... if so please post an answer. I don't know if its because i put the plug in on all of my clips and then made an adjustment layer with another Magic Bullet Looks or if it's my clips fault but i just dont know what to do.
    -Tyler

    It sounds like Looks is only crashing on this project. If that is so then it's most likely a problem with one of your video clips. Either there's a corrupted frame or some other codec glitch that's throwing the errors. I'd suggest replacing footage items with temporary footage. You could even use solids. Replace one at a time, then undo, until you find the footage that's causing the crash. Then either re-compress that footage to another codec or replace it.
    If Looks is crashing on every type of footage then you need to pursue other options that are more system related.

  • JDeveloper 11g Errors Editing BPEL Database Adapter

    I am encountering problems editing Database Adapters in a BPEL based Service Composite Application in JDeveloper. Specifically,
    * double-clicking an existing Database Adapter component to view/edit it generates an uncaught exception in the GUI
    * clicking Next through the wizard proceeds to the next step but the view showing the
    SQL select criteria and input parameters doesn't return the original values set when the
    adapter was first created -- a second NPE is logged at that time
    Here are the specifics of what's running:
    * host for JDeveloper is a Windows7 Home Premium 64-bit (version 61. build 7601 SP 1) PC with 8GB RAM
    * JDeveloper 11.1.1.5 (the SOA / WebCenter version)
    * the c:\OracleMW directory has JDK 6.0.24 installed
    * the Windows machine does have Java EE JDK 7 installed but JDeveloper uses the JDK inside c:\OracleMW
    * while running, JDeveloper is using around 274M of memory
    * database hosting the SOA meta data store and the desired DB of the adapter is 11g (11.2.0.1.0)
    * database is up, reachable and healthy while attempting to edit the Adapter component
    Here is the exact error encountered and the stack trace:
    GUI popup = An unexpected error has occurred in JDeveloper. The program may be unstable, which could result in data loss. Decide how you want to proceed and click OK.
    Details = Uncaught exception
    java.lang.NullPointerException
    o.tip.tools.ide.adapters.designtime.adapter.xr.util.SQLRefresher.run(SQLRefresher.java:118)
    j.lang.Thread.run(Thread.java:662)
    If you click on ignore / continue and proceed through the steps of the Wizard, when the Define Selection Criteria step appears, the original criteria and input parameters defined when the adapter was first built are not displayed and the "Feedback - Log" tab in the log windows registers another entry of:
    Previously reported error [NPE in o.tip.tools.ide.adapters.designtime.adapter.xr.util.SQLRefresher:118]
    Also, if you go through the motions of adding a new parameter variable in the top section of the dialog, after clicking OK, the dialog DOES suddenly display the original variables defined as input parameters.
    Thinking this is a symptom of JDeveloper trying to run in too little memory, I have attempted to increase the max memory setting of JDeveloper to 1024M by adding this line
    AddVMOption -Xmx1024M
    in
    c:\OracleMW\JDeveloper\jdev\bin\jdev.conf
    I've also tried adjusting that same setting in the config file for the IDE itself at
    c:\OracleMW\JDeveloper\ide\bin\ide.conf
    and get the same result. (Subsequent review of properties in About JDeveloper shows that JDeveloper uses the jdev.conf file, not the ide.conf file FWIW.) Memory really shouldn't be a problem because I'm still new to SOA style development and the "application" involved is a very simple "HelloSOA" type service that just sets a couple of BPEL variables, transforms some input variables into variables passed to this Database Adapter, does a few more Transform operations for the DB result values to the reply values and sends the reply.
    However, one other sign that memory utilization could be contributing to this is that periodically, switching to the "Source" view of the composite.xml file or the BPEL process file will lock the GUI up for about 35 seconds with nothing happening. An obvious sign of garbage collection gettng triggered.
    Any suggestions?

    Oracle has identified a fix added to newer versions of JDeveloper which corrected these NullPointerException errors encountered using the 11.1.1.5 version of JDeveloper. That fix had not be propagated back to the 11.1.1.5 version but subsequently HAS been ported back. The fix is associated with patch ID 12670305 which can be downloaded from http://support.oracle.com by searching for that bug ID then downloading the associated ZIP file. I've applied the patch to JDeveloper 11.1.1.5 running on Windows7, Vista 32-bit and LINUX 64-bit and it works like a champ on all three platforms.

  • BPEL Database Adapter in SOA Suite10g

    Hi,
    I have couple of questions on bpel in SOA Suite 10g:
    1. When I defined the realtionships between tables in the database adapter and try to modify the generated query,I feel it is not considering the modified SQL.
    2. It is not allowing the CLOB datatype in the query.
    3. what should be the data type in target xsd for an input oracle table filed of CLOB datatype or how to convert the CLOB to string format?
    Could someone please answer me..?
    Thanks,
    Soni

    Hi Soni,
    Below are the answers to your query.
    1. When I defined the realtionships between tables in the database adapter and try to modify the generated query,I feel it is not considering the modified SQL. ---> I have tried it and the query is getting changed, can you try it again.
    2. It is not allowing the CLOB datatype in the query. --> CLOB datatype is converted into string in xsd
    3. what should be the data type in target xsd for an input oracle table filed of CLOB datatype or how to convert the CLOB to string format? --> CLOB datatype acts as String data type in XSD so no need to type cast.
    I hope this answers your query.
    Thanks,
    Ankit

  • BPEL Database Adapter data to B2B TP

    Hi SOA/BPEL Experts
    In BPEL How we are going to Map my Data base data ie which i got from Database Adapter to the Partner Link Adapter Service Trading Partner Data for ex EDI, X12 V4010 210's.
    My Database data which i want to send to the Partner <----to-----> .ecs (X12 V4010 210's) format data ??
    Any idea's is appreciated, any Examples are also helpful
    thanks
    Ravi
    Edited by: user598717 on Aug 24, 2009 6:48 AM

    Hi SOA/BPEL Experts
    In BPEL How we are going to Map my Data base data ie which i got from Database Adapter to the Partner Link Adapter Service Trading Partner Data for ex EDI, X12 V4010 210's.
    My Database data which i want to send to the Partner <----to-----> .ecs (X12 V4010 210's) format data ??
    Any idea's is appreciated, any Examples are also helpful
    thanks
    Ravi
    Edited by: user598717 on Aug 24, 2009 6:48 AM

  • SOAP Fault while invoking ISG Service through BPEL

    Hi,
    I am trying to invoke a EBS R12 pl sql API exposed as a web service through integrated SOA gateway. But i am hitting the same error for different API`s that i have tried with. the error is :
    <remoteFault>
    <part name="summary">
    <summary>Error occured while service was processing.</summary>
    </part>
    <part name="detail">
    <detail>oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : Error occured while service was processing.</detail>
    </part>
    <part name="code">
    <code>{http://schemas.xmlsoap.org/soap/envelope/}Server</code>
    </part>
    </remoteFault>
    I have supplied the r12 credentials through the composite WS Policies and the header details for the API as well. I am also able to call the API through PL/SQL code. Any reason why this error is occuring.

    My 2 cents here - are you using ?wsdl for accessing the wsdl? Reason I am asking this is because you get a fault message as you have posted, i.e., The action (ABC#) did not identify an operation, looks like you are hitting the service directly instead of querying for the wsdl. Also, while you are using this wsdl in your PS/BS, for example, maybe in a route action, are you sure you are selecting the operation from the list of operations this wsdl has?

  • BPEL database adapter pooling rooling back transaction

    Dear Forum Members,
    I made a quick example of BPEL retrieving data from DB adapter which is pooling a database, transforms the data and generate a file.
    The process executes, but at the end is throws the following fault: The transaction was rolled back. The work performed for bpel instance "X" was rolled back, but the audit trail has been saved for this instance.If this is a sync request, please resubmit the request from the client. If it is an async request, please recover from the recovery console by resubmitting the invoke message.
    Along with the fault, the adapters does not update the processed database rows.
    Did a miss any configuration?
    Regards.

    Hi,
    You have to investigate the reason it is rolling back... Is the process taking too long? Do the process have rights to update the database? Check SOA *diagnostic* log files...
    Cheers,
    Vlad

Maybe you are looking for