Bootstrap demo offline multiple times

Pavol Pitonak richfaces-dev at lists.jboss.org
Thu Jul 24 04:49:30 EDT 2014


Hi,

our Bootstrap demo was offline mulitple times (15) in last 48 hours. Server logs contain huge amount of similar messages:
{quote:modifiedtitle=true|class=jive_text_macro jive_macro_quote}
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
{quote}
Quick googling suggests to change state saving method to client:


{code:jivemacro_uid=_14061917399103241|class=jive_text_macro jive_macro_code _jivemacro_uid_14061917399103241}
<context-param>
   <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
   <param-value>client</param-value>
</context-param>
{code}
What do you think?


Regards,
Pavol


Posted by forums
Original post: https://community.jboss.org/message/882176#882176



More information about the richfaces-dev mailing list