1 Reply Latest reply on Apr 14, 2009 3:26 AM by illhan

    Seam seam-jee5-booking sample on aix and weblogic10.3

    illhan

      According to the reference,I build the seam-jee5-booking,on my laptop(weblogic10.3 sun-32bit.jdk1.6.05),the sample runs well.But I deploy the same ear package on my server(aix 6.1),the JDK's infomation as fellow:
      IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20080816_22093 (JIT enabled, AOT enabled)
      and the weblogic10.3 use the JDK, the starting process has been paused,but no exception has been found.The console shows message as fellow
      Apr 14, 2009 8:40:24 AM org.jboss.seam.init.Initialization init
      INFO: done initializing Seam
      Apr 14, 2009 8:40:24 AM org.jboss.seam.servlet.SeamFilter init
      INFO: Initializing filter: org.jboss.seam.web.hotDeployFilter
      Apr 14, 2009 8:40:24 AM org.jboss.seam.servlet.SeamFilter init
      INFO: Initializing filter: org.jboss.seam.web.ajax4jsfFilter
      Apr 14, 2009 8:40:24 AM org.ajax4jsf.cache.CacheManager getCacheFactory
      INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory.

      Anybody meet the similar problem?I guess the problem is caused by IBM's JDK.