2 Replies Latest reply on May 11, 2010 9:55 PM by thokuest

    url params start failing under small load?

    deanhiller2000

      We have an url param index that is required.  It is a simple url of


      page.xhtml?index=xxxx



      but it eventually fails with the following exception...


      2010-05-03 18:32:08,731 WARN  [org.jboss.seam.jsf.SeamPhaseListener] (http-0.0.0.0-8080-5) [player][session:AL5Q__][OP1255] uncaught exception, passing to exception handler
      javax.faces.validator.ValidatorException: 'index' parameter is required
              at org.jboss.seam.navigation.Param.addRequiredMessage(Param.java:289)
              at org.jboss.seam.navigation.Param.getStringValueFromRequest(Param.java:183)



      Any ideas on what is going on?  This happens randomly and we cannot reproduce it but we see it now and then in production causing problems.  unfortunately, we are losing money on these as the call is not verified for our customers so we can't bill them for these failures in our software.


      thanks,
      Dean