2 Replies Latest reply on May 31, 2013 12:28 AM by herrmhol

    Deployment hangs on AWS instance while hibernate validator execution

    dmanibtech

      Hi,

       

      We have setup the JBoss 7.1.1 server on AWS (Linux).

      CPU: Intel Processor  8 Cores

      RAM: 8GB

      HardDisk:  2TB

      OS: 64-bit Linux (Ubuntu) latest version         

       

      Our application EAR setup is,

       

      MainEAR

      |

      |------------------- META-INF\persistence.xml [with two PUs]

      |

      |------------------- lib\CommonLibs

      |

      |------------------- MyModule1.war

      |

      |------------------ MyModule2.war

       

      While deploying it just hangs on the "hibernate validator" level. Note, no errors or exceptions are thrown.

       

      Our troubleshooting was,

      We have taken the JBoss Server folder (from AWS instance) for our diagnosis.

       

      We did the following iterations,

      • Deployed ear on Windows Server
      • Deployed ear on Windows Desktop
      • Deployed ear on Linux Dev machine

       

      All these deployments are smooth.

       

      No clues yet, below is the server log...

       

      ....

      ....

      INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-1) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory

      09:19:58,422 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-2) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory

      09:19:58,454 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-2) HHH000397: Using ASTQueryTranslatorFactory

      09:19:58,453 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-1) HHH000397: Using ASTQueryTranslatorFactory

      09:19:58,552 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-1) Hibernate Validator 4.2.0.Final

      ...

      ..

       

       

      Regards,

      Mani