startup « IceFaces « JSF Q&A





2. PersistentFaces Servlet doesn't startup with ICEfaces 1.8.1    icefaces.org

Hi, I have problems updating a running ICEfaces 1.7.2.SP2 application to 1.8.1. I start Tomcat 6.0.20 from within Eclipse. With 1.8.1, the startup doesnt't finish, the server is killed after timeout (2 minutes). The application also doesn't respond to requests, all requests are starving until server stop. This problem only occurs when I activate the Persistent Faces Servlet with the mapping ...

4. java.lang.IllegalStateException: getOutputStream() on startup    icefaces.org

I get the following exception (on IE6 & FF2) when I start the component showcase on JBoss-4.0.4 using icefaces 1.5.3. My ice faces app gets the same exception. Any idea why? 2007-04-18 08:38:00,207 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/component-showcase].[jsp]] Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.connector.Response.getWriter(Response.java:599) at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:195) at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:166) at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:158) at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:205) at ...

5. Initiate Managed Bean at Application Startup    icefaces.org

I want to initiate an application scope managed bean, when the Application is deployed in the server something like Servlet with some load-on-startup value or plug-in class in Struts. How it is possible to call a method of Application Scoped Managed Bean at the Application Startup and initialise its attributes? Plateform: JSF 1.2 with Facelets & Icefaces in WAS 6.1 server. ...

6. Suspected double startup of JSF    icefaces.org