Process with Human Task (Deployment problem)

Hi Every1,
I'm a rookie BPEL developer who ran into a problem. I'm using a separate machine as SOA server, because I couldn't install it on my dev machine for some unknown reason. In the beginning, after setting up the necessary connection settings in Jdev everything worked fine. But when I use a Human task in my process flow and auto generate a task form for it then I can't deploy my process to the server anymore. I've found this problem in other topics, but none of the solutions worked in my case. There are mainly two reasons mentioned: 1. RMI settings - Tried to set it in build.properties, but nothing changed. 2. JDK version differs on dev machine and server - In my case, both the dev machine and the server has exactly the same version (1.5.0_06). Is there any other ideas what could be wrong?
Thanks,
Peter Neumann
Finally, here is the Ant log:
Buildfile: C:\oracle\JDev\jdev\mywork\BioTest2\BioBPELProcess2\build.xml
[java] Java Result: 1
validateTask:
[echo]
| Validating workflow
[validateTask] url is file:/C:/oracle/JDev/integration/bpm/support/files/WorkflowTaskDefinition.xsd
[validateTask] Validation of workflow task definitions is completed without errors
deployProcess:
[echo]
| Deploying bpel process BioBPELProcess2 on ipds-np-laptop, port 8888
[deployProcess] Deploying process C:\oracle\JDev\jdev\mywork\BioTest2\BioBPELProcess2\output\bpel_BioBPELProcess2_1.0.jar
[deployProcess] Successfully deployed the process "BioBPELProcess2" on server "ipds-np-laptop" and port "8888"
deployTaskForm:
[echo]
| Deploying workflow form for BioBPELProcess2 on ipds-np-laptop, port 8888
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Uploading file default_BioBPELProcess2_1_0_HumanTask1.ear ...
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Application Deployer for default_BioBPELProcess2_1_0_HumanTask1 STARTS.
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Undeploy previous deployment
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_BioBPELProcess2_1_0_HumanTask1.ear begins...
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_BioBPELProcess2_1_0_HumanTask1.ear ends...
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Starting application : default_BioBPELProcess2_1_0_HumanTask1
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initializing ClassLoader(s)
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initializing EJB container
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Loading connector(s)
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Starting up resource adapters
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initializing EJB sessions
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Committing ClassLoader(s)
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initialize workflowform begins...
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Initialize workflowform ends...
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Started application : default_BioBPELProcess2_1_0_HumanTask1
[deployTaskForm]
[deployTaskForm] 09/02/06 11:17:35 Notification ==>Application Deployer for default_BioBPELProcess2_1_0_HumanTask1 COMPLETES. Operation time: 453 msecs
[deployTaskForm]
[deployTaskForm]
[deployTaskForm] BindWebApp error: javax.management.ReflectionException
[deployTaskForm]
BUILD FAILED
C:\oracle\JDev\jdev\mywork\BioTest2\BioBPELProcess2\build.xml:97: Error while deploying the form on server "ipds-np-laptop" Error message :
java.lang.SecurityException
     at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
     at java.lang.Runtime.exit(Runtime.java:88)
     at java.lang.System.exit(System.java:868)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:818)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:578)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:849)
     at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:875)
     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 oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
     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 oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
     at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
     at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
Total time: 19 seconds

Hi All,
The problem was caused by the JDev version I used.
I used the version 10.1.3.4., but found a thread which suggested that I should use 10.1.3.3. instead. And it works!
Here is the thread where I found this info:
SOA Order Booking build properites - BindWebApp error: javax.management.Ref
Peter Neumann

Similar Messages

  • Process and Human task deployment version difference.

    Hi,
    I have a small issue in deploying the process and taskform. Problem is my BPEL Process deploys fine and shows the version 1.0 my TaskForm also deploys fine but somehow the version of this shows as 2.0. When I check the App Server the TaskForm shows as 2.0. Now when I log into worklist and go to task details I see an error saying /1.0/TaskForm.jsp not found. It's because the TaskForm is deployed as /2.0/TaskForm. Now if I manually go and change the context of the task form in default.xml file to 1.0 worklist shows the jsp form. Before deploying the Process I tried deleting the output directory, undeployed the form for the server, undeployed the BPEL Process and restarted everything but some how the form is always deployed as 2.0.
    When I manully force the BPEL Process to deploy as 2.0 also all works fine.
    Can someone please tell me what might be the issue. I believe it's something JDev. do when deploying the process that somehow incremenst the TaskForm version.
    I even installed a fresh JDev. version but nothing works. Is something cached in the process and if so where to look and fix it.
    If I create any new process with Human task it works fine. It's something with my current process that's not right.
    Thanks

    Hi All,
    The problem was caused by the JDev version I used.
    I used the version 10.1.3.4., but found a thread which suggested that I should use 10.1.3.3. instead. And it works!
    Here is the thread where I found this info:
    SOA Order Booking build properites - BindWebApp error: javax.management.Ref
    Peter Neumann

  • Can I build an user Interface using a proccess with Human Task?

    Hi,
    I'm building an application, web application, with a several screens. The application just will be used for entering some data and depending on the data entered, some bpel process will be launched.
    I'm thinking about implementing a MVC using a BPEL Process with Human Task. I mean: I'll make everything with bpel process (*including the application*). I would make a bpel process with some human task. This process would be like a Spring Webflow file or similar. Each screen wouldl be a human task but with synchronus nature. Will it be possible? Will it be so complicated? Is it usual?
    Other way would be making a web application to enter data and then launch a proccess that will record the information in the database. That would be the normal way.
    Thank you so much.

    Hello,
    There's a more powerfull solution you may use.
    You can create a View. Some Views can be updatable (it means that it's possible to update
    the Table from the View) and, you can add constraints (Primay Key) on a View.
    For instance:
    CREATE OR REPLACE VIEW {color:red}User2.view_name{color}
    ({color:red}col1{color}, {color:red}col2{color}
    UNIQUE RELY DISABLE NOVALIDATE,
    CONSTRAINT {color:red}pk_view{color}
    PRIMARY KEY {color:red}col1{color}) RELY DISABLE NOVALIDATE
    ) AS
    SELECT {color:red}col1{color},{color:red}col2{color} FROM {color:red}User1.Table1{color};This example is from the link bellow:
    [http://www.psoug.org/reference/views.html]
    Hope it can help.
    Best regards,
    Jean-Valentin

  • Working with Human Task Service

    Hello everybody,
    I'm trying to do some exercises with Human Task Service and ADF, but I have no clue how to do it. Ok here is what I'm trying to do. I've got a small BPMN process, which calls a WebService and gets a list of locations. Afterwards the locations are passed to the user task. A location is composed of the following elements: street (string), city (string) and a zipcode (integer).
    The user should be able to select a startLocation, an endLocation and a startDate when he wants to do his trip. The result should be passed to the process.
    So far I've created an Human Task with the following parameters: a list of locations, a start location, an end location and a date. I used the autocreation tool to create an adf form. The tool always creates a single table for the locationList and uses input fields for all the elements of startLocation and endLocation. But I want to use 2 selectOneChoice lists, one for startLocation and one for endLocation. An item in the selectOneChoice list should be a single String containing street, city and zipcode.
    Could somebody tell me the basic steps to do so? Where and how can I do the transformation of a 'location' into a single string and vice versa? How to bind a selectOneChoice to locationList and startLocation?
    Thank you in advance, Chris

    You should be able to drag the parameter of the method over to the page and choose to drop it as a selectOneChoice component - you'll then need to bind it to a data control that will provide the possible list of values.
    Here is how you would do this conversion of a parameter to a dropdown list in an ADF BC case:
    http://blogs.oracle.com/shay/2009/12/adf_query_with_parameters_and.html

  • Unable to deploy BPM projects with human tasks from BPC

    I’m trying to edit and deploy a BPM process from Business Process Composer (web based tool). To do it, I followed the steps below:
    1.     I created I project in JDeveloper
    2.     I created the Human task from using the “Auto-generate task form” option
    3.     I converted it to a template
    4.     I published it to BPM MDS
    5.     On Business Process Composer I created I new project based on my published template
    6.     And I finally I deployed it with no errors.
    When I ran the BPM it creates I human task but I’m not able to access its form on Business Process Workspace.
    On Business Process Workspace I can see the task created by my BPM process, but when I click on it to access its form I get a 404 message (message below).
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I think this error occur because my Task form project was not deployed. To fix it I undeployed all the applications and then I deployed the BPM application with all its tasks forms from JDeveloper. It worked fine (I can actually access the task form on Business Process Workspace), but now I’m not able to edit the BPM process on Business Process Composer anymore.
    Then I finally repeated the steps 3 to 6 on top of this post in order to make the BMP process editable on Business Process Workspace but this time I receive the error at the end of this post taken from server log.
    No matters if I publish the project on MDS BMP repository as a template project or as non template project. I always have the same problem.
    So, how can I use a BPM project that contains Human Tasks forms on Business Process Composer?
    I’m using:
    •     JDevelopper: 11.1.1.5
    •     Oracle Soa Suite 11.1.1.5
    Error:
    <Error> <ServletContext-/soa-infra> <AUSDCCMTPRF03> <soa_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <daba687c30fc2ae1:5f5821e2:131915bbc92:-8000-000000000001c442> <1312478914395> <BEA-000000> <Error during deployment
    oracle.fabric.common.FabricException: Deployment Failed: Error occurred during deployment of component: AssignVendorETATask to service engine: implementation.workflow, for composite: AlertBPMProject: ORABPEL-30123
    Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
    : Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:62)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:378)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:226)
    Caused By: oracle.fabric.common.FabricException: Error occurred during deployment of component: AssignVendorETATask to service engine: implementation.workflow, for composite: AlertBPMProject: ORABPEL-30123
    Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
    : Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:244)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    Caused By: oracle.fabric.common.FabricDeploymentException: ORABPEL-30123
    Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
    : Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.
    {rootCauses=[]}
         at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.deploy(WorkflowServiceEngine.java:908)
         at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.deploy(WorkflowServiceEngine.java:368)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:239)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: ORABPEL-30123
    Error while deploying task metadata.
    The task namespace http://xmlns.oracle.com/AlertBPMApplication/AlertBPMProject/AssignVendorETATask is already used as a template namespace.
    Check if the project you are deploying now is a template project. Please avoid deploying template projects. Use a different namespace for the task definition to fix the problem or set the suffixNamespace flag to true.

    I came across the same issue, and now resolved it like this.
    Firstly, you shouldn't deploy QuoteProcessLab with other UILabs like ApproveDealUILab and so on. So, if you already did it, then go to Weblogic EM and undeploy it.
    Secondly, you should deploy each of UILab separately as standalone application. So, deploy EnterQuiteUILab, BUsinessPracticesUILab, and so on each. These will run independently behind and when your project created based on template in the Composer runs, it will link each of these on human task.
    Thirdly, publish you QuoteProcessLab. And follow the book about how to create a project based on template in the Composer.
    Just one thing you should be careful with is, when you do auto-generation for human task, it sometimes doesn't work fully, unfinished halfway through. So, make sure that the icon 'go to existing business form taskflow' in .task file takes you to the human taskflow.
    If it fails, do another auto-generation. Sometimes DataBindings.cpx can get corrupted by JDev, but let's not go too far for now.
    Mostly, it will work.
    Sung

  • Problem with Human Task(hw_services)

    Hi,
    We are facing a problem using the Human Task in a BPEL process.
    When we add a human task and for any BPEL process in Jdeveloper and tried to add a new user to it no Realm is getting selected.
    And when we try to lookup for users getting an error message
    ' Identity Service Client Error
    BPMIdentityService has client error
    Contact oracle support if error is not fixable'
    We're using the default settings for security on dev server.
    Our SOA suite configured on HP-UX machine and using Oracle XE DB which is on Windows XP machine.
    This is working fine with other configurations working on Windows machines.
    And other interesting thing we found is,When we open the em console we didn't find any webservices unders 'hw_services'
    ( IdentityConfigServicePort,IdentityServicePort IdentityService, TaskMetadataServicePort TaskMetadataService,TaskQueryServicePort TaskQueryService,TaskServicePort are not there)
    seems our hw_services are not configured properly. Everything else is working fine.
    Please help advice as it is very urgent...
    Thanks in advance...
    -Sri

    Hi Marc,
    Thank you very much for the reply.
    WorkList Application's URL mentioned in the wf_config.xml is working fine and we are getting the login page.
    But the SOAP endpoints mentioned in wf_client_config.xml for other webservices like Identity Services are not working. Getting HTTP 404 Not Found error message
    We didn't face any other problems with the config.
    Please help advice whether any other details are needed to solve this issue....
    Thanks again...
    -Sri

  • Several Process With Initiator Task, same composite

    Hi,
    We're trying to create several processes, all of them started by human tasks, Initiators, but all of them are on the same composite.
    When we deploy this application to the server, We only see ONE process in the tasks list. Does anyone have any idea what's needed to get them to be shown, all of them, so we can use any of the processes?
    We're using Oracle BPM 11g (11.1.1.5FP)
    Thanks in advance
    Pablo

    Hi All,
    The problem was caused by the JDev version I used.
    I used the version 10.1.3.4., but found a thread which suggested that I should use 10.1.3.3. instead. And it works!
    Here is the thread where I found this info:
    SOA Order Booking build properites - BindWebApp error: javax.management.Ref
    Peter Neumann

  • Reject flow with Human Tasks

    Hi, I'm trying to model something similar to picture 10.1-1 in the %BPA_SUITE_HOME%\doc\en\method_manual_s.pdf. The only diference is that I use Human tasks instead of processes.
    I describe my model a bit:
    * I have 2 pools.
    * In each pool I have one Human Task (A and B):
    - HT A fill in a document with data
    - HT B validate the data and let the flow go on or ask HT A for more information.
    * HT A sends a message (through a message flow connection) to HT B
    * In case HT B rejects the document, it goes back to HT A. I modeled this by putting an XOR (data-based) Gateway and a message flow to HT A. In case HT B accepts the document I put a sequence flow to another activity in the same pool of HT B
    Is the model clear? In case it is clear, I explain the error I'm getting:
    When I try to transform BPMN process to BPEL process, I get a pop up that says:
    "Unable to perform transformation.
    Internal error.
    There are semantic errors in this model. The errors have been displayed on the model"
    After that warning a signal appears on the upper-right corner of HT A with the following tooltip:
    "This node is being cross-referenced. Please remove one of the incoming connections"
    is it posible to go back to (reinstantiate) a Human Task?
    Thanks in advance.
    Neuquino

    This relates to a (structural) problem translating between BPMN and BPEL: BPEL has no goto, BPMN does. (See my blog about the subject: http://www.approach-alliance.nl/index.php?option=com_jd-wp&Itemid=2&p=31 )
    From a business process point of view: is the task you redirect the flow to, exactly the same task? I think not. The first time it is called, it involves filling out the form. The second time it is correcting the form...
    So if you change it to: HTA1: fill out the form, and in case B rejects the document, a new task: correct the document. This is also relevant from a management point of view: you want to minimize the correction, not the occurrences of filling out the form...
    Hope this helps,
    Lonneke

  • Human tasks deployment

    All,
    We have 5 human tasks in our BPEL 10.1.3.3 projects and out of those 5 tasks, 2 tasks are having payload input.
    Now my question is do all these 5 human tasks runs as j2ee applications or only tasks having input payload will run as j2ee applications ?
    because when I see production instance we have only few human tasks are available under applications in EM console.
    but actually there are many human tasks created in the instance.
    Regards,
    Praveen

    Hi Anirudh,
    But that seems to be wrong.
    When I observed in our client production. There are actually many human tasks being created but when I login to EM I see only few j2ee applications under ->
    +oc4j Instance
    +Middleware Services
    + BPEL
    +orabpel
    Please advice.
    Thanks,
    Praveen

  • A web site I used to visit daily, but haven't for a while, causes Firefox to go off in la-la land. I have to kill the process with the task manager.

    The web site in question is for our local newspaper. The problem occurs when I am returning from a discussion thread (by Disqus) to the article it's attached to. Also when I attempt to return to the home page from an article. Sometimes just letting it sit for a while will produce the problem. At that point I cannot open a new tab, switch to another open tab, close tabs, click on any menu bar items or close the app. The tab I was in shows the spinning wheel and says connecting. I must use Task Manager to kill the process. I tried installing version 31.0 with no result.

    Application Basics
    Name: Firefox
    Version: 31.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Adblock Plus
    Version: 2.6.4
    Enabled: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Name: Adblock Plus Pop-up Addon
    Version: 0.9.2
    Enabled: true
    ID: [email protected]
    Name: Flashblock
    Version: 1.5.17
    Enabled: true
    ID: {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    Name: Image and Flash Blocker
    Version: 0.7
    Enabled: true
    ID: [email protected]
    Name: Webroot Filtering Extension
    Version: 1.0.0.40
    Enabled: true
    ID: [email protected]
    Name: Consumer Input
    Version: 9948
    Enabled: false
    ID: ConsumerInput@Compete
    Name: TopArcadeHits
    Version: 1.0
    Enabled: false
    ID: {0113D088-8ED1-468C-B225-585A9C53B5E3}
    Graphics
    Adapter Description: Intel(R) G33/G31 Express Chipset Family
    Adapter Drivers: igdumd64 igdumdx32
    Adapter RAM: Unknown
    Device ID: 0x29c2
    Direct2D Enabled: Blocked for your graphics driver version. Try updating your graphics driver to version 8.1500.1000.1930 or newer.
    DirectWrite Enabled: false (6.2.9200.16571)
    Driver Date: 9-11-2009
    Driver Version: 8.15.10.1912
    GPU #2 Active: false
    GPU Accelerated Windows: 0/1 Basic
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) G33/G31 Express Chipset Family Direct3D9Ex vs_0_0 ps_2_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: skia
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 3
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20140716183446
    browser.startup.homepage: http://search.conduit.com/?ctid=CT3310511&octid=CT3310511&SearchSource=61&CUI=UN32943663548444182&UM=2&UP=SPB3F4BFFF-D3A
    browser.startup.homepage_override.buildID: 20140716183446
    browser.startup.homepage_override.mstone: 31.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 31.0
    font.internaluseonly.changed: true
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1408714969
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.npqtplugin: 2
    print.printer_EPSON_NX420_Series.print_bgcolor: false
    print.printer_EPSON_NX420_Series.print_bgimages: false
    print.printer_EPSON_NX420_Series.print_colorspace:
    print.printer_EPSON_NX420_Series.print_command:
    print.printer_EPSON_NX420_Series.print_downloadfonts: false
    print.printer_EPSON_NX420_Series.print_duplex: 185
    print.printer_EPSON_NX420_Series.print_edge_bottom: 0
    print.printer_EPSON_NX420_Series.print_edge_left: 0
    print.printer_EPSON_NX420_Series.print_edge_right: 0
    print.printer_EPSON_NX420_Series.print_edge_top: 0
    print.printer_EPSON_NX420_Series.print_evenpages: true
    print.printer_EPSON_NX420_Series.print_footercenter:
    print.printer_EPSON_NX420_Series.print_footerleft: &PT
    print.printer_EPSON_NX420_Series.print_footerright: &D
    print.printer_EPSON_NX420_Series.print_headercenter:
    print.printer_EPSON_NX420_Series.print_headerleft: &T
    print.printer_EPSON_NX420_Series.print_headerright: &U
    print.printer_EPSON_NX420_Series.print_in_color: true
    print.printer_EPSON_NX420_Series.print_margin_bottom: 0.5
    print.printer_EPSON_NX420_Series.print_margin_left: 0.5
    print.printer_EPSON_NX420_Series.print_margin_right: 0.5
    print.printer_EPSON_NX420_Series.print_margin_top: 0.5
    print.printer_EPSON_NX420_Series.print_oddpages: true
    print.printer_EPSON_NX420_Series.print_orientation: 0
    print.printer_EPSON_NX420_Series.print_page_delay: 50
    print.printer_EPSON_NX420_Series.print_paper_data: 1
    print.printer_EPSON_NX420_Series.print_paper_height: 11.00
    print.printer_EPSON_NX420_Series.print_paper_name:
    print.printer_EPSON_NX420_Series.print_paper_size_type: 0
    print.printer_EPSON_NX420_Series.print_paper_size_unit: 0
    print.printer_EPSON_NX420_Series.print_paper_width: 8.50
    print.printer_EPSON_NX420_Series.print_plex_name:
    print.printer_EPSON_NX420_Series.print_resolution: 0
    print.printer_EPSON_NX420_Series.print_resolution_name:
    print.printer_EPSON_NX420_Series.print_reversed: false
    print.printer_EPSON_NX420_Series.print_scaling: 1.00
    print.printer_EPSON_NX420_Series.print_shrink_to_fit: true
    print.printer_EPSON_NX420_Series.print_to_file: false
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_bottom: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_left: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_right: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_top: 0
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 4
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1406752907
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: true
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.6
    Version in use: 4.10.6
    NSS
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSSL
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16.2
    Version in use: 3.16.2
    Experimental Features
    ---------------------

  • Is it a bug in JDeveloper? (JDeveloper with Human Task)

    JDeveloper 11.1.1.5 generates name wrong HumanTask elements in the file ".bpel".
    I created a manual in my blog with the procedure to reproduce the error:
    http://oraclefromguatemala.blogspot.com/2012/11/bug-en-jdeveloper-con-bpel.html
    Is it a bug in JDeveloper?

    Installing Patch1 will solve your problem.
    Helena

  • Integrating Mediator with Human Task in 11g

    I am using 11g and I am trying to build a process that can be initiated in two ways, one manually and another by reading a flat file using mediator. My question is how to populate the payload of a humantask using mediator from the read file?
    Chaitanya

    Why don't you just use a File Adapter to read the file? You can then create a new message start event and point it to the File Adapter interface from the catalog.

  • Error while deploying the ADF task flow project based on a SOA human task

    Hi,
    I created a SOA project with a BPEL process containing Human task, deployed it and could able to test it successfully. I created ADF task flow project based on the Human task created in the earlier project and tried to deploy it. It is giving the following error. The idea is to display the task details in BPM worklist.
    [04:10:53 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application RevisionApprovalMgmtTaskFlow [Version=V2.0] on soa_server1.: null.
    [04:10:53 PM] Weblogic Server Exception: weblogic.application.WrappedDeploymentException
    [04:10:53 PM] See server logs or server console for more details.
    [04:10:53 PM] weblogic.application.WrappedDeploymentException
    [04:10:53 PM] #### Deployment incomplete. ####
    [04:10:53 PM] Deployment Failed
    The server log shows this detailed error.
    java.lang.IllegalArgumentException
         at oracle.xml.xpath.JXPathExpression.evaluate(JXPathExpression.java:178)
         at oracle.xml.xpath.JXPath.evaluate(JXPath.java:288)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initialize(XmlConfigurationFactory.java:425)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:149)
         at oracle.security.jps.internal.config.deploy.CredentialStoreDeployer.getCredentialStore(CredentialStoreDeployer.java:56)
         at oracle.security.jps.wls.listeners.CredentialDeployment.migrate(CredentialDeployment.java:83)
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.migrateAppCredential(JpsApplicationLifecycleListener.java:137)
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.preStart(JpsApplicationLifecycleListener.java:78)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:277)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:194)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:57)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:279)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Apart from these, I have Model and View Controller projects in the application. If I create the ADF task flow based on a Human task in another sample application, it works fine. Only in this application, it does not work. Not sure what this error is. Any ideas?
    Thanks,
    Manoj

    What I suggest is go into EM and undeploy this composite and all versions. (Only if you don't want the existing ones). Then redeploy your process. This will avoid the version conflict and create a new version. 1.0. Then the next time you try and deploy you need to either specify a new version or check the box to say the version can be over written.
    cheers
    James

  • ADF Human Task Form

    Hi all,
    I created a BPEL process with Human task activity and Auto generated a Human task form(ADF Form).
    after deploying the process ,in the work list console im able to see the task details and task form is also displayed.
    if isome values are upadted in ADF task form it does not get dispalyed in the form.once if i refersh manually i m able to see the changes.
    how can i make the task form refersh automatically say for example after each and every minute.
    Any suggestions?
    Thanks,
    karthik

    Hi Frank,
    i was looking into this document : http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_designtf.htm#CACFCJFE
    26.3.2 How To Create an ADF Task Flow Based on a Human Task.
    Here ADF pages are auto generated...
    Any suggestion from you where i can go and edit the auto generated task forms so that it can refersh itself automatically.
    Regards,
    karthik

  • Human task Parellel participant issue

    Hi all,
    I am new to SOA BPEL. I have made a process with Human Task. In human task I have used parallel participant option.  One to "Manager" and second to a group "ABC"
    Now once it execute I am getting the workitem assigned to both the participant. But my requirement is once any of the participant "APPROVE" or "REJECT" I want to flow to move ahead and end.
    What is happening as of now is If I approve as a manager still my full workflow waiting somebody from the group "ABC" to respond and then only it is going to END.
    Can anybody tell me what would be the configuration or way to achieve this?
    Thanks in advance.

    What happened when 'ABC' group user approve or reject?
    Also have you configured the option for percentage of outcomes i.e. you can set the percentage of particular outcome if that condition of percentage met the workflow will continue other wise it will wait. By default it is set 50% for any of the outcomes that mean when 50% percent of outcome done out of total assignment the workflow will continue.
    Regards,
    Anshul

Maybe you are looking for