1. Problem while running under Jetty icefaces.orgHi, I develop a Web application with ICEfaces 1.7.1 for NetBeans 6.1. I created some pages and link them with navigation-rules. All runs fine under Tomcat 6. But if I deploy this application on a Jetty 6 and use one of the ice:commandLink the app throws this Exception: java.lang.UnsupportedOperationException at javax.faces.context.ExternalContext.setRequestCharacterEncoding(ExternalContext.java:397) at javax.faces.application.ViewHandler.initView(ViewHandler.java:259) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:208) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:17) at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.renderCycle(ReceiveSendUpdates.java:54) ... |
2. jetty + 1.8, async mode does not work, fix done icefaces.org |
3. Jetty 6 + Continuations icefaces.org |
4. using ICE faces on jetty webserver icefaces.org |
5. How to run 1.6.0-DR2 at jetty 6 icefaces.org |
6. Icefaces 1.6.1 and Jetty 6.1.4 issues icefaces.org |
7. icefaces1.6.1 and Jetty 6.1.4 component-showcase.war icefaces.orgJust took the icefaces1.6.1 component-showcase.war file and deployed in jetty 6.1.4.I get the following errors when I access the showcase.jspx.Any help? javax.faces.FacesException: Can't parse stream for /showcase.jspx loader constraints violated when linking javax/el/ELContext class 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:107) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:268) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137) 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.ContinuationAdaptingServlet$ContinuationRequestResponse.respondWith(ContinuationAdaptingServlet.java:47) 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.ContinuationAdaptingServlet.service(ContinuationAdaptingServlet.java:27) at ... |
8. Session Timeout the first time on Jetty icefaces.orgHi, When I deploy my war into a jetty server ( tested on v.5.1.14 and 6.1.6rc0 ) then the first time I browse it I receive this error in my browser: HTTP ERROR: 500 Session timeout elapsed. RequestURI=/Console/index.iface Caused by: com.icesoft.faces.webapp.xmlhttp.SessionExpiredException: Session timeout elapsed. at com.icesoft.faces.webapp.xmlhttp.ContinuationResponseState.(ContinuationResponseState.java:74) at com.icesoft.faces.webapp.xmlhttp.ResponseStateManager.createState(ResponseStateManager.java:137) at com.icesoft.faces.webapp.xmlhttp.ResponseStateManager.getState(ResponseStateManager.java:156) at com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet.service(PersistentFacesServlet.java:387) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at ... |
9. Icefaces 1.7 Beta1 with Jetty 6.1.4 - Ajax Push issue icefaces.org |
10. icefaces with jetty icefaces.org |