1 Reply Latest reply on Mar 29, 2012 3:57 PM by lightguard

    NoRowAvailableException renders intermittently

    richfaces_ahop

      I have a daemon process that issues a linux command every 30 secs to get a list of data partitions’ available and used bytes.  Ultimately, I save this information off to a database table.  From a web application standpoint, I have a web page that pulls the data from this table every 1 minute via an ajax refresh.  Unfortunately, sometimes I get a javax.faces.model.NoRowAvailableException.  Any thoughts?