Weblogic Integration Process Recovery

Could someone tell me what I need to do to make sure that my process is able to recover in the event of a WLI crash?
Part of my JPD loops and sends out e-mails, possibly to over a thousand recipients. I want to make sure that if WLI crashes, the sending will resume after WLI is brought back up. For testing, I run the process and kill WLI half way though. When I start up WLI again, sending does not resume, and I can't find a way in the admin console to resume the process; the process is there, but it is marked as "Running".
Where exactly should the transaction node be? I assume around the loop. Are there other settings I need to take care of? What else might be causing this problem?
Thanks

FIXED.
There was a kind of corruption in the .metadata folder in the workspace. After removing it, checking out the projects it works fine.....

Similar Messages

  • Weblogic Integration Business Process Tutorial (10.2)

    Hi I'm going through the weblogic integration business process tutorial and when I get to Step 5, "Run the business process" I get a bunch of errors, including the ones below:
    s4s-elt-invalid-content.1: The content of '#AnonType_Acknowledgment' is invalid. Element 'attribute' is invalid, misplaced, or occurs too often.
    s4s-elt-invalid-content.1: The content of '#AnonType_AckRequested' is invalid. Element 'attribute' is invalid, misplaced, or occurs too often.
    s4s-elt-invalid-content.1: The content of '#AnonType_Description' is invalid. Element 'attribute' is invalid, misplaced, or occurs too often.
    src-resolve: Cannot resolve the name 'eb:MessageHeader' to a(n) 'element declaration' component.
    src-resolve: Cannot resolve the name 'soap:mustUnderstand' to a(n) 'attribute declaration' component.
    Has any one run into this problem while going through this tutorial and if so, have you found a solution for this?
    Thanks.

    The following page is right from the WLI documentation. Are none of these samples useful to you?
    [http://edocs.bea.com/wli/docs102/sol_samples/index.html]

  • 8.1 Weblogic Integration Upgrade Processes Wizard

    I am unable to access the Tools, Weblogic Integration, Upgrade Processes in the
    8.1 IDE. The upgrade processes selection is grayed out. I have followed the
    simple instructions but to no avail. Has anyone used the upgrade utility to port
    2.1 workflows to 8.1? Are there any "tricks" to this?

    Rick wrote:
    I am unable to access the Tools, Weblogic Integration, Upgrade Processes in the
    8.1 IDE. The upgrade processes selection is grayed out. I have followed the
    simple instructions but to no avail. Has anyone used the upgrade utility to port
    2.1 workflows to 8.1? Are there any "tricks" to this?1) Download the upgrade tool from:
    http://dev2dev.bea.com/resourcelibrary/utilitiestools/upgrade.jsp
    2) Install according to the instructions at:
    http://edocs.bea.com/wli/docs81/upgrade/install.html#1053762
    tried upgrades of processes from 7 to 8.1, upgrade worked, but many of
    the parameters went missing.

  • Recovery Integrable Processing biztalk server

    Hello All,
    Might be i have not heard correctly on phone, but this is what one interviewer asked me in interview.
    Can any body tell me what is Recovery Integrable Processing biztalk server ?
    Thanks,
    Nilesh.
    Thanks and Regards, Nilesh Thakur.

    It is recoverable interchange processing feature
    in receive pipeline, which allows an interchange to be processed completely even if one or more messages in the interchange fail
    For more information check this
    Recoverable Interchange Processing

  • Suspending Processes & Recovery

    I've recently started working with WebLogic Integration and had some questions:
    1. What happens to system resources used by a process(allocated JMS/JDBC connections, etc) when the process is suspended? Are the resources returned to a pool for other processes to use, or are those resources locked by the suspended process?
    2. When testing out WLI's ability to recover a process from a system outage, the first recovery attempt results in an error message stating that WLI is unable to send a message to the Async queue and is sending a message to the async_error queue. When I unfreeze the process, I get a servlet exception because a message has already been committed. The process I'm testing is deployed to the Integration Examples domain.
    The process starts with a decision point and writes to a file the result of the decision point branch followed. The process then creates and assigns a task, sends a message to a JMS queue using an XAConnection factory and then awaits the result of the task. Am I doing something wrong in this process?

    Hi CNU,
    I reviewed the log you sent. Your B2B is not at all trying to send back the MDN because incoming message errored out before agreement identification with error "AIP-50083: Document protocol identification error". This error is coming beacuse your supplier is not sending payload in proper format (as you mentioned, he is sending only "this is a test file").
    If you want to do a connectivity test, please ask your supplier to send a message from his B2B and this message should be in a proper format and all the required headers should be present.
    and also while i am trying to do telent to that server it showing below result....The telnet results show that your machine is not able to connect to the target endpoint. This may be due to that your supplier has a firewall which is not allwing you to access that link. Make sure that your supplier has opened the port (at his firewall) for your B2B system's IP range. This is a typical n/w issue.
    Regards,
    Anuj

  • Weblogic Integration 10r3 error in msg-header-2_0.xml

    Hello,
    I am trying to go through te WLI workshops, but cannot publish a WLI process.
    The Tutorial_Process_Application RequestQoute.java has the following error in the msg-header-2_0.xml:
    Severity and Description     Path     Resource     Location     Creation Time     Id
    Referenced file contains errors (http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd). For more information, right click on the message and select "Show Details..."     Tutorial_Process_Application_Utility/schemas/system     msg-header-2_0.xsd     line 1     1257804610777     410
    A new WLI project from scratch gives te same error, it is as if the msg-header-2_0.xml is not correctly generated when the WLI process is created.

    Aha! problem solved :)
    The tutorial states : 'Select the Add WebLogic Integration System and Control Schemas to Utility Project check box to add the system schemas to the Schemas folder under the Utility project.'
    If you do that it does not work, and i get the errors I discribed in the post, howerver if ypu leave it blanked out, the process can be published, without error or warnings.
    As I am new to WLI (use to work with Oracle Bpel) I have no idea about the importance of adding the Integration system and control schemas to the utility project.
    However as my goal is to work through the workshops, I wil worry about it later.
    Edited by: DaveVQ on 14-nov-2009 5:39

  • BPM - Simple integration process

    Hi guys,
    I'm new at BPM and I've created a simple process. Looking at the weblog "Walkthrough with BPM" by Krishna, i was able to create the simple scenario:
    Source System -(File Adapter)->BPM-(File Adapter)->Target System.
    Now imagine I wanted to include two more actions.Meaning, I'd like to repeat the process.
    So we would get,
    Source System -(File Adapter)->BPM-(File Adapter)->Target System -(File Adapter)->BPM-File Adapter)->Source System
    When I create this in the integration process, i'll have a:
    Start->Receiver->Sender->Wait->Receiver->Sender->End
    But he asks me for Correlations. Can you give me an idea about it? I've looked at the pdf's but the idea is still blurry...

    Hi Goncalo,
    Check my post in this thread..
    Correlation
    Since you have two receive steps in your BPM you need to correlate the message received by the first receive step  with the message received by the second receive step.
    Anand
    Message was edited by: Anand Torgal

  • Could not invoke a web service in an integration process from a portal

    Hello,
    I am a WebLogic user. I am using WebLogic 8.1. I created a process project which integration a few web services. The last service in the process is named "Alert Service". I also create a WebLogic portal to invoke the the Alert service in the process. After I run the process in WebLogic workshop, I run the portal. I met the issue like:
    <i><b>An error has occurred:
    An exception occurred in the action showAlert
    EJB Exception: ; nested exception is:
    com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:java.io.FileNotFoundException
    String:Response: '503: Service Unavailable' for url: 'http://dbaldridge3000:7001/JC2Collab/JC2/collab/alert/Alert.jws'
    Detail:
    END SERVICE FAULT
    caused by: : com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:java.io.FileNotFoundException
    String:Response: '503: Service Unavailable' for url: 'http://dbaldridge3000:7001/JC2Collab/JC2/collab/alert/Alert.jws'
    Detail:
    END SERVICE FAULT</b></i>
    I created a portal domain and extended the workshop and integration domain to the portal domain server. both the process and the portal are running on this server. If I don't run the workflow process, but run the Alert service only and then run the portal, there is no exception.
    The portal was created using the Alert service's control.
    Why did the integration process hide its service so that the portal could not find it ? Should I run the integration process and the portal in separate domains (servers) ? Should I start two WebLogic platforms ?
    Thanks in advance.
    Di

    I reproduced this error in another way by using portal only. I created a portal with a portlet which can invoke a meeting service. I posted two methods in the meeting service to the portlet - listMeetings and getMeeting. The portlet was generated automically from the meeting web service control. I invoked the listMeeting from the portal at first. The meeting info was displayed on the portal page. Then I invoked the getMeeting by entering a meeting key got from the first step. For the second call, the same exception was thrown.

  • Configuring an Integration Process

    Hi All,
    Are there any good articles or weblogs explaining how to configure an integration process in the integration directory? I have an integration process which implements a sync-async bridge.
    Thanks,
    Sandeep

    Hi Sandeep,
    check this links, it should help you.
    This would help you with confgiguring BPM,
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    This gives you info on SYNC-ASYNC Bridge, /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    cheers,
    venk!

  • Monitor Integration process log in BPM

    Hi
    I am practising the following BPM
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    and I wanted to know how to monitor integration process log in BPM.
    To monitor Integration process I logged, into transaction SXMB_MONI_BPE ->Process Selection->Selected corresponding integration process (in Service Field) - and Clicked Execute as suggested in the blog
    But I get the message work item doesn't exist ??
    What do I need to do in this case ??
    Thanks,
    Kiran

    SAKHARDANDE ,
    Go to sxmb_moni-->Monitor for processed xml message --> In the view box there is standard and process. Select Process for checking the messages of BPM.
    Else as in the weblog mentioned go to SXMB_MONI_BPE ->Process Selection->Select corresponding integration process (in Service Field) ->Execute->Select work item. Select your service which you have used in ID.
    If you dont find anything then first see whether you see your message in sxmb_moni  or not? If not then check your file sender communicaiton channel in adapter monitoring.
    Regards,
    ---Satish

  • Need Integration Process to the scenario

    Hi All,
                    I am doing one scenario Webservice to JDBC (Sync to Sync). Here i have one doubt, there any Integration Process required for this scenario. Completely I configured scenario without using BPM right now. I haven't tested the scenario also.
    1. BPM is required for my scenario or not?
    2. So please tell me when the BPM will come to the picture?
    Thanks,
    Satish.

    HI,
    Ihope BPM not required to this type of scenarios. BPM required if you have sync - asyn , vice also some times and see the checklist for BPM inthe below link
    see the below links to get an idea..
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Many other examples can be found under the following link at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements *****
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    Also have a look at these seminars,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    Regards
    Chilla
    <i>reward points if it is helpful..</i>

  • Upgrading a project from Weblogic Integration 8.1.3 to Weblogic Integration

    Can anyone offer any advice to assist me in upgrading a project from Weblogic Integration 8.1.3 to Weblogic Integration 9.2.1?
    Here are some nuances of the project:
    * The JNDI, JDBC, & JMS server resources are secured; access is controlled by Deployment Descriptor run-as/security-role/... tags and custom CSPs
    * The application is currently build for deployment using wlwBuild ant task (class in workshop.core.WlwBuildTask which is located in the 8.1.3 {weblogic.home}/workshop/wlw-ide.jar - so far I can't find this class/task in my 9.2.1 install)
    * The following are the application characteristics (and utilized WLI features): multiple web apps, EJBs, JMS, Page flow/netUI, web services, WLI controls (process, java, transformation), XMLBeans
    * One of the project goals is to not make any functional changes and modify as little code as necessary (the only expected justification for a modification is a) fallout out from the JVM 1.5 upgrade or b) something is no longer available in WLI 9.2)
    I know there is a edocs page with a tutorial for upgrading from 8.1.4 or 8.1.5 to 9.2, but I am interested in knowing if anyone has insight on upgrading directly from 8.1.3?
    Thanks in advance for any and all assistance.
    Regards,
    Andy Frank

    just as a followup to my original message.. regarding the 8.1.4 install log that had all the warnings with the msi it expected and the different one it found... at the bottom of the log..this is what I got;
    Property(S): SourcedirProduct = {AC76BA86-7AD7-1033-7B44-A81300000003}
    MSI (s) (6C:30) [11:11:23:828]: Product: Adobe Reader 8.1.4 - Update 'KB408682' installed successfully.
    MSI (s) (6C:30) [11:11:23:828]: Product: Adobe Reader 8.1.4 -- Installation operation completed successfully.
    when i go into adobe reader -> help -> about i stillget 8.1.3

  • Understanding Weblogic Integration 9.2

    Hi All,
    I am very new to Weblogic Integration and we were asked to make our application use WLI. Our application has many source feeds and we also interface with SAP with Web Services calls. I am totally new to Weblogic Integration and I would appreciate if anyone can point me to the starting point. I want to learn how WLI works and how to write controls etc.
    I downloaded Weblogic platform and tried to follow through the tutorial that Bea provides, but could not find any help. Tried to search for books online but could not find any. Any help regarding resources i.e. books or online "free" tutorials/courses is greatly appreciated.
    Thank you,
    S

    Sarin,
    I have worked on an WLI project,where integration was with SAP.We used iWay adapter to integrate with SAP system.With respect to WLI, you need to learn JPD(Java Process Definition),Data Transformation,XQuery,Event generators,Channel file,need a very good understanding of XSD(Schema Definition).Also you need to work with WLI console(http://localhost:7001/wliconsole),where you can create your business calendars,event generators.The weblogic workshop help would be a good starting point.Again you can find lots of documents at http://www.edocs.bea.com.
    Let me know if you have any specific question.
    Regards
    Bishnu
    Edited by bishnu_kumar at 05/21/2007 1:29 AM

  • Problem on starting weblogic integration 2.1

    I would like to ask you for advise/information on the start-up of the
    weblogic integration 2.1.
    I have tried to setup the weblogic integration 2.1 (sp1) at home, but
    without any success yet.
    There was nothing helpful that I can found in the BEA knowledge base.
    My weblogic server 6.1 (sp2) starts up alone normally and working fine, and
    I have followed
    all the steps in the installation document, including create and setup the
    database.
    I have also executed the setenv.cmd and make sure the domain in use is
    "wlidomain".
    When I try to start up the weblogic integration 2.1, it give me the
    following exception.
    C:\bea\wlintegration2.1\config\wlidomain>startWeblogic.cmd
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ArrayIndexOutOfBoundsException
    at com.bea.utils.misc.ProcessUtil.base64ToBytes(ProcessUtil.java:552)
    at com.bea.utils.misc.Process.validate(Process.java:1231)
    at com.bea.utils.misc.Process.isValidSignature(Process.java:518)
    at com.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:647)
    at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:286)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Thanks in advance, and looking forward for your reply soon.
    Best Regards,
    Matthew Ho

    Hi.
    Try posting this on either weblogic.integration.interest or
    weblogic.integration.developer.
    Thanks,
    Michael
    Matthew Ho wrote:
    I would like to ask you for advise/information on the start-up of the
    weblogic integration 2.1.
    I have tried to setup the weblogic integration 2.1 (sp1) at home, but
    without any success yet.
    There was nothing helpful that I can found in the BEA knowledge base.
    My weblogic server 6.1 (sp2) starts up alone normally and working fine, and
    I have followed
    all the steps in the installation document, including create and setup the
    database.
    I have also executed the setenv.cmd and make sure the domain in use is
    "wlidomain".
    When I try to start up the weblogic integration 2.1, it give me the
    following exception.
    C:\bea\wlintegration2.1\config\wlidomain>startWeblogic.cmd
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ArrayIndexOutOfBoundsException
    at com.bea.utils.misc.ProcessUtil.base64ToBytes(ProcessUtil.java:552)
    at com.bea.utils.misc.Process.validate(Process.java:1231)
    at com.bea.utils.misc.Process.isValidSignature(Process.java:518)
    at com.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:647)
    at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:286)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Thanks in advance, and looking forward for your reply soon.
    Best Regards,
    Matthew Ho--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Weblogic Integration Sample is available for download from developer site

    Hi, All,
    The Weblogic Integration 2.0 Sample is available for download from the
    developer site:
    http://developer.bea.com/ftp_bin/download/code/wliSample_1.zip
    This sample shows how to develop a standard based integration solution
    within and across enterprises using the key functionalities of the WebLogic
    Integration 2.0, including Business Process Management (BPM), Enterprise
    Information System (EIS) connectivity, inter-enterprise collaboration
    (B2Bi), and XML/non-XML data transformation.
    Chunbo Huang
    BEA System

    It shoud not took 3 hours. Normally, you expect wait for 1 -2 minutes.
    For your case, I suggest to
    (1)run the cleanWF.cmd script then shutdown the server
    (2)restart the server
    (3) run cleanWF again
    (4) run the sample.
    let me know if you still have problems
    Chunbo
    "Chris Stead" <[email protected]> wrote in message
    news:[email protected]..
    Chunbo/Henry,
    While running the WLI sample, I have been waiting for a QPA Reponse frommy
    suppliers for about three hours, is this expected behavior? I havechecked the
    weblogic.log file and there are no exceptions. I seem to be stuck on the
    "Check QPA Reponse" screen. This was addressed briefly in the user guide,
    however, it didn't say how long you should wait. Please advise, thanks.
    Cheers,
    Chris
    Chunbo Huang wrote:
    Hi, All,
    The Weblogic Integration 2.0 Sample is available for download from the
    developer site:
    http://developer.bea.com/ftp_bin/download/code/wliSample_1.zip
    This sample shows how to develop a standard based integration solution
    within and across enterprises using the key functionalities of the
    WebLogic
    Integration 2.0, including Business Process Management (BPM),Enterprise
    Information System (EIS) connectivity, inter-enterprise collaboration
    (B2Bi), and XML/non-XML data transformation.
    Chunbo Huang
    BEA System

Maybe you are looking for

  • Capturing HD to FCP Pro

    If I want to capture HD DV fig. to FCP is the only thing I have to do is change the capture setting to 1080i (50 or 60)? Jeff Dual G4 1 GIG, G4 1.25 Laptop Macbook Pro 2.0   Mac OS X (10.4.7)  

  • I need some help on installing mountain lion,

    in the begining it says to restart then when i restart it just boots back up to lion anything i need to do so i can install mountain lion btw im a mac mini late 2009

  • Offering a coupon code ?

    Is there a way to give a coupon code to a person so they can enter the coupon on the purchase page and not actually have to pay? Or is there another way to give certain users 'free access' to an app that everyone else has to pay for? thanks, steve

  • Where does my upgrade credit go?

    so when i logged into my account a few months back and saw the option to upgrade it said i could get certain phones free or credit toward other phones.....any how i upgraded and never recieved the option to apply the credit to the price of the phone

  • 7200rpm vs 5400rpm HD bench ?

    Hi, I am waiting for my MBP 2.0 with a 120GB/5400 HD. As the BTO option for the 120GB/5400 is the same price as the 100GB/7200, I am wondering what will be the real difference of those two king of drives in real usage scenario on the MBP. I have read