Nitin Deshmukh schrieb:
> Hi All,
>
> I am using MyFaces1.1.5, Tomahawk 1.1.6, ajax4jsf1.1.1 on weblogic 8.1 sp6. 
> Users are sometimes getting NoSuchElementException. Following is the 
> StackTrace of the exception. StackTrace doesn't give any information 
> regarding where in the application is started and hence I am not able to 
> figure out what action might have caused it.
> Any help is appreciated.
>
> Thanks in advance,
> Nitin
>
> ======================================================
> java.util.NoSuchElementException
>       at java.util.AbstractList$Itr.next(AbstractList.java:426)
>       at 
> javax.faces.component._FacetsAndChildrenIterator.next(_FacetsAndChildrenIterator.java:56)
>       at 
> javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:604)
>       at 
> javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605)
>       at javax.faces.component.UIForm.processDecodes(UIForm.java:56)
>       at 
> javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605)
>       at 
> javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605)
>       at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:138)
>       at 
> org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53)
>       at 
> org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:256)
>       at 
> org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53)
>       at 
> org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191)
>   
I wonder if you have the same problem as someone else posting today. Do
your users happen to have multiple windows open at once, in which they
are doing simultaneous requests? Perhaps due to some automatic periodic
ajax request that is configured to execute in each page?

Regards,
Simon

Reply via email to