1 Reply Latest reply on Jun 19, 2012 8:31 AM by stijnvp

    Deployment stopped with no exception in jboss 7

    stijnvp

      Hi all,

       

      I'm trying to deploy a Spring application on jboss 7, but deployment stopped with no reason. How can a "debug" my problem?

       

       

      10:44:56,458 INFO  [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /myapp

      10:44:56,458 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/myapp]] (MSC service thread 1-3) Destroying Spring FrameworkServlet 'myapp-remoting'

      10:44:56,458 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-3) Closing WebApplicationContext for namespace 'myapp-remoting-servlet': startup date [Tue Jun 19 10:44:52 CEST 2012]; parent: Root WebApplicationContext

      10:44:56,458 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-3) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10e14f: defining beans [/ValService,/PriceService,/SService,/CodeService, and many more ...

       

       

      10:44:56,473 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/mayapp]] (MSC service thread 1-3) Closing Spring root WebApplicationContext

      10:44:56,473 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-3) Closing Root WebApplicationContext: startup date

      [Tue Jun 19 10:43:54 CEST 2012]; root of context hierarchy

      10:44:56,489 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-3) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e6559e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,priceService, aService, BService, many more....

      -...

       

      10:44:56,583 INFO  [org.springframework.orm.hibernate3.LocalSessionFactoryBean] (MSC service thread 1-3) Closing Hibernate SessionFactory

      10:44:56,583 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,598 INFO  [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (MSC service thread 1-3) Closing JPA EntityManagerFactory for persistence unit 'tb-jpa'

      10:44:56,614 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,614 INFO  [org.hibernate.connection.DriverManagerConnectionProvider] (MSC service thread 1-3) cleaning up connection pool: jdbc:hsqldb:mem:tob

      10:44:56,630 INFO  [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (MSC service thread 1-3) Closing JPA EntityManagerFactory for persistence unit 'myapp-service-persistence-unit'

      10:44:56,630 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,645 INFO  [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (MSC service thread 1-3) Closing JPA EntityManagerFactory for persistence unit 'm-jpa'

      10:44:56,645 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,645 INFO  [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (MSC service thread 1-3) Closing JPA EntityManagerFactory for persistence unit 'tracingPU'

      10:44:56,661 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,661 INFO  [org.springframework.orm.hibernate3.LocalSessionFactoryBean] (MSC service thread 1-3) Closing Hibernate SessionFactory

      10:44:56,661 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,676 INFO  [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (MSC service thread 1-3) Closing JPA EntityManagerFactory for persistence unit 'receiver-jpa'

      10:44:56,676 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-3) closing

      10:44:56,692 INFO  [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] (MSC service thread 1-3) Shutting down EHCache CacheManager

      10:44:57,536 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment myapp-webapp-8.0.0-SNAPSHOT.war in 31899ms

      10:44:57,551 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment myapp-ear-8.0.0-SNAPSHOT.ear in 31906ms