Opening an Attachment in Human Task Giving Error.

Hi All,
We have 2 servers. one for ADF and other for SOA.
We deployed TaskDetails related EAR files into ADF server and BPM and SOA projects on SOA Server.
When we attach a file in taskForm it works fine and we could see it getting added correctly.
The url shows as adf.stage.com/integration/services/ADFAttachmentHelper?bpmWorklistContext=..................
But when we try to open that by clicking the link.It throws error.
Because it's trying to open from SOA server.The url looks as below..
soa.stage.com/integration/services/ADFAttachmentHelper?bpmWorklistContext=........
I am not sure why it's referring to SOA server while opening.
1# Can someone tell me where is the issue.
2# Where are these attachments store.
Thanks,
Siddhardha

I also have the same issue..any fixes? Thx
-Venkat

Similar Messages

  • How to open and navigate between human task forms in a same page?

    Hi
    I use Oracle BPM 11.1.1.5
    I have a question about taskflows in BPM Application.
    In ADF web application, I create a sipmle task flow and insert view id and bind these to jspx pages, my pages are opend in same page when
    return an outcome.
    For exapmle I have three pages like A,B,C.
    In task flow, insert three view ids and bind to A,B,C.
    My first pages is A, and when outcome is B navigate to B, when my outcome is C then navigate to C in a same page not separate pages.
    But my problem is here.. in BPM Application when create task forms, every task has a separate task flow that there exist a single view id and a wild card flow in it.
    In BPM workspace when initiate human task form is closed, I should press refresh button to see next human task form in task list table.
    I tried to create a simple task flow and insert human task forms in it and navigate between these.. but show human task form in wrong display and don`t show some component and human task payload.
    Now, my question : How to open and navigate between human task forms in a same page like software installation?

    Having a separate Data Control for each human task is normally the case. There is a way to assign multiple human tasks to a single data control (and one task flow), but I don't think that this is going to help you with what I think you're trying to do.
    If your human task is called "EmployeeDetail", then you'd use the data control associated with this for the UI pages in the task flow diagram that is associated with this human task. For example, you might have a first page that has just the basic employee information - the fields (at least the ID field) would come from the EmployeeDetail data control. When the end user clicks "Next", you might have this UI page flow to a second UI page in the task flow diagram that has the employee's address information. You might place the address fields from the EmployeeDetail data control onto this second UI page.
    You might be asking how the work item instance can automatically flow to the next interactive activity in the process while staying inside the first interactive activity's human task's task flow diagram. This is not how it works - the task flow diagram models the end user interaction while inside a single human task that is tied to a specific interactive activity in the process. If you want a the end user to be able to move the instance through multiple interactive activities in the process in one interaction, look at "Activity Guides". Activity Guides do a nice job of this.
    Dan

  • Pdf email attachment for human task detail notification

    We have a human task detail notification with pdf attachment.
    The email notification (generated automatically) flat out all content but no pdf attachment.
    Is this supported and if yes how to make it work?

    You can try using this tool to first remove all traces of Reader from your computer:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you can download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • Human task escalation ERROR

    Hi,
    I have a BPEL process with a human task. This human task has set the expiration time and the escalation policy (2 escalation steps).
    The BPEL works alright if nobody does nothing to the task. It fails if the task is claimed by a user but after the user doesn't finish the task (doesn't take any actions on the task, neither approve/reject)
    The task is expired and the status is "with errors". In the logs the following error appears:
    <2008-06-25 16:08:40,093> <ERROR> <oracle.bpel.services.workflow> <::> ORA-20003: Error while inserting routing slip
    ORA-06512: en "ORABPEL.WFTASKPKG", línea 47
    ORA-00001: restricción única (ORABPEL.SYS_C005188) violada
    ORA-06512: en línea 1
    java.sql.SQLException: ORA-20003: Error while inserting routing slip
    ORA-06512: en "ORABPEL.WFTASKPKG", línea 47
    ORA-00001: restricción única (ORABPEL.SYS_C005188) violada
    ORA-06512: en línea 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3093)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4286)
         at oracle.oc4j.sql.proxy.PreparedStatementBCELProxy.execute(PreparedStatementBCELProxy.java:333)
         at oracle.bpel.services.workflow.repos.driver.oracle.OracleWFRoutingSlip.insertRoutingSlip(OracleWFRoutingSlip.java:123)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.insertRoutingSlip(PersistencyService.java:216)
         at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:3321)
         at oracle.bpel.services.workflow.task.impl.TaskService.localHandleRoutingSlipInterpretationResult(TaskService.java:1246)
         at oracle.bpel.services.workflow.task.impl.TaskService.handleRoutingSlipInterpretationResult(TaskService.java:1298)
         at oracle.bpel.services.workflow.task.impl.TaskService.expireTask(TaskService.java:2614)
         at oracle.bpel.services.workflow.task.impl.TaskService.expireTask(TaskService.java:2574)
         at oracle.bpel.services.workflow.task.ejb.tasktimer.TaskTimerBean.expireTask(TaskTimerBean.java:35)
         at sun.reflect.GeneratedMethodAccessor250.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:648)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at TaskTimerBean_RemoteProxy_68d4144.expireTask(Unknown Source)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent$ExpirationJob.execute(WorkflowTimerAgent.java:676)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
    Has anyone found the same problem?
    Regards,
    Zaloa

    Hi Charles,
    First of all thank you for the reply.
    Right now I'm working in a development environment, where we don't have a cluster. In production environment we do have a cluster for the soa suite so it would be good to know the patch for the cluster.
    On the other hand, I upgraded from 10.1.3.1 to 10.1.3.3 but I didn't run the database script. After reading this post, I executed the upgrade_10131_10133_oracle.sql script but I'm getting the same error.
    One thing that I don't understand is that the log says:
    java.sql.SQLException: ORA-20003: Error while inserting routing slip
    ORA-06512: en "ORABPEL.WFTASKPKG", línea 47
    ORA-00001: restricción única (ORABPEL.SYS_C005188) violada
    ORA-06512: en línea 1
    I connect to the database using orabpel user and I don't find the WFTASKPKG table. Is this normal? What is going on?
    Also, the escalation works alright if no user claims the task.... so I guess it is not an LDAP configuration issue. (both users exist and have title and manager set up)
    Regards,
    Zaloa

  • Human task callback error.

    We create a human task end add code to assign human task to a user.
    We want to catch and use additional operation when task assigned.
    But even we assign task to a user onTaskUpdated event triggeed against onTaskAssigned
    How can we correct this error.
    Thanks.

    The following is the reassignment task messege.
    why is it couses ontaskupdate fires?
    <?xml version="1.0" encoding="UTF-8" ?>
    - <taskUpdatedMessage xmlns="http://xmlns.oracle.com/bpel/workflow/taskService">
    <action>REASSIGN</action>
    <updatedBy>B60712030</updatedBy>
    - <task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    <title>Bim Görev40555</title>
    - <payload xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    - <bim_gorevProcessRequest xmlns="http://xmlns.oracle.com/bim_gorev">
    <ns1:GorevId xmlns:ns1="http://xmlns.oracle.com/bim_gorev">40555</ns1:GorevId>
    <ns1:iskiGorevId xmlns:ns1="http://xmlns.oracle.com/bim_gorev">40555</ns1:iskiGorevId>
    <ns1:NextUser xmlns:ns1="http://xmlns.oracle.com/bim_gorev">B60711410</ns1:NextUser>
    <ns1:NextGrup xmlns:ns1="http://xmlns.oracle.com/bim_gorev" />
    <ns1:TalepEdenUserId xmlns:ns1="http://xmlns.oracle.com/bim_gorev" />
    <ns1:TalepTarihi xmlns:ns1="http://xmlns.oracle.com/bim_gorev" />
    <ns1:BitenIsYuzde xmlns:ns1="http://xmlns.oracle.com/bim_gorev" />
    </bim_gorevProcessRequest>
    </payload>
    <taskDefinitionURI>http://vms:8888/orabpel/default/bim_gorev/1.2/BimGorevHumanTask/BimGorevHumanTask.task</taskDefinitionURI>
    <ownerUser>bpeladmin</ownerUser>
    <priority>3</priority>
    <identityContext>jazn.com</identityContext>
    - <processInfo>
    <domainId>default</domainId>
    <instanceId>10027</instanceId>
    <processId>bim_gorev</processId>
    <processName>bim_gorev</processName>
    <processType>BPEL</processType>
    <processVersion>1.2</processVersion>
    </processInfo>
    - <systemAttributes>
    <assignedDate>2008-05-14T08:37:58.930+03:00</assignedDate>
    - <assigneeUsers>
    <id>B60711410</id>
    </assigneeUsers>
    <createdDate>2008-05-14T08:37:58.930+03:00</createdDate>
    <digitalSignatureRequired>false</digitalSignatureRequired>
    - <fromUser>
    <id>B60712030</id>
    </fromUser>
    <hasSubTasks>false</hasSubTasks>
    <inShortHistory>false</inShortHistory>
    <isGroup>false</isGroup>
    <numberOfTimesModified>5</numberOfTimesModified>
    <passwordRequiredOnUpdate>false</passwordRequiredOnUpdate>
    <pushbackSequence>-1</pushbackSequence>
    <secureNotifications>false</secureNotifications>
    <state>ASSIGNED</state>
    <substate>REASSIGNED</substate>
    <taskId>0d520f0e3c7afdaf:45b85ed5:119bd8836aa:-72ee</taskId>
    <taskNumber>10116</taskNumber>
    - <updatedBy>
    <id>B60712030</id>
    </updatedBy>
    <updatedDate>2008-05-14T08:41:09.765+03:00</updatedDate>
    <version>5</version>
    <versionReason>TASK_VERSION_REASON_REASSIGNED</versionReason>
    <taskDefinitionId>default_bim_gorev_1.2_BimGorevHumanTask</taskDefinitionId>
    <taskDefinitionName>BimGorevHumanTask</taskDefinitionName>
    </systemAttributes>
    <systemMessageAttributes />
    <callback />
    <identificationKey>40555</identificationKey>
    </task>
    </taskUpdatedMessage>

  • Jdev human task addition error

    Hi All,
    I am trying to add a human task in a default project created in OIM. While I have defined a new task definition and all required task parameters, a null pointer exception is encountered when the task is attempted to be saved. I looked for similar issue on the forum and found few others have faced same problem but no solution has been recommended so far. Apologies I if overlooked any solution given already.
    Uncaught exception
    java.lang.NullPointerException
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskIOHandler.modifySwitchNode(GeneralTaskIOHandler.java:1090)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskIOHandler.saveChanges(GeneralTaskIOHandler.java:400)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.NewWorkflowComponent.saveChanges(NewWorkflowComponent.java:369)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskEditPage.saveChanges(GeneralTaskEditPage.java:98)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.AbstractActivityNodeEditor$PanelManager.saveChanges(AbstractActivityNodeEditor.java:203)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.nodeeditors.workflow.UserTaskPanelManager.saveChanges(UserTaskPanelManager.java:66)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.ApplyCancelPanel.handleOK(ApplyCancelPanel.java:164)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.ApplyCancelPanel.actionPerformed(ApplyCancelPanel.java:204)
    jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    j.a.Component.processMouseEvent(Component.java:6289)
    jx.s.JComponent.processMouseEvent(JComponent.java:3267)
    j.a.Component.processEvent(Component.java:6054)
    j.a.Container.processEvent(Container.java:2041)
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Appreciate your help!
    Thanks.

    Thanks Ravi for your response.
    I observed something strange today! I was adding the human task, I talked about yesterday, in switch condition on 'Approve' response. But when I added the same human task outside switch condition, it worked just fine. Is placing a human task in switch condition not a supported configuration?
    Use case: There are two levels of approver. Both the approver have different escalation critieria. In case of level 1 approver (beneficiary's manager), the task is required to be escalated to manager's manager. But in case of approver 2, no escalation is required.
    Since escalation is defined at global level in a task, I decided to create two human tasks and insert second one on 'Approve' response of first task.
    The second option that I am considering is - implement IDynamicTaskEscalationFunction interface to write a custom escalation java class and use it within same human task to skip escalations in case of approver 2 (not sure if this is possible, as I haven't implemented it before).

  • Human task compelete error.

    We have an one step human task.
    We choose allow user routing custumisation options.
    so on message sequence created.
    We asssign task to user and user say 'COMPLETE' and than task is completed.
    But even task complete bpel process still waiting on message sequence.
    So Bpel process is alive.
    is it a bug?
    We are using SOA suite 10.1.3.1 on windows.
    Thanks.

    we tried and we failed...
    there is nothing executed in taskcompleted message. But it return message again .is it Soa suite 10.1.3.1 bug ?

  • WF of "IDOC error Notification" via WF Task giving error

    Work item 000012210441: Object FLOWITEM method EXECUTE cannot be executed
    <b>Error at start of an IF branch</b>
    Error when evaluating the IF condition for node 0000000035
    Error at start of an IF branch
    Error during result processing of work item 000012210442
    This WF Task is calling a Step to check payment, there is a method called.
    After this there is a Decision Step, on IDOC Status, if status 51 notify & complete or if no status 51 simply complete workflow.
    Please give me solution, it's very urgent
    Thanks & Best regards in advance....
    Points awarded !!!

    Hi,
    My Workflow task is like WF90500001. This will be run via IDOC Process Codes (configured in WE42).
    I checked SWUD, am getting error "Workflow definition does not exist"
    Work Item 12210442, is the Task which calls a Method for checking Payment which has code in Business Object's Method Code itself (not any FM etc....)
    This Business object is delegated for IDOCIDCREF and a method CHECKPAYEXT.  The method runs fine indipendently.
    Message was edited by:
            MANJUNATHA KS

  • Error in opening PDF attachment sent using SO_DOCUMENT_SEND_API1

    Hi all,
    I am converting script to PDF using FM 'SX_OBJECT_CONVERT_OTF_PDF'. Using this table i am trying to send it as a attachment to mail id. I am able to send the attachment successfully, but not able to open the attachment.
    It is giving error as 'Adobe Reader could not open file because it is either not supported file type or because the file has been damaged'.
    I tried seaching on SDN, but did not get useful answer.
    Can you please help me in resolving this error?
    Thanks,
    Archana

    Good day Archana,
    This is the same problem we have encountered, this has started after adding a patch.
    After doing so much R & D we could not do it. We have written a mail to SAP and they
    have instructed the basis consultant to follow certain procedure and finally the issue is
    solved.
    I suggest you to consult basis consultants.
    Regards and Best wishes.

  • I can't open jpegs attached to my email.  What can I do?

    I can't open jpegs attached to my email.  Error messages say "The file “CH02_12_07_08_07_06_01.jpg” could not be opened." and "It may be damaged or use a file format that Preview doesn’t recognize."  What can I do?

    I'm using Mac Mail as my email client.  I've tried to open it directly from the attachment in the email, and also saving it to my download folder to open seperately.  It will open on a PC with no issue.
    Background: The jpg comes from a remote cameral systems I've set up.  Any movement that is detected sends me an email notification and a jpg image of the motion from the camera
    I've attached a copy of the jpg file in question.

  • Error while Opening an attachment in the process.

    Hi All,
    I am facing an Issue here, I get an task assigned to me either to approve or reject, but when I try to open the attachment in  the request, It tries to opens in the new IE browser, and I get an Error message displyed, as Page cannot open in the new browser.
    I also can notice 500 error notice in the browser.
    Also,I can able to open attachments of other request comming to my TO Do list, but has a problem with the one mentioned.
    Since I am new to workbench server, not sure of the location of Log files and Temp files.
    Request  you to let me know the reason of this error and need to fix it too.
    Kindly answer my questions at the earliest or suggest with any link.
    Thanks,
    Satish.

    Possibly the attached might got deleted while in transit. Any information from the server log?
    Nith

  • 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

  • Error while opening PDF attachment sent via mail

    Hi,
    I am attaching PDF file to PO in me22n and sending the same file as attachment in the mail to the vendor using class CL_BCS.
    The mail is sent to the vendor successfully and they are able to successfully open the PDF attachment. But in some cases the mail is successfully received but while opening the attachment it is giving the error as file is corrupted.
    Please help me to resolve this issue.
    Thanks and regards,
    Jayashree

    Hi,
    I would like to know what font type, you are using in the forms.
    Ideally it should be HELVETICA .
    If you are using any other font in your style/form,try changing it to HELVETICA & Test.
    Also Check the OTF data at the call of gen. FM,before converting it to PDF.
    Regds,
    AS
    Edited by: abheesawant on Oct 12, 2011 7:48 AM

  • Task Manager Not loading Properly. Giving Error No more threads can be created in the System.NAPStatus UI and Some other Task related Errors

    I have a problem with the Task Scheduler. It is not opening properly it is giving Error Message box at this time i am unable to post. The Tasks Scheduler is starts with a error alert "No more threads can be created in the System.NAPStatus UI".
     I am unable to view the history of the tasks schecduled.It is giving message as 
    "The user account does not have permission to Access the Task History."
    How to fix it. It is frustrating as can't able to track my Tasks and Create new Tasks. Any Suggestions helpful.
    Thanks in Advance.
    RehaanKhan. M

    Hi,
    Thanks for your post.
    Please check event viewer if there are some error logs?
    Meanwhile, there is a similar thread has been discussed:
    Receiving error about "no more threads"
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/9a9e22e4-d947-4d19-b06c-aaadda624dbc/receiving-error-about-no-more-threads?forum=winservergen
    Regards.
    Vivian Wang

  • Error in adding multiple attachments to Human Task in BPM

    Hi
    Hope you are doing fine.
    My version is 11.1.1.5 without Feature Pack.
    I have a scenario where I get a set of documents from UCM, and I have all of them in an array(of type GetFileByIDResult(UCM GetFile Webservice response type)).
    Please note that for a single attachment, I'm not getting this problem.
    I know that ExecData.Attachments[] takes array of Attachment types.
    But I could not create an Attachments[](array type) type data object, What I could create is of type '<>Attachments' which I thought was an array, but not, as it is not letting me associate to ExecData.attachments
    So, I've created a variable of type ExecData(say PDOExecData), used a script task, and did XSLT between the array and this new PDOExecData
    I've used for-each on the arrayOfUCMOutput, mapped the content, name, etc.
    And, now, in the human task association, I've assigned PDOExecData.attachments to Human Task's ExecData.attachments
    But I'm getting the following error
    XPath query string returns multiple nodes. The assign activity part and query bpmn:getDataObject('taskExecData2')/ns:attachment are returning multiple nodes. The assign activity part and query named in the error message returned multiple nodes. It should return single node. According to BPEL4WS specification 1.1 section 14.3, the assign activity part and query named in the error message should not return multiple nodes. Verify the part and xpath query named in the error message at line number -1 in the BPEL source.
    This means htat attachments take a single element, but it should take array of elements, and that is what is showin in the mapper file indicated by attachments[] in the ExecData
    Would you please help me in this regard.
    One possible solution could be, if I'm able to create an array of 'Attachment' type, I could map to it and finally map this var to ExecData.attachments, but how to create an array of a type in BusinessObjects/ProcessDataObjects
    Regards
    RaviKiran

    Resolved!
    Will write a blog and paste the link
    Regards
    RaviKiran

Maybe you are looking for