0 Replies Latest reply on Oct 13, 2008 4:34 PM by anumolu

    null MessageFactory

    anumolu

      I get the following error while upgrading the project to use latest verion of JSF libs, Richface libs, etc.
      I am running this App on Tomcat 6.
      More over when I open the page form the browser, IE 7 shows the processing image, but nothing dispays, and in Firefox I see a Redirect Loop error.

      Can some one help, what this might be, and how to square this off.

      Oct 13, 2008 3:43:04 PM org.apache.catalina.core.AprLifecycleListener init
      INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the Oct 13, 2008 3:43:04 PM org.apache.coyote.http11.Http11Protocol init
      INFO: Initializing Coyote HTTP/1.1 on http-8080
      Oct 13, 2008 3:43:04 PM org.apache.catalina.startup.Catalina load
      INFO: Initialization processed in 904 ms
      Oct 13, 2008 3:43:05 PM org.apache.catalina.core.StandardService start
      INFO: Starting service Catalina
      Oct 13, 2008 3:43:05 PM org.apache.catalina.core.StandardEngine start
      INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
      Oct 13, 2008 3:43:08 PM org.apache.catalina.core.StandardContext addApplicationListener
      INFO: The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
      Oct 13, 2008 3:43:09 PM com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Mojarra (1.2_08-b06-FCS) for context '/MyApp'
      Oct 13, 2008 3:43:09 PM com.sun.faces.config.ConfigureListener contextInitialized
      WARNING: JSF1059: WARNING! The com.sun.faces.verifyObjects feature is to aid developers not using tools. It shouldn''t be enabled if using an IDE, or if this application is being deployed for production as it will impact application start times.
      Oct 13, 2008 3:43:14 PM com.sun.faces.mgbean.BeanManager preProcessBean
      SEVERE: null MessageFactory
      - null MessageFactory
      Oct 13, 2008 3:43:15 PM com.sun.faces.mgbean.BeanManager preProcessBean
      SEVERE: null MessageFactory
      - null MessageFactory

      Oct 13, 2008 3:43:30 PM org.apache.coyote.http11.Http11Protocol start
      INFO: Starting Coyote HTTP/1.1 on http-8080
      Oct 13, 2008 3:43:31 PM org.apache.jk.common.ChannelSocket init
      INFO: JK: ajp13 listening on /0.0.0.0:8009
      Oct 13, 2008 3:43:31 PM org.apache.jk.server.JkMain start
      INFO: Jk running ID=0 time=0/91 config=null
      Oct 13, 2008 3:43:31 PM org.apache.catalina.startup.Catalina start
      INFO: Server startup in 26308 ms