You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by David <da...@gmail.com> on 2008/02/04 20:14:02 UTC

No serialized view found in session!

Hi,

We have found this error debugging an application: "No serialized view found
in server session!". Can anybody give us some information about why this
error would fire?

We found this error after switching from client state saving to server state
saving method, but we don't know if this is the only cause and we don´t
understand why this is happening. We are using myfaces 1.1.1


Thank you in advance.
_____________

2008-02-04-19.54.50.0569|StartupServletContextListener.initFaces(Ljavax/servlet/ServletContext;)V
(línea:80  )|ServletContext
'C:\bea\user_projects\domains\testdomain\myserver\stage\_appsdir_lince_war\lince.war'
initialized.
2008-02-04-19.54.50.0632|StartupServletContextListener.initFaces(Ljavax/servlet/ServletContext;)V
(línea:72  )|MyFaces already initialized
2008-02-04-19.54.50.0632|StartupServletContextListener.initFaces(Ljavax/servlet/ServletContext;)V
(línea:80  )|ServletContext
'C:\bea\user_projects\domains\testdomain\myserver\stage\_appsdir_lince_war\lince.war'
initialized.
2008-02-04-19.55.13.0694|FiltroSeguridad.setContextoUsuarioFromSession(Ljavax/servlet/ServletRequest;Ljavax/servlet/http/HttpSession;)V
(línea:95  )|recuperamos el usuario del directorio activo
2008-02-04-19.55.13.0772|LifecycleImpl.restoreView(Ljavax/faces/context/FacesContext;)Z
(línea:103 )|entering restoreView in
org.apache.myfaces.lifecycle.LifecycleImpl
2008-02-04-19.55.15.0663|JspStateManagerImpl.restoreTreeStructure(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;)Ljavax/faces/component/UIViewRoot;
(línea:160 )|No serialized view found in server session!
2008-02-04-19.55.15.0679|JspViewHandlerImpl.createView(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljavax/faces/component/UIViewRoot;
(línea:144 )|Created view /index.jsp
2008-02-04-19.55.15.0694|LifecycleImpl.shouldRenderResponse(Ljavax/faces/context/FacesContext;Ljava/lang/String;Z)Z
(línea:388 )|exiting from lifecycle.execute in restoreView because
getRenderResponse is true from one of the after listeners
2008-02-04-19.55.15.0694|LifecycleImpl.render(Ljavax/faces/context/FacesContext;)V
(línea:340 )|entering renderResponse in
org.apache.myfaces.lifecycle.LifecycleImpl
2008-02-04-19.55.15.0710|WebXmlParser.getFacesServletMappings()Ljava/util/List;
(línea:103 )|adding mapping for servlet + Faces Servlet urlpattern = *.faces
2008-02-04-19.55.15.0710|WebXmlParser.getFacesServletMappings()Ljava/util/List;
(línea:103 )|adding mapping for servlet + ServletDocument urlpattern =
/ServletDo