I'm running GlassFish 3.1.2.2 in fail-over cluster. Session replication is configured and works perfectly. Project is in JSF and PrimeFaces using extensive AJAX. The problem is when server fails-over to another node on AJAX call I'm getting the exception:
java.lang.IllegalStateException: Component ID j_idt311 has already been found in the view.
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:846)
at .....
Manually assigning IDs to every component on every page is impractical. Is there way to resolve the problem in more practical way? Thank you.