facebook

JSF Examples cannot be deployed to Tomcat servers

  1. MyEclipse Archived
  2.  > 
  3. Examples On-Demand
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #278050 Reply

    ernestz
    Member

    This message has not been recovered.

    #278345 Reply

    Greg
    Member

    This message has not been recovered.

    #278386 Reply

    ernestz
    Member

    This message has not been recovered.

    #279933 Reply

    yogeshchawla
    Member

    Hi,

    Does anybody know if the JSF examples can be created in a j2ee 4 project.

    Does Icefaces have any restriction that they only work with a jee 5 web project. i am checking out icefaces and wanted to know if it will be possbile to run this as a j2ee 4 web app !

    any replies will be greatly appreciated.

    thanks.

    #280002 Reply

    Greg
    Member

    Yeah you could recreate a MYEclipse Web Project (J2EE1.4) and then add JSF capabilities and then add ICEFaces capabilities to the project. The wizards will correctly detect and configure your project for J2EE1.4 support.

    #280009 Reply

    yogeshchawla
    Member

    Hi Greg,

    Thanks a lot for your reply.

    I ran the example given in the MyEclipse website for trying out the Iterator and pagination feature and I am running into problems. The example runs fine if I use JEE 5 but its giving errors when i use J2EE 1.4 for building my web project.

    I am running the example given in this location.

    http://www.myeclipseide.com/documentation/quickstarts/icefaces/#Adding

    It works fine if I dont use the data paginator code !!

    These are the errors which show up.

    Appreciate all your help !

    Dec 26, 2007 11:19:34 AM com.icesoft.faces.webapp.parser.Parser parse
    SEVERE: Failed to execute JSP lifecycle.
    javax.servlet.jsp.JspException: java.lang.IllegalArgumentException: could not find UIData referenced by attribute dataScroller@for = ‘customerDataTable’
    at com.icesoft.faces.component.datapaginator.DataPaginatorTag.doEndTag(DataPaginatorTag.java:405)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:203)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:134)
    at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:519)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
    at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:143)
    at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
    at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
    at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:46)
    at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
    at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
    at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
    at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
    at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:109)
    at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
    at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
    at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
    at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalArgumentException: could not find UIData referenced by attribute dataScroller@for = ‘customerDataTable’
    at com.icesoft.faces.component.datapaginator.DataPaginator.findUIData(DataPaginator.java:331)
    at com.icesoft.faces.component.datapaginator.DataPaginator.getUIData(DataPaginator.java:221)
    at com.icesoft.faces.component.datapaginator.DataPaginator.isModelResultSet(DataPaginator.java:1086)
    at com.icesoft.faces.component.datapaginator.DataPaginatorRenderer.encodeBegin(DataPaginatorRenderer.java:186)
    at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:675)
    at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:584)
    at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:536)
    at com.icesoft.faces.component.datapaginator.DataPaginatorTag.doEndTag(DataPaginatorTag.java:401)
    … 38 more
    Dec 26, 2007 11:19:34 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet Persistent Faces Servlet threw exception
    javax.faces.FacesException: Can’t parse stream for /MyJsp.jspx Failed to execute JSP lifecycle.
    at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:525)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
    at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:143)
    at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
    at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
    at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:46)
    at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
    at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
    at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
    at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
    at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:109)
    at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
    at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
    at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
    at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.faces.FacesException: Failed to execute JSP lifecycle.
    at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:140)
    at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:519)
    … 31 more
    Caused by: javax.servlet.jsp.JspException: java.lang.IllegalArgumentException: could not find UIData referenced by attribute dataScroller@for = ‘customerDataTable’
    at com.icesoft.faces.component.datapaginator.DataPaginatorTag.doEndTag(DataPaginatorTag.java:405)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:203)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:186)
    at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:134)
    … 32 more
    Caused by: java.lang.IllegalArgumentException: could not find UIData referenced by attribute dataScroller@for = ‘customerDataTable’
    at com.icesoft.faces.component.datapaginator.DataPaginator.findUIData(DataPaginator.java:331)
    at com.icesoft.faces.component.datapaginator.DataPaginator.getUIData(DataPaginator.java:221)
    at com.icesoft.faces.component.datapaginator.DataPaginator.isModelResultSet(DataPaginator.java:1086)
    at com.icesoft.faces.component.datapaginator.DataPaginatorRenderer.encodeBegin(DataPaginatorRenderer.java:186)
    at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:675)
    at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:584)
    at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:536)
    at com.icesoft.faces.component.datapaginator.DataPaginatorTag.doEndTag(DataPaginatorTag.java:401)
    … 38 more

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JSF Examples cannot be deployed to Tomcat servers

You must be logged in to post in the forum log in