0 Replies Latest reply on Aug 7, 2009 5:38 AM by dejanmr

    Portlet does not work after node in cluster has restarted -

      Cluster configuration, worked fine. After one node of the cluster was restarted, one of the portlets does not work. Everything else seems to work fine.

      Root cause seem to be:

      javax.faces.FacesException: java.lang.IllegalStateException: The window output stream used


      Trace begins with the following, and is very long:

      Cause: javax.portlet.PortletException: Error process faces request
      Message: Error process faces request
      StackTrace:
      javax.portlet.PortletException: Error process faces request
       at
      javax.portlet.faces.GenericFacesPortlet.doFacesDispatch(GenericFacesPortlet.java:165)
       at
      javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:136)
       at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
       at
      javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:117)
       at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
       at
      org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483)
       at
      org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405)
       at
      org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86)
       at
      org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
       at
      org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeRequired$aop(TransactionInterceptor.java:106)
       at
      org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_9103964459766407072.invokeNext(TransactionInterceptor$invokeRequired_9103964459766407072.java)
       at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
       at
      org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
       at
      org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_9103964459766407072.invokeNext(TransactionInterceptor$invokeRequired_9103964459766407072.java)
       at
      
      ...
      



      Any hint what might have gone wrong?