3 Replies Latest reply on Aug 24, 2010 3:30 PM by zenithamit

    Application deployment stuck

    zenithamit

      I am migrating a Seam 1.2.1 application to Seam 2.2.0GA . The logs show that the EJB's are deploying properly but the deployment gets stuck while deploying the actual application. I can see in my task-manager that the jboss process is eating up all the cpu but still it does move ahead. Following logs messages should make things clear.



      2010-08-06 11:24:09,327 INFO  [o2010-08-06 11:24:09,327 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (HDScanner) Starting jboss.j2ee:ear=BRN.ear,jar=BRN.jar,name=PlatformExperimentalFactorsBean,service=EJB3
      2010-08-06 11:24:09,328 INFO  [org.jboss.ejb3.EJBContainer] (HDScanner) STARTED EJB: gov.nih.nci.brn.beans.PlatformExperimentalFactorsBean ejbName: PlatformExperimentalFactorsBean
      2010-08-06 11:24:09,341 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (HDScanner) Binding the following Entries in Global JNDI:
      
           BRN/PlatformExperimentalFactorsBean/local - EJB3.x Default Local Business Interface
           BRN/PlatformExperimentalFactorsBean/local-gov.nih.nci.brn.PlatformExperimentalFactors - EJB3.x Local Business Interface
      
      2010-08-06 11:24:09,583 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (HDScanner) Starting jboss.j2ee:ear=BRN.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
      2010-08-06 11:24:09,584 INFO  [org.jboss.ejb3.EJBContainer] (HDScanner) STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
      2010-08-06 11:24:09,595 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (HDScanner) Binding the following Entries in Global JNDI:
      
           BRN/TimerServiceDispatcher/local - EJB3.x Default Local Business Interface
           BRN/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher - EJB3.x Local Business Interface
      
      2010-08-06 11:24:09,639 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (HDScanner) Starting jboss.j2ee:ear=BRN.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
      2010-08-06 11:24:09,639 INFO  [org.jboss.ejb3.EJBContainer] (HDScanner) STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
      2010-08-06 11:24:09,652 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (HDScanner) Binding the following Entries in Global JNDI:
      
           BRN/EjbSynchronizations/local - EJB3.x Default Local Business Interface
           BRN/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations - EJB3.x Local Business Interface
      
      2010-08-06 11:24:14,210 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/BRN
      



      Any ideas why the deployment never moves ahead?


      Thanks in advance