Viwer export error "The response has already been committed"

Hi,
When use export report button from CrystalReportViewer, always download a html file with error message "The response has already been committed".
Why does this issue occur, and how can it be resolved?
I make a servlet which invoke to processHttpRequest. This is the code where viewer si configurated:
          Object rptSrc = null;
          rptSrc = factoryPS.openReportSource(oInfoObject, Locale.ENGLISH);
             // use reportsource to initialize viewer
             CrystalReportViewer viewer = new CrystalReportViewer();
               try {
               viewer.setReportSource(rptSrc);
               } catch (ReportSDKExceptionBase e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
             // initialize display characteristics
             viewer.setDisplayPage(true);
             viewer.setDisplayGroupTree(true);
             viewer.setDisplayToolbar(true);
             viewer.setGroupTreeWidthUnit(CrHtmlUnitEnum.crHtmlUnitPixel);
             viewer.setGroupTreeWidth(125);
             viewer.setHasRefreshButton(true);
             viewer.setHasExportButton(true);
             viewer.setHasGotoPageButton(true);
             viewer.setHasLogo(false);
             viewer.setHasPageNavigationButtons(true);
             viewer.setHasPrintButton(false);
             viewer.setHasSearchButton(true);
             viewer.setHasToggleGroupTreeButton(true);
             viewer.setOwnPage(true);
             viewer.setName("CrystalReportViewer");
             viewer.setProductLocale(Locale.ENGLISH);
             viewer.setPrintMode(CrPrintMode.ACTIVEX);
                 viewer.processHttpRequest(request,response,
                                getServletConfig().getServletContext(),null);
          response.flushBuffer ();
             viewer.dispose();         
thanks in advance...

I have discovered my error.
To make proofs and show traces defined and use out object.
PrintWriter out = response.getWriter();
And this collision with viewer.processHttpRequest(request, response, context, null)
Thank you for your help.

Similar Messages

  • RE:Error 500 Response has already been committed

    Hi:
    I was going through the JSP forums to figure out the solution for fixing the error:
    IllegalStateException Response already committed
    I put the following two lines on the top of my JSP page as suggested to someone in the forum:
    <%@ page autoFlush="false" %>
    <%@ page buffer="16kb" %>
    However, I still get the same error:
    Response already committed
    When I run the same JSP from within JBuilder4 IDE, everything works fine.
    I am following is the JSP file that I am trying to run:
    <HTML>
    <HEAD>
    <jsp:useBean id="Jsp1BeanId" scope="session" class="jspdb12.Jsp1Bean" />
    <jsp:setProperty name="Jsp1BeanId" property="*" />
    <TITLE>
    Jsp1
    </TITLE>
    </HEAD>
    <BODY>
    <%@ page autoflush="false" %>
    <%@ page buffer="32kb" %>
    <H1>
    JBuilder Generated JSP
    </H1>
    <FORM method="post">
    <P>Version number is:<%= Jsp1BeanId.getVersionNumber() %>
    <P>Maximum # of sessions is:<%= Jsp1BeanId.getMaxSessions() %>
    <P>Session :<%= Jsp1BeanId.getOpenSession() %>
    <P>Open File:<%= Jsp1BeanId.getOpenFile() %>
    <P>FCL Record is:<%= Jsp1BeanId.getReadRecord() %>
    <P>A field from FCL record is:<%= Jsp1BeanId.getReadField() %>
    <P>A value from a field of FCL record is:<%= Jsp1BeanId.getReadValue() %>
    <P>A Subvalue from a value of a field of FCL record is:<%= Jsp1BeanId.getReadSubvalue() %>
    <BR>
    </FORM>
    </BODY>
    </HTML>
    I can run the same JSP from within JBuilder4 IDE.
    What am I doing wrong?
    Please help!!!!!
    Thanks.
    Rino

    this page shows how flush="autoFalse" throws an exception when the buffer's full.
    http://www.javacamp.org/scwcd/course/8_1.html
    maybe you need an out.flush statement or out.clear() at the end of the page.

  • HELP: java.lang.IllegalStateException: Response has already been committed

    I have a little problem.
    I'm trying to draw a graph is JSP. And I did it. I'm my computer works fine with no problems. But I have a server and when I try to run the program there it appears this error message.
    My computer :
    Pentium 4 1.6 GHz
    O/S : Win2k
    Apache 3.3.1
    Tomcat 1.1.1.1
    JDK 1.3.1.01
    Oracle 9.0
    And the server :
    HP L-2000 Class Server
    O/S : Unix
    Apache 3.3.1
    Tomcat 1.1.1.1
    JDK 1.3.0.01
    Oracle 9.0
    And the error message is :
    Error: 500
    Location: /kmcp/sttssrch/Merchant/mstat-01-coupon-graph.jsp
    Internal Servlet Error:
    java.lang.IllegalStateException: Response has already been committed
         at org.apache.tomcat.core.HttpServletResponseFacade.sendError
    (HttpServletResponseFacade.java:157)
         at org.apache.jasper.runtime.JspServlet.unknownException
    (JspServlet.java:299)
         at org.apache.jasper.runtime.JspServlet.service
    (JspServlet.java:377)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest
    (ServletWrapper.java:503)
         at org.apache.tomcat.core.ContextManager.service
    (ContextManager.java:559)
         at
    org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnect
    ion(Ajp12ConnectionHandler.java:156)
         at org.apache.tomcat.service.TcpConnectionThread.run
    (SimpleTcpEndpoint.java:338)
         at java.lang.Thread.run(Unknown Source)
    And the library I use are :
    import="java.awt.*, java.awt.image.*, com.sun.image.codec.jpeg.*, java.util.*, kmcp.*, java.sql.*,
    java.text.*"
    And when I declare a graph I use this command :
    BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
    Graphics g = image.getGraphics();
    Can anyone tell me what kind of problem and where and how can I solve it?
    Thanks.
    [email protected] ( is my e-mail address )

    Can anyone tell me what kind of problem and where and
    how can I solve it?
    Thanks.The most likely cause is that you are forwarding to or from another JSP or servlet after already sending output to the client.

  • [ServletException in:VIView1_Browse.do] Response has already been committed

    Hi,
    I have a JSP-Struts application. By the default generation, JDeveloper build a main.html Page. This page have many Frames and one Frame is "navFrame". On this frame I have a link for a JSP Page : Browse. The call is OK. No Problems.
    No I have another Page with Tiles :
    <template:insert page="IMDLayout.jsp" flush="true">
    <template:put name="title" value="Invoices Interface" />
    <template:put name="header" value="/tiles/common/header.jsp" />
    <template:put name="footer" value="/tiles/common/footer.jsp" />
    <template:put name="menu" value="/tiles/common/menu.jsp" />
    <template:put name="body" value="VInvoiceUsersView1_Browse.do" />
    </template:insert>
    The "body" Tiles call the same JSP Page as the link on the "navFrame", but now I have the following error :
    [ServletException in:VInvoiceUsersView1_Browse.do] Response has already been committed'
    Why ?
    Please help me, I need a solution. Does somebody use BC4J/Struts/Tiles ? Any Experience ? Problem ?
    Thanks
    Yves

    This is a somewhat common problem for people who are using Struts and frames.
    What I have found to work was to create an action which calls the page (say index.jsp) which then sets up the frames or tiles..

  • IllegalStateException - response has already been commited

    Hi all!
              We are running WLS 5.1 sp7 on an NT box.
              Our application consists of jsp pages with <jsp:include...>, servlets
              and stateful/stateless beans. The only class that actually performs a
              forward is a servlet that serves as a dispatcher. We are getting from
              time to time an IllegalStateException - response has already been
              commited exception. This phenomena is irregular and non reproducable.
              Does anybody know if this has anything to do with a certain
              configuration issue? Has anyone encountered a similar problem?
              Is there a known workaround?
              Any help would be highly appreciated.
              Thanks,
              Eran Gilboa
              SHORE Technologies
              

    You are getting the illegal state exception because somewhere between the
              intercept of the request by a jsp/servlet and your
              requestDispatcher.forward(request, response), a class along the way is
              calling either the getInputStream() method or the getReader() method of
              javax.servlet.ServletRequest. Once you call either of these methods to
              read from the ServletInputStream() you may not be able to do a forward.
              I am having the same problem see my post from today. I have no idea how
              to get around it but I have an identical exception in wl6.0sp1 and that
              is the cause and I have never seen anything like it.
              Eran Gilboa wrote:
              > Hi all!
              > We are running WLS 5.1 sp7 on an NT box.
              > Our application consists of jsp pages with <jsp:include...>, servlets
              > and stateful/stateless beans. The only class that actually performs a
              > forward is a servlet that serves as a dispatcher. We are getting from
              > time to time an IllegalStateException - response has already been
              > commited exception. This phenomena is irregular and non reproducable.
              > Does anybody know if this has anything to do with a certain
              > configuration issue? Has anyone encountered a similar problem?
              > Is there a known workaround?
              >
              > Any help would be highly appreciated.
              >
              > Thanks,
              >
              > Eran Gilboa
              > SHORE Technologies
              

  • Java.lang.IllegalStateException: Response has already been committed

    We got this error message attached to the downloaded file after calling FileDownloadRenderer. Does any one know what this means? This error prevents the PDF file to be opened by the reader but it works fine if the file type is zip.
    Thanks,
    --Sining fang                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Gabrielle,
    Here is the stack dump. By the way, the FileDownloadRenderer() was called from an event handler, not from the pageBroker.
    Thanks,
    --Sining
    <PRE>java.lang.IllegalStateException: Response is already committed!
    <br>     void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse.setContentType(java.lang.String)
    <br>          EvermindHttpServletResponse.java:1027
    <br>     void oracle.cabo.ui.ServletRenderingContext.prepareResponse(java.lang.String, boolean)
    <br>     void oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(oracle.cabo.servlet.BajaContext, oracle.cabo.servlet.Page)
    <br>     void oracle.cabo.servlet.AbstractPageBroker.renderPage(oracle.cabo.servlet.BajaContext, oracle.cabo.servlet.Page)
    <br>     oracle.cabo.servlet.Page oracle.cabo.servlet.PageBrokerHandler.handleRequest(oracle.cabo.servlet.BajaContext)
    <br>     void oracle.cabo.servlet.UIXServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    <br>     void oracle.cabo.servlet.UIXServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    <br>     void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    <br>          HttpServlet.java:760
    <br>     void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    <br>          HttpServlet.java:853
    <br>     void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    <br>          ServletRequestDispatcher.java:721
    <br>     void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    <br>          ServletRequestDispatcher.java:306
    <br>     boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    <br>          HttpRequestHandler.java:767
    <br>     void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
    <br>          HttpRequestHandler.java:259
    <br>     void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run()
    <br>          HttpRequestHandler.java:106
    <br>     void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    <br>          PooledExecutor.java:803
    <br>     void java.lang.Thread.run()
    <br>          Thread.java:

  • Internal servlet error :response has already been commited

    Does anyone knows what this error message means and how to solve the problem ? ?

    Hi,
    I am using struts framework, I do have a module export to excel, where in some big Mb's of data can be exported to excel by a client. As part o the implementation I have an action which calls a DAO object. This DAO object dumbs the whole data to excel File. The action picks up this file and writes the whole thing to the ServletOutputStream. In the logs I am finding a Response Already commited exception
    " [6/22/06 6:24:09:830 EDT] 110d2e6a WebGroup E SRVE0026E: [Servlet Error]-[Cannot forward. Response already committed. &#40;Servlet 2.3, SRV 8.4&#41;]: javax.servlet.ServletException: Cannot forward. Response already committed. (Servlet 2.3, SRV 8.4)
    I fear this is causing memory leaks and eating up the whole CPU resources on the web-server, which is causing us to restart the JVM frequently.
    Can any one help me in fixing this issue.
    Thanks and Regards,
    Hari
    The code which downloads the excel file is :
    ========================================================
    private void downLoadTheExcelFile(String fileName, HttpServletResponse response) throws IOException {
    FileInputStream inputStream = new FileInputStream(fileName);
    boolean flag = true;
    response.setHeader("Content-Disposition", "attachment;filename=ECOMatrix.xls");
    response.setContentType("application/vnd.ms-excel");
    char c = '\u5000';
    ServletOutputStream servletOutputStream = response.getOutputStream();
    BufferedOutputStream bufferedOutputStream = new BufferedOutputStream(servletOutputStream);
    int abyte0 = 0;
    while ((abyte0=inputStream.read()) != -1) {
    bufferedOutputStream.write(abyte0);
    inputStream.close();
    bufferedOutputStream.flush();
    File file = new File(fileName);
    file.delete();
    /* /opt/httpd/logs/apps/ecom/ecom-9962/EcoMatrix1141911660345.xls */
    ========================================================

  • I am using XNET CAN on a PXI system. When I modify the can database I get the error "the interface has already been opened.."

    I have tried both building the XNET session from project explorer and by building a signal list in the VI.
    Any suggestions? Thanks in Advance.

    Thanks for the reply. I don't think I have any interface open. But to be sure, I rebooted everything - same result.
    Is there some step in the project config that I am failing to do? In the PXI systems I had before XNET, I had to setup some CAN configuration stuff in MAX to get it to work, but I don't see that option anymore with XNET.... 
    I have been sucessful in running XNET CAN VIs reading and writing the data from my database, but I stumble every time I add a signal or rename the database. 
    I made a simplified VI to illustrate, using a previously working database I now get the empty name message.(screen capture attached)
    This is connected to a working CAN link, and I can see these signals in MAX properly.  
    Thanks in advance for your assistance!
    Attachments:
    vi_issue1.jpg ‏136 KB

  • Response has already been committed

    can any tell me Y suchan exception occurs & solution
    its urgent Plz.
    Thanx

    Possible Situation:-
    If you are using function ConnectionObject.setCommit(false);
    and without making ConnectionObject.setCommit(true) if you try to redirect to some other page, it gives this error.
    Solution:-
    Before redirecting make sure you add this code
         ConnectionObject.setCommit(true);

  • SqlTransaction.Rollback() does not throw InvalidOperationException in case the transaction has already been rolled back.

    According to
    MSDN SqlTransaction.Rollback() method must throw InvalidOperationException in case the transaction has already been committed or rolled back. 
    However, in my tests I don't get any exceptions. Here is the code:
    CREATE PROCEDURE dbo.USP_TEST_TX_PROC
    AS
    BEGIN
    SELECT 1/0;
    ROLLBACK TRANSACTION;
    END
    GO
    using(SqlConnection con = new SqlConnection(@"Data Source=XXX;Initial Catalog=TestDB;Integrated Security=True"))
    con.Open();
    SqlTransaction tr = con.BeginTransaction();
    SqlCommand cmd = new SqlCommand("dbo.USP_TEST_TX_PROC", con, tr) { CommandType = CommandType.StoredProcedure};
    try
    cmd.ExecuteNonQuery();
    tr.Commit();
    catch (Exception ex)
    try
    tr.Rollback();
    catch (Exception ex2)
    Console.WriteLine(" Message: {0}", ex2.Message);
    What am I doing wrong?
    Thank you.
    Alexey

    Hello Alexey,
    I created a client side demo which could throw the InvalidOperationException:
    using (SqlConnection connection = new SqlConnection(@"Server=(localdb)\Projects;Database=DFDB;Trusted_Connection=True;"))
    connection.Open();
    SqlCommand command = connection.CreateCommand();
    SqlTransaction transaction;
    transaction = connection.BeginTransaction("SampleTransaction");
    command.Connection = connection;
    command.Transaction = transaction;
    try
    command.CommandText = "ProInsertIntoOrder 1,'1'";
    command.ExecuteNonQuery();
    transaction.Rollback();
    throw new Exception();
    catch (Exception ex)
    // Attempt to roll back the transaction.
    try
    transaction.Rollback();
    catch (InvalidOperationException ex2)
    Console.WriteLine("Rollback Exception Type: {0}", ex2.GetType());
    Console.WriteLine(" Message: {0}", ex2.Message);
    You could have a try. However, it is not clear why it could detect the ROLLBACK statement on the server side, I suggest that you could post this feedback to:
    https://connect.microsoft.com/VisualStudio/feedback/LoadSubmitFeedbackForm
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Response had already been committed

    hello,
    i have a struts application which saves a file to databse as BLOB. on click of alink this file has to be read from database and opened in browser. i do this by first reading from blob and write it to a file and then read it from the file and write to the response. i am able to read this file from databse and write it to a file on the physical drive. but i am not able to write the file in response so that it goes to browser.
    i get the following error.
    : java.lang.IllegalStateException: Response has already been committed.
    the code snippet to write to response is as follows.
    response.setContentType(oscDVO.getM_strContentType());
    response.setHeader("Content-Disposition","attachment;filename=\"" + oscDVO.getM_strFileName()+"\"");
    ServletOutputStream outputStream = response.getOutputStream();
    File file = new File("C:\\"+oscDVO.getM_strFileName());     FileInputStream fileInputStream = null;
    fileInputStream = new FileInputStream(file);
    BufferedInputStream bis=new BufferedInputStream(fileInputStream);
    int nByte = bis.read();
    boolean b=false;
    while(nByte != -1)
    outputStream.write(nByte);
    nByte = bis.read();
    i am in urgent need of solution. i hv searched on most of the forums but hv not got any solution. if anyone has ever implemented similar knd of functionality pls help.
    thanking in advance.

    thnkou for ur quick response.
    i tried closing the streams as well.
    but the problem persists.
    if i try to open a word document, the document opens properly, the same error of response committed ocurs but i think ms word truncates tthe error. but if i open the same doc file in any other editor, the error is displayed at the bottom of the correct data.
    but with very small text files of less than1 kb also , i get this error.

  • I purchased Creative Cloud through the Employee Purchase program. Had to reimage system. Need help reinstalling application. I have "redemption" code, but get error saying it has already been redeemed. Please advise.

    I purchased Creative Cloud through the Employee Purchase program. Had to reimage system. Need help reinstalling application. I have "redemption" code, but get error saying it has already been redeemed. Can you please advise how I go about getting my software reinstalled? If I was given the serial number when I redeemed, I don't have any record of it.
    Thank you,
    Starla

    Hi Starla Mehaffey,
    I would suggest you to sign in with your Adobe ID during installation and your product will automatically recognize your membership details.
    Refer this Link for any further assistance:- Redemption Code Help
    Hope that helps,
    Regards,
    Rahul Tyagi

  • Get this error: It appears that the feed has already been submitted

    I have a podcast named Thorborgs Talkshow.
    It was listed in iTunes but Feedburner changed URL's and now I just can't find my show and when i submit my URL:
    http://feeds.feedburner.com/thorborgstalkshow
    I get the: It appears that the feed has already been submitted
    What can I do?
    Cheers
    Martin

    iTunes knows your podcast only from the feed, not from anything else. If you try to submit from a new URL then iTunes sees this as a new podcast, and if it has the same name as an existing podcast then it will not permit it. There is a procedure for changing a feed's URL:
    http://www.apple.com/itunes/whatson/podcasts/specs.html#changing
    but it requires you to have access to the original feed in order to add a tag to it instructing iTunes to move to a new feed.
    You have only two alternatives: add this tag to the old feed - which knowing Feedburner is likely to be difficult if not impossible: or submit the new feed URL with a slightly changed Title.
    However I do think that Feedburner ought to explain to you what they've been playing at, and it does sound as if you may have legitimate grounds for protesting to them and asking them to sort it out - though I can't predict the likelihood of success in this.

  • APP-FND-01929: This responsibility has already been assigned to this user

    Dear All,
    While adding a new responsibility in the User Screen, I am getting the following Error:
    APP-FND-01929: This responsibility has already been assigned to this user. Please eneter a different responsibility.
    But in the list of responsibilities this particular responsibility is not added before..
    What will be the cause of this problem..
    How can I overcome this situation.. Please update...
    Many Thanks in advance.....

    Hi,
    As per your other thread, I believe you have restored couple of tables from your backup and this is not supported. In order to have everything running properly, then a full database restore should be done.
    Unable to login to application..
    Unable to login to application..
    Regards,
    Hussein

  • 'it appears the feed has already been submitted'

    'it appears the feed has already been submitted'
    Hi,
    Having problems with my podcast, it was deleted from itunes due to a fan of the podcast making a logo which was taken off another website (I didn't know this) so due to copyright.
    Have changed the logo and am trying to re-submit the podcast and getting the message above. I then asked my podcast host to change to rss feed to something different and it's still coming up with the same message. Can anybody help?

    The feed is fine. As your original podcast was apparently removed from the Store you have to re-sumbit as if it were a completely new podcast, at this URL. Unfortunately there is a bug in the automated part of the process which doesn't accept that a podcast has been removed, and if one is submitted with the same title you get the error message you see. I doubt that opening a new account with iTunes will help, though I suppose you could try.
    To complicate matters, there is a podcast in the Store called 'HouseNationUK Radio! Podcast', which I take it is nothing to do with you.
    If changing the title doesn't get you past this error message I can only refer you to iTunes Support, though I have to say they are usually rather unhelpful and will probably just send you a form message telling you how to submit a podcast (which you already know). To contact them go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

Maybe you are looking for

  • How can i use my purchased game in new apple id

    I purchased some apps by my apple id ,but unfotunately i have some problem that why i changed  another apple id in my device .after that i cant synchronise & run...how can i use those purchased apps in my different id?????

  • How to fill data in a table automatically

    Hello Experts, I would like to know if its possible to fill data in a table by looping. I have the following table: Draws( NUM NUMBER, START_DATE DATE NOT NULL, END_DATE DATE NOT NULL, ACTIVE CHAR(1 BYTE) DEFAULT 'Y') Now my table should contain the

  • Threading with connection pool

    Hi My application is an interface to ldap directory. I have not used any ldap open source api to retrieve data from ldap. I have written connection pool that will help the application to connect to the ldap. It's working fine, but it's creating threa

  • Black background in Itunes Store and help

    Hello, I have a problem with Itunes on this Windows Vista pc. I get a black background on the store and help, and was unable to change payment information due to unvissible black list for creditcard dates. The help just does not display text. I have

  • APPLY stream in ABORT state just for one error ?

    Hi, When there is an error, the APPLY process appears ABORT in the EM console, and I have to restart it after cleaning the errors. So, it means the APPLY process no longer run... My idea was that the errors would fill an error queue while other succe