IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

async table: row not found: ty

  • 1.  async table: row not found: ty

    Posted Mon October 25, 2010 04:48 PM

    Hi,
    I have an AsyncTable. When the view containing the table is displayed in the browser I get in the MWS console the following lines:

    (jsf : WARN) [RID:303] - row not found: ty
    (jsf : WARN) [RID:303] - row not found: ty
    (jsf : WARN) [RID:303] - row not found: ty
    (jsf : WARN) [RID:303] - row not found: ty
    (jsf : WARN) [RID:303] - row not found: ty
    (jsf : WARN) [RID:303] - row not found: ty

    Has anyone encountered this problem?

    br,
    Vlad


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: async table: row not found: ty

    Posted Mon October 25, 2010 05:22 PM

    Hi,

    Did you set the “Row Java Type” field on the table’s provider?

    Cheers
    Bruno


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 3.  RE: async table: row not found: ty

    Posted Mon October 25, 2010 05:52 PM

    Hi Vlad,

    That was a known problem with the table control(s) in 7.x that was fixed for 8.x.

    You will see that message because the async table was submitting the table ‘empty’ message as a table row when it should not have been.

    Those warnings should be harmless and you can safely ignore them.

    Regards,
    Eric


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: async table: row not found: ty

    Posted Tue October 26, 2010 08:11 AM

    Hi Eric,

    The strange thing is that when the application is under high load (a few hundred users), the message is no longer:
    (jsf : WARN) [RID:303] - row not found: ty
    but:
    (jsf : WARN) [RID:303] - row not found: RoleXXX

    The table is used to display a list with roles (about 80). So if the users are working about 4-5 hours continuously I get a few [b]million  [/b]lines with this error in the log files. This is when the error is not harmless anymore.
    

    br,
    Vlad


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 5.  RE: async table: row not found: ty

    Posted Tue October 26, 2010 05:47 PM

    Well, that is a different scenario. “RowXXX” appears to be a real row id. I wouldn’t want to speculate on what might be causing that. You may want to open an SR to get someone to take a closer look at it.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 6.  RE: async table: row not found: ty

    Posted Wed September 25, 2013 02:25 PM

    I am getting the same warning message “row not found:” in wm 8.2 during implementing com.webMethods.caf.faces.data.object.SelectableListTableContentProvider.
    The asyc table becomes blank on the browser.

    Based on what had been discussed in this thread, it was fixd in wm 8. It still occurs in my case.

    Does anybody experience this? what could be a fix or workaround?

    Thanks,


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 7.  RE: async table: row not found: ty

    Posted Sun August 30, 2015 03:24 PM

    Hello,

    We have found that the message is logged in com.webMethods.caf.faces.component.table.html.DataTable.processValidators(FacesContext).

    Basically whenever an AsyncTable content is refreshed a request with it is sent to the server for eventual changes.

    Solution 1: Use suppressInputs.

    It’s description says that it should contain: “List of ids of controls for which to disable validation/update processing when handling an asynchronous request (comma separated).”. Unfortunately this is deprecated now.

    Solution 2: Use disjointForms
    “To restrict the controls that are submitted and processed when a control is refreshed, place the control inside of a DisjointForm control; only the controls in that disjoint form will be submitted and processed.”

    Hope it helps,
    Vlad Turian


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 8.  RE: async table: row not found: ty

    Posted Tue June 19, 2018 03:51 AM

    Hi All,

    One of the Cx got several “row not found” entries in MWS log. Cx is using 9.12 and receive this warning.

    2018-05-09 13:19:34 CEST (jsf:WARN) [qtp1978615214-14432] [RID:449571] - row not found: d456c5e8-153b-44e2-abb5-8c0cbbbb6c33
    2018-05-09 13:19:34 CEST (jsf:WARN) [qtp1978615214-14432] [RID:449571] - row not found: e3bff900-87a4-4d43-a057-d46f42579414
    2018-05-09 13:20:49 CEST (jsf:WARN) [qtp1978615214-14515] [RID:449616] - row not found: 41b09494-2f47-4030-9336-11222804d043
    2018-05-09 13:20:49 CEST (jsf:WARN) [qtp1978615214-14515] [RID:449616] - row not found: 9b0bc6a1-4a1b-403e-9497-07f6d67ea364
    2018-05-09 13:20:49 CEST (jsf:WARN) [qtp1978615214-14515] [RID:449616] - row not found: 357b4407-2a14-4026-99b6-854e6c016b89
    2018-05-09 13:20:49 CEST (jsf:WARN) [qtp1978615214-14515] [RID:449616] - row not found: 2e96f986-fbb1-4195-aa39-1e0dd3d9c89f

    As of Cx is not able to be sure if it got a business impact, because Cx does not know what’s the source of this error message.
    Cx’s expectation is, that we offers any kind of analysis tools/logs/settings for further analysis, to find the source of this message.

    Regards,
    Arun


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine