Human task problem

Hi.
Im using SOA Suite 10.1.3.1.0 with Jdeveloper from the same version.
I added 3 receive activities
1. starter messagetype 0 input... intitating correlationset, createinstance.
In a flow
2/a. one receive with messagetype 1 input not initiating cor.set, not creating instance
2/b. one receive with messagetype 2 input not initiating cor.set, not creating instance
everything works fine, the console routes the interactions back to the process until ...
... I add a human task under 2/a.
after adding it ... i can initiate the process, but cannot use interactions ... as after clicking the send the xml button ... nothing happens (no error msg), printing the flow indicates that the receive activity still is waiting for asynch callback.
guess the humantask somehow messes up the correlation, but im stuck right here.
any help is greatly appreciated, thx
tg

one more thing...
figured out that if I if ...
1. i use the interaction of 2/a (or 2/b) ... this will fail ... but after that using the other one does succeed ... I still cannot use the first one though, and usertasks after the successful receive do fail as well.
3. I use the manual recovery ... I can make the first interaction work and after that one worked, I can use the other one as in the previous option ... any following human tasks fail when acted upon in the worklist app. (X Your request was not successful.)
log shows:
ORABPEL-02152
Message was edited by:
user598353

Similar Messages

  • 11g Human Task; problem with Auto-Generate Task Form

    Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638
    Using book: Getting Started with Oracle SOA 11g R1, A Hands-On Tutorial
    Had success through Chapt 7. Now working through 8, Creating Human Tasks -- almost everything checks out.
    Deployed POProcessing success (with 1 warning: assignee not specified)
    Deployed ApproveTaskDetails (from Application menu) success
    -Run the test tool in Enterprise Manager 11g
    -Response looks according to book, using Launch Flow Trace button I see ManualPOApproval is in running state, as expected.
    -Run Oracl BPM Worklist, log in according to book (weblogic)
    -I can see the Approve Order line under the My Tasks tab
    When I select the Approve Order line item, according to book I should see Approve Order Contents in the lower pane.
    But the details never populate the pane and I see "Waiting for..." in Explorer status bar.
    The logs are filling up with the following statement repeated about 2/second (from D:\oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\logs\access.log) ...
    =====snippet begins======
    0:0:0:0:0:0:0:1 - weblogic [21/Oct/2011:17:38:05 -0500] "GET /integration/worklistapp/faces/login.jspx?_afrLoop=2609043717008&_afrWindowMode=0&_adf.ctrl-state=bcqg1x7gm_9 HTTP/1.1" 200 5486
    0:0:0:0:0:0:0:1 - - [21/Oct/2011:17:38:05 -0500] "GET /workflow/ApproveTaskDetails/faces/adf.task-flow?bpmWorklistTaskId=47d0f109-2de1-4851-a5cf-1c338050f3c2&bpmWorklistContext=b5d5e48b-9c54-4e3d-a707-19c9e99f618e%3B%3B4iKnpxQCfUvYnghbxihMXgZAOsVJ%2BqeiE79gFBzb%2BlKq9vlbpqV2%2FyQ21%2BLHnBcvJA6mBOoc238GDGR9odBPBE%2FZdeDrfVwfIUCOa%2Fsc%2BRRnmEkzS5f1mKd3oWpasvIhZDkCz5conIhVCKJvCxxz0i1NpCk9WWoVBHpUX39ayhF%2B0aI1p%2FGImOsYBEXDIBEDADen3JkeoewYEJwpVcQf6XzOA5rTEojcUHt28znFHboPdkJ8TW7jfvgQnHNRS5XB&bpmWorklistHttpURL=http%3A%2F%2Flocalhost%3A8001%2Fintegration%2Fworklistapp%2Ffaces&bpmWorklistHome=home.jspx&bpmWorklistReassign=reassignTask.jspx&bpmWorklistRoute=routeTask.jspx&bpmWorklistRequestInfo=requestInfo.jspx&bpmWorklistSecurity=signTask.jspx&tz=America%2FChicago&lg=en&cy=US&vr=&dispNameLg=en&dispNameCy=US&dispNameVr=&df=medium&dt=both&tf=short&bpmWorklistSessionTimeoutInterval=1500&bpmBrowserWindowStatus=taskFlowReturn&adf.tfDoc=%2FWEB-INF%2FManualPOApproval_TaskFlow.xml&adf.tfId=ManualPOApproval_TaskFlow&_task-flow-return=http%3A%2F%2Flocalhost%3A8001%2Fintegration%2Fworklistapp%2Ffaces%2Fadf.task-flow-return%3F_adf.ctrl-state%3Dbcqg1x7gm_49&_adf.winId=bcqg1x7gm_40&_afrLoop=4624989043858&_afrWindowMode=0&_afrWindowId=null HTTP/1.1" 200 5478
    =====snippet ends======
    Thanks for any assistance!
    MichaelM

    Resolved by disabling pop-up blocking in IE8.

  • Problem in setting dynamic expiration duration from Human Task

    Hi,
    I have a BPEL process, in which the Human task expiration has to be set dynamically..
    In the , I have set the expiration duration with this :-
    <copy>
    <from expression="xp20:format-dateTime(xp20:current-dateTime(),'PT1M')"/>
    <to variable="initiateTaskInput" part="payload"
    query="/taskservice:initiateTask/task:task/task:systemAttributes/task:expirationDuration"/>
    </copy>
    Do not get confused with 'PT1M' .. I want the duration to be 1 minute... Had I used 'PT1M' as a String and assign to the expirationDuration var, it would have caused an error... It needs to be fromatted as a Date..That's y i took this approach ... I am sure this is working fine as I have checked the payload of the task..
    It has a proper duration..
    <initiateTaskInput><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><initiateTask xmlns="http://xmlns.oracle.com/bpel/workflow/taskService">
    <task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    <systemAttributes>
    <expirationDuration>PT1M</expirationDuration>
    Now in the Human task definition(.task file), I have set the expiration duration with "By Expression" option in this way..
    <globalConfiguration>
    <owner>oc4jadmin</owner>
    <expirationDuration duration="/task:task/task:systemAttributes/task:expirationDuration"
    type="XPATH"/>
    </globalConfiguration>
    The problem is the task(at runtime) cannot evaluate the expirationDuration from the XPATH..
    I checked with the WF_TASK table in the orabpel schema ...
    When I use a static duration EXPIRATIONDURATION cloumn gets assigned properly (ie PT1M).. But when i take the XPATH approach, it translates to PT0S.
    Can someone look into this please ?
    Struggling with this for quite sometime...
    saptarishi

    If the Human Task shows status complete, then it's possible that there was an error in the output data association in the process. In EM do you see a fault on the output for the Human Task activity, or if PS4FP the process will go to suspended state if the data association fails.

  • Complete Task with Payload Problem  -- no Human Task Drop Handler

    I'm reading section 26.4.1 of Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1) E10224-01 where it refers to figure 26-5 Human Task Drop Handler for Creating the Task Display Form of section 26.4 Creating a Task Display Form.
    I've generated taskDetails1.jspx. I highlight Task as in the figure and right click in askDetails1.jspx (design tab) but I don't get a Create JSF page dialog as in the figure.
    I get a dialog with Insert Before Show Detail Spacer ... etc (no Create /Human Task/Complete Task with payload etc)
    Do I need to position within a particular element ? or is this a bug ? wrongly documented?

    Hi Diana, thanks for your reply.
    You're probably right about 2 different error messages.
    To the 1st one: I'm sure that status task is Assigned (to me). I received an email and I also reply on that email.
    To error log: I found out that error log appears when I enable email endpoint on Complete Task service. But I managed to solve this problem. I set wrong user. Now I have here the same user as is written in login-config.xml so log seems to be ok.
    So I created new task and tried to complete it via email. Now I receive email with another error:
    LiveCycle ES has tried to process your request and encountered the following error:
    com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context
    This response to your original email
    Subject:RE:Task Assignment - Process: WorkFlowClient/Test. Task 92 has been assigned to you.
    Date Sent:Thursday, October 27, 2011 3:05 PM
    Body:Complete
    DO-NOT-DELETE: MTIxMSExNjAzITIwMTE=!
    Attachments:
    And to the last point: email endpoint is set up with TestPOP3@mydomain and user receiving email has jpetrla@mydomain. I use Lotus Notes as email client, I tried another account with gmail, but the result was same.
    Now I really don't know to do...
    Jan

  • Problem in creating Human Task Activity in JDeveloper

    Dear Experts,
    I'm very new to JDeveloper & Oracle Bpel PM Server. So I'm trying with sample & demo application.
    I'm facing lots of issues. Kindly guide me to learn Jdeveloper.
    Now I'm trying with "Vacation Request" Application to learn about "Human Task" activity. Also
    I have gone through lot of documents respective to "Human Task" Activity. Still i'm facing problem in
    Implementation.
    +Error: Unable to save *.task file. (Reason system cant find the path specified..
    Des: Can not able to create a new Human Task activity. Also not able to map xsd parameters with
    Dynamic user path........ please suggest me a solution.
    Thanks
    Rajesh

    Please help me in developing Simple "Human Workflow activity" with proper examples or tutorials.

  • Problem passing comments between human tasks - InputText Comment Invisible

    Hi,
    I want to pass the comments between three human tasks, i discover that it to works if i check reinitiate checkbox
    and link all human tasks with the antecedent.
    But, now i have another issue: When i create in the new button in the second human task, the inputText comment is invisible, see the image bellow:
    http://shareimage.org/images/ehmo4rrj80dbswt8fpms.png
    Why inputText comment is invisible ?
    Thanks.
    Victor

    Hi,
    I resolve partially this issue.
    Was a problem in my pageDef.xml. It works and now the inputText is visible.
    The only problem now is: when i make a CLAIM in the second human task, the filed comments is cleaned and the previous comments is losted.
    Why i have to do for comments don't disappear when i make a CLAIM ?
    Thanks
    Victor Jabur

  • Problem in Human Task in BPEL

    I have a BPEL process with eight human task.Ater the last human task in the switch block i have added one assign activity and one mail activity in the "APPROVED" case. I have deployed the process and ran it. The flow got stuck in the last human task receive call back step and not proceeding to next switch, but i have already approved the task from worklist.
    I have added oned one BAM sensor in that receive step and the sensor was set on "completion". BAM has received the data that ""receive completed".so it seems like that the receive actiivity gets completed but not showing in the BPEL visual flow also not proceeding further.
    After that I removed the assign activity and mail activity and tested it once..it worked fine..
    It looks strange to me....

    There's probably a problem within your assign activity. Check the domain log as Eric suggested. You can find it @:
    $ORACLE_HOME/bpel/domains/<your_domain>/logs/domain.log
    HTH,
    Bas

  • Problem in  Human Task Flow

    Hi,
    I have created a bpel having a human task component.
    The human task component input schema is :
    <emp>
    <empid>
    <empid>
    <empid>
    <empid>
    <status
    <emp>
    The empid is an array.
    When i test my bpel it successfully created the human task.
    I have created the "Auto Generate Task Flow" from human task component .(Creates a project and deployed with the SOA Application)
    But when i click on the human task instance in the worklistapp it does not display the data.
    Can anyone please tell me the reason of this kind of behaviour ?
    Thanks and Regards,
    Sachin Thakkar.

    There's probably a problem within your assign activity. Check the domain log as Eric suggested. You can find it @:
    $ORACLE_HOME/bpel/domains/<your_domain>/logs/domain.log
    HTH,
    Bas

  • 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

  • Problem using Human Task

    I have created the BPEL work flow with human task which works for serial flow.
    I have 2 approvals,
    i want to get status of each approval after they approves.
    Please let me know what to do as i was not able to find any example for multiple approvals.
    Thank you.
    Edited by: user11187811 on Nov 11, 2009 11:25 PM
    Edited by: user11187811 on Nov 12, 2009 1:46 AM

    This is a problem with switch inside a switch.
    When I replaced the switch in the human task with other activities, it works fine.
    It throws a problem just having a process starting with a switch and a workflow within one part of the switch

  • 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

  • Human Task Display Form problem

    Hi,
    I am deploying a new BPEL Process using a simple Human Task activity. for the display i choosed XSL format. this is the centent of my coordinatorApproval_Display.tform file :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <taskDisplay targetNamespace="http://xmlns.companyABC.com/workflow/orderTaskDisplay" generateInternationlizedJSP="false" xmlns:task="http://xmlns.oracle.com/bpel/workflow/task" xmlns="http://xmlns.oracle.com/bpel/workflow/taskDisplay">
    <taskDefinitionId>${domain_id}_${process_id}_${process_revision}_coordinatorApproval</taskDefinitionId>
    <applicationName>worklist</applicationName>
    <templateName>ThreeRegionJSP</templateName>
    <template>${http_url}/${domain_id}/${process_id}/${process_revision}/coordinatorApproval/coordinatorApproval.jsp</template>
    <regions>
    <defaultJSP regionName="Footer">
    <jspURI>Footer1.jsp</jspURI>
    </defaultJSP>
    <xsl regionName="Body">
    <xslURI>${http_url}/${domain_id}/${process_id}/${process_revision}/coordinatorApproval/payloadXSL.xsl</xslURI>
    </xsl>
    <defaultJSP regionName="Header">
    <jspURI>Header1.jsp</jspURI>
    </defaultJSP>
    </regions>
    </taskDisplay>
    i start the process from http://localhost:9700/BPELConsole
    but at the work list application , i can not show the content of my xml input !!!
    this the exception from the BPEL (standalone) :
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30022
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    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)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30022
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    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)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30508
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error while inoking URL to display the content.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error while invoking URL.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixabl
    e.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:49
    0)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30022
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 18 more
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Error in validating workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform could not be vali
    dated against the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow default_centralIntake_1.0
    _coordinatorApproval
    Make sure that the workflow task display configuration is available at the specified URL. If available check the underlying exception and correct the error. Contact oracl
    e support if error is not fixable.
    ORABPEL-30022
    Error in validating workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform could not be vali
    dated against the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow default_centralIntake_1.0
    _coordinatorApproval
    Make sure that the workflow task display configuration is available at the specified URL. If available check the underlying exception and correct the error. Contact oracl
    e support if error is not fixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:339)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    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)
    Caused by: ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    ... 21 more
    Please help.
    Bach.

    By deploying the bpel, you get messages like:
    [deployTaskForm] 07/06/12 11:07:50 Notification ==>Datei HT_1_0_MyHT.ear wird hochgeladen...
    [deployTaskForm]
    [deployTaskForm] 07/06/12 11:07:50 Notification ==>Application Deployer für HT_1_0_MyHT STARTS.
    can you provide this messges here?

  • Problem in BPEL Human task

    I am developing the BPEL process in jdeveloper11g. I used Human task for serial approvers.
    When I test the service I was able to see the Recive and Callback of human task.
    I want to Invoke partner link (used for DB adapter) whenever first approval approves the task . So that I can update the status of current approval as approved ( second approval status should be Pending), after approving from second approver only the second approver status should be updated as approved.
    but the procedure of updating status i.e.. Invoking partner link is executed after approved by all approvals.
    Please let me what I am missing.
    Thanks in advance.
    Sandeep.

    I am using Invoke activity to retrive data from data adapter . After that I am using While activity to iterate from the retrived data. And in While activity I placed Assign activity along with Invoke Activity to update retrived data.
    but here insted of iterating from each record it goes infinite loop.
    I have given "true () " as expression for While activity.
    please let me where I am missing. Please its very urgent.
    Thank you.

  • Human task jsp customization assign calculated value problem...

    We customize human task jsp and add some field.
    We want assign a calculation result to a task variable...
    autogenerated HTML inbup box name is slns0_cl_task_sl_ns0_cl_payload_sl_ns1_cl_bim_Myprocessname_myparametername..
    is it possible to assign a value using this name ? is it correct way?
    is there any other way yo do it..
    Thanks...

    Thansk..
    I tried to use javascript. but I need ro add a combobox to the payload body jsp page.
    Because buid-in Oracle SOA procedures try to forward all parameters "object doesn't support this property error occurs..."
    So question is ...
    How can I add a combobox on payload body jsp pages ?
    Thaks..

  • Human task jsp customizatioın problem...

    We customize human task jsp and add some field.
    We want assign a calculation result to a task variable...
    autogenerated HTML inbup box name is slns0_cl_task_sl_ns0_cl_payload_sl_ns1_cl_bim_Myprocessname_myparametername..
    is it possible to assign a value using this name ? is it correct way?
    is there any other way yo do it..
    Thanks...

    Thansk..
    I tried to use javascript. but I need ro add a combobox to the payload body jsp page.
    Because buid-in Oracle SOA procedures try to forward all parameters "object doesn't support this property error occurs..."
    So question is ...
    How can I add a combobox on payload body jsp pages ?
    Thaks..

Maybe you are looking for

  • Photoshop CC 2014 stop after a few seconds

    I'm a CC subscriber and I recently updated my photoshop CC to photoshop CC 2014. I can start Photoshop but it automatically stops after a few seconds. I've already tried to uninstall / install multiple times without any success. When I read the file

  • RoboHelp10 crashes during development after adding Captivate 7 swf

    I think I have found the cause of my RH10 crashes, but I am looking for confirmation before launching a 6 month development project. I am embedding CP7 SWFs in RH10 topics. ENVIRONMENT Win 7 64 bit Dell 2 core, 4GB RAM RH 10.0.1.292 CP 7.0.1.237 If I

  • Cant add files and use itunes at the same time?

    I am totally confused as to why Itunes is Frozen when im adding files. I usually manually add my music to itunes myself. I figured why not take advantage and just have it do it for me. Now i cant play or pause the music as its doing this. The main pr

  • FrontRow & iTunes Extras

    Apologies if this has already been answered - I've had a search around and couldn't find anything definitive. Are iTunes Extras movies purchased from iTunes playable from Front Row? Even if only the movie itself shows up, that would be fine, although

  • Trouble playing YouTube videos

    Quite suddenly I cannot play any YouTube clips. I have followed all the online advice, uninstalled and re-installed (it says it was successful) but nothing has helped. I am not at all technical, but after two hours going round in circles, I am desper