4 Replies Latest reply on Aug 25, 2014 11:43 AM by bleathem

    Bootstrap demo offline multiple times

    ppitonak

      Hi,

       

      our Bootstrap demo was offline mulitple times (15) in last 48 hours. Server logs contain huge amount of similar messages:

      2014/07/23 18:54:56,049 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http-/127.3.38.1:8080-9) Error Rendering View[/demo/basecss.xhtml]: java.lang.IllegalStateException: JBWEB000209: Session creation failed due to too many active sessions

      Quick googling suggests to change state saving method to client:


      <context-param>
         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
         <param-value>client</param-value>
      </context-param>
      

      What do you think?


      Regards,

      Pavol