EBS-OTM Item Integration BPEL Console question

Hello All,
I apologize in advance if this is the incorrect category in which to post the question.
We are trying to customize the Item Integration piece that comes into OTM (6.1.0) from EBS Order Management (11.10). We have made our changes to the APPS package and the JAR files in the WshSendItemRefDataToOtm bpel instance.
When we test our changes, we can see our new elements and their values (DOMAIN NAME TMS and XID CASE) coming through during the G_getEBSItemInfo_OutputVariable in the BPEL audit (InvokeEBSItemPL) but the values are not there for the outputVariable from WshXFormToOutput. Our new elements show in its XML, but they are empty? Any ideas?
InvokeEBSItemPl:
(we have added the PACKAGEDITEMSPECREF element)
<GET_EBS_ITEM_INFO xmlns="">
<GET_EBS_ITEM_INFO_ITEM>
<ITEM>
<TRANSACTIONCODE>IU</TRANSACTIONCODE>
<ITEMGID>
<GID>
<DOMAINNAME>TMS</DOMAINNAME>
<XID>1050-673466</XID>
</GID>
</ITEMGID>
<ITEMNAME>803125</ITEMNAME>
<DESCRIPTION>S56 BB 4CS</DESCRIPTION>
</ITEM>
<PACKAGING>
<PACKAGEDITEMGID>
<GID>
<DOMAINNAME>TMS</DOMAINNAME>
<XID>1050-673466</XID>
</GID>
</PACKAGEDITEMGID>
<DESCRIPTION>S56 BB 4CS</DESCRIPTION>
<PACKAGEDITEMSPECREF>
<SHIPUNITSPECREF>
<SHIPUNITSPECGID>
<GID>
<DOMAINNAME>TMS</DOMAINNAME>
<XID>CASE</XID>
</GID>
</SHIPUNITSPECGID>
</SHIPUNITSPECREF>
</PACKAGEDITEMSPECREF>
</PACKAGING>
</GET_EBS_ITEM_INFO_ITEM>
</GET_EBS_ITEM_INFO
WshXFormToOutput:
<ns1:TransmissionBody>
     <ns1:GLogXMLElement>
     <ns1:ItemMaster>
          <ns1:Item>
          <ns1:TransactionCode>IU
          </ns1:TransactionCode>
               <ns1:ItemGid>
               <ns1:Gid>
               <ns1:DomainName>TMS</ns1:DomainName>
               <ns1:Xid>1050-673466</ns1:Xid>
               </ns1:Gid>
               </ns1:ItemGid>
               <ns1:ItemName>803125</ns1:ItemName>
               <ns1:Description>S56 BB 4CS</ns1:Description>
          </ns1:Item>
          <ns1:Packaging>
          <ns1:PackagedItemGid>
          <ns1:Gid>
               <ns1:DomainName>TMS</ns1:DomainName>
               <ns1:Xid>1050-673466</ns1:Xid>
          </ns1:Gid>
          </ns1:PackagedItemGid>
          <ns1:Description>S56 BB 4CS</ns1:Description>
          <ns1:PackagedItemSpecRef>
          <ns1:ShipUnitSpecRef>
          <ns1:ShipUnitSpecGid>
               <ns1:Gid>
               <ns1:DomainName/>
               <ns1:Xid/>
               </ns1:Gid>
          </ns1:ShipUnitSpecGid>
          </ns1:ShipUnitSpecRef>
          </ns1:PackagedItemSpecRef>
          </ns1:Packaging>
     </ns1:ItemMaster>
</ns1:GLogXMLElement>
</ns1:TransmissionBody>

I suppose you are using seeded BPEL jar for OTM-EBS integration. I think you need to make the changes to code. unzip the jar and in .xslt file make the changes. Once done you have to Jar the file again and deploy it.
We had a similar issue when we added new fields, but we found out it alwyas better to write our own custom code than using oracle provided BPEL code.
Regards
Sahil

Similar Messages

  • BPEL Console access question

    Hi,
    While checking the instances activity flow in the BPEL Console, when you click on any activity you see a pop-up with the data that is passed, in XML format. I want to know if we can restrict the data that is viewed in here, so the users do not see sensitive data that is passed for integration and only the basic data.
    Is this doable? If so, appreciate if you can give some direction on how to go about doing this.
    Thanks
    -Prapoorna

    You can certainly restrict who can view the data by limiting the membership in the SoaGroup instead of granting widespread access.
    If you want to control what they see, the first thing I would try would be to encrypt the data for sensitive items within the elements:
    <AccountNumber>{3DES}...</AccountNumber> instead of <AccountNumber>12345</AccountNumber>
    I don't see any way to restrict what fields are visibile to one user versus another, or a way to hide particular fields.

  • SOA Suite 10.1.3.4 loses instances in the BPEL console

    Hello,
    One of my BPEL processes loses instnaces in the BPEL console.
    OS: AIX 5.3 oslevel –s:5300-04-02
    SOA Suite 10.1.3.4
    I feel I hit the same problem as this thread, process is supposed to be in a jta transaction
    But I have set following 3 values (all in seconds), and I still have the problem. The SYNC call is to query the Oracle EBS PO by PO NO, and get its po lines, line shipments, and shipment distributions by Oracle Database Adapter. If my PO just had one line, the process instance can be seen in the console, otherwise it won't, but all these instances are finished, because in the end the process will enqueue a message into a queue. And I can see all these messages there. Anyone can help? Thanks!
    $ORACLE_HOME/j2ee/oc4j_soa/config/transaction-manager.xml
    transaction-timeout="240"
    $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/orabpel/ejb_ob_engine/orion-ejb-jar.xml
    transaction-timeout="180"
    $ORACLE_HOME/bpel/domains/default/config/domain.xml
    <property id="syncMaxWaitTime">
    <name>Delivery result receiver maximum wait time</name>
    <value>600</value>
    -------------- Error messages ----------------
    <2009-04-02 11:40:03,319> <ERROR> <default.collaxa.cube.engine> The execution of this instance "40002" for process "PROEBSMsgToB2B" is supposed to be in a jta transaction, but the transaction is not present or in active state, please turn on the application server transaction debug logs to get more information.
    <2009-04-02 11:40:03,324> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery": Scope not found.
    The scope "BpPrc0.1" has not been defined in the current instance.
    ORABPEL-02094
    Scope not found.
    The scope "BpPrc0.1" has not been defined in the current instance.
    Regards,
    Kerr
    Edited by: Kerrs on 2/04/2009 12:15

    Hi Kerr,
    These are the possible cause to the problem and their solutions:
    Poor performance of the dehydration database If you are using Oracle Lite as dehydration store, please switch to use Oracle 9i or 10g. If Oracle 9i/10g is already in use, check the database parameter 'process' and 'session' to make sure it can handle the expected throughput.
    OC4J has too few available connections to the dehydration database. Increase the maxConnection number of the BPELServerDataSource at the BPEL_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/data-sources.xml (for developer edition) or IAS_HOME/j2ee/OC4J_BPEL/config/data-sources.xml (mid-tier installation).
    Size of message is too big Two ways to deal with this problem:
    Increase the transaction timeout at PEL_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/server.xml (developer edition) or IAS_HOME/j2ee/OC4J_BPEL/config/server.xml (mid-tier installation) : http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/app_trblshoot.htm#sthref3957
    Decrease the auditLevel from BPELConsole -> Manage BPEL Domain -> Configurations tab. Doing so will reduce the amount of data saved to the dehydration store.
    Having said all that , its always good to be on latest 10.1.3.4 MLR # 5, so that if you have an SR logged with Oracle Support, they will not again ask you to upgrade to latest patch, rather they can focus on getting a fix for you on top of the latest patch itself.
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Use access level in BPEL console

    Hello Everyone,
    We started using BPEL (SOA Suite 10.1.3.3) for OTM to 11i integration. Currently, everyone has access to the BPEL console to monitor BPEL processes or to track errors, even in production. Now this is really scary as anyone could go in and mistakenly clear the instance archives or even undeploy a process. No one other than the Unix admin has admin privileges to any of our other middle-tier applications and this should not be any different. But we also need a way for analysts to view process progress and trouble-shoot issues.
    Is there any way we could give specific users access to the BPEL domain with only read-only privileges? I read about changing the Bpel console servlets to do the task, but I am afraid, this might violate Oracle support contract. I am sure we are not the only one having this problem.
    Does anyone has any suggestions?
    Thanks in advance!
    Shaf

    Not sure if that functionality is provided in 11g.
    I'm not sure how much access you would want to give non-technical people to the console, all the information here requires a fair bit of training.
    Oracle has human workflow and, bpel error frame work, which is deigned to notify and inform non-technical people of issues, etc. This means that you don't need to grant access to the consoles.
    cheers
    James

  • Read only access for bpel console in SOA Suite 10.1.3.5.1(weblogic)

    Hi
    For SOA Suite 10.1.3.5.1 on weblogic, Is there any way to restrict certain users to some pages in bpel console.. e.g. read only access to bpel console.
    I have found articles on web regarding this but they all are for SOA Suite 10.1.3.3 (and 3.4) on Oracle app server. Article provides a hack by using servlet filters.
    How to do a similar thing in SOA Suite 10.1.3.5.1 on weblogic ?
    Can somebody provide step by step instructions?
    Thanks

    Hi James,
    I have already seen this link and several refined versions of it but it wont work for weblogic. For example
    There is no j2ee/oc4j_soa/applications/orabpel/console directory (i looked into home directory as well but could not found orabpel/console dir).
    So question is where to put filter class and how to make changes in web.xml as this file is not present in j2ee/oc4j_soa/applications/orabpel/console/WEB-INF/
    I checked deployments in weblogic admin console and seems BPELConsole is deployed as a module under BPELPM ear.
    Any idea?
    Thanks.

  • Can not display visual flow in bpel console

    Visual flow and audit flow can not be displayed after I click a deployed process wich file adapter in BPEL console. This problem can be consistently reproduced.
    1. Create a very simple bpel flow with file read adaper . The file adapter is set to polling file every 5 second. Choose "Create Instance' in the receive activity.
    Or you can use the flow in $BPEL_HOME\integration\orabpel\samples\tutorials\121.FileAdapter\FlatStructure
    2. deploy the bpel process.
    3. go to bpel console dashboard and find the deployed process.
    4. click the process, you come to the initiate tab. Click 'Post XML Message'.
    5. pick any other process and run it. Open visual flow or audit flow, page shows as blank.
    I know I am not suppose to do step 4 because the process will be initiated by the file adapter. But sometimes people just accidently come to this page, especially for a new user like me. The problem is, after this, you can no more bring up visual flow even after restart the server. I had to unstall BPEL PM and re-install it.
    I am using the latest version of BPEL PM (10.1.2.0.2).
    I noticed someone experienced this problem before , and he/she als had to re-install BPEL too. (http://forums.oracle.com/forums/thread.jspa?messageID=1336202&#1336202). I think this is probably a bug. If anyone know how to quickly fix this problem or any available patch, please let me know.
    Thank you,
    Kate

    What happens if you undeply the process then deploy it again.
    to undeploy you go to the BPEL Console. Select the process on the left hand side. Click the manage tab then undeploy button.
    If you have deployed more than one version you will need to remove all instances.

  • How to configure the integration BPEL x JMS on oracle aplication server

    follwing the error
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>null</code>
    </part><part name="summary"><summary>file:/u05/bpel/bpel/domains/default/tmp/.bpel_BPELxxBEA_1.0_fce047d117b03b6f174defa6316f81cd.tmp/jms.wsdl [ Produce_Message_ptt::Produce_Message(item) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/u05/bpel/bpel/domains/default/tmp/.bpel_BPELxxBEA_1.0_fce047d117b03b6f174defa6316f81cd.tmp/jms.wsdl [ Produce_Message_ptt::Produce_Message(item) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Unable to instantiate connection factory. JMS adapter was unable to look up the connection factor JMSConnectionTest neither through JNDI nor instantiate it as a Java class [Caused by: weblogic.jndi.WLInitialContextFactory]
    Please examine the log file to determine the problem.
    [Caused by: weblogic.jndi.WLInitialContextFactory]
    ; nested exception is:
         ORABPEL-12511
    Adapter Framework unable to create outbound JCA connection.
    file:/u05/bpel/bpel/domains/default/tmp/.bpel_BPELxxBEA_1.0_fce047d117b03b6f174defa6316f81cd.tmp/jms.wsdl [ Produce_Message_ptt::Produce_Message(item) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Unable to instantiate connection factory. JMS adapter was unable to look up the connection factor JMSConnectionTest neither through JNDI nor instantiate it as a Java class [Caused by: weblogic.jndi.WLInitialContextFactory]
    Please examine the log file to determine the problem.
    [Caused by: weblogic.jndi.WLInitialContextFactory]
    Please examine the log file for any reasons. Enable DEBUG logging in the BPEL Console.
    </summary>
    </part><part name="detail"><detail>null</detail>
    </part></remoteFault>
    bpel cook book says on pag 143 for put this on my oc4j-ra.xml
    <connector-factory location="eis/wljms/Queue" connector-name="Jms Adapter">
         <config-property name="connectionFactoryLocation"
                             value="com.seebeyond.jms.client.STCTopicConnectionFactory"/>
         <config-property name="factoryProperties"
                             value="java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://acom06:8888;java.naming.security.principal=oc4jadmin;java.naming.security.credentials=welcome123"/>
         <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
         <config-property name="isTopic" value="false"/>
         <config-property name="isTransacted" value="true"/>
         <config-property name="username" value=""/>
         <config-property name="password" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    <connector-factory location="eis/wljms/Topic" connector-name="Jms Adapter">
         <config-property name="connectionFactoryLocation"
                             value="com.seebeyond.jms.client.STCTopicConnectionFactory"/>
         <config-property name="factoryProperties"
                             value="java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://acom06:8888;java.naming.security.principal=oc4jadmin;java.naming.security.credentials=welcome123"/>
         <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
         <config-property name="isTopic" value="true"/>
         <config-property name="isTransacted" value="true"/>
         <config-property name="username" value=""/>
         <config-property name="password" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    where..
    acom06 = my server
    8888 = my port
    oc4jadmin = root user
    welcome123 = pass
    and put a weblogic.jar on
    /j2ee/acom06/connectors/JmsAdapter/JmsAdapter
    what else I have to do ???
    God bless all

    Hi, Swarup:
    Thanks for your reply.
    The reality here is that we could not get solid support from BSAIS team, we came to many situations that we have to search around and tell them how to do the job like this (They are all afraid of Java Stack
    I will keep search, if you have detailed information how to and where to configure those parameters, please let me know.
    Regards!
    Liang

  • SOA SUITE 10.1.3.4 BPEL Console Login Issue

    I have been hopeless for the past one week. CAn't get a single clue that what happened to my soa server. Each time I log in to the BPEL Console I get the following error NO domain accessible to the user logged in.
    I am using 10.1.3.4 bpel and OS-env:-winxp
    I have checked my backend database they are alll up.
    I tested through Jdev by creating a new Integration server connection and get the following
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    From the application.log file I have got the following error which I feel bit clueless to me.
    09/01/24 03:04:38.822 startup: Error preloading servlet
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
         at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
         at com.evermind.server.Application.getHttpApplication(Application.java:586)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1970)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1922)
         at com.evermind.server.http.HttpSite.startHttpApplications(HttpSite.java:1851)
         at com.evermind.server.http.HttpServer.startHttpApplications(HttpServer.java:921)
         at com.evermind.server.Application.start(Application.java:1987)
         at oracle.oc4j.admin.management.mbeans.J2EEStateManageableObjectBase.start(J2EEStateManageableObjectBase.java:213)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1348)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.commonStart(J2EEApplication.java:1434)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1345)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:365)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         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.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         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.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:844)
         at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    When I login to the bpel domain I get the following....
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Fri Jul 18 07:32:24 PDT 2008
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0_GENERIC_080718.0645
    Exception Message:
    java.security.AccessControlException - access denied (com.collaxa.security.ServerPermission server read)
    Though my esb console, orawsm,rule author, hw_service all are working fine. For your info I am using default file based security. realm is jazn.com
    THe problem I fetched since I registered soa_oc4j with OID. and then assign orabpel instance level security provider to OID. later I switched to again my default existing file based security without checking OID is working or not. I restarted oc4j container, soa_oc4j and restarted database.DOne everything but all failed.
    Tried all possibility gone in vain. My requirement is so urgent that I am dying for it.
    plz if somebody can come up with a solution It will be highly appreciated.
    domain.log gives me the following..
    <2009-01-24 03:04:35,760> <ERROR> <default.collaxa.cube.engine.deployment> <DeploymentManager::loadAllProcesses> Error while loading process 'BPEL_oracle_application', rev '1.0': BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
    ORABPEL-02054
    BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
         at com.collaxa.cube.engine.deployment.DeploymentManager.extractProcess(DeploymentManager.java:1176)
         at com.collaxa.cube.engine.deployment.DeploymentManager.loadAllProcesses(DeploymentManager.java:332)
         at com.collaxa.cube.engine.CubeEngine.loadAllProcesses(CubeEngine.java:957)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:313)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:279)
         at com.collaxa.cube.ejb.impl.ServerBean.loadProcesses(ServerBean.java:273)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         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.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         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 ServerBean_RemoteProxy_4bin6i8.loadProcesses(Unknown Source)
         at com.collaxa.cube.admin.agents.ProcessLoaderAgent$ProcessJob.execute(ProcessLoaderAgent.java:379)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)

    Hi AJ,
    I have not followed the same. I have done to register OID from em console. and then simply changed the security provider as newly registered OID with bpel and hw_services.Is there any way to revert it back.*however I have found that the is_config.xml.BPM is missing from the <SOA_HOME>/bpel/system/services/config directory.*
    Later anyhow I have restored file based security provider to all the component currently running on my OAS. Here is the status of my jazn.xml file. Now I do not need OID at all.
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <jazn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd" schema-major-version="10" schema-minor-version="0" provider="XML" location="./system-jazn-data.xml" default-realm="jazn.com">
    <!-- properties to configure the 3rd party IDM framework -->
         <property name="idm.authentication.name" value="JavaSSO"/>
         <property name="idm.token.asserter.class" value="oracle.security.jazn.sso.SSOCookieTokenAsserter"/>
         <property name="idm.token.collector.class" value="oracle.security.jazn.sso.SSOCookieTokenCollector"/>
         <property name="idm.token.type" value="HTTP_COOKIE"/>
         <property name="idm.token.collector.cookie.1" value="ORA_OC4J_SSO"/>
    <!-- properties for the out of the box Java SSO -->
         <property name="custom.sso.url.login" value="/jsso/SSOLogin"/>
         <property name="custom.sso.url.logout" value="/jsso/SSOLogout"/>
         <property name="custom.sso.key.alias" value="ssoSymmetricKey"/>
    </jazn>
    <!--
    <jazn
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd"
    schema-major-version="10"
    schema-minor-version="0"
    provider="LDAP"
    location="ldap://myoid.us.oracle.com:389"
    />
    -->

  • Instance missing in BPEL console

    Hi,
    I have a process say "THIRD", it has database adapters and exception handling for each scope as well. In the case of any exception in "THIRD", the process calls the another process say "EMAIL" which is only meant for e-mail notification.
    Now the situation:
    When sometimes the process name "THIRD" is invoked from client(Oracle Apps/BES) first time in the morning and if any of the DB adapter throws exception, the instance of "EMAIL" is created and send the mail too. But if we try to find out the instance of "THIRD" which cause the problem is missing in BPEL Console.
    Moreover, it happens only first time in the morning and doesn't happen everyday.
    Thanks in advance.
    ---Janit

    Is your BPEL deployed on OC4J?
    Described property is here
    <ORAHOME>\integration\orabpel\system\appserver\oc4j\j2ee\home\config\server.xml
    restart OC4J. Check also BPEL domain parameter syncMaxWaitTime (From BPEL Console-> Manage BPEL Domain). syncMaxWaitTime should be less than transaction-config timeout. Otherwise it is not working properly.
    <snip>
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Oracle//DTD OC4J Application-server 9.04//EN" "http://xmlns.oracle.com/ias/dtds/application-server-9_04.dtd">
    <application-server application-directory="../applications"
    check-for-updates="false"
    deployment-directory="../application-deployments"
    connector-directory="../connectors"
    >
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <j2ee-logging-config path="./j2ee-logging.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="60000" />
    </snip>

  • Getting error in BPEL Console

    I am getting following error on checking the flow of a running/completed BPEL process in BPEL Console
    Error: Internal Bug (#188)
    Element has no child: creation-date
    I am running SOA Suite 10.1.3.3 on Microsoft Vista.
    I already resolved a number of issues to make SOA Suite running on Vista.
    Please help.

    I found the error was caused by %ORACLE_HOME%\bpel\system\appserver\oc4j\j2ee\home\applications\orabpel_ear\console_war\xmlGetInstanceTrace.jsp, the jsp is as below:
    {color:#0000ff}&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
    &lt;%@page contentType="text/xml; charset=UTF-8" %&gt;
    &lt;%@page import="com.oracle.bpel.client.Locator" %&gt;
    &lt;%@page import="com.oracle.bpel.client.IInstanceHandle" %&gt;
    &lt;%@page import="com.collaxa.cube.fe.util.ServletUtils" %&gt;
    &lt;%
    String referenceId = request.getParameter( "referenceId" );
    try
    // get locator object from the session
    Locator l = ServletUtils.getLocatorWithoutUrlRewrite(request, response);
    {color}
    {color:#0000ff}
    IInstanceHandle instanceHandle = l.lookupInstance( referenceId );
    out.println( instanceHandle.getInstanceTrace() );
    catch( Throwable e )
    %&gt;
    &lt;exception&gt;&lt;% out.println( e.getMessage() ); %&gt;&lt;/exception&gt;
    &lt;%
    %&gt;{color}
    I found {color:#0000ff}out.println( instanceHandle.getInstanceTrace() );{color:#000000} will generate a sippet of xml to describle a instance of a process, the correct format is as below:{color}
    {color:#ff0000}&lt;work-items&gt;
    &lt;work-item xmlns:ns10="http://www.w3.org/1999/XMLSchema-instance" is-complete="false" has-exception="false" xmlns:ns11="http://www.collaxa.com/bpel/schemas" ns10:type="ns11:WorkItem"&gt;
    &lt;key ns10:type="ns11:WorkItemKey"&gt;
    &lt;instance-id&gt;1&lt;/instance-id&gt;&lt;node-id&gt;BpAss1&lt;/node-id&gt;&lt;scope-id&gt;BpSeq2.5&lt;/scope-id&gt;
    &lt;count-id&gt;1&lt;/count-id&gt;&lt;/key&gt;&lt;domain-id&gt;default&lt;/domain-id&gt;&lt;creation-date&gt;1220071304046&lt;/creation-date&gt;&lt;creator /&gt;&lt;modify-date&gt;1220071304140&lt;/modify-date&gt;
    &lt;modifier /&gt;&lt;state&gt;closed.finalized&lt;/state&gt;&lt;expiration-date /&gt;&lt;priority&gt;3&lt;/priority&gt;&lt;label&gt;assign (78)&lt;/label&gt;&lt;custom-id /&gt;&lt;comments /&gt;&lt;reference-id /&gt;
    &lt;/work-item&gt;
    &lt;/work-items&gt;
    {color}But after applying the 10.1.3.3.0 patchset , the generated xml is as below:
    {color:#ff0000}&lt;work-item ns1:type="ns2:WorkItem"&gt;
    &lt;key ns1:type="ns2:WorkItemKey"&gt;
    &lt;instance-id&gt;20001&lt;/instance-id&gt;
    &lt;node-id&gt;BpRpl1&lt;/node-id&gt;
    &lt;scope-id&gt;BpSeq2.5&lt;/scope-id&gt;
    &lt;count-id&gt;2&lt;/count-id&gt;
    &lt;/key&gt;
    &lt;state&gt;关闭.结束&lt;/state&gt;
    &lt;/work-item&gt;{color}
    And in work-item element there was no create-date child element, so that the error occurred. So I think {color:#ff0000}the error was caused by InstanceHandle's getInstanceTrace() method{color}, maybe after upgrade serveral .jars was not updated? Could you give some suggestions?
    Edited by: user8028217 on Aug 30, 2008 2:25 PM

  • SOA 10.1.3.3 & JDEV 10.1.3.3: No transform in FLOW in BPEL COnsole

    I create BPEL Project that includes a transformation. I compile and deploy. When I check the flow, there is no transform activity listed. Here is the Project.bpel:
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Wed Apr 30 11:59:34 CDT 2008
    Author: jgammon
    Purpose: Asynchronous BPEL Process
    -->
    <process name="EBSR12BES" targetNamespace="http://xmlns.oracle.com/EBSR12BES"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/apps/EBS_R12_HZEvent/"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns3="http://xmlns.oracle.com/WebMethodsService"
    xmlns:ns2="http://xmlns.oracle.com/xdb/APPS/EBS_R12_HZEvent"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:client="http://xmlns.oracle.com/EBSR12BES"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:EBSR12BES"
    myRole="EBSR12BESProvider"
    partnerRole="EBSR12BESRequester"/>
    <partnerLink myRole="DEQUEUE_role" name="EBS_R12_HZEvent"
    partnerLinkType="ns1:DEQUEUE_plt"/>
    <partnerLink myRole="WebMethodsServiceProvider" name="WebMethodsService"
    partnerRole="WebMethodsServiceProvider"
    partnerLinkType="ns3:WebMethodsService"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable"
    messageType="client:EBSR12BESRequestMessage"/>
    <!-- Reference to the message that will be sent back to the requester during callback -->
    <variable name="outputVariable"
    messageType="client:EBSR12BESResponseMessage"/>
    <variable name="Receive_HZ_EVENT_DEQUEUE_InputVariable"
    messageType="ns1:WF_EVENT_T_msg"/>
    <variable name="Invoke_WM_process_InputVariable"
    messageType="ns3:WebMethodsServiceRequestMessage"/>
    <variable name="Invoke_WM_process_OutputVariable"
    messageType="ns3:WebMethodsServiceResponseMessage"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in EBSR12BES.wsdl) -->
    <!--
    Asynchronous callback to the requester. (Note: the callback location and correlation id is transparently handled using WS-addressing.)
    -->
    <receive name="Receive_HZ_EVENT" partnerLink="EBS_R12_HZEvent"
    portType="ns1:DEQUEUE_ptt" operation="DEQUEUE"
    variable="Receive_HZ_EVENT_DEQUEUE_InputVariable"
    createInstance="yes"/>
    <assign name="Assign_1">
    <copy>
    <from expression="'INIT'"/>
    <to variable="outputVariable" part="payload"
    query="/client:EBSR12BESProcessResponse/client:result"/>
    </copy>
    </assign>
    <assign name="Transform_1">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('Transformation_1.xsl',bpws:getVariableData('Receive_HZ_EVENT_DEQUEUE_InputVariable','WF_EVENT_T'))"/>
    <to variable="outputVariable" part="payload"/>
    </copy>
    </assign>
    <assign name="Assign_2">
    <copy>
    <from variable="outputVariable" part="payload"
    query="/client:EBSR12BESProcessResponse/client:result"/>
    <to variable="Invoke_WM_process_InputVariable" part="payload"
    query="/ns3:WebMethodsServiceProcessRequest/ns3:input"/>
    </copy>
    </assign>
    <invoke name="Invoke_WM" partnerLink="WebMethodsService"
    portType="ns3:WebMethodsService" operation="process"
    inputVariable="Invoke_WM_process_InputVariable"
    outputVariable="Invoke_WM_process_OutputVariable"/>
    </sequence>
    </process>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    HERE IS THE AUDIT FROM BPEL CONSOLE
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <?xml version="1.0" encoding="UTF-8" ?>
    - <audit-trail>
    - <event sid="0" cat="2" type="2" n="0" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ New instance of BPEL process "EBSR12BES" initiated (# "370010").
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" label="process" n="1" date="2008-04-30T12:21:11.902-05:00" psid="0">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpTry0.2" cat="1" type="2" n="2" date="2008-04-30T12:21:11.902-05:00" psid="BpPrc0.1">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" label="sequence" n="3" date="2008-04-30T12:21:11.902-05:00" psid="BpTry0.2">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="2" wikey="370010-BpRcv0-BpSeq0.3-1" label="Receive_HZ_EVENT" n="4" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Received "Receive_HZ_EVENT_DEQUEUE_InputVariable" call from partner "EBS_R12_HZEvent"
      ]]>
    </message>
    <details id="0" />
    - <detailsTemplate>
    - <![CDATA[ <Receive_HZ_EVENT_DEQUEUE_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  name="WF_EVENT_T"><toReplace id="0"/></part></Receive_HZ_EVENT_DEQUEUE_InputVariable>
      ]]>
    </detailsTemplate>
    </event>
    - <event to="outputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="5" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "outputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <outputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><EBSR12BESProcessResponse xmlns="http://xmlns.oracle.com/EBSR12BES">
       <result>INIT</result>
    </EBSR12BESProcessResponse>
    </part></outputVariable>
      ]]>
    </details>
    </event>
    - <event to="outputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="6" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "outputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <outputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><EBSR12BESProcessResponse xmlns:ns1="http://xmlns.oracle.com/EBSR12BES" xmlns="http://xmlns.oracle.com/EBSR12BES">
       <ns1:result/>
    </EBSR12BESProcessResponse>
    </part></outputVariable>
      ]]>
    </details>
    </event>
    - <event to="Invoke_WM_process_InputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="7" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "Invoke_WM_process_InputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <Invoke_WM_process_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessRequest xmlns="http://xmlns.oracle.com/WebMethodsService">
       <input/>
    </WebMethodsServiceProcessRequest>
    </part></Invoke_WM_process_InputVariable>
      ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="2" label="Invoke_WM" wikey="370010-BpInv0-BpSeq0.3-3" partnerWSDL="http://jgammon-us.us.oracle.com:7778/orabpel/default/WebMethodsService/1.0/WebMethodsService?wsdl" n="8" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ Invoked 2-way operation "process" on partner "WebMethodsService".
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <messages><Invoke_WM_process_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessRequest xmlns="http://xmlns.oracle.com/WebMethodsService">
       <input/>
    </WebMethodsServiceProcessRequest>
    </part></Invoke_WM_process_InputVariable><Invoke_WM_process_OutputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessResponse xmlns="http://xmlns.oracle.com/WebMethodsService">
       <result/>
    </WebMethodsServiceProcessResponse>
    </part></Invoke_WM_process_OutputVariable></messages>
      ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" n="9" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" n="10" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="2" type="2" n="11" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ BPEL process instance "370010" completed
      ]]>
    </message>
    </event>
    </audit-trail>

    I think that's the way BPEL console renders processes - it groups consecutive assigns and transforms into 1 assign in flow diagram if possible.

  • I have this error on deployed process (in BPEL console). What is this?

    I have this error on deployed process (in BPEL console). What is this?
    The following exception occured while loading this Process:
    Exception Name:
    java.lang.ClassCastException
    Exception Description:
    null
    Suggested Fix:
    Context:
    Stack Trace:
    --------------------------------------------------------------------------------------------

    There is some more log (debug mode on domain).
    thanks.
    <2006-07-05 09:53:43,276> <DEBUG> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up Resource Adapter JNDI location 'eis/AQ/aqSample'
    <2006-07-05 09:53:43,276> <INFO> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Creating new instance of Resource Adapter oracle.tip.adapter.aq.AQResourceAdapter
    <2006-07-05 09:53:43,276> <DEBUG> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up Resource Adapter JNDI location 'eis/AQ/aqSample'
    <2006-07-05 09:53:43,276> <INFO> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Creating new instance of Resource Adapter oracle.tip.adapter.aq.AQResourceAdapter
    <2006-07-05 09:53:43,431> <DEBUG> <askatin.collaxa.cube.engine.deployment> <DeploymentHelper::deployProcess> Deployed file /oracle/product/oas1012/ias/integration/orabpel/domains/askatin/deploy/bpel_NotifyUserOfChange_1.0.jar
    <2006-07-05 09:53:43,809> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessMonitorWork::run> Loading process archive bpel_NotifyUserOfChange_1.0.jar
    <2006-07-05 09:53:43,811> <DEBUG> <askatin.collaxa.cube.engine.deployment> <BPELArchive::unpack> Unpacking process 'NotifyUserOfChange', revision '1.0' from BPEL archive 'bpel_NotifyUserOfChange_1.0.jar'
    <2006-07-05 09:53:43,841> <DEBUG> <askatin.collaxa.cube.engine.deployment> <BPELArchive::unpack> Extracted archive stale ... reextract
    <2006-07-05 09:53:44,386> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::create> Creating process 'NotifyUserOfChange' (revision '1.0')
    <2006-07-05 09:53:44,389> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::loadProcess> Cannot find process class bpel.p0.BPEL_BIN ... recompile process
    <2006-07-05 09:53:44,389> <DEBUG> <askatin.collaxa.cube.compiler> home directory is: /oracle/product/oas1012/ias/integration/orabpel
    <2006-07-05 09:53:44,426> <DEBUG> <askatin.collaxa.cube.compiler> lib dir is: /oracle/product/oas1012/ias/integration/orabpel/lib
    <2006-07-05 09:53:44,426> <DEBUG> <askatin.collaxa.cube.xml> <ProcessSchemaManager::loadWSDLs> Begin loading wsdl for partner "ReceiveFromIfs" from "file:/C:/distr/oracle/collabration/ContentServices_WebServices/sample_code/sample_custom_workflows/jdev_projects/SetLinkOnNew/Dequeue.wsdl"
    <2006-07-05 09:53:44,426> <ERROR> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "NotifyUserOfChange" (revision "1.0") compilation failed.
    <2006-07-05 09:53:44,427> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::create> Error creating process
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,428> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessLoader::create>
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,429> <ERROR> <askatin.collaxa.cube.engine.deployment> <CubeProcessLoader::create>
    <2006-07-05 09:53:44,429> <ERROR> <askatin.collaxa.cube.engine.deployment> Process "NotifyUserOfChange" (revision "1.0") load FAILED!!
    <2006-07-05 09:53:44,429> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message log process event message 11d1def534ea1be0:1ee2c2c:10c3a1465c2:-7fea for set system
    <2006-07-05 09:53:44,430> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <Dispatcher::adjustThreadPool> Allocating 1 thread(s); pending threads: 1, active threads: 0, total: 463
    <2006-07-05 09:53:44,430> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <QueueConnectionPool::getConnection> Fetched a queue connection from pool java:comp/env/jms/collaxa/BPELWorkerQueueFactory, available connections=24, total connections=25
    <2006-07-05 09:53:44,432> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent message to queue
    <2006-07-05 09:53:44,432> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <QueueConnectionPool::releaseConnection> Released queue connection to pool java:comp/env/jms/collaxa/BPELWorkerQueueFactory, available connections=25, total connections=25
    <2006-07-05 09:53:44,433> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessHolder::bind> Exception while loading process
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,434> <ERROR> <askatin.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "domain manager": Error while loading process.
    The process domain encountered the following errors while loading the process "NotifyUserOfChange" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "NotifyUserOfChange" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:1269)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:882)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)

  • No domain accessible to user logged in from BPEL Console

    I am unable to log in BPEL Console installed through SOA Suite 10.1.3.1.0.
    OC4Jadmin user integrated with OID. Unable to logged as oc4jadmin user to BPEL console or BPEL admin.

    I have exactly the same problem. The problem arose after deleting the directory ...j2ee/home/application-deployments and re-starting the soa suite. It's a really annoying problem. I've tried with oc4jadmin, bpeladmin, and default. My environment is also integrated with OID. My database, and my OID are working correctly.

  • Process visualization in BPEL console

    Another question: Is there a way to see all the process,their structures(father/son), how they are working(not clicking on "audit")... in BPEL Console??
    Thanks
    Ema

    in regards to the last 2 posts,
    my best guess that your processes are all sync.. the reason why the treefinder is not showing them as parent - child, is because the execute all in the same thread so we don/t fill them with a parent id - which causes the treefinder not to show the relations ..If you look at the loanflow, the process and all its subprocesses are async .. I have to check if this is fixed in the latest release ..
    hope this clarifies,
    clemens

  • BPEL Console and Internet Explorer 7

    Hi,
    I wondered if somebody has got any experience on the above combination. When I'm trying to access the BPEL console homepage I get an error "Internet Explorer 6 required".
    Is there a way around this?
    Thanks for any tips/solutions,
    Kris

    Note that the path given above:
    <ORACLE_HOME>\integration\orabpel\system\appserver\oc4j\j2ee\home\applications\orabpel_ear\console_war\index.jsp
    is valid only for BPM developer installs. If you are using the server install, the index.jsp file you need to update has been deployed to the OC4J instance BPM is using. So you'll need to update:
    <ORACLE_HOME>/j2ee/<OC4J_INSTANCE>/applications/orabpel/console/index.jsp
    [By default, the OC4J instance name is OC4J_BPEL]

Maybe you are looking for

  • I can't install Windows 8.1 pro (downloaded from Microsoft) on MBP 13" retina

    I downloaded windows 8.1 pro from the microsoft website (it is an .exe file), but now I cannot install it with bootcamp.

  • Query Tuning-Help Needed

    Hi , 11.2.0.1 AIX 6.1 I have following query which is executed from Application,the query comes back within 2 secs for not so common last_name combined with gender but it is taking longer time for common last_names like 'BROWN' or 'JONES' or 'SMITH'

  • PO creation with call tranaction fails in a BDC program

    Hi All, There is a BDC with out client which creates Purchase order with the delivery numbers. We are using the call transaction as shown below: CALL TRANSACTION 'ME21'USING bdcdata UPDATE synch MODE display. Where display = 'A" Before that the BDC_D

  • How can I disable viewing of PDF-files in browser in Adobe Reader XI?

    Hi everyone After I have upgraded to Adobe Reader XI, I not longer can find the checkbox under settings>Internet, where I can disable that Adobe Reader XI viewing PDF-files in my browser. If I instead press on the button, I can see in the dialog box

  • MRNB Issue

    Hello Sir, I have execute T code MRNB , the difference amount is coming,how to create a credit Memo or Invoice for the difference amount,so that the payment can be made, Thanks in Advance harshad Gugale