Advertisement
chrisasl

erroneous_logout

Sep 6th, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. HTTP Status 500 - WebBeans context with scope type annotation @SessionScoped does not exist within current thread
  2.  
  3. type Exception report
  4.  
  5. message WebBeans context with scope type annotation @SessionScoped does not exist within current thread
  6.  
  7. description The server encountered an internal error that prevented it from fulfilling this request.
  8.  
  9. exception
  10.  
  11. javax.servlet.ServletException: WebBeans context with scope type annotation @SessionScoped does not exist within current thread
  12. javax.faces.webapp.FacesServlet.service(FacesServlet.java:659)
  13. org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  14. com.uoadi.security.AdminDirVisitorDeniedFilter.doFilter(AdminDirVisitorDeniedFilter.java:33)
  15. com.uoadi.security.AdminDirNotAdminDeniedFilter.doFilter(AdminDirNotAdminDeniedFilter.java:28)
  16. com.uoadi.security.AdminDirNotAdminDeniedFilter.doFilter(AdminDirNotAdminDeniedFilter.java:28)
  17. com.uoadi.security.AdminDirVisitorDeniedFilter.doFilter(AdminDirVisitorDeniedFilter.java:33)
  18.  
  19. root cause
  20.  
  21. javax.enterprise.context.ContextNotActiveException: WebBeans context with scope type annotation @SessionScoped does not exist within current thread
  22. org.apache.webbeans.container.BeanManagerImpl.getContext(BeanManagerImpl.java:330)
  23. org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.getContextualInstance(NormalScopedBeanInterceptorHandler.java:88)
  24. org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.get(NormalScopedBeanInterceptorHandler.java:70)
  25. org.omnifaces.cdi.viewscope.ViewScopeManager$$OwbNormalScopeProxy0.preDestroyView(org/omnifaces/cdi/viewscope/ViewScopeManager.java)
  26. org.omnifaces.application.ViewScopeEventListener.processEvent(ViewScopeEventListener.java:56)
  27. javax.faces.event.SystemEvent.processListener(SystemEvent.java:108)
  28. javax.faces.event.ComponentSystemEvent.processListener(ComponentSystemEvent.java:118)
  29. com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2190)
  30. com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2163)
  31. com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:296)
  32. com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:247)
  33. javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:726)
  34. javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:726)
  35. javax.faces.component.UIViewRoot$ViewMap.clear(UIViewRoot.java:1849)
  36. com.sun.faces.application.NavigationHandlerImpl.clearViewMapIfNecessary(NavigationHandlerImpl.java:432)
  37. com.sun.faces.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:249)
  38. com.sun.faces.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:183)
  39. com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:132)
  40. javax.faces.component.UICommand.broadcast(UICommand.java:315)
  41. javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790)
  42. javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282)
  43. com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
  44. com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
  45. com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198)
  46. javax.faces.webapp.FacesServlet.service(FacesServlet.java:646)
  47. org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  48. com.uoadi.security.AdminDirVisitorDeniedFilter.doFilter(AdminDirVisitorDeniedFilter.java:33)
  49. com.uoadi.security.AdminDirNotAdminDeniedFilter.doFilter(AdminDirNotAdminDeniedFilter.java:28)
  50. com.uoadi.security.AdminDirNotAdminDeniedFilter.doFilter(AdminDirNotAdminDeniedFilter.java:28)
  51. com.uoadi.security.AdminDirVisitorDeniedFilter.doFilter(AdminDirVisitorDeniedFilter.java:33)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement