Guest User

Untitled

a guest
Dec 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <error-page>
  2. <exception-type>javax.faces.application.ViewExpiredException</exception-type>
  3. <location>sessionex.xhtml</location>
  4. </error-page>
  5.  
  6. <error-page>
  7. <error-code>500</error-code>
  8. <location>onerror.xhtml</location>
  9. </error-page>
  10.  
  11. 2018-12-12 18:11:58,934 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /foobar/index.xhtml: javax.servlet.ServletException: viewId:/index.xhtml - ...
  12. at javax.faces.api//javax.faces.webapp.FacesServlet.service(FacesServlet.java:683)
  13. ...
  14. Caused by: javax.faces.application.ViewExpiredException: viewId:/index.xhtml - ...
  15. at com.sun.jsf-impl//com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:218)
  16. at com.sun.jsf-impl//com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  17. at com.sun.jsf-impl//com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:133)
  18. at com.sun.jsf-impl//com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:201)
  19. at javax.faces.api//javax.faces.webapp.FacesServlet.service(FacesServlet.java:670)
  20. ...
  21.  
  22. <error-page>
  23. <exception-type>javax.servlet.ServletException</exception-type>
  24. <location>onerror.xhtml</location>
  25. </error-page>
Add Comment
Please, Sign In to add comment