2 Replies Latest reply on Sep 22, 2011 1:59 AM by ramkumargupta_au

    RichFaces 3.2.0 - Tomcat Server hangs during Startup.

    ramkumargupta_au

      Hi,

       

      I am using RichFaces 3.2.0 on Tomcat 7.

      My applicaion runs fine on Windows Desktop.

       

      But When i migrated my application to Linux machine.

      Tomcat server hangs with out any error message.

       

      Below is th log

       

      19-Sep-2011 15:24:15 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 java.library.path: /usr/java/jre1.6.0_32/lib/i386:/usr/java/jre1.6.0_32/bin:/usr/java/jre1.6.0_32/javaws:/usr/java/jre1.6.0_32/lib:/usr/java/jdk1.6.0_25/demo/jvmti/gctest/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/heapTracker/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/heapViewer/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/minst/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/mtrace/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/versionCheck/lib/:/usr/java/jdk1.6.0_25/demo/jvmti/waiters/lib/:/usr/java/jdk1.6.0_25/jre/lib/amd64/:/usr/java/jdk1.6.0_25/jre/lib/amd64/headless/:/usr/java/jdk1.6.0_25/jre/lib/amd64/jli/:/usr/java/jdk1.6.0_25/jre/lib/amd64/motif21/:/usr/java/jdk1.6.0_25/jre/lib/amd64/native_threads/:/usr/java/jdk1.6.0_25/jre/lib/amd64/server/:/usr/java/jdk1.6.0_25/jre/lib/amd64/xawt/:/usr/java/jdk1.6.0_25/lib/visualvm/profiler/lib/deployed/jdk15/linux-amd64/:/usr/java/jdk1.6.0_25/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/:/usr/lib
      19-Sep-2011 15:24:15 org.apache.coyote.AbstractProtocol init
      INFO: Initializing ProtocolHandler ["http-bio-8002"]
      19-Sep-2011 15:24:15 org.apache.coyote.AbstractProtocol init
      INFO: Initializing ProtocolHandler ["ajp-bio-8011"]
      19-Sep-2011 15:24:15 org.apache.catalina.startup.Catalina load
      INFO: Initialization processed in 817 ms
      19-Sep-2011 15:24:15 org.apache.catalina.core.StandardService startInternal
      INFO: Starting service Catalina
      19-Sep-2011 15:24:15 org.apache.catalina.core.StandardEngine startInternal
      INFO: Starting Servlet Engine: Apache Tomcat/7.0.16
      19-Sep-2011 15:24:15 org.apache.catalina.startup.HostConfig deployDirectory
      INFO: Deploying web application directory ROOT
      19-Sep-2011 15:24:15 org.apache.catalina.startup.HostConfig deployDirectory
      INFO: Deploying web application directory FMCMedicare
      19-Sep-2011 15:24:16 org.apache.catalina.startup.TaglibUriRule body
      INFO: TLD skipped. URI:
      http://java.sun.com/jsf/html
      is already defined
      19-Sep-2011 15:24:16 org.apache.catalina.startup.TaglibUriRule body
      INFO: TLD skipped. URI: http://java.sun.com/jsf/core is already defined
      19-Sep-2011 15:24:16 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.
      19-Sep-2011 15:24:16 com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Mojarra (1.2_08-b06-FCS) for context '/FMCMedicare'
      19-Sep-2011 15:24:16 com.sun.faces.spi.InjectionProviderFactory createInstance
      INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
      19-Sep-2011 15:24:17 org.ajax4jsf.cache.CacheManager getCacheFactory
      INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory

       

      There Server Hangs indefinitely after this step.

       

      The Same setup runs fine in windows machine.

      This is the fist time i am using Richfaces and Any help will be greatly appreciated