1 Reply Latest reply on Nov 27, 2012 7:35 AM by nickarls

    Clarification on JBoss AS 7.1 'services'

      Hi All,

       

      I am trying to deploy an application from an EAR. I have taken a sample of my error trace as shown below for understanding on what does 'services' in the below trace mean? Where does the JBoss AS 7.1 pick up the count of services, and how does it say failed or missing dependencies

       

       

      04:17:57,535 ERROR [org.jboss.as153] JBAS015875: JBoss AS 7.1.0.Final "Thunder" started (with errors) in 19139ms - Started 132 of 208 services (4 services failed or missing dependencies, 70 services are passive or on-demand)

       

      Thanks

        • 1. Re: Clarification on JBoss AS 7.1 'services'
          nickarls

          You'll have to look for the original errors earlier in the log (e.g. references to datasources not found in the AS)

          Not sure what exactly what counts as a service but there are the AS-provided services and deployed stuff such as EJB also count as services etc.