Instances not visible in Oracle BPEL Control 10.1.3.4

Hi ,
I am having a problem in looking for the list of instances under the "Instances" tab.
I have no issues with the process execution tough .
In the run up to this installation I have done the following things
1) Installed the SOA 10.1.3.1
2) Ran the .sql for BPEL and ESB polite upgrades ....... from 10.1.3.1 to 10.1.3.4
3) Installed th eias_windows 10.1.3.4 patch.
4) I guess the problem is with the polite upgrade .
Can some help me understand what the issue could be ...
I dont see any specifics in the logs under the domian of BPEL..
Following is something i see under opmon
ConnectionFactory::getConnection> GOT CONNECTION 3 Autocommit = false
<2008-12-27 12:24:15,937> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE CONNECTION 2
<2008-12-27 12:24:59,125> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::insert> Received no-op message
<2008-12-27 12:24:59,125> <DEBUG> <default.collaxa.cube.engine.agents> <SimpleJob::execute> Sent message to dispatcher
Help is appreciated!!
Thanks in advance!!
Sai

I too had the problem of instances not showing up. I was suggested that if we add a Java Embedding activity after the recieveInput in the process with the method call "checkpoint();", we can get the instances shown in Console. I didn't get a chance to confirm the resolution.

Similar Messages

  • Data Table module enabled script is not visible in Oracle Test Manager

    Hi,
    Data Table module enabled script is not visible in Oracle Test Manager (OTM)
    Steps to reproduce:
    1.     Create new script (Oracle EBS/Forms)
    2.     Enable Data Table module (Script--->Script Properties-->Modules) and save.
    3.     Try to add the script in Oracle Test Manager.
    Environment details:
    Windows 7
    OATS Version: 12.1.0.2 Build 58
    IE 9
    Thanks
    -Pops

    Hi Deepu,
    I'm trying to add Data Table enabled script in Oracle Test Manager.
    Data Table Module enable script is not visible in OTM.
    In OATS 12.3, also i'm facing the same issue.
    Thanks,
    POPS

  • Error message when listing activities with Oracle BPEL Control and Java API

    I'm implementing some BPEL processes in an Oracle Application server 10.1.3.3 environment.
    I use the Oracle BPEL Process Manager Client Java API to access some BPEL instances but when I want to list their activities with IInstanceHandle.listActivities() (I've tested the IInstanceHandle and it contains an open process instance) I receive the following error message:
    "Activity error:ORABPEL-04003 Cannot find work items. An attempt to fetch the work items using the where condition "cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 ) " from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid. sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 AND cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 )"
    When I try to use the BPEL control to list the activities I also receive an error, which I think is related:
    "[javax.servlet.ServletException]
    Cannot find work items.
    An attempt to fetch the work items using the where condition "" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 ORDER BY wi_modify_date desc"
    Has anyone found a solution to this error? There are a couple of developers in our team that has the same problem and also have a similar problem when trying to purge instances from the BPEL control. The problem started when we patched to 10.1.3.3.

    When you upgraded to 10.1.3.3 did you run the SQL scripts that modified the SOA suite schemas?
    SOA_ORACLE_HOME/bpel/system/database/scripts/upgrade_10131_10133_oracle.sql
    cheers
    James

  • Ole object not visible on oracle report

    Hi,
    I have an oracle report built in oracle report 6i builder I have used a Boilerplate OLE Object(image.bmp) in the report but when I am executing the report on Oracle E Business(Application) then that OLE object is not visible on the report output(output is in the pdf format).
    Please help me out with this
    Thanks in advance

    If you want to display an image on your report, use Link File as item type in the Layout Editor.
    Note that the image has to be accessable from the Reports Server.

  • XML-24521 Element not completed in oracle bpel - BPEL Test Case

    Hi All
    I created a baseline test for my bpel process which reads an image from one server and does ftp to another server. But this baseline test invalidates and giving
    following 2 errors
    Error(40,35): <Line 40, Column 35>: XML-24521: (Error) Element not completed: 'result'
    Error(41,52): <Line 41, Column 52>: XML-24521: (Error) Element not completed: 'clpRmsImageResponseElement'
    These two errors are complaining about the following two tags on the xml source of the baseline.xml
    *</ns0:result>*
    *</ns0:clpRmsImageResponseElement>*
    The xml source of baseline.xml is as follows.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELTest processName="MIBP_RMSImageTransfer"
    xmlns="http://xmlns.oracle.com/bpel/instancedriver">
    <initiate operation="initiate">
    <inboundMessage>
    <part name="payload">
    <content>
    <ns1:MIBP_RMSImageTransferProcessRequest xmlns:ns1="http://xmlns.monash.edu.au/its/MIBP_RMSImageTransfer">
    <ns1:Students>
    <ns1:Student_ID>10085998</ns1:Student_ID>
    </ns1:Students>
    </ns1:MIBP_RMSImageTransferProcessRequest>
    </content>
    </part>
    </inboundMessage>
    </initiate>
    <activityDriver name="getPersonImageFromWS" firstIteration="1"
    lastIteration="1">
    <emulate>
    <inboundMessage>
    <part name="parameters">
    <content>
    <ns0:clpRmsImageResponseElement xmlns:ns0="http://iascustom/CallistaPersonImageWS.wsdl/types/">
    <ns0:result>
    <ns0:pfaultobjOut xsi:type="ns0:FaulttypeUser"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ns0:faultcode>0</ns0:faultcode>
    <ns0:faultdetail xsi:nil="1"/>
    <ns0:faultsummary xsi:nil="1"/>
    </ns0:pfaultobjOut>
    <ns0:pimgobjOut xsi:type="ns0:RmsimageresponseUser"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ns0:personimage>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</ns0:personimage>
    <ns0:imagedt>2009-04-01T11:09:30.000+10:00</ns0:imagedt>
    <ns0:personid>10085998</ns0:personid>
    </ns0:pimgobjOut>
    </ns0:result>
    </ns0:clpRmsImageResponseElement>
    </content>
    </part>
    </inboundMessage>
    </emulate>
    </activityDriver>
    <activityDriver name="personImageToBasil2" firstIteration="1"
    lastIteration="1">
    <emulate/>
    </activityDriver>
    <activityDriver name="personImageToBasil1" firstIteration="1"
    lastIteration="1">
    <emulate/>
    </activityDriver>
    <activityDriver name="callbackClient" firstIteration="1" lastIteration="1">
    <emulate/>
    </activityDriver>
    </BPELTest>
    Please help me to resolve this.
    Thanks
    Jamith

    Hi All
    I created a baseline test for my bpel process which reads an image from one server and does ftp to another server. But this baseline test invalidates and giving
    following 2 errors
    Error(40,35): <Line 40, Column 35>: XML-24521: (Error) Element not completed: 'result'
    Error(41,52): <Line 41, Column 52>: XML-24521: (Error) Element not completed: 'clpRmsImageResponseElement'
    These two errors are complaining about the following two tags on the xml source of the baseline.xml
    *</ns0:result>*
    *</ns0:clpRmsImageResponseElement>*
    The xml source of baseline.xml is as follows.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELTest processName="MIBP_RMSImageTransfer"
    xmlns="http://xmlns.oracle.com/bpel/instancedriver">
    <initiate operation="initiate">
    <inboundMessage>
    <part name="payload">
    <content>
    <ns1:MIBP_RMSImageTransferProcessRequest xmlns:ns1="http://xmlns.monash.edu.au/its/MIBP_RMSImageTransfer">
    <ns1:Students>
    <ns1:Student_ID>10085998</ns1:Student_ID>
    </ns1:Students>
    </ns1:MIBP_RMSImageTransferProcessRequest>
    </content>
    </part>
    </inboundMessage>
    </initiate>
    <activityDriver name="getPersonImageFromWS" firstIteration="1"
    lastIteration="1">
    <emulate>
    <inboundMessage>
    <part name="parameters">
    <content>
    <ns0:clpRmsImageResponseElement xmlns:ns0="http://iascustom/CallistaPersonImageWS.wsdl/types/">
    <ns0:result>
    <ns0:pfaultobjOut xsi:type="ns0:FaulttypeUser"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ns0:faultcode>0</ns0:faultcode>
    <ns0:faultdetail xsi:nil="1"/>
    <ns0:faultsummary xsi:nil="1"/>
    </ns0:pfaultobjOut>
    <ns0:pimgobjOut xsi:type="ns0:RmsimageresponseUser"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ns0:personimage>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</ns0:personimage>
    <ns0:imagedt>2009-04-01T11:09:30.000+10:00</ns0:imagedt>
    <ns0:personid>10085998</ns0:personid>
    </ns0:pimgobjOut>
    </ns0:result>
    </ns0:clpRmsImageResponseElement>
    </content>
    </part>
    </inboundMessage>
    </emulate>
    </activityDriver>
    <activityDriver name="personImageToBasil2" firstIteration="1"
    lastIteration="1">
    <emulate/>
    </activityDriver>
    <activityDriver name="personImageToBasil1" firstIteration="1"
    lastIteration="1">
    <emulate/>
    </activityDriver>
    <activityDriver name="callbackClient" firstIteration="1" lastIteration="1">
    <emulate/>
    </activityDriver>
    </BPELTest>
    Please help me to resolve this.
    Thanks
    Jamith

  • OF Vendor not visible in Oracle Retail RMS

    Hi all,
    A vendor was created in OF, but has not flown to RMS. There is no Vendor message in RIB or topic.
    What can be the possible solution to have the vendor created in RMS ?
    Thanks and Regards,
    Amol

    Amol,
    Please give answers to following questions,
    1.) What is the version of ORMS & OFA which you are using?
    2.) Did any Vendor flow to RMS successfully before or this is the 1st instance?
    3.) Are you using BPEL as integration tool?
    4.) If you are using BPEL, what is the Set of Books ID set in the deployment descriptor for Vendor process and is it same as the Set of Books set in ORMS and also the Set of Books ID to which this Vendor belongs to?

  • WoW SB Tap Chat not working, not visible in Creative Audio Control Panel

    I just received one of the new Sound Blaster World of Warcraft Tap Chat foot pedals and so far... it's not been a joy to use
    The problem is that the device does not show up in the Audio Control panel (the creative panel) as a configurable device. I have the WoW wireless headset and it is on and active (otherwise the panel will not display). The Tap Chat is supposed to display on the list of options under Illumination, THX, Game Audio, Key Bindings and then the Tap Chat should be listed.
    I'm running the latest drivers for the WoW headset (1.01.0001). Windows 7 64-bit. The audio control panel lists as version 1.00.05 (in the panel about screen).
    During installation (reinstallation actually trying to fix the problem) the Tap Chat pedal is listed in the registration application, so I know it's installed correctly and IS visible to SOME creative apps (ie the registration app, not very helpful) but not the audio control panel.
    I think it's either 1) the panel is an older version and does not know about the pedal (even though I've updated to the latest) or something else is fishy.
    Help welcome!
    Thanks,

    I've already called your support group. They didn't even know that the product EXISTED. Nor did they have any idea what the problem is.
    It's pretty obvious the problem is due to the device not being detected on 64bit systems (yes, I can see the device on a 32 bit machine).
    So if anyone has Windows 7 64bit they are probably going to be sadly dissapointed with this device.
    Also configuration only works if you have the WoW headset plugged in... which is really odd considering you don't need the headset to use the device once configured (you can use it anywhere without drivers since it is essentially a keyboard with only one key).

  • Publication instances not visible to others

    Hi All,
    We have one publication having webi report as source document.
    This publication is scheduled to run for one recipient but the idea is to make these instances visible to another user group who share same database profile as of this user.
    This user group has got right to view objects, and view document instance rights but still when they go to the history of publication ,they see a list of instances created but once they click on the instance link, a window appears with nothing in it.
    Please let me know if I am missing something in the entire setup. How can I make these publication instances available for users other than recipient.
    Thanks,
    Chandra

    Can anyone put some thoughts on this.
    For normal report if I give u2018view instancesu2019 right over the folder for users, they can see instance ran by other user. However if I try to do the same thing with publication it doesnu2019t work this way.
    Only publisher or recipients can see the instance created in the folder ,for rest it shows a blank page saying u2018No items to displayu2019 . I tried to add other users in u2018administratoru2019 group and with that access also they could not see instance there for publication. Is this the expected behavior of publication. If so we might have to look for another approach to meet the requirement.
    Thanks.

  • Instance not started with oracle 9i and solaris 9

    Hi!
    I installed oracle 9i for solaris 9 and when the database creates the system halt at 50% (créated and start oracle instance).
    Sorry, my english is bad
    thx
    laurent

    I suggest you use install_prep.sh to check if your server environment is fine to start oracle.
    See note 189256.1 on metalink and download file at http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?283805

  • Payslip is not visible in oracle apps hrms

    Hi All,
    I'm using 11i, my payslip option for one of the user she gets an error message stating
    "You cannot continue this action beacause the select person is terminated or susspended assigment".
    Why its throws error?
    Pls help on this issue.
    --Naren                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Guru,
    I have another doubt,
    What is basic navigation to run the payslip(UK Resp)?
    --Naren                                                                                                                                                                                                       

  • [Solved]Web Service Data Control operation not visible in Data Controls

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I'm using CVS so I think maybe some files were write protected while creating the control.
    These are the files where Data Control is written to:
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

  • [Solved]WS Data Control operation not visible in Data Controls in JDev

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I tried on JDev forum but had no success.
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

  • Logs files are not visible through AS Server Console.

    Hello,
    Server = Solaris 10
    Oracle AS 10.1.3.4 (clustered)
    Logs are generated in "/apps/oracle/product/as1013/opmn/logs/EEW_DTP_EEW_DTP_1/EWII_DTP~EEW_DTP~EWII_DTP~1.log" but not visible in Oracle EM (AS console).
    Applications in Instance: AS1013.oxdora20a
    application type: OC4J
    pid | name | state | rtid | classification | routable | parent
    27711 | ascontrol | stopped | g_rt_id | external | false |
    27711 | javasso | stopped | g_rt_id | internal | true |
    27711 | datatags | started | g_rt_id | internal | true | default
    27711 | default | started | g_rt_id | external | true | system
    27711 | eew_dtp | started | g_rt_id | external | true | default
    27711 | system | started | g_rt_id | external | true |
    27710 | ascontrol | stopped | g_rt_id | external | false |
    27710 | javasso | stopped | g_rt_id | internal | true |
    27710 | datatags | started | g_rt_id | internal | true | default
    27710 | default | started | g_rt_id | external | true | system
    27710 | eew_tp | started | g_rt_id | external | true | default
    27710 | system | started | g_rt_id | external | true |
    27709 | system | started | g_rt_id | external | true |
    27709 | default | started | g_rt_id | external | true | system
    27709 | bc4j | started | g_rt_id | external | true |
    27709 | ascontrol | started | g_rt_id | external | true | system
    27709 | javasso | stopped | g_rt_id | internal | false |
    Applications in Instance: AS1013.oxdora20b
    application type: OC4J
    pid | name | state | rtid | classification | routable | parent
    831 | ascontrol | stopped | g_rt_id | external | false |
    831 | javasso | stopped | g_rt_id | internal | true |
    831 | datatags | started | g_rt_id | internal | true | default
    831 | default | started | g_rt_id | external | true | system
    831 | eew_dtp | started | g_rt_id | external | true | default
    831 | system | started | g_rt_id | external | true |
    830 | ascontrol | stopped | g_rt_id | external | false |
    830 | javasso | stopped | g_rt_id | internal | true |
    830 | datatags | started | g_rt_id | internal | true | default
    830 | default | started | g_rt_id | external | true | system
    830 | eew_tp | started | g_rt_id | external | true | default
    830 | system | started | g_rt_id | external | true |
    829 | system | started | g_rt_id | external | true |
    829 | default | started | g_rt_id | external | true | system
    829 | bc4j | started | g_rt_id | external | true |
    829 | ascontrol | stopped | g_rt_id | external | false |
    829 | javasso | stopped | g_rt_id | internal | false |
    thanks,
    Kam

    How are they connecting? What Service?
    Any particular APPs that do this? Adobe perhaps?

  • PSE10 not visible in my "Installed" Programs - W7

    My licensed PSE10 is not visible in my Win7 Control Panel - "Programs and Features" - yet my PSE10 runs well
    I tried to uninstall it with the installer program - but it quit and gave an error asking me to attempt it again
    how do we repair an installation if we canot uninstall it, and there is no 'repair' feature to choose?

    when I try to uninstall from the setup.exe file - it gives me an error -
    Error 2343. Specified Path is empty
    with an "OK" to click
    Then it tells me the Installer was interrupted and try try again

  • Instance not found in BPEL Console until Process finished

    I have two services on the server, where one (asynchronous) service is calling another (synchronous) service multiple times.
    WHen creating an instance in the BPEL Console, this instance is nowhere to be found. When trying to see the flow, an error message occurs in the console and on the BPEL server window:
    ORABPEL-02152
    Instanz in Datenquelle nicht gefunden.
    Die Prozessdomõne konnte die Instanz mit dem Schl³ssel "226865cd4e81777c:1a001ff
    :10c814abd65:-7f83" nicht aus der Datenquelle abrufen.
    Stellen Sie sicher, dass sich der Schl³ssel "226865cd4e81777c:1a001ff:10c814abd6
    5:-7f83" auf eine g³ltige Instanz bezieht, die gestartet und nicht aus der Proze
    ssdomõne entfernt wurde.
    at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:314)
    at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:262)
    at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:235)
    at com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:177)
    at IFinderBean_StatelessSessionBeanWrapper42.lookupInstanceByConversationId(IFinderBean_StatelessSessionBeanWrapper42.java:669)
    at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:420)
    at displayInstance.jspService(_displayInstance.java:111)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Interestingly, the instances of the (synchronous) service, which are called from the mysterious service, are visible all the time and the flow can be viewed while these services are processed.
    Does anybody have an idea why this is happening?
    Thank you,
    Nina

    Hi,
    I don't understand this behaviour in detail, by now. Could you please state if this is correct?
    1. I call an async bpel process A.
    2. The message is put in the delivery queue.
    3. My client is free again, not blocking.
    4. Process A does not show up in Console by now. (If I would call checkpoint(), it would do).
    5. A worker takes the message and instantiates the Process A.
    6. Process A instance is running now, calling some sync processes.
    7. NO dehydration so far.
    8. Process A does not show up in Console by now. The called subprocess (sync) do show up, if they are completed.
    9. Loop to 6, until Process A ends and makes callback to client.
    10. After sending callback, Process A shows up in Console.
    11. Now I can monitor, what HAS happened.
    I understand, that you can't commit your process data, until a regular dehydration point is reached.
    But consequence: I can't even SEE that there exists a process instance from A, until it worked through all the steps above. I just see a swarm of sub processes without an existing parent.
    That's the behaviour, you call "intended"?
    Workaround would be to do dehydration after each bpel invoke activity. Do you see a problem in doing this?
    Thanks in advance!
    Torsten

Maybe you are looking for