BPEL deployed in OAS ?

Hi,
I've downloaded the BPEL for testing purpose, and it seems to be very interesting, especially for us in the TaskManager.
Questions :
I suppose that this product will be bundled in OAS and Jdeveloper for designers?
Can I deploy the BPEL in OAS using some ear file shipped whith BPEL process manager?
Thanks
Jean-Yves

Could you please clarify a few points:
1.
What do you mean by "events received from customers"? How does a customer fire an event? what is the data structure associated with an event?
2.
How do you currently define the assignment logic, priority?
Looking at tutorials 110.UserTasks and 116.SendEmails, you should get a good sense of how easy/difficult it is to model a BPEL process that when invoked, creates a user task, assigns it to a user and send a notification to that user. In the next month or so we are going to delivery a set of xpath LDAP functions ldap:lookupUser, ldap:listUsers, ldap:lookupManager which will further simplify assignment.
One you have model the process, the last step is to configure it so that it reacts to the customer events. This part should be rather straight forward given that BPEL processes can be initiated through both SOAP and Java APIs. So what ever piece of code within your application detects the customer event can simply invoke your BPEL process and let that process handle the task creation, notification and other steps/activities you have defined in your BPEL process.
Here again, I would recommend trying to download and install the BPEL PM and try to implement a small prototype so that you get a sense of how easy/difficult it is. If you decide to go down that path, let us know and we will be happy to try to support you by sending you BPEL code samples and help troubleshoot any problem you might run into.
Also my recommendation is you view each task within each department as services. This will make their reuse and integration into other BPEL processes much simpler.
Good luck. Sounds like an interesting project.
-Edwin

Similar Messages

  • Is periodic maintenance required for app deployed on OAS on Windows?

    Hi,
    We have an application that uses 7 BPEL processes and one web service deployed on OAS. Application is into production from the last 4 months.
    We are bringing down the App server once in a while due to applying break fixes, etc.
    But, now, considering the App is quite stable, we won't be planning to bring down the app server for few months. My question is, do we need to schedule planned downtime and restart the application server once in a while in view of memory leaks etc as the App is deployed on Windows Operating System?
    It would be a great if I get some info/links that will give me the exact information.
    Thanks,
    Sasi Bhushan.

    Hi Chris,
    Thanks for the reply.
    Yes. Infact we have taken care of log files. But wondering if memory leaks etc could cause total memory consumption and making the app server hung etc.
    So, I am looking for some suggestion on whether we need the app server restart periodically or it's not required at all.
    Thanks,
    Sasi Bhushan.

  • EJB Deployment on OAS

    when I run the snippet generated client for the EJB deployed on OAS, I have this error:
    java.lang.NoClassDefFoundError: EJBPack.AppEJBHomeHelper
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at javax.rmi.PortableRemoteObject.narrow(Compiled Code)
    at EJBPack.AppEJBClient.main(Compiled Code)
    Any help well be appreciated???
    Many thanks.
    Xtophe
    null

    Hi Mak_GK,
    Sorry for the late answer.
    Make sure that your client project has the following libraries:
    JDeveloper runtime
    Oracle 8.1.5 JDBC
    Connection Manager
    <your generated jar file from the EJB>
    JBO Runtime
    OAS Runtime
    JBO OAS Runtime
    Also, sometimes it helps to stop and re-start OAS after deploying your EJB.
    Xtophe

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • BPEL deployment plan in 10.1.3.4

    Hello guys,
    I've downloaded the MLR patch to upgrade to 10.1.3.4 and wondering where to find and how to use the BPEL deployment plan.
    According to Robert Zimmerman's presentation titled Oracle BPEL Process Manager Update - April 22 (http://www.oracle.com/technology/tech/soa/cab/oraclesoacab-webinar-04-22-08bpel_10_1_3_4_update.pdf), this release includes the new BPEL deployment plan, similar to the "old" ESB deployment plan.
    Any help is appreciated.
    Kind regards,
    H

    Hello Heidi,
    Thanks for the quick reply.
    That chapter is not quite what I was looking for, but nevertheless you pointed me to the right document. I was looking for chapter 3.10.10 "Automatically changing URLs and properties for Dev, Test and Prod.-environments".
    Cheers,
    Harm

  • BPEL deployment automation

    Hi all.
    I've been reading about the efforts regarding esb deployment automation:
    Dealing with changing service wsdl locations  in the ESB
    Now, I'd like to know about the latest best practices regarding BPEL deployment automation for different environments.
    I was wondering if there's some already tested ant configuration for deploying multiple BPEL projects at the same time using a specific bpel.xml
    Thanks
    Denis

    I created an article on this issue:
    http://orasoa.blogspot.com/2006/08/using-ant-in-bpel-environment.html

  • BPEL deploy error

    Hi All,
    Getting the following error while deploying the BPEL process having DB Adaptor...
    Could not initialize activation agent. An error occured while initializing an activation agent for process "pollingprocesstest2", revision "v2009_08_11__6784". Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml). oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    However the same process was running find earlier. Actually I got virus in my system so I formatted it after taking backup of everything. Then I installed BPEL server again. Now when I tried to deploy the same processes again, it is giving the above error. Installation path etc. everything is same as the paths before formatting. Exception details is...
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "pollingproc
    esstest2", revision "v2009_08_11__6784".
    Please ensure that the activation agents are configured correctly in the bpel de
    ployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.Invocation
    TargetException
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents
    *(BaseCubeProcess.java:354)*
    at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultR
    evision(DeploymentManager.java:1446)
    at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevisi
    on(DeploymentManager.java:1405)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(De
    ploymentManager.java:821)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(D
    eploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDo
    mainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.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(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSI
    nterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAAS
    Interceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAA
    SInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invo
    ke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSI
    nterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContex
    tPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(S
    tatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHand
    le.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandl
    e.java:339)
    *at deployProcess.jspService(_deployProcess.java:131)*
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:5
    *9)*
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:368)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forwar
    d(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletR
    equestDispatcher.java:50)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRe
    questDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequ
    estDispatcher.java:198)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterC
    hain.java:15)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:619)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
    estHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
    stHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
    cketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    *<2009-08-10 13:23:37,718> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::l*
    ogError> Error while invoking bean "domain manager": Could not initialize activa
    tion agent.
    An error occured while initializing an activation agent for process "pollingproc
    esstest2", revision "v2009_08_11__6784".
    Please ensure that the activation agents are configured correctly in the bpel de
    ployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.Invocation
    TargetException
    ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "pollingproc
    esstest2", revision "v2009_08_11__6784".
    Please ensure that the activation agents are configured correctly in the bpel de
    ployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.Invocation
    TargetException
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents
    *(BaseCubeProcess.java:354)*
    at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultR
    evision(DeploymentManager.java:1446)
    at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevisi
    on(DeploymentManager.java:1405)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(De
    ploymentManager.java:821)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(D
    eploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDo
    mainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.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(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSI
    nterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAAS
    Interceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAA
    SInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invo
    ke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSI
    nterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Inv
    ocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContex
    tPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(S
    tatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHand
    le.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandl
    e.java:339)
    *at deployProcess.jspService(_deployProcess.java:131)*
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:5
    *9)*
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:368)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forwar
    d(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletR
    equestDispatcher.java:50)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRe
    questDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequ
    estDispatcher.java:198)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterC
    hain.java:15)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:619)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
    estHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
    stHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
    cketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    *<2009-08-10 13:23:37,781> <INFO> <default.collaxa.cube.activation> <AdapterFrame*
    work::Inbound> JCAActivationAgent::uninit Shutting down the JCA activation agent
    *, processId='bpel://localhost/default/pollingprocesstest2~v2009_08_11__6784/', a*
    *ctivation properties={portType=pollingAdaptor_ptt}*
    Please help me.
    Thanks.

    log message continued...
    *     at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)*
    *     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.performEndpointActivation(JCAActivationAgent.java:1073)*
    *     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.activateInboundJcaEndpoint(JCAActivationAgent.java:1056)*
    *     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.initiateInboundJcaEndpoint(JCAActivationAgent.java:961)*
    *     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.init(JCAActivationAgent.java:516)*
    *     at com.collaxa.cube.engine.core.BaseCubeProcess$ActivationObserver.init(BaseCubeProcess.java:900)*
    *     ... 66 more*
    Caused by: ORABPEL-11622
    Could not create/access the TopLink Session.
    *This session is used to connect to the datastore. [Caused by: loc/DBConnection1DataSource not found]*
    *See root exception for the specific exception. You may need to configure the connection settings in the deployment descriptor (i.e. $J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml) and restart the server. Caused by Exception [TOPLINK-7060] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 060920)): oracle.toplink.exceptions.ValidationException*
    *Exception Description: Cannot acquire data source [loc/DBConnection1DataSource].*
    Internal Exception: javax.naming.NameNotFoundException: loc/DBConnection1DataSource not found.
    *     at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:369)*
    *     at oracle.tip.adapter.db.exceptions.DBResourceException.couldNotCreateTopLinkSessionException(DBResourceException.java:171)*
    *     at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireSession(DBManagedConnectionFactory.java:598)*
    *     at oracle.tip.adapter.db.transaction.DBTransaction.getSession(DBTransaction.java:351)*
    *     at oracle.tip.adapter.db.DBConnection.getSession(DBConnection.java:230)*
    *     at oracle.tip.adapter.db.InboundWork.<init>(InboundWork.java:184)*
    *     at oracle.tip.adapter.db.DBEndpoint.<init>(DBEndpoint.java:89)*
    *     at oracle.tip.adapter.db.DBResourceAdapter.endpointActivation(DBResourceAdapter.java:155)*
    *     at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)*
    *     ... 71 more*
    *Caused by: Exception [TOPLINK-7060] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 060920)): oracle.toplink.exceptions.ValidationException*
    *Exception Description: Cannot acquire data source [loc/DBConnection1DataSource].*
    Internal Exception: javax.naming.NameNotFoundException: loc/DBConnection1DataSource not found
    *     at oracle.toplink.exceptions.ValidationException.cannotAcquireDataSource(ValidationException.java:275)*
    *     at oracle.toplink.jndi.JNDIConnector.connect(JNDIConnector.java:100)*
    *     at oracle.toplink.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:147)*
    *     at oracle.toplink.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:197)*
    *     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(DatabaseAccessor.java:220)*
    *     at oracle.toplink.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:273)*
    *     at oracle.toplink.threetier.ConnectionPool.buildConnection(ConnectionPool.java:82)*
    *     at oracle.toplink.threetier.ExternalConnectionPool.startUp(ExternalConnectionPool.java:98)*
    *     at oracle.toplink.threetier.ServerSession.connect(ServerSession.java:435)*
    *     at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:503)*
    *     at oracle.tip.adapter.db.DBManagedConnectionFactory.createServerSession(DBManagedConnectionFactory.java:858)*
    *     at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireSession(DBManagedConnectionFactory.java:373)*
    *     ... 77 more*
    Caused by: javax.naming.NameNotFoundException: loc/DBConnection1DataSource not found
    *     at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)*
    *     at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:255)*
    *     at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)*
    *     at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:381)*
    *     at javax.naming.InitialContext.lookup(InitialContext.java:355)*
    *     at oracle.toplink.jndi.JNDIConnector.connect(JNDIConnector.java:94)*
    *     ... 87 more*
    *<2009-08-10 17:24:21,281> <DEBUG> <default.collaxa.cube.engine.deployment> <DeploymentManager::activateDefaultRevision>*
    ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "pollingprocesstest2", revision "v2009_08_10__62408".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    *     at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1446)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1405)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:821)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)*
    *     at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)*
    *     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.JAASInterceptor$1.run(JAASInterceptor.java:31)*
    *     at com.evermind.server.ThreadState.runAs(ThreadState.java:620)*
    *     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)*
    *     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)*
    *     at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)*
    *     at deployProcess.jspService(_deployProcess.java:131)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)*
    *     at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)*
    *     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:595)*
    *<2009-08-10 17:24:21,359> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for pollingprocesstest2-v2009_08_10__62408*
    *<2009-08-10 17:24:21,359> <ERROR> <default.collaxa.cube.engine.deployment> <DeploymentManager::deploySuitcase>*
    ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "pollingprocesstest2", revision "v2009_08_10__62408".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    *     at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1446)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1405)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:821)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)*
    *     at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)*
    *     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.JAASInterceptor$1.run(JAASInterceptor.java:31)*
    *     at com.evermind.server.ThreadState.runAs(ThreadState.java:620)*
    *     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)*
    *     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)*
    *     at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)*
    *     at deployProcess.jspService(_deployProcess.java:131)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)*
    *     at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)*
    *     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:595)*
    *<2009-08-10 17:24:21,453> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for pollingprocesstest2_v2009_08_10__62408_7ed76049f6b734747ebf349fbe977c1a*
    *<2009-08-10 17:24:21,546> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "domain manager": Could not initialize activation agent.*
    An error occured while initializing an activation agent for process "pollingprocesstest2", revision "v2009_08_10__62408".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "pollingprocesstest2", revision "v2009_08_10__62408".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    *     at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1446)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1405)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:821)*
    *     at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)*
    *     at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)*
    *     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.JAASInterceptor$1.run(JAASInterceptor.java:31)*
    *     at com.evermind.server.ThreadState.runAs(ThreadState.java:620)*
    *     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)*
    *     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)*
    *     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)*
    *     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)*
    *     at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)*
    *     at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)*
    *     at deployProcess.jspService(_deployProcess.java:131)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)*
    *     at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)*
    *     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)*
    *     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)*
    *     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:595)*
    *<2009-08-10 17:24:21,640> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE TX CONNECTION 0*
    *<2009-08-10 17:24:21,640> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::insert> Received batch message, 1 messages [[email protected]b90c1]*
    *<2009-08-10 17:24:21,640> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message [[email protected]b90c1] for set system*
    *<2009-08-10 17:24:21,640> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message [[email protected]b90c1] for set invoke*
    *<2009-08-10 17:24:21,640> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message [[email protected]b90c1] for set engine*
    *<2009-08-10 17:24:21,656> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::adjustThreadPool> Allocating 1 thread(s); pending threads: 1, active threads: 0, total: 46*

  • Process Modelling in Aris, generating BPEL & deployment to Oracle App Serve

    Hi
    We are considering using Aris to model some business process and using its functionality to generate BPEL for its deployment onto a Service Oriented Architecture i.e. Oracle App Server with BPEL Process Manager. Has anyone had any specific exposure to Aris and its BPEL deployment onto the Oracle App Server.
    - Is there an approach (methodology) from previous experience that someone can recommend.
    - How seamless/complex is the generation and deployment of the BPEL onto the Oracle BPEL Process Manager.
    - Are there any issues or lessons learnt from people using Aris to generate BPEL to the Oracle BPEL Process Manager?
    thanks

    Hi,
    I am dealing with the same problems. I did already some testings using the EPCs of ARIS and tried to establish the link with the BPEL Process Manager. Still it doesn't work seamlessly, maybe with the new realease of ARIS the link will be possible. I am not aware of any methodology in that context, it means we need to develop one.
    Looking forward to hearing from you.
    Best regards,
    TMT

  • Project Deployment in OAS 4.0.8.1

    Hi folks, i4ve tried to deploy a project containing three applets to OAS and it gave me this message :
    Downloading client stubs for "IpirangaAppletsOAS1" to "C:\Program Files\Oracle\JDeveloper 3.1\myprojects\IpirangaAppletsOAS1Cl.jar"...
    OASDeploy: java.net.SocketException: socket was closed
    OASDeploy: Error occured in downloading client stubs
    OASDeploy: Application Deployment Failed
    *** OAS EJB Application deployment completed ***
    *** Deployment completed ***
    What4s up ?

    I am looking for the same answer. If you find it, please send it to me at [email protected]
    Thanx
    --Michael                                                                                                                                                                                                                                   

  • Critical ADF application error after deploy to OAS

    <p>
    Hi,
    </p>
    <p>
    I have a problem with ADF application (10.1.3). It works in JDev but after deploy to OAS 10.1.3 when I try to go to page contains a lot of input texts and 2 tables , I get server error  - see it on this image .  It is very strange because this application worked earlier - where OAS uses JDK 1.5.0_08. Now JDK was changed for 1.6.0_01 version. J2EE container has allocate 512 RAM memory Is JDK version may be reason of this error ?
    </p>
    <p>
    Kuba
    </p>

    Hi Kuba,
    Do you mean that you changed OAS to use JDK 1.6? I'm pretty sure this wouldn't be supported. If you mean that you used JDK 1.6 to compile the project and then deploy to OAS, I'm pretty sure this wouldn't be supported, either. If you just changed JDeveloper to use JDK 1.6 to run JDev (although for sure this isn't supported), and the project still is targetted to JDK 1.5, this should work. I've had a few sporadic problems in this configuration, though, so I cannot recommend it.
    John

  • Error Deploying to OAS 10.1.3... pls help

    HI All,
    I am using JDev 10.1.3.1 with ADF Faces + BC, I try to deploy to OAS 10.1.3 from the AS Console :
    I get this error :
    [Nov 23, 2006 10:16:30 PM] Exception: NoClassDefFoundError: Missing class: org.apache.commons.collections.ArrayStack Dependent class: org.apache.commons.digester.Digester Loader: ITTSalesApp.web.ITTSalesViewArchive:0.0.0 Code-Source: /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib/commons-digester.jar Configuration: WEB-INF/lib/ directory in /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib The missing class is not available from any code-source or loader in the system.
    [Nov 23, 2006 10:16:30 PM] Operation failed with error: Missing class: org.apache.commons.collections.ArrayStack Dependent class: org.apache.commons.digester.Digester Loader: ITTSalesApp.web.ITTSalesViewArchive:0.0.0 Code-Source: /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib/commons-digester.jar Configuration: WEB-INF/lib/ directory in /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib The missing class is not available from any code-source or loader in the system.
    How to solve this problem ?
    Pls help...help..
    Thank you,
    xtanto

    "For ADF applications developed in JDeveloper 10.1.3.1 and deployed to Oracle Application Server 10.1.3.0, you need to install the ADF runtime libraries in your application server, using the ADF Installer."
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html

  • BPEL Deployment failure

    My BPEL Deployment process, which until recently was working fine, appears to have broken. I'm getting messages like this when deploying from JDev 10.1.3.3.0:<p>
    BUILD FAILED
    Q:\TRIPS2\Dev\Java\Projects\trips-bpel\TripsExceptionHandling\build.xml:79: A problem occured while connecting to server "pcs-devportr3" using port "8888": <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>404 Not Found</TITLE>
    </HEAD><BODY>
    <H1>Not Found</H1>
    The requested URL /integration/services/deploy/deployHttpClientProcess.jsp was not found on this server.<P>
    <HR>
    <ADDRESS>Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server Server at PCS-DEVPORTR3 Port 8888</ADDRESS>
    </BODY></HTML><p>
    I've tried several different BPEL's, and get a similar message for each. However, when I tried to deploy TripsExceptionHandling from the BPEL Console, it was successful.<p>I found somebody with a similar problem here: Re: Build Failed
    but unfortunately no solution was posted. Does anybody have any suggestions?

    create new Application server and Integration server .
    Deploy the process into this new server then ur problem may sloved...

  • Problem: bpel deployment with xsd choice

    hi!
    i have the problem that after deploying my bpel process i dont see the choice defined in my xsd. with a very simple example the choice just dont show in the bpel console. (bpel processes => initiate => xml source just shows the xml without the choice)
    i use jdeveloper 10.1.3.1.0.3984.
    does anyone know a solution for this problem?
    thanks
    my xsd:
    <?xml version="1.0" encoding="ISO-8859-15" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns="http://www.example.org"
                targetNamespace="http://www.example.org"
                elementFormDefault="qualified">
      <xsd:element name="exampleElement">
        <xsd:annotation>
          <xsd:documentation>
            A sample element
          </xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="element1" type="xsd:string"/>
            <xsd:choice>
              <xsd:element name="element3" type="xsd:string"/>
              <xsd:element name="element4" type="xsd:string"/>
            </xsd:choice>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>the bpel process consists just of an assign-component.

    Is JAXB 1.0 used to generate the client code. xsd:choice is supported, but xsd:any is not supported by JAXB 1.0.

  • How to use the build file generated by Jdev to automate bpel deployment

    Hi everyone I am trying to deploy bpel jar files and human task ear files using ant. When i use the ant which is generated by Jdev I am gettinng an error
    C:\Documents and Settings\254876\Desktop\BPEL_ANT>ant
    Buildfile: build.xml
    deployTaskForm:
    BUILD FAILED
    C:\Documents and Settings\254876\Desktop\BPEL_ANT\build.xml:39: Could not create
    task or type of type: deployTaskForm.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'deployTaskForm'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.

    Ensure JDEV and SOA versions are in sync.

  • JDEV 1013 and deployment to OAS 10g (9.0.4)

    Hi,
    I have read that OAS 10g (9.0.4) is not supported by Jdeveloper 1013.
    Is that mean that I can't deploy an ADF/JSF application to the OAS 10g (9.0.4)?
    Regards,
    Cezary

    Hi,
    yes and no. What it means is that you can't directly deploy from JDeveloper to this Application Server. Building J2EE 1.3 compliant applications and deploy the EAR file to OracleAs 9.0.4 should work. Note that if using ADF I am not so sure if there are issues when deploying the ADF runtime libraries.
    Frank

Maybe you are looking for

  • Unable to connect error while connecting to more than one server in a cluster

              hi,           I have a weblogic cluster of two servers. The stateless session bean is deployed           on both these servers as well as the cluster. The weblogic used is 6.0 sp2. I'm           using a custom router class which redirects t

  • How to get albums with more than one artist to show as one album?

    All of my iTunes purchased classical music CDs appear as 4 sometimes more albums on imatch. How do I get them to show as a single album?

  • Selective deletion job taking very long time

    Hi All, I am performing the selective deletion on cube for the year 2011 and the deletion job is running for a long time (14 hrs). Generally this job takes few mins to execute. Could you please provide your inputs? Regards, Venkat Job log overview fo

  • Challan date new and GR date past, How to reconcile?

    Hi, We have some material document in subcontracting process and user did not reconcile challan for these GR no. and these Material documents were from previous period , now while J1IFQ he is getting following error " Excise document is posted later

  • Designer Forms submitted via a website

    I have developed a number of forms in Adobe Designer (LiveCycle 7.0) with a view to putting them on my website for users to fill out and return by email. However when I tested the first of the forms (i.e. I uploaded it on to my website and filled it