1 Reply Latest reply on Oct 14, 2015 4:43 AM by pcabras

    jboss-eap-6.3 cannot enable deployed .war from console

    pcabras

      Hi everyone,

       

      I'm new to this forum.

      I have some (big) trouble while attempting to enable a war successfully deployed on my jboss eap 6.3 from the web console.

      I have a camunda configuration (which is not the problem for sure), a couple of oracle PU managed by hibernate and 4 maven modules.

      Every time I try to enable my .war, it prepares successfully all declared beans and, when it reaches the oracle PUs it just freezes.

      I checked a lot of time all the configs from my standalone.xml, I also tried to increase the "deployment-timeout" property (to 1000 actually!!)  but it fails due to the delay in the enabling phase.

      I thought I was maybe using a corrupted .war but it works perfectly on other colleagues environment which have exactly the same configuration I have.

       

      Actually when it reaches the PUs it's like as it entered a loop.

      Also each time that happens I lose control on both the web console (even if the enabling fails "correctly" I am no longer able to undeploy the .war for example) and the standalone script:

      I can't neither kill the process with ctrl+C, I need to kill the JVM from task manager.

       

      And other .war just run.

       

      I think is something related to hibernate (I deal with oracle DBs through it ) but of course it's just an hypothesis.

      Below the console output:

       

       

      14:22:17,555 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: DÚmarrage des services pour le dÚploiement CDIá: hrmutations-web.war

      14:22:17,566 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) JBAS011402: DÚmarrage du service Persistence Unit 'hrmutations-web.war#pisa_pu'

      14:22:17,567 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [

              name: pisa_pu

              ...]

      14:22:17,572 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Lancement du service Weld pour le dÚploiement hrmutations-web.war

      14:22:17,687 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 60) JBAS011402: DÚmarrage du service Persistence Unit 'hrmutations-web.war#hrmutations_pu'

      14:22:17,688 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 60) HHH000204: Processing PersistenceUnitInfo [

              name: hrmutations_pu

              ...]

      14:22:17,790 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 58) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      14:22:17,882 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 60) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      14:22:18,030 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 60) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect

      14:22:18,030 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect

      14:22:18,164 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 58) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      14:22:18,165 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 60) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      14:22:18,169 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 60) HHH000397: Using ASTQueryTranslatorFactory

      14:22:18,167 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 58) HHH000397: Using ASTQueryTranslatorFactory

      14:22:18,238 INFO  [org.hibernate.cache.spi.UpdateTimestampsCache] (ServerService Thread Pool -- 60) HHH000250: Starting update timestamps cache at region: hrmutations-web.war#hrmutations_pu.org.hibernate.cache.spi.UpdateTimestampsCache

      14:22:18,243 INFO  [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 60) ISPN000128: Infinispan version: Infinispan 'Delirium' 5.2.10.Final

      14:22:18,422 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 60) ISPN000031: MBeans were successfully registered to the platform MBean server.

      14:22:18,424 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) JBAS010281: Cache hrmutations-web.war#hrmutations_pu.org.hibernate.cache.spi.UpdateTimestampsCache dÚmarrÚ depuis le conteneur hibernate

      14:22:18,436 INFO  [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 60) HHH000248: Starting query cache at region: hrmutations-web.war#hrmutations_pu.org.hibernate.cache.internal.StandardQueryCache

      14:22:18,442 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 60) ISPN000031: MBeans were successfully registered to the platform MBean server.

      14:22:18,443 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) JBAS010281: Cache hrmutations-web.war#hrmutations_pu.org.hibernate.cache.internal.StandardQueryCache dÚmarrÚ depuis le conteneur hibernate

       

       

       

      I don't know how to proceed for investigating.

      Any idea/advice?

       

      Thanks