BPM 10g execution permissions

I have 2 participants.
P1 is in role a - parametric value 1
P2 is in role a - parametric value 2
So I have 2 participants in two different roles.
I want to let P1 view P2's Work Items in the Workspace.
I have a read only screen flow to facilitate this.
However when I go in as the non active participant I get
Participant '1' does not have execution permissions for role 'PART B Role'.
I can see the sense of this but have a requirement to allow any Participant to view the Work Items of anybody else
Is this possible ?
TIA

Hello,
You may also specifically create a view with the user a: Role b.
But the error message mentioned by you occurs only when the user tries to access the instance assigned to a role for which they do not have the execution permission. i.e. If user A tries to access instance not belonging to its team.
My question is, do you wish the user should be able to view the presentations not assigned to the them??

Similar Messages

  • Get Message Notification in BPM 10G from External JMS Provider

    Hello,
    Can anyone provide me the steps how to get a message from the queue (external JMS provider) in BPM 10G.
    I have been looking into this for couple of days now and I'm not able to figure it out. Any input on this would be greatly appreciated.
    Thanks
    NC

    Hi,
    Please find the steps below and change the necessary parameter according to your requirement.
    JMS Configuration and read the message from queue a
    1) Configure a J2EE Configuration in External Resources with the following details.
    Where
    Name: J2EEConfiguration
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory
    URL: t3://localhost:7001
    Principal: weblogic
    Credentials: weblogic
    2) Configure a JMS Configuration in External Resources with the following details
    Where
    Name: JMSConfiguration
    J2EE: J2EEConfiguration
    Destination Type: Queue
    Lookup Name: com.bibhu.queue – Refer to JMS configuration in Weblogic Server
    Connection Factory Lookup Name: com.bibhu.cf – Refer to JMS configuration
    3) Configure a Java Configuration in External Resources with the following details
    Add weblogic.jar, wsclient.jar, and jms.jar files
    4) Create a process and add a Global automatic Activity with the following configuration
    5) Add the following code for different purpose
    // The below code is meant for reading a message/messages from Queue
    logMessage("JMS message retrieved from queue: \n" + message.textValue);
    // The below code is meant for sending message to the Queue Where,
    // JMSConfiguration: is the External Resource Configuration for JMS
    // Bibhu: is the message body
    String externalResourceId = "JMSConfiguration";
    String msgBody = "Bibhu";
    JmsMessage jmsMsg = JmsMessage(type : JmsMessageType.TEXT);
    jmsMsg.textValue = msgBody;
    jmsMsg.expiration = 'now' + '5m'; // expires in 5 minutes
    sendMessage(DynamicJMS, configuration : externalResourceId, message : jmsMsg);
    hope the above will help you.
    Bibhu

  • Oracle BPM 10g architecture diagram

    Hi,
    Could you please anyone share the Oracle BPM 10g architecture diagram. Please send to my id : [email protected]
    Regards,
    Anandh P

    Hi Daniel, Thanks a lot for posting the Architectuer details. We now know how the fantastic product works internally. Would you mind posting the newer version of the document? Thanks in advance.

  • Usage of SQL and SQLQuery Component Oracle BPM 10g

    Hey Friends,
    I have created SQl and SQL query catalog compoenents in Oracle BPM 10g, but unable to figure about how to use them in the BPM process. Do i need to create an automatic activity and make implemenatation as method and write java/pbl code there. Please suggest some solution with code snippet.
    Thanks!!

    Having them cataloged constitutes most of the work you'll need to do. As you mention, the rest of the work is figuring out how you want to use them in a process.
    As an example, if you wanted to have method that would return a list of customer ids you could create a method in a BPM Object:
    listOfIds as String[]
    for each element in
      SELECT customerId
        FROM customer
      do
        listOfIds[] = String(element.customerid)
    end
    // return the array with the valid values
    return listOfIdsAfter adding this, you'll notice that there is an error flagged for your logic. Look at the Properties tab and change the "Server Side Method" property to "Yes".
    Now that you have the method that returns an array, you could use it to automatically populate a dropdown field for an attribute in the BPM Object. You'd do this by opening the properties of the attribute and changing the "Valid Values" property to "Dynamic Method" and select the method you just added.
    There's more to it than this, but hope this is enough to get you going,
    Dan

  • How the transaction executing in Oracle bpm 10g

    Hi,
    i want to know "how the database transaction executing in Oracle bpm 10g",
    My Scenario is 'i have two data tables, i need to update the same information in two different data tables with OBPM 10g. let's imagine, info is updated in 1st data table, and is some exeption occured while updating the same info in second da table, so i want to roll back the info which is updated in first db table'.
    can any one suggest the approach how can i proceed?
    Thanks.
    Sudhee

    Hi Omkar,
    Please check the following code.
    DECLARE
      repid REPORT_OBJECT;
      v_rep VARCHAR2(100);
      rep_status VARCHAR2(20);
      plid ParamList;
    BEGIN
      plid := Get_parameter_List('tmp');
      IF NOT Id_Null(plid) THEN
      Destroy_parameter_List( plid );
      END IF;
      plid := Create_parameter_List('tmp');
      add_parameter(plid,'p_parameter',text_parameter,to_char(:POLICY.POLICY_NO));
      Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
      repid := FIND_REPORT_OBJECT('POL_REP');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
      v_rep := RUN_REPORT_OBJECT(repid,plid);
      rep_status := REPORT_OBJECT_STATUS(v_rep);
      WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
      LOOP
      rep_status := report_object_status(v_rep);
      END LOOP;
      WEB.SHOW_DOCUMENT('http://'||'LENOVO-428E9E41'||'8889'||'/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
      '||'server=prod_report_server&P_parameter='||:POLICY.POLICY_NO||
      '&paramform=no');
    END;
    I am used to Start the Report sever   'Rwserver Server=prod_Report_Server Start'
    OracleAS Report Services
    Version :-   10.1.2.0.2
    Name    :-   prod_report_server
    Status  :-   Server is Shutting down
    Jobs in Queue  0
    Active Engines  0
    I got the Following Error when I trying to run the Report
    FRM-41211: Integration error:SSL failure running another product
    Thanks and Regards,
    Faziludeen

  • What is similar to BPM 10g PAPI Caching in BPM 11g?

    Hi,
    Earlier we were using BPM 10g where for BPM workspace/Custom Worklist, PAPI caching was used. Now we are looking for using BPM 11g where HWF (Human Workflow) APIs are present instead of PAPI. Can anybody tell me that is it possible to use caching in HWF APIs and how it is done?
    Thanks
    Edited by: user10778361 on May 25, 2012 12:04 PM

    One of teh difference which I noticed is that BPM Workspace had the left pane where the integrated ADF Applications were visible whereas Worklist didnot have that option.
    Some more prime differences here -
    Difference between Oracle BPM Worklist & Oracle BPM Workspace

  • 11g equivalent for the oracle bpm 10g global interactive

    Hi,
    What is the 11g equivalent for the oracle bpm 10g global interactive activity?
    Thansk!

    The Initiator Task is the 11g equivalent to Global Interactive Activity.
    Find more information here
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/human_task_bpmpd.htm
    and here
    http://jamessmith73.wordpress.com/oracle-soa-bpm-11g/simple-bpm-task-initiator/

  • Where can I download "Oracle BPM 10g R3" ?

    Hi All,
    Could you please tell me where I can download "Oracle BPM 10G R3" ? It is a bit of funny for me in the sense that I can download full document of this version from
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/
    But cannot find where is the software ?
    Many Thanks in advance.
    Regards
    Pearapon S.

    Hi,
    You can download OBPM 10gR3 directly here:
    http://www.oracle.com/technology/software/products/bpm/index.html
    Also for more useful links on: docs, config matrix, etc, please check:
    http://blogs.oracle.com/alextoussaint/2008/10/oracle_bpm_10gr3_is_out.html
    Best Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Refresh Dropdown List In Presentation In Bpm 10g

    I am using Oracle BPM 10g and facing issue in refreshing drop-down list in presentation.
    Actually i have a drop-down list with 250 items populated from database. I have some text fields and search button on presentation to narrow down the drop-down list items. Initially i get 250 drop-down list items and when i enter searching text in text field and press search button then i get 5 drop-down list items but list is not refreshed (it display all previous 250 items).
    Is there any way to refresh the page without navigation or any idea to get my objective?

    @ Hi Anoop,
    doing a valueset.clear () gives a <i>null pointer exception</i>. am doing a clear before populating the values. Can u suggest comthin else.
    @ Hi Murtuza,
    Also thers no  difference even after putting the code in modify view()
    I had earlier made a method just for populating the Valueset. I cald that method in ModifyView(). Still no change.. can u plz suggest somthin else
    Thanks in advance.

  • Future of Oracle BPM 10g

    Hi Friends,   I have been working on Oracle BPM 10g past 6 months, but really not sure whether to continue using this tool as its going to be obsolete soon. Guess most of the client are using Oracle BPM 11g and some even migrating to Oracle 12c. What's the future for Oracle BPM 10g with the respect to BPM market in the future. Are there any projects/clients which are still using Oracle BPM 10g. How easy/difficult is to move from BPM 10g to BPM 11g. I have around 6 years of experience and worked on Savvion Business Manager earlier.  Please help with your valuable suggestions. Regards.

    Support for Oracle BPM 10g has been extended.   Look at Oracle's Lifetime Support Policy document for Fusion Middleware (page 40).  Note that support for Oracle BPM 10g has been extended to December 2018.
    With that said, if a company was to start an Oracle BPM project today, I'd suggest that they do it using Oracle BPM 11g.  Your upgrade path to 12c will be much simpler using 11g and there aren't many of us left who know and can train people getting started on Oracle BPM 10g.
    Dan Atwood

  • How to retrive the user name when we know the user ID in BPM 10g ?

    Hi All,
    I want to retrive the participants name by the participant's id. I have a drop down list where the participants ID is present. Now I will invoke a method on change of this drop down and it will return the name of the choosen Participant ID. Can any body help me to write tha exact code to retrive the exact Name in BPM 10g.
    Thanks in advance~
    Anupam
    Edited by: Anupam on May 15, 2012 9:52 AM

    Hi,
    DirHumanParticipant part = DirHumanParticipant.fetch(session : DirectorySession.currentEngineSession, id : "test");
    logMessage("The display name is "+part.displayName);
    logMessage("The first name is "+part.firstName);
    logMessage("The last name is "+part.lastName);
    HTH
    Edited by: Ruben Vidaurre on 14-may-2012 23:19

  • Oracle BPM 10g /ALBPM log4j Implementation

    Hi All,
    Could you please let me know the steps to implement log4j in oracle bpm 10g/ALBPM.
    Regards,
    Srinivas

    While you can export an ALBPM 6.0 project and import it into Oracle BPM 10g, as you've seen you will not be able to use a project that is exported from Oracle BPM 10 project in ALBPM 6.0.
    Just to clarify - it will appear to import, but you won't be able to open key elements (e.g. screenflows created in the 10g project) successfully.
    Dan

  • Exception while creating a excel file in BPM 10g

    Hi,
    We are facing following issue while creating an excel file from BPM.
    java.lang.reflect.InvocationTargetException 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 fuegoblock.net.web.NewJspAjaxController.processMethodInvocation(NewJspAjaxController.java:264) at fuegoblock.net.web.NewJspAjaxController.service(NewJspAjaxController.java:46) at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197) at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58) at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224) at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104) at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117) at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229) at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:138) 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:292) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64) at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48) at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Workbook at xobject.Views.ReportingView.exportToExcel(ReportingView.xcdl:9) ... 35 more Caused by: java.lang.ClassNotFoundException: org.apache.poi.ss.usermodel.Workbook at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 36 more
    There is a JSP file which invokes the method of BPM, which inturn creates a excel file.
    In JSP we are calling the method in the following way:
    function exportSelectedItemsToExcel(){
         var url="<f:invokeUrl var='reportingView' methodName='exportToExcel'/>";
         url = url + "&bpmRespContentType=application/vnd.ms-excel";
         var windowHandle = window.open(url,'windowName','width=800, height=600, resizable=1, menubar=1');
    POI jars are used to create the excel.
    Also we recently did the migration and applied a patchset of 10.3.3 on 10.3.2. In the previous verison(10.3.2) it was working perfectly fine. When i am trying to test it on localstudio, it is generating the excel file properly.
    Have any one faced any such issues while migration or any other time?

    Manifests are saved with the .mf file extension. Rename your manifest mainfest.mf.

  • Difference between oracle bpm 10g and 11g

    Newbie: I am trying to understand 10g. The basic questions I have is
    1)What is the difference between 10g and 11g?
    2)What is the infrastructure & skillset needed for me to do implementation in 10g?
    3)How is migration from 10g to 11g is accomplished?
    Any resource links that would help me to get started with 10g would be appreciated.
    Chaitanya

    Hi,
    Please follow the below mentioned link to find your answer.
    Re: Main differences between oracle bpm 10.3 vs 11g
    Migration from ALBPM 5.7 to BPM 11g
    Bibhu

  • Starting OBPM 10g Execution Engine the first time

    After upgrading to OBPM10g from ALBPM5.7, I'm getting this error in the webconsole.log when I try starting the execution engine. It is complaining about the "looknfeel" not being valid but I'm wondering if that is the problem. Any help is appreciated.
    [<D> 0805 12:14:46.333] Main (<8> http-8686-Processor21): title:Start
    [<D> 0805 12:14:46.333] Main (<8> http-8686-Processor21): title:Stop
    [<D> 0805 12:14:46.334] Main (<8> http-8686-Processor21): title:Thread Dump
    [<D> 0805 12:14:46.334] Main (<8> http-8686-Processor21): title:Startup Log
    [<D> 0805 12:14:46.335] Main (<8> http-8686-Processor21): title:Start
    [<D> 0805 12:14:46.335] Main (<8> http-8686-Processor21): title:Stop
    [<D> 0805 12:14:46.335] Main (<8> http-8686-Processor21): title:Thread Dump
    [<D> 0805 12:14:46.335] Main (<8> http-8686-Processor21): title:Startup Log
    [<D> 0805 12:15:10.353] Main (<8> http-8686-Processor21): UIListComponentBase.broadcast. Calling method:com.sun.faces.el.MethodBindingImpl@8d41f2
    [<D> 0805 12:15:10.354] Main (<8> http-8686-Processor21): starting engineId = odlbpm2
    [<I> 0805 12:15:10.354] Main (<9> odlbpm2): (stdout) Message written by the process execution engine: Loading process execution engine properties ....
    [<I> 0805 12:15:11.395] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default.
    [<I> 0805 12:15:11.395] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: .
    [<I> 0805 12:15:11.597] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: .
    [<I> 0805 12:15:12.248] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: .
    [<I> 0805 12:15:12.383] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: SERVER STARTUP aborted. Server not configured or
    [     (cont)     ] Main: not able to run in host: 'odlbpm2.octanner.com'
    [     (cont)     ] Main: .
    [<I> 0805 12:15:12.384] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: SERVER STARTUP aborted. Server not configured or
    [     (cont)     ] Main: not able to run in host: 'odlbpm2.octanner.com'
    [     (cont)     ] Main: ProcessServer not configured to run in local host.
    [     (cont)     ] Main: .
    [<I> 0805 12:15:13.387] Main (<10> Thread-46): (stderr) Message written by the process execution engine : Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: SERVER STARTUP aborted. Server not configured or
    [     (cont)     ] Main: not able to run in host: 'odlbpm2.octanner.com'
    [     (cont)     ] Main: ProcessServer not configured to run in local host.
    [     (cont)     ] Main: FAILED
    [     (cont)     ] Main: .
    [<D> 0805 12:15:13.388] Main (<8> http-8686-Processor21): Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: SERVER STARTUP aborted. Server not configured or
    [     (cont)     ] Main: not able to run in host: 'odlbpm2.octanner.com'
    [     (cont)     ] Main: ProcessServer not configured to run in local host.
    [     (cont)     ] Main: FAILED
    [     (cont)     ] Main:
    [     (cont)     ] Main: java.lang.Exception: Directory service: default
    [     (cont)     ] Main: Creating connector [fuego:SQL]
    [     (cont)     ] Main: Common Preference looknfeel not valid
    [     (cont)     ] Main: SERVER STARTUP aborted. Server not configured or
    [     (cont)     ] Main: not able to run in host: 'odlbpm2.octanner.com'
    [     (cont)     ] Main: ProcessServer not configured to run in local host.
    [     (cont)     ] Main: FAILED
    [     (cont)     ] Main:
    [     (cont)     ] Main:      at fuego.util.CommandExecutionThread.executeDaemon(CommandExecutionThread.java:170)
    [     (cont)     ] Main:      at fuego.mami.Engine.startLocal(Engine.java:1170)
    [     (cont)     ] Main:      at fuego.mami.Engine.startLocal(Engine.java:1121)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFEngine.startAction(JSFEngine.java:1572)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFEngine.startAction(JSFEngine.java:1565)
    [     (cont)     ] Main:      at fuego.webconsole.model.EnginePaginateHandler.startEngines(EnginePaginateHandler.java:318)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:585)
    [     (cont)     ] Main:      at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    [     (cont)     ] Main:      at fuego.jsfcomponents.ui.UIListComponentBase.broadcast(UIListComponentBase.java:61)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:249)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:307)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:79)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Thread.java:595)
    [     (cont)     ] Main:
    [<D> 0805 12:15:13.390] Main (<8> http-8686-Processor21): UIListComponentBase.broadcast. forward action:
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): JspLocationStatus:fuego.jsfcomponents.ui.JspLocationStatus@3fc47c
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): ---------------------- UILocation ------------------------------------
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): Action:The node already exists->[id:engineListId;jspPath:/webconsole/faces/jsf/engineList.jsp;label:Engines]
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): HelpRenderer.encodeEnd
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): 1. rendered = null
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): 2. renderedObj = true
    [<D> 0805 12:15:13.393] Main (<8> http-8686-Processor21): href = http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/admin_guide/index.html?t=modules/proc_adm_ref/c_Engines.html
    [<D> 0805 12:15:13.394] Main (<8> http-8686-Processor21): getPresentables >>>>>>>>>
    [<D> 0805 12:15:13.394] Main (<8> http-8686-Processor21): engines >>>>>>>>= 2
    [<D> 0805 12:15:13.395] Main (<8> http-8686-Processor21): rendered = null
    [<W> 0805 12:15:13.396] Main (<8> http-8686-Processor21): Error BPM-1249512562229
    [     (cont)     ] Main: Cannot start engine. Check the startup and engine logs for more information.
    [     (cont)     ] Main: fuego.mami.exception.CannotStartEngineException: Cannot start engine. Check the startup and engine logs for more information.
    [     (cont)     ] Main:      at fuego.mami.Engine.startLocal(Engine.java:1190)
    [     (cont)     ] Main:      at fuego.mami.Engine.startLocal(Engine.java:1121)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFEngine.startAction(JSFEngine.java:1572)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFEngine.startAction(JSFEngine.java:1565)
    [     (cont)     ] Main:      at fuego.webconsole.model.EnginePaginateHandler.startEngines(EnginePaginateHandler.java:318)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:585)
    [     (cont)     ] Main:      at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    [     (cont)     ] Main:      at fuego.jsfcomponents.ui.UIListComponentBase.broadcast(UIListComponentBase.java:61)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:249)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:307)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:79)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Thread.java:595)
    [     (cont)     ] Main:

    Hi,
    I am sure you might have followed these steps. However, Could you please verify whether you had migrated the code by following the steps as mentioned in the docs posted below:
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/upgradeguide/index.html
    It seems like the properties are causing some issues. the properties files have been upgraded from .properties to .xml files in OBPM.
    Hope this helps
    Rudraksh

Maybe you are looking for

  • Updating songs in order on the IPOD?

    I want to add a song to my Nano, however I want to put it in a certain spot. I want to move the song that is in that spot down and add the new one to that spot. If I add a new song to the list it automatically adds it to the bottom How do you put son

  • Transferring library from old PC to new MAC...problems

    Hi, this is my first post as I am new to mac. I am trying to transfer my itunes library from my PC to my new mac, and I followed the instructions posted here to use your ipod to transfer music from one computer to another. At the very last step it sa

  • Shut down and booting-up takes longer than usual on iMac 27".

    Hi there, I have a problem with my 27" iMac (model listed somewhere), it appears to take an extraordinarily long time to boot up and shut down compared to a few weeks (or even days) ago. At the moment, at shut-down, it hangs on the blue screen with a

  • Sap  printer issue

    hi experts i am facing a problem,i am in IS-U ELECTRIC company having mass billing scenario.we r having 5 printer's which will print bulk of bill's every month.the problem is when we give print on 1 printer  in a lot (of 2000 bills) then the whole pr

  • N8 Maps screen size after Belle Update

    Not to happy with the map app changes. But anyway. The new Drive app seems to only show the map on half of the screen with the other half of the screen being used for time and distance. Is ther anyway of deselecting these and having the map across th