Instead of Retry Count is to 0,file is coming twise in OSB.

In my OSB project ,the xml file is polling from a folder ,after that it is transformed through Xquery,then it goes to a DB. I have added a route level error handeller ,if any error occurs a file will be generated with this payload and stored in a folder. Everything is working fine.but if any error occurs then all time 2 file is generated.though  retry.count=0 in adapter and business service also,where did i make mistake,please advise..

Please provide some valuable answer. I am not able to understand why this is happening????
Thanks!!

Similar Messages

  • Message retry count for the message has been exhausted

    Hi,
    I am using 'Custom Document Over Internet' with HTTPS as transport protocol. I have set the acknowledgement mode to Sync in order to receive the synchronous response. B2B is able to post the HTTP request successfully and in turn it receives a synchronous response and a MDN message. At the initial stage, after posting the request it shows the state as 'WaitForAck' for request message and for response and MDN messages, the state is completed.
    After some time when we check the state of request it is changed to 'Error' with the error message as 'Message retry count for the message has been exhausted'. We have not set the retry count and retry interval and so after retrying for 3 times with an interval of 120 minutes it is showing error state as it is not able to correlate the incoming response to the corresspoding request. We have tried the option of setting the Message id of the request in 'replyToMsgID' parameter of response header and tested the flow. But still I am facing te same issue. Please help me to resolve this issue.

    Hi Anuj,
    The property mentioned by NandaGopal has already been added in tip.properties file. I sent the B2B logs in debug mode and tip.properties file to your mail id. Please have a look into that. The result of opatch lsinventory command is
    Result:
    Installed Patch List:
    =====================
    1) Patch 9234704 applied on Fri Jan 15 16:41:12 GMT 2010
    [ Bug fixes: 8870866 9143036  ]
    [ This patch overlays patches " 8703410 " ]
    [ This patch needs patches " 8703410 "  as prerequisites ]
    2) Patch 8703410 applied on Thu Jan 07 17:56:08 GMT 2010
    Unique Patch ID: 11901808
    [ Bug fixes: 7652646 7497854 7664370 8708445 7661101 7007789 6352814 6802446 7665607 7641078 6496457 6013963 8330151 7305413 8619657 7460584 7529893 7458954 7020996 8393885 8210401 6329207 6740403 7126458 6511970 8783577 7379065 7230993 8704965 6774631 7198642 8309511 8392729 7661769 7605518 7479148 6733262 8349002 6736026 7322333 7242500 7239355 8746561 8344645 8451004 7645440 6747966 6369424 6737334 8339176 6774134 7046561 6412124 7210461 7506319 8630406 8235175 7258882 7184318 6453359 7456866 7673646 6043277 7457597 6769895 7193710 8239170 7668247 8404955 8612841 7261965 7132740 7485790 6518386 7305363 6852370 6433256 7673431 6764239 8360048 7501748 7379153 8281019 7498031 8216457 7046574 6875312 6754906 6656289 6417367 7658271 7556011 7000190 6979467 8594506 8691820 6852308 8475848 8518443 7600385 7211208 6732051 8524862 7461051 8263026 7609467 7379161 7672714 6353293 7157229 7594997 7211287 7034069 7563311 6822375 6640935 7359202 6769261 6919593 8601869 6029507 6974391 7139013 7518641 8605719 6817264 7501903 7496014 7576785 8666761 7130151 7322581 5523563 7680097 8508905 7241737 7660780 8480395 7660781 7191994 6924921 7672723 8432093 6800745 8703404 8540335 8507242 8608121 8217566 7481317 6639030 6200414 7529795 7354853 8475867 7376270 7303860 7016005 7678901 7368610 8992520 6881977 6016128 7033061 6397084 7672730 8703410 7709562 6449656 7045589 8508054 6491068 7378745 7643811 7435853 7615836 8707416 6447557 7379042 6940476 7670634 6950383 6764273 6962327 7478322 8546454 7157324 8871403 8862082 7184219 7672744 7164618 7672745 7230184 7576730 7590301 8746541 7261863 8327427 6769430 8295683 7526186 8298731 6414280 6139955 6646997 7692853 8233048 6794296 7457066 8552373 8225241 7706387 7204022  ]
    3) Patch 4601861 applied on Fri Nov 14 04:24:08 GMT 2008
    [ Bug fixes: 4601861  ]

  • Fault policy and jca.retry.count in 11g

    I have a composite which has the architecture as follows :
    Adapter (File) -- Mediator -- Adapter (FTP)
    The mediator follows sequential routing pattern
    I have configured jta.retry.count = 3 for the FTP adapter.
    Also the composite refers to the fault policy file from the MDS
    In the fault policy file the ora retry action is defined as follows :
    < Action id="ora-retry">
    <retry>
    <retryCount>1</retryCount>
    <retryInterval>5</retryInterval>
    <retryFailureAction ref="ora-rethrow-fault"/>
    </retry>
    </Action>
    We have configured the following rejection handler for the file adapter :
    <faultName xmlns:rjm="http://schemas.oracle.com/sca/rejectedmessages"
    name="rjm:FILE_RD_B2BOutFolder_Files">
    <condition>
    <action ref="ora-ws"/>
    </condition>
    </faultName>
    We get the following message as part of rejection message email notification :
    The adapter has exceeded maximum configured retries. The adapter has exceeded maximum configured retries. The adapter was unable to process "{0}" after having retried for {1} times, now the adapter will reject the message. This exception usually comes due to errors in downstream systems. Please increase the value for "jca.retry.maxRetries" in composite.xml for the inbound service and redeploy.
    I have the following doubts:
    1. When the FTP adapter fails because of a remote fault, which retry will be executed fault policy or jta.retry.count ?
    2. If the jta.retry.count is executed then can I see 3 instances on the EM console or any other entry in the Log file.
    3. where can i configure jca.retry.maxretries property. this property is not available on emconsole.

    Hi,
    Section 12.4.4 and 12.4.5 should answer your questions.
    http://docs.oracle.com/cd/E12839_01/integration.1111/e10224/bp_faults.htm#BABICJAD
    Regards,
    Neeraj Sehgal

  • Diff activAgent jca.retry.count  vs partnerLinkBinding prop.retryCount?

    When I look into the bpel.xml of some BPEL projects I can find two similar parameters:
    In <partnerLinkBinding ...> there can be a
    <property name="retryCount".....>
    A couple of lines below in the <activationAgent> section of bpel.xml there is sometimes a similar
    <property name="cap.retry.count=....> value
    Mind the dot between "retry" and "count"!
    Whats the difference?
    Peter

    Hi Peter,
    Can you post complete bpel.xml...
    Basically as of my knowledge the retries for jca activation agents are for... If you take File adapter, and in that if we mention some xsd for the input message and the input message you are getting is not compatable with that xsd, it will fail....In that case first it will try number of times mentioned in the activation agent level times.
    Regards
    PavanKumar.M

  • Retry count & interval problem

    I am Using OSB R4 where My Scenario is i need to place the payloads in to the JMS Queue, and route them to the Endpoint URI webservice if the service is unavailable i need to sent the notification mail and rollback the payload back in to the Queue. My problem is i receiving hundreds of notification mail when the service is down instead of one. I configured the retry count to 1 and retry interval as 15 mins for the business service URI and implemented single thread consumer in work manager. Please help me in this.....

    I am Using OSB R4 where My Scenario is i need to place the payloads in to the JMS Queue, and route them to the Endpoint URI webservice if the service is unavailable i need to sent the notification mail and rollback the payload back in to >the Queue. My problem is i receiving hundreds of notification mail when the service is down instead of one.This is a classic case for using OSB SLA alerting instead of doing it in the message pipeline. Configure a sla alert set to trigger when there are 1 or more route errors in an aggrevation interal of 30 mins and set an email alert destination. This will make sure you will get only 1 mail for all errors in that period of 30 minutes.

  • When I want to attach a file to an e-mail I'm sending from my iCloud account it makes the file show up in the body of the e-mail instead of attaching it as a separate file the receiver can open.  How can I change this?

    When I want to attach a file to an e-mail I'm sending from my iCloud account it makes the file show up in the body of the e-mail instead of attaching it as a separate file the receiver can open.  How can I change this?

    It should be an attachment.  Your Mac just displays a preview of certain attachments (such as .pdfs) in the body of the message.  A PC, for example, will see it as an attached file rather than a preview.
    You can save the attachment on your Mac by Control-clicking on it and selecting Save Attachment.

  • Validation error on retry count for session bean

    Hi,
    In our weblogic-ejb-jar.xml we have configured a retry count for a specific method on a local session bean. When I click on 'Browse' to select a specific method, it only shows '*' as a possible value. When we type the method name by hand, it shows a red cross next to the input field with the error 'Cannot find method "exampleMethod()" in the ExampleBean's Local interfaces'.
    We use EJB 3.0 and OEPE 12.1.1.0.1 with Eclipse 3.7.2
    The weblogic-ejb-jar.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-ejb-jar xmlns="http://xmlns.oracle.com/weblogic/weblogic-ejb-jar"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd http://xmlns.oracle.com/weblogic/weblogic-ejb-jar http://xmlns.oracle.com/weblogic/weblogic-ejb-jar/1.2/weblogic-ejb-jar.xsd">
        <retry-methods-on-rollback>
         <retry-count>3</retry-count>          
            <method>
                <ejb-name>ExampleBean</ejb-name>
                <method-intf>Local</method-intf>
                <method-name>exampleMethod</method-name>
           </method>
        </retry-methods-on-rollback>
    </weblogic-ejb-jar>The bean looks like this:
    @Stateless(mappedName = MappedName.DONNA)
    @TransactionAttribute(value = TransactionAttributeType.REQUIRES_NEW)
    public class ExampleBean implements Example {
    }And the interface:
    @Local
    public interface Example {
    }Does anyone else have this problem?
    Thanks.
    Pieter

    Hi Pieter,
    This is a known issue and I will keep you posted on the development.
    Thanks for your feedback!
    -Ram

  • How do I tell Adobe reader to open a file instead of being prompted to save the file?

    how do I tell Adobe reader to open a file instead of being prompted to save the file?

    Go to Tools - Options - Applications and enter "pdf" into the filter field. Select the action that you want to associate with PDF files.
    In your case select one of the "Use Adobe Acrobat" actions.

  • Programatically count the number of files in a folder

    Hi Folks
    I need to programatically count the number of files in a given folder and return the value to a Program Unit to be included in further processing.
    Can anyone point me in the right direction. I have looked at UTL_FILE but this does not offer what I want.
    Does anyone know of an obscure package in Oracle that I could use?
    I'm using 9i in a W2K environment.
    Many thanks
    Simon Gadd

    Hi,
    following a java based solution i found somewhere on Tom Kyte's AskTom forum.
    GRANT JAVAUSERPRIV to TESTUSER;
    dbms_java.grant_permission( 'TESTUSER', 'SYS:java.io.FilePermission', 'c:\', 'read' );
    create global temporary table DIR_LIST
    ( filename varchar2(255) )
    on commit delete rows
    create or replace and compile java source named "DirList"
    as
      import java.io.*;
      import java.sql.*;
      public class DirList
        public static void getList(String directory)
                           throws SQLException
          File path = new File( directory );
          String[] list = path.list();
          String element;
          for(int i = 0; i < list.length; i++)
              element = list;
    #sql { INSERT INTO DIR_LIST (FILENAME)
    VALUES (:element) };
    create or replace procedure get_dir_list( p_directory in varchar2 )
    as language java
    name 'DirList.getList( java.lang.String )';
    exec get_dir_list( 'c:\temp' );
    select count(*) from dir_list;

  • How to insert a shoutbox and a counter in a flash file with html code?

    How to insert a shoutbox and a counter in a flash file with
    html code?
    Code shout box
    <!-- BEGIN MYSHOUTBOX.COM CODE -->
    <iframe src="
    http://489676.myshoutbox.com/"
    width="152" height="300" frameborder="0"
    allowTransparency="true"></iframe>
    <!-- END MYSHOUTBOX.COM CODE-->
    Code compteur
    <script type="text/javascript" src="
    http://www.123compteur.com/counterskinable01.php?votre_id=268303"></script><noscript><a
    href="
    http://www.123compteur.com"
    target="_blank">compteur</a></noscript>

    thx =D

  • SMART tests PASS, but my Spin-up Retry Count is in the yellow

    I've had my computer for almost three years. AppleCare is on the verge of expiring. I just toook my MacBook in for a trackpad replacement.
    I use TechTools Pro for my hardware testing. My computer passes all of its tests, but I notice that the test for the Spin-Up Retry Count on the SMART status of my harddrive is not totally in the red, but in the yellow, and even then its closer to green than to red. My computer still works great. It does slow down and Spinning-wheel-of-death alot when I'm doing alot of high-CPU load tasks, but for the most part, it still works great. Is this Spin-Up Retry Count something I should be concerned with? My other tests report no bad sectors, bad blocks, or anything else wrong.

    Back up all data, then uninstall the worthless, time-wasting "TechTool" product according to the developer's instructions. Reboot. Problem solved.
    Oh, that made my day. I actually did that, when I found the Unix tool smartmontools. Set it to perform a full check weekly, and email me if SMART check failed. No use seeing that stuff Techtools shows you.

  • DB adapter retry count value

    Hi gurus,
    I am using a db adapter for polling options. The option used is 'Delete the row(s) that were read' .
    Here the retry count by default is set to unlimited. Is this the recommended one? In normal db adapter options i see the retry count as '4'
    the property value seen in composite.xml is shown below
    <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
    Will this lead to any performance issues? Or what could be the correct retry count value?
    Please let us know.

    Hi,
    We have used the polling options using Logical delete vastly in our project and never faced any performance issues with respect to this property value being set to 'unlimited'.
    I believe there should not be any performance issues with respect to the 'Delete the row(s) that were read' option as well.
    According Oracle documentation:
    In the Auto-Retries section, specify the value for auto-retry incase of time out. In case of a connection related fault, the Invoke activity can be automatically retried a limited number of times. You can specify the following values in the fields in this section:
    To retry indefinitely, type unlimited in the Attempts field.
    Interval is the delay between retries.
    Backoff Factor: x allows you to wait for increasing periods of time between retries. 9 attempts with a starting interval of 1 and a back off of 2 leads to retries after 1, 2, 4, 8, 16, 32, 64, 128, and 256 (28) seconds.
    Thanks,
    Deepak.

  • Retry counts on multi consumer queues in Java

    Is there a way to get the retry count of a message that has been dequeued from a multiconsumer queue? I believe we were able to access the retry count of a message on a single consumer queue, but when dequeuing from a multiconsumer queue, the retry count field is not filled with a value.
    Can this be done?

    Is there a way to get the retry count of a message that has been dequeued from a multiconsumer queue? I believe we were able to access the retry count of a message on a single consumer queue, but when dequeuing from a multiconsumer queue, the retry count field is not filled with a value.
    Can this be done?

  • Retry count and retry Interval fields in Business service (Http protocol)

    Is retry count and retry Interval in OSB business services(Http protocol) defined for retrying the application errors or for communication errors?
    Also even if my connection timeout is 0 I get an error response due to communcation issue in abt 2.5 mins.
    Please explain.

    - There is an explicit configuration on business service called "Retry Application Errors", if enabled application errors will also be retried.
    - If timeout is not set on business service then domain level timeout configuration comes into effect which is by default of 180 sec i.e 3 mins.
    Hope this helps.

  • HELP ! Making a retry counter

    I'm making a retry counter for the logins and I'm using the j_security_check from Tomcat.
    I made a little class that must check if there is a session object.
    if not create one and put the value 1 in it, for the first try.
    If there is a session object, increase the value and put it in the session object.
    Now is my problem that I get a nullpointer exception and I don't know how to fix it.
    This is the code:
    package beans;
    import java.io.Serializable;
    import javax.servlet.http.*;
    import  javax.servlet.jsp.PageContext;
    * @author Sander Stad
    public class LoginCountBean implements Serializable{
         private int count;
         private String loginTries = null;
         private Integer logins;
         HttpSession session;
         HttpServletRequest request;
         PageContext pageContext;
         public LoginCountBean(){
              count = 1;
         public boolean checkSessieObject(){
              boolean retry = true;
              loginTries = (String) pageContext.findAttribute("logins");
              if(loginTries == null){
                   count = 1;
                   logins = new Integer(count);
                   setSessieObject(logins);
              } else{
                   count = Integer.parseInt((String) pageContext.findAttribute("logins"));
                   if(count >= 3){
                        retry = false;
                   } else{
                        count++;
                        logins = new Integer(count);
                        pageContext.setAttribute("logins", logins, PageContext.SESSION_SCOPE);
              return retry;
         public void setSessieObject(Integer logins){
              request.getSession();
              pageContext.setAttribute("logins", logins, PageContext.SESSION_SCOPE);
    }

    How does the bean get the request and pageContext objects?

Maybe you are looking for

  • F110- Automatic Payment. 2nd ranking bank not selected

    Dear Experts, I need your help here. During the F110 (check payment), those banks customized as 2nd,3rd,4th or subsequent bank ranking could not produce any payment advice and checking printing. Where has goes wrong? If I change the 2nd ranking (Citi

  • IPhoto won't open after new install and restore of back-up

    Hi guys My hard drive just died (for the second time in 6 months!) so I have just gotten the computer back with a new drive. I did a new install of Tiger from my original install CDs, did the download thing to get all the updates, and ran a "restore"

  • Dead Lumia 800 - same as others here

    Well.. I was about to send my Lumia 800 back to the suppplier because of a faulty compass and then the phone dies on me. It behaved exactly like others have described in other threads here... The  phone was hooked up to my laptop charging next to my

  • Roaming in Puerto Rico

    Are you charged for using data and voice roaming in Puerto Rico? I have an iPhone 5S is that changes anything.

  • Solaris 10 freezes

    Hello, recently on my Solaris 10 machine its been freezing and causing me to reboot it every time I click Launch and mouse over Applications. Does any one know why this is happening or what to do to fix it? Thanks!