3 Replies Latest reply on Sep 29, 2007 1:55 AM by imzxb

    richface startup problem!

    imzxb

      This is a very strange problem, when I deploy my richface projcet to
      IBM AIX os, I found that tomcat always suspend in richface project.
      below is the detail :

      Sep 27, 2007 11:34:37 PM org.apache.catalina.core.AprLifecycleListener init
      INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/zengxb/sdk/jre/lib/ppc:/home/zengxb/sdk/jre/lib/ppc/j9vm:/home/zengxb/sdk/jre/lib/ppc:/home/zengxb/sdk/jre/../lib/ppc:.:/home/zengxb/ob_run/lib:/data02/home/openboss/lib:/testdata2/bea/tuxedo8.0/lib:/software/bes/lib:/home/sybase/lib:/software/ora9i/product/9.2.0/lib32:/usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/dt/lib:.:/home/zengxb/ob_run/lib:/data02/home/openboss/lib:/testdata2/bea/tuxedo8.0/lib:/software/bes/lib:/home/sybase/lib:/software/ora9i/product/9.2.0/lib32:/usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/usr/lib
      Sep 27, 2007 11:34:37 PM org.apache.coyote.http11.Http11Protocol init
      INFO: Initializing Coyote HTTP/1.1 on http-8686
      Sep 27, 2007 11:34:37 PM org.apache.catalina.startup.Catalina load
      INFO: Initialization processed in 2525 ms
      Sep 27, 2007 11:34:37 PM org.apache.catalina.core.StandardService start
      INFO: Starting service Catalina
      Sep 27, 2007 11:34:37 PM org.apache.catalina.core.StandardEngine start
      INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
      Sep 27, 2007 11:34:40 PM com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/sysmgnt'
      Sep 27, 2007 11:34:44 PM com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/sysmgnt'
      Sep 27, 2007 11:34:44 PM org.ajax4jsf.cache.CacheManager getCacheFactory
      INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
      suspend in here


      My runtime environment is AIX5.2 + JDK6 + Tomcat6

      but, when I uncomment the blow code from web.xml, this problem will not exists!
      <context-param>
      <param-name>org.richfaces.SKIN</param-name>
      <param-value>blueSky</param-value>
      </context-param>


      what should I do ?