0 Replies Latest reply on Feb 2, 2014 4:53 PM by rajkumar76

    JBOSS 7.1.1 Final stopping automatically on Ubuntu 13.04

    rajkumar76

      Hi,

       

      I am new to JBOSS and  facing an issue on JBOSS 7.1.1. Final on Ubuntu 13.04. JBOSS Stopping automatically after 10-15 mins after start of JBOSS.

      See attached server.log, boot.log, standalone.xml, standalone.conf and standalone.sh files. Also attached jboss_output.txt file whole jboss start output.

      Can someone please tell me what is wrong here due to which JBOSS stopped automatically?

       

      boot.log:

      ========

      root@server:/usr/local/share/jboss/standalone/log# tail -f boot.log

      15:02:08,570 INFO  [org.hibernate.impl.SessionFactoryImpl] closing

      15:02:09,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/]] Closing Spring root WebApplicationContext

      15:02:09,865 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] Closing Root WebApplicationContext: startup date [Sun Feb 02 12:49:14 EST 2014]; root of context hierarchy

      15:02:09,872 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5940dc0f: defining beans [usersDaoImpl,loginServiceImpl,userDetailsService,loginController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,viewResolver,propertyConfigurer,dataSource,sessionFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,transactionManager,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.DefaultSecurityFilterChain#0,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.PortResolverImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#1,daoAuthenticationProvider,authenticationManager,org.springframework.security.authentication.dao.DaoAuthenticationProvider#0,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy

      15:02:09,935 INFO  [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] Closing Hibernate SessionFactory

      15:02:09,939 INFO  [org.hibernate.impl.SessionFactoryImpl] closing

      15:02:09,979 INFO  [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService

      15:02:09,982 INFO  [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager

      15:02:11,093 INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment ROOT.war in 2907ms

      15:02:11,100 INFO  [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 2913ms

       

      ==========

      server.log:

      ==========

      14:59:37,717 INFO  [stdout] (http--162.212.130.164-8080-2) Hibernate: select roles0_.user_id as user1_1_, roles0_.role_id as role2_1_, role1_.id as id6_0_, role1_.roleName as roleName6_0_ from UsersAndRoles roles0_ left outer join role role1_ on roles0_.role_id=role1_.id where roles0_.user_id=?

      15:02:08,194 INFO  [org.jboss.as.osgi] (MSC service thread 1-10) JBAS011942: Stopping OSGi Framework

       

       

       

      Here are initial output when JBOSS start:

      =================================

      root@server:/usr/local/share/jboss/bin# ./standalone.sh &

      =========================================================================

       

        JBoss Bootstrap Environment

       

        JBOSS_HOME: /usr/local/share/jboss

       

        JAVA: /usr/local/java/jre1.7.0_45/bin/java

       

        JAVA_OPTS:  -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx4096m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

       

       

      =========================================================================

       

       

      16:06:32,117 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA

      16:06:41,732 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA

      16:06:42,288 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      16:06:58,475 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)

      16:06:58,573 INFO  [org.xnio] XNIO Version 3.0.3.GA

      16:06:58,586 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA

      16:06:58,729 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA

      16:06:58,865 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

      16:06:58,872 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 40) JBAS016200: Activating ConfigAdmin Subsystem

      16:06:58,888 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 53) JBAS011940: Activating OSGi Subsystem

      16:06:58,894 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 58) JBAS013101: Activating Security Subsystem

      16:06:58,892 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 52) JBAS011800: Activating Naming Subsystem

      16:06:58,893 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) JBAS015537: Activating WebServices Extension

      16:06:58,907 INFO  [org.jboss.as.security] (MSC service thread 1-16) JBAS013100: Current PicketBox version=4.0.7.Final

      16:06:58,948 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 45) JBAS010280: Activating Infinispan subsystem.

      16:06:58,979 INFO  [org.jboss.as.connector] (MSC service thread 1-9) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

      16:06:59,305 INFO  [org.jboss.as.naming] (MSC service thread 1-13) JBAS011802: Starting Naming Service

      16:06:59,310 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-13) JBAS015400: Bound mail session [java:jboss/mail/Default]

      16:06:59,701 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      16:06:59,918 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http--162.212.130.164-8080

      16:07:01,315 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      16:07:01,342 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-13) JBoss Web Services - Stack CXF Server 4.0.2.GA

      16:07:02,407 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-9) JBAS015012: Started FileSystemDeploymentService for directory /usr/local/share/jboss/standalone/deployments

      16:07:02,412 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on /162.212.130.164:9999

      16:07:02,412 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /162.212.130.164:4447