Sensors in BPEL

Hi,
  Summary:
      Problem is the records in the VARIABLE_SENSOR_VALUES table are not deleted in after deleting the Instance.
  Detail:
    I have created the simple bpel service and I created the simple variable sensor for the bpel by creating the activity sensor as DB publish type. 
    Whenever I test the bpel service in Fusion Middleware, I am seeing the variable sensor values ==> No Problem
    I run the 4 instances, for all 4 instances, I see the sensor values in Table (VARIABLE_SENSOR_VALUES) for the bpel with intance id. ==> No Problem
    I have the records also in CUBE_INSTANCE table for that 4 instances ==> No Problem
    Now, I deleted the all the 4 instances in Fusion Middleware, and checked in the Table CUBE_INSTANCE, found no records for those instance ==> No problem.
   But, Still the values are persisted in VARIABLE_SENSOR_VALUES table even after the 4 instances deleted.
   Please help on this.
- Sathya Moorthy R

Hi Marc / Anirudh
Thanks a lot for providing information. But the clients want the results to be displayed on a Different JSP page. I have created that page. Now I am looking to pass the Payload (The results of the BPEL process) to this JSP page so that i can display over there. I have googled it but didnt find anything. Then i came to know that something like sensors can do it. I have no clue about it. Kindly help
regards

Similar Messages

  • Data not display in BAM Dataobject through sensor in Bpel process.

    Hi,
    I am trying to integrate BAM with BPEL process in oracle 11g. I have created BAM Activity and variable sensor
    in BPEL process but when i run my BPEL process then no data is display in BAM corrsponding to it. Error is coming at backend "not able to invoke writeToBAM operation in BAM Adapter".
    Also this error is coming at SOA server console:
    Exception: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'writetoBAM' failed due to: javax.security.auth.login.LoginException: [Security:090304]Authentication Failed: User javax.security.auth.login.LoginException: [Security:090301]Password Not Supplied".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution
    Thanks in Advance

    Hi,
    I am trying to integrate BAM with BPEL process in oracle 11g. I have created BAM Activity and variable sensor
    in BPEL process but when i run my BPEL process then no data is display in BAM corrsponding to it. Error is coming at backend "not able to invoke writeToBAM operation in BAM Adapter".
    Also this error is coming at SOA server console:
    Exception: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'writetoBAM' failed due to: javax.security.auth.login.LoginException: [Security:090304]Authentication Failed: User javax.security.auth.login.LoginException: [Security:090301]Password Not Supplied".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution
    Thanks in Advance

  • How to see data in BAM from sensor on BPEL activity?

    Hello, I 'am working with BPEL on Jdeveloper (last version).
    I have putted sensors on some activity of my process. On an other machine I have putted the BAM server (last version) which is ON and I have the BAM connection on Jdevlepper. Now I try to see data on BAM from sensor but I can't.
    Can someone explain me how to do?
    (I just can build some data just like in a data base with BAM architect but I can't read and put to graphics the ones from the sensors)
    Thank's much
    JAck

    Hello,
    To answer your question, I have install BAM on the same machine where BPEL server is running.
    Now I steel can't get sensor's data from BPEL:
    With BAM architect I can build data, with BAM studio I can use that data to design graphics but when I try to feed data from BPEL it doesn't work because I just can't press the OK button!!
    In BPEL : When I try to Create BAM sensor action (from structure panel), I can't generate the xsl map file no action is done when pressing OK, create mapping or edit mapping button!

  • Sensors in BPEL (JMS Adapter)

    Hi there! I'm trying to send Sensor-Data into a MQQueue, but this always results in an
    error. The results are in the following Error-Log (sorry, some messages are german but the
    messages are nearly equal to english):
    Caused by: ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Instanziieren von Connection Factory nicht möglich. JMS-Adapter konnte Connection Factory com.ibm.mq.jms.MQQueueConnectionFactory weder JNDI nicht finden noch als Java-Klasse instanziieren
    Weitere Informationen hierzu finden Sie in der Log-Datei.
         at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:207)
         at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getQueueConnectionFactory(JMSConnectionFactoryFactory.java:98)
         at oracle.tip.adapter.jms.JMS.JMSConnection.init(JMSConnection.java:191)
         at oracle.tip.adapter.jms.JMS.JMSConnection.<init>(JMSConnection.java:132)
         at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:426)
         at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createDefaultConnection(JmsManagedConnectionFactory.java:417)
         at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:380)
         at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createManagedConnection(JmsManagedConnectionFactory.java:104)
         at oracle.tip.adapter.jms.JmsDefaultConnectionManager.allocateConnection(JmsDefaultConnectionManager.java:76)
         at oracle.tip.adapter.jms.JmsConnectionFactory.getConnection(JmsConnectionFactory.java:125)
         at com.collaxa.cube.engine.sensor.sa.publisher.JMSAdapterPublisher.publish(JMSAdapterPublisher.java:277)
         at com.collaxa.cube.engine.sensor.sa.FilteredDataPublisher.publish(FilteredDataPublisher.java:99)
         at com.collaxa.cube.engine.sensor.sa.BpelPublisher.publish(BpelPublisher.java:129)
         ... 83 more
    Caused by: javax.naming.NameNotFoundException: com.ibm.mq.jms.MQQueueConnectionFactory not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
    The following Steps were made:
    - I added two library-paths in the application.xml (D:\Programme\SOA_Suite\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\config\application.xml)
    <library path="../../home/lib/com.ibm.mq.jar"/>
    <library path="../../home/lib/com.ibm.mqjms.jar"/>
    - In the oc4j-ra.xml (D:\Programme\SOA_Suite\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\application-deployments\default\JmsAdapter\oc4j-ra.xml)
    a new connector-factory was added
         <connector-factory location="eis/mqseries/Queue" connector-name="Jms Adapter">
              <config-property name="connectionFactoryLocation" value="com.ibm.mq.jms.MQQueueConnectionFactory"/>
              <config-property name="factoryProperties" value="QueueManager=MQ_TEST;TransportType=1;HostName=10.1.1.1;Port=1414;Channel=SYSTEM.DEF.TEST"/>
              <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>
    I assume I have to enter a new JNDI-Entry somewhere but the JNDI-Browser in the Application Server is readonly.

    There are two ways to get data into BAM. There is the ADC web service that BPEL uses and then there's Enterprise Link which is the ETL tool that can grab data from Databases and other sources. I only used EL for jms and for ETLing data into a a BAM data object, I never used it for real time. The only real time BAM I've done is with BPEL projects with BAM sensors. I don't think EL is sophisticated enough for looking for changes in rows of data.
    Maybe you can have a db trigger that publishs the changed data to table specially designed for your task. Then you can create an EL "Plan" that runs periodically at a high enough rate that it appears to be in real time in BAM.
    Another possibility is to have the db trigger fire off an xml message that contains the data to the BAM ADC webservice. The BAM ADC web service is http://server:port/OracleBAM/Services/DataObject/DataObjectOperations.asmx.
    It has documentation on how to use it. I don't know if you're db can execute application code or not though.

  • Sensors in BPEL to publish data to JSP page ??

    Hi Guys
    In the BPEL console the result comes in a XML format. I want the result to be displayed on a JSP page that i created. So that the end user is comfortable to see results. I wanted to know can sensors be used to capture the results from the BPEL console and publish it on the JSP page. If we can do it, which kind of sensors will work. If you could provide me some examples on how i can do it .. It will be really helping . I am new to BPEL and need to complete it urgently. heLp required
    regards

    Hi Marc / Anirudh
    Thanks a lot for providing information. But the clients want the results to be displayed on a Different JSP page. I have created that page. Now I am looking to pass the Payload (The results of the BPEL process) to this JSP page so that i can display over there. I have googled it but didnt find anything. Then i came to know that something like sensors can do it. I have no clue about it. Kindly help
    regards

  • BAM Sensor in BPEL

    Hi,
    I'm new to BAM and am trying to use a BAM sensor in my BPEL process to populate the BAM data objects. I've created a BAM sensor variable and corresponding sensor action. The BPEL process executes as expected but the sensor does not seem to reflect any data.
    I'm obviously missing something but not sure what - I'm using SOA 11.1.1.3 and have tried using both activity and variable sensors.
    Any help would be much appreciated.
    Thanks,
    T

    Make sure you have the BAM adapter configured.
    11.1.1.3.0 doc link: http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10226/bam_config.htm#SOAAG9931
    See BPEL BAM Tutorial at
    http://www.oracle.com/technology/products/integration/bam/11g/tutorials11g/BPEL-BAMSensorsandAdapters.pdf
    See more samples and tutorials at
    http://www.oracle.com/technology/products/integration/bam/collateral/Samples11g.html

  • BPEL sensors log

    Hi
    I have BAM Sensors in BPEL process at various activities. The data is published to BAM DO. How to check the logs, payload any details related . The sensor tab in the BPEL COnsole...Does that show any details....bcoz I dont see anything there....
    What is the sensor tab on the BPEL COnsole for??
    Guide where to look the excuted sensors payload and whether it executed succefully or errored out..
    The only place where I go and look now is domain.log in BPEL and BAm Server log.

    ANy one on this???

  • Variable Sensor with Custom Java as Sensor Action.

    I am trying to use Variable sensor in BPEL (SOA 11gPS3). I am using Custom Java as the sensor action (Publish target as demo.MyPublisher) . I have the Jar file of the Java class in the server lib as well as in SCA-INF/lib of the project. Even tried to keep the orabpel.jar in SCA-INF. But no success.
    Error details given below... Please help me on this.
    Java code is
    package demo;
    import com.oracle.bpel.sensor.DataPublisher;
    import com.oracle.bpel.sensor.schemas.ITSensorAction;
    import com.oracle.bpel.sensor.schemas.ITSensorActionData;
    import org.w3c.dom.Element;
    public class MyPublisher implements DataPublisher {
    public MyPublisher() {
    super();
    public void publish (ITSensorAction action,ITSensorActionData actionData,Element xml) throws Exception {
    System.out.println("Sensor data:"+xml.toString());
    Error is thrown when the project is deployed.
    <Dec 4, 2011 12:23:28 AM IST> <Error> <oracle.soa.bpel.engine.sensor> <BEA-000000> <error
    java.lang.NoClassDefFoundError: com/oracle/bpel/sensor/DataPublisher
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.FilteringClassLoader.findClass(FilteringClassLoader.java:101)
         at weblogic.utils.classloaders.FilteringClassLoader.loadClass(FilteringClassLoader.java:86)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
         at oracle.classloader.PolicyClassLoader.findJREClass(PolicyClassLoader.java:1225)
         at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1379)
         at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
         at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1728)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1689)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
         at com.collaxa.cube.engine.deployment.BPELClassLoader.loadClass(BPELClassLoader.java:163)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at com.collaxa.cube.engine.sensor.sa.BpelPublisher.createDataPublisher(BpelPublisher.java:95)
         at com.collaxa.cube.engine.sensor.registry.BpelSensorRegistryLoader.loadActions(BpelSensorRegistryLoader.java:93)
         at com.collaxa.cube.engine.sensor.registry.BpelSensorRegistryLoader.load(BpelSensorRegistryLoader.java:235)
         at com.collaxa.cube.engine.core.BaseCubeProcess.init(BaseCubeProcess.java:325)
         at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:153)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:240)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:185)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:818)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:119)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:87)
         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:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
         at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
         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:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy311.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(Unknown Source)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:885)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:128)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:242)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
         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: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.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:69)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy339.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeRedeploy(StandaloneCompositeDeploymentCoordinatorImpl.java:69)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.overwriteExistingComposite(BaseDeployProcessor.java:382)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:222)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:160)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:78)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:191)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:114)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >

    Can any one help me on this issue.

  • BPEL vs  ESB

    Hi,
    I want to raise this oft-repeated question and compile all the information in one thread.
    The following are the points of comparison between the two that I can think of. Please verify and add to the list:
    Use ESB: The payload has everything needed for transforming into the output format
    Use ESB: Transformations and invocations are simple, say sequential
    Use ESB: Stateless
    Use ESB: Memory footprint - smaller for ESB for similar project (say developing a program that reads a DB and writes a file)..can somebody provide any figures
    Use ESB: When you want to use DVM (BPEL does support DVMs via lookup-dvm, but its easier to use them in ESB)
    Use BPEL:Orchestration required
    Use BPEL:Long-lived or chatty application
    Use BPEL:Need to send notification
    Use BPEL:use business rules
    Use BPEL:splitting joining of payloads - maybe this is possible in OSB
    Use BPEL:content validation required based on business rules (and not necessarily xsd based)
    Use BPEL: when participating apps support only HTTP/XML
    Use BPEL: WSDL operations having multipart in messages
    Use BPEL: Need to send binary attachments
    Use BPEL: Monitoring using BAM etc. BPEL offers sensors
    Use BPEL: Require control over error handling. BPEL also supports fault policies (not sure if ESB supports these too)

    Use BPEL: WSDL operations having multipart in messages
    For this recommendation what is the reasoning behind? And is there a way to get around it in ESB?
    I am creating a pass through routing service for an already created client service that has multiple parts for the input and output. I have found a workaround in jdeveloper for being able to create the service by starting jdev using :Start jdeveloper.exe -J"-Dpreview_mode=true" which indicates that you cannot transform any of the values- which is fine for my services for now, but now I am finding that my routing service is only passing through the first part of the input message and I am getting the following error:
    The message Returned from the call is returned as HTML as an Error 500-Internal Service Error
    Error Message:
    oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: &quot;oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: &quot;org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: serialization error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
    I can see the payload that is being passed to the SOAP Service is only the first part of the message.
    Any suggestions workarounds?

  • Error in version 2.1.1

    I installed the new version and got an error under the new tab 'Sensors':
    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 for the inconvenience. Please open a TAR in http://metalink.oracle.com if you are our customers. Otherwise, you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    Oracle BPEL Server version 2.1.1
    Build: 1173
    Build time: Tue Dec 14 01:48:23 PST 2004
    Build type: release
    Source tag: Cube-v2_1_x_branch
    Exception Message:
    [org.apache.jasper.JasperException]
    Unable to compile class for JSP
    Generated servlet error:
    C:\orabpel\system\appserver\jboss\server\default\work\jboss.web\localhost\BPELConsole\org\apache\jsp\ngSensorInfo_jsp.java:18: package oracle.tip.pc.services.reports.common.config does not exist
    import oracle.tip.pc.services.reports.common.config.*;
    ^
    An error occurred at line: 142 in the jsp file: /ngSensorInfo.jsp
    Generated servlet error:
    C:\orabpel\system\appserver\jboss\server\default\work\jboss.web\localhost\BPELConsole\org\apache\jsp\ngSensorInfo_jsp.java:290: cannot resolve symbol
    symbol : class TSensorActionList
    location: class org.apache.jsp.ngSensorInfo_jsp
    TSensorActionList actionList = TSensorActionListFactory.createFacade( url );
    ^
    An error occurred at line: 142 in the jsp file: /ngSensorInfo.jsp
    Generated servlet error:
    C:\orabpel\system\appserver\jboss\server\default\work\jboss.web\localhost\BPELConsole\org\apache\jsp\ngSensorInfo_jsp.java:290: cannot resolve symbol
    symbol : variable TSensorActionListFactory
    location: class org.apache.jsp.ngSensorInfo_jsp
    TSensorActionList actionList = TSensorActionListFactory.createFacade( url );
    ^
    Any ideas what to do?
    Kind regards,
    Ton Romeyn

    This is a regression. Sensors should not be visible until the 10.1.2 release. This regression will be addressed in the 2.1.2 patch release. -Edwin

  • Error:JCA Binding execute of Reference operation 'writetoBAM' failed

    Hi All,
             I have two different environment, On which BAM server is installed and configured on both. Both servers has same folder structure for Data Objects. I have created "abc" data object on server1. Implemented sensors in bpel. deployed respective composites on server1, bam sensors works fine. I am able to get data in data object.
    Now i have manually created similar data object "abc" on server2 having same column as in "abc" data object on server1. Deployed composites on server2. Now found BAM sensors are not working am not able to get data in "abc" data object on server2
    Found error in soa-diagnostic.log :
    Exception not handled by the Collaxa Cube system.
    an unhandled exception has been thrown in the Collaxa Cube systemr; exception reported is: "BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'writetoBAM' failed due to: javax.resource.ResourceException: javax.resource.ResourceException: BAM-06008: The XML payload is invalid; extra contents were found.".
    The invoked JCA adapter raised a resource exception.
    Please help,
    Thanks,
    sagar

    Found error in naming of data object field id.

  • How BAM can use to monitor B2B process?

    We have a BPEL process that is using B2B piece for connecting Trading partner and want to monitor whole process from Start of the BPEL to end of the B2B.
    Here are the questions.
    Q1. We know by using BAM sensor on BPEL process we can monitor the BPEL prcocess but how about B2B piece?
    Q2. What are the best practices for capturing and reading transactional data in various phases and functional acknowledgement messages from a B2B server?
    Thanks in advance for your reply.

    Please send a note to [email protected] for a document on BAM-B2B integration.

  • Effect of 'In-Memory' persistent store for JMS destinations

    All,
    We have many BPEL processes running on 1013 and we uses sensors to publish data into JMS-Topic destinations whose persistent store is 'In-Memory'.
    when we bounce the oc4j (opmnctl stopall)
    it always says one of components failed to stop
    Shutting down forcefully...
    Now my question is, If stopping oc4j is not graceful, Will my JMS messages be lost ?
    regards,
    Praveen

    We are on soa 10133.
    We see lot of problems with JMS In-Memory persistent store.
    We have sensors in BPEL which publishes to JMS topics and we have BPEL as consumer which takes and inserts into database.
    We see some times data getting inserted into data base and some times we do not see insertion though we dont see any errored bpels in console.
    I suspect sensors are failing in publishing messages to topics becaz if consumer BPELs are failing we see them in console.
    Anybody has any idea for what reasons sensors fails
    and also what is performance impact if we use file-based JMS store?
    Regards,
    Praveen

  • KPIs in Oracle BPA Suite 11g

    Hi everyone!
    Is it possible to define KPIs in BPMN model, so that those KPIs are translated to BPEL sensors upon BPEL translation?
    It seems that checking the Calculate activity processing time on BPMN activity does not work.
    Thx,
    Sonny

    hi Paul,
    Thanks for the link..I have one doubt in this..Can you tell me where the xsd location of xref will be there ?
    In the document he has given the
    For custom database tables, two additional attributes, namely mode and dbtable, are added to the schema definition mentioned in Section 46.3.2, "What Happens When You Create a Cross Reference." They are added for the table element in the following way:
    <attribute name="mode" type="string" default="generic" />
    <attribute name="dbtable" type="string" default="xref_data"/>
    Need to add this attributes in the xsd..Can you tell me where the xsd location resides ?
    Example 43-1 Cross Reference XSD File
    <?xml version="1.0" encoding="UTF-8" ?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://xmlns.oracle.com/xref"
    xmlns:tns="http://xmlns.oracle.com/xref" elementFormDefault="qualified">
    <element name="xref" type="tns:xrefType"/>
    <complexType name="xrefType">
    <sequence>
    <element name="table">
    <complexType>
    <sequence>
    <element name="description" type="string" minOccurs="0"
    maxOccurs="1"/>
    <element name="columns" type="tns:columnsType" minOccurs="0"
    maxOccurs="1"/>
    <element name="rows" type="tns:rowsType" maxOccurs="1"
    minOccurs="0"/>
    </sequence>
    <attribute name="name" type="string" use="required"/>
    </complexType>
    </element>
    </sequence>
    </complexType>
    <complexType name="columnsType">
    <sequence>
    <element name="column" minOccurs="1" maxOccurs="unbounded">
    <complexType>
    <attribute name="name" type="string" use="required"/>
    </complexType>
    </element>
    </sequence>
    </complexType>
    <complexType name="rowsType">
    <sequence>
    <element name="row" minOccurs="1" maxOccurs="unbounded">
    <complexType>
    <sequence>
    <element name="cell" minOccurs="1" maxOccurs="unbounded">
    <complexType>
    <attribute name="colName" type="string" use="required"/>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </schema>

  • Oracle BPEL Process Manager 10.1.3.x sensors and Oracle BAM Server 11g TP4

    In Oracle Fusion Middleware Developers Guide for Oracle SOA Suite in section 42.5 there is the next:
    "You can also use Oracle BPEL Process Manager 10.1.3.1 sensor actions to publish sensor data as data objects on Oracle BAM Server 11g"
    Is it really possible?

    Hi, Please post this in BPEL forum, not here.
    Regards,
    Priyanka GES

Maybe you are looking for

  • URGENT HELP NEEDED Shmoove  !!!!!!!!!!!!!!!!!!!!!!!

    I have developed an application which has one Midlet & a .txt file(437 KB , 12276 RECORDS ) .due to large size of my text file my application is getting very slow nearly after 700 records .what should i do? Following is my code: import net.jscience.u

  • HS-500 Bluetooth Headset problem

    Bought an HS-500 about a month ago.  During a call the headset stops working, the light turns blue and red, and after 5 or 10 seconds, it will reconnect.  By then, the caller usually figures it's a dropped call and hangs up. Has anyone else had this

  • Syntax Error when generate print program in HRFORMS

    Dear All, I created form for payslip using HRFORMS, the name form is ZPS_TPI_01. When I activate the form, the error raised: Generated print program contains a syntax error Diagnosis   Generated print program /PYXXFO/ZPS_TPI_01_PRNT conains a syntax

  • Help! so frustrated. I have 10.7.5 mac and error message 201 keeps appearing when trying to download creative cloud trial

    Please help! i have 10.7.5 mac and trying to download adobe cloud but error message 201 keeps coming up and i need to download before i get on a plane at 4am needing sleep ! please i hope someone has an answer for me x so frustrated right now!

  • Deleting a suspicious file

    I had a suspiciuos php file that I had examined, hopefully safely, but maybe not? that I noticed on my desktop.  Is deleting this file enough, or should I take my mac in to see somebody?