ContextEventRepeater « IceFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » IceFaces » ContextEventRepeater 

1. java.lang.ClassNotFoundException: com.icesoft.faces.util.event.servlet.ContextEventRepeater    stackoverflow.com

java.lang.ClassNotFoundException: com.icesoft.faces.util.event.servlet.ContextEventRepeater Please suggest I am trying to configure ICEFaces on Tomcat

4. ContextEventRepeater    icefaces.org

Hi I have a icefaces 1.8.2 and jsf 1.2 web application. When I deploy my application to tomcat 6 I get this error: Code: 2011-02-15 12:19:09,512 [http-8080-2] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/Precision] - Exception sending context initialized event to listener instance of class com.icesoft.faces.util.event.servlet.ContextEventRepeater java.lang.NullPointerException at com.icesoft.faces.util.event.servlet.ContextEventRepeater.contextInitialized(ContextEventRepeater.java:210) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:521) at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1359) at ...

5. ContextEventRepeater in ICEFACES 2    icefaces.org

Hi, I have found ContextEventRepeater(com.icesoft.faces.util.event.servlet.ContextEventRepeater) not being present in ICEFACES 2 build jars. It is in icefaces.jar (IceFaces 1.8 version). I tried searching but haven't found any relevant posts so posting here. Has this listener class been removed in Icefaces2 and replaced with something else? Without this listener class, my application doesn't gracefully shutdown when user session is expired. Any suggestions ...

6. ContextEventRepeater class not found error    icefaces.org

Philip: I selected "Enabled ICEfaces" from the application item's context menu. Edykory: I believe the process of "enabling" an application puts the necessary dependencies in the contexts lib directory, among other things. In fact, the complib related jars are in my app's /lib directory. That said, the class that tomcat is complaining about (com.icesoft.faces.util.event.servlet.ContextEventRepeater) doesn't appear to be in the app's ...

7. ContextEventRepeater    icefaces.org

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.