Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » [/XYZ] The ELResolvers for JSF were not registered with the JSP container
[/XYZ] The ELResolvers for JSF were not registered with the JSP container [message #654295] Mon, 14 February 2011 23:46 Go to next message
Sam  is currently offline Sam Friend
Messages: 5
Registered: February 2011
Junior Member


Hello,


I added "pss:table" tags in a xhtml file, it causes runtime exception as shown below:

[14/02/11 17:22:35:124 EST] 00000018 SystemOut O ------------------ XYZ STARTUP (Mon Feb 14 17:22:35 EST 2011) -----------------

[14/02/11 17:22:35:296 EST] 00000018 lifecycle I JSF1027: [/XYZ] The ELResolvers for JSF were not registered with the JSP container.

[14/02/11 17:22:35:374 EST] 00000018 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet Faces Servlet in application XYZ_V1. Exception created : java.lang.NullPointerException
at com.sun.faces.lifecycle.RestoreViewPhase.notifyAfter(Restore ViewPhase.java:288)
at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreView Phase.java:110)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl. java:114)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:30 8)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servl etWrapper.java:1663)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servl etWrapper.java:1597)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(We bAppFilterChain.java:131)
at au.gov.ABCAust.nonpss.web.security.TAMFilter.doFilter(TAMFil ter.java:95)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilte r(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(We bAppFilterChain.java:116)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(W ebAppFilterChain.java:77)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter( WebAppFilterManager.java:908)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest (ServletWrapper.java:934)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest (ServletWrapper.java:502)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleReq uest(ServletWrapperImpl.java:179)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.j ava:3826)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGro up.java:276)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContai ner.java:931)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebCo ntainer.java:1583)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChanne lLink.java:186)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleD iscrimination(HttpInboundLink.java:445)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleN ewRequest(HttpInboundLink.java:504)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.process Request(HttpInboundLink.java:301)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(H ttpInboundLink.java:275)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback .sendToDiscriminators(NewConnectionInitialReadCallback.java: 214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback .complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.future Completed(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(Abstract AsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(As yncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:2 04)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(Result Handler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)


I think the pss:table component is not registered properly.

Any suggestion would be appreciated.

Thanks
Sam
Embarrassed
Re: [/XYZ] The ELResolvers for JSF were not registered with the JSP container [message #654703 is a reply to message #654295] Wed, 16 February 2011 18:37 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
This looks like a runtime issue from the stacktrace. Is there a designtime issue in WTP / JSF Tools that we need to address?
Previous Topic:Clean Build does not work
Next Topic:JavaServer Faces 2.0 facet
Goto Forum:
  


Current Time: Wed Apr 24 17:34:24 GMT 2024

Powered by FUDForum. Page generated in 0.03052 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top