0 Replies Latest reply on Apr 6, 2010 2:34 AM by fsportal

    javax.portlet.faces.BridgeUninitializedException: JSF Portlet bridge was not initialised before AJAX request

      Hi All,

       

      When we tried deploying the app in JBOSS clustered environment we are facing issue(s) like

       

      Back ground

       

      1.       1We are using Jboss Portal 4.3.0 CP4 , JSF 1.2 and Richfaces with Facelets along with Spring 2.0

      2.      2 Using Portlet Bridge(portletbridge-api-1.0.0.CR3.jar & portletbridge-impl-1.0.0.CR3.jar ) for communication b\w JSF and portlet

      3.      3 Extending portlet class javax.portlet.faces.GenericFacesPortlet (configuration is done in portlet.xml)

      4.      

      Issue(s) facing while deploying the app

       

      1.      1. Whenever user performs an action, we are seeing View Couldn’t be restored error in the log files and server is displaying 500 error page.

      2.     2.  In clustered environment we are getting “javax.faces.FacesException: No saved portlet window state for an id a7f0a648-f2a6-45ea-9c45-81b7e4784848:view:MyActionItemWindow”.

      3.      3. For Ajax requests, server is throwing “javax.portlet.faces.BridgeUninitializedException: JSF Portlet bridge was not initialized before AJAX request” error.

      4.     4.  If we set State Saving mechanisam value to Client, none of the command links & Command buttons inside datatable are working