0 Replies Latest reply on Jun 1, 2015 5:20 AM by sivaprasad9394

    Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

    sivaprasad9394

      Hi,

       

      I am getting the below error while starting the Jboss Eap 6.2 server.

      Error:

      Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

      Migrating Technology:

      Richfaces: 4.5.5

      Seam:2.2.3

      JSF:2.1

      Server:Jboss Eap 6.2

       

      Due to error in,

      A bug in Mojarra (JAVASERVERFACES-3157) affects the ExtendedPartialViewContext in RichFaces 4.5. As such we’ve implemented a check that you are running a patched version of Mojarra ≥ 2.1.28 or ≥ 2.2.6.

      I have downloaded,

      jsf-api-2.1.28.jar

      jsf-impl-2.1.28.jar

      Placed the jars inside the below folder and configurations,

       

      jboss-eap-6.2\modules\system\layers\base\javax\faces\api\2 - jsf-api-2.1.28.jar,module.xml

      <module xmlns="urn:jboss:module:1.1" name="javax.faces.api" slot="2">

          <dependencies>

              <module name="javax.el.api" export="true"/>

              <module name="javax.servlet.api" export="true"/>

              <module name="javax.servlet.jsp.api" export="true"/>

              <module name="javax.servlet.jstl.api" export="true"/>

              <module name="javax.validation.api" export="true"/>       

          </dependencies>

       

          <resources>

              <resource-root path="jsf-api-2.1.28.jar"/>

              <!-- Insert resources here -->

          </resources>

      </module>

      jboss-eap-6.2\modules\system\layers\base\com\sun\jsf-impl\2 - jsf-api-2.1.28.jar,module.xml

      <module xmlns="urn:jboss:module:1.1" name="com.sun.jsf-impl" slot="2">

          <properties>

              <property name="jboss.api" value="private"/>

          </properties>

       

          <dependencies>

              <module name="javax.faces.api" slot="2"/>

              <module name="javaee.api"/>

              <module name="javax.servlet.jstl.api"/>

              <module name="org.apache.xerces" services="import"/>

              <module name="org.apache.xalan" services="import"/>

          </dependencies>

       

          <resources>

              <resource-root path="jsf-impl-2.1.28.jar"/>

              <!-- Insert resources here -->

          </resources>

      </module>

      jboss-deployment-structure.xml

      <jboss-deployment-structure>

          <deployment>

              <exclusions>          

                     <module name="org.hibernate.validator" slot="main" />           

                  <module name="javax.faces.api" slot="main" />

                  <module name="com.sun.jsf-impl" slot="main" />

                  <module name="javax.faces.api" slot="1.2" />

                  <module name="com.sun.jsf-impl" slot="1.2" />        

              </exclusions>

              <dependencies>

                  <module name="org.apache.commons.logging" />

                  <module name="org.apache.commons.collections" />

                  <module name="org.apache.log4j" />

                  <module name="org.dom4j" />           

                  <module name="javax.faces.api" slot="2" />

                  <module name="com.sun.jsf-impl" slot="2" />           

                     <module name="org.hibernate.validator" slot="2" />              

                  <system>

                      <paths>

                          <path name="sun/net/util" />

                      </paths>

                  </system>

              </dependencies>

          </deployment>

      </jboss-deployment-structure>

       

      1:06:14,785 INFO  [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018210: Register web context: /SimpleReporting

      11:06:14,897 INFO  [org.apache.catalina.core] (ServerService Thread Pool -- 54) JBWEB001093: The listener com.sun.faces.config.ConfigureListener is already configured for this context, the duplicate definition has been ignored

      11:06:14,901 INFO  [org.richfaces.log.Webapp] (ServerService Thread Pool -- 54) Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'

      11:06:14,931 INFO  [javax.servlet.ServletContextListener] (ServerService Thread Pool -- 54) Welcome to Seam 2.3.2-SNAPSHOT

      11:06:16,296 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) reading /WEB-INF/components.xml

      11:06:16,403 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) reading properties from: /seam.properties

      11:06:16,427 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init

      11:06:16,438 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.security.identity

      11:06:16,439 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.manager

      11:06:16,439 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection

      11:06:16,439 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations

      11:06:16,440 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.parameters

      11:06:16,440 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.expressions

      11:06:16,441 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader

      11:06:16,441 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider

      11:06:16,441 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      11:06:16,441 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal

      11:06:16,442 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      11:06:16,442 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole

      11:06:16,516 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: cache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider

      11:06:16,518 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.authenticator, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.Authenticator

      11:06:16,551 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.ivUserAuthenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.IvUserAuthenticationFilter

      11:06:16,561 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.roleManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.RoleManager

      11:06:16,567 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.userManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.UserManager

      11:06:16,575 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.wamDistinctionFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.WamDistinctionFilter

      11:06:16,581 WARN  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component class should be serializable: dbClean

      11:06:16,581 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: dbClean, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.DatabaseClean

      11:06:16,589 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext

      11:06:16,591 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler

      11:06:16,592 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher

      11:06:16,608 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha

      11:06:16,614 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage

      11:06:16,616 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator

      11:06:16,624 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts

      11:06:16,626 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation

      11:06:16,629 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries

      11:06:16,632 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList

      11:06:16,633 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation

      11:06:16,636 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack

      11:06:16,639 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events

      11:06:16,641 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions

      11:06:16,642 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator

      11:06:16,643 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale

      11:06:16,646 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager

      11:06:16,650 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle

      11:06:16,652 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader

      11:06:16,654 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators

      11:06:16,655 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts

      11:06:16,659 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector

      11:06:16,666 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf2.DebugRedirect

      11:06:16,668 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore

      11:06:16,672 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache

      11:06:16,676 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory

      11:06:16,680 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter

      11:06:16,683 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions

      11:06:16,692 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels

      11:06:16,695 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter

      11:06:16,700 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext

      11:06:16,701 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage

      11:06:16,704 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError

      11:06:16,705 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect

      11:06:16,707 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer

      11:06:16,708 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher

      11:06:16,709 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent

      11:06:16,710 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation

      11:06:16,711 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate

      11:06:16,716 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime

      11:06:16,721 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime

      11:06:16,728 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image

      11:06:16,732 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector

      11:06:16,734 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages

      11:06:16,741 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages

      11:06:16,745 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone

      11:06:16,746 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector

      11:06:16,750 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones

      11:06:16,756 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.jmx.jbossClusterMonitor, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.jmx.JBossClusterMonitor

      11:06:16,762 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession

      11:06:16,768 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages

      11:06:16,776 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions

      11:06:16,777 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts

      11:06:16,783 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider

      11:06:16,794 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.gwt.gwtRemoteService, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWT14Service

      11:06:16,796 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter

      11:06:16,797 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.messaging.SubscriptionRegistry.userTokens, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.UserTokens

      11:06:16,800 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting

      11:06:16,801 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration

      11:06:16,803 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials

      11:06:16,805 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker

      11:06:16,810 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents

      11:06:16,812 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy

      11:06:16,816 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: com.bosch.commons.security.SRIdentity

      11:06:16,828 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager

      11:06:16,832 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction

      11:06:16,838 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch

      11:06:16,852 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction

      11:06:16,855 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch

      11:06:16,858 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash

      11:06:16,859 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch

      11:06:16,862 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager

      11:06:16,866 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper

      11:06:16,867 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver

      11:06:16,869 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe

      11:06:16,876 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver

      11:06:16,877 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme

      11:06:16,878 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector

      11:06:16,879 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents

      11:06:16,881 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations

      11:06:16,882 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction

      11:06:16,888 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter

      11:06:16,889 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector

      11:06:16,895 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore

      11:06:16,899 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader

      11:06:16,903 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory

      11:06:16,905 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager

      11:06:16,906 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager

      11:06:16,907 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler

      11:06:16,908 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource

      11:06:16,909 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore

      11:06:16,911 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter

      11:06:16,913 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter

      11:06:16,914 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter

      11:06:16,916 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole

      11:06:16,917 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter

      11:06:16,919 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter

      11:06:16,921 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters

      11:06:16,923 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter

      11:06:16,925 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter

      11:06:16,928 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts

      11:06:16,930 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session

      11:06:16,932 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal

      11:06:16,934 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: reporting, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.Reporting

      11:06:16,942 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase

      11:06:16,944 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: sharedComponent, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.common.SharedComponent

      11:06:16,962 WARN  [org.jboss.seam.security.permission.PersistentPermissionResolver] (ServerService Thread Pool -- 54) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.

      11:06:17,107 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 54) Initializing Mojarra 2.1.28 ( 20140303-1517 https://svn.java.net/svn/mojarra~svn/tags/2.1.28@12942) for context '/SimpleReporting'

      11:06:19,715 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (ServerService Thread Pool -- 54) JSF1051: Service entry 'org.jboss.as.jsf.injection.JSFInjectionProvider' does not extend DiscoverableInjectionProvider.  Entry will be ignored.

      11:06:19,718 INFO  [javax.enterprise.resource.webcontainer.jsf.application] (ServerService Thread Pool -- 54) JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

      11:06:19,739 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 54) Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:376) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:216) [jsf-impl-2.1.28.jar:2.1.28]

          at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_71]

          at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]

          at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]

          at org.jboss.threads.JBossThread.run(JBossThread.java:122)

      Caused by: javax.faces.FacesException: Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

          at com.sun.faces.spi.AnnotationProviderFactory.createAnnotationProvider(AnnotationProviderFactory.java:78) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigManager$AnnotationScanTask.<init>(ConfigManager.java:805) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:349) [jsf-impl-2.1.28.jar:2.1.28]

          ... 12 more

       

      11:06:19,756 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/SimpleReporting]] (ServerService Thread Pool -- 54) JBWEB000287: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:276) [jsf-impl-2.1.28.jar:2.1.28]

          at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_71]

          at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]

          at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]

          at org.jboss.threads.JBossThread.run(JBossThread.java:122)

      Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:376) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:216) [jsf-impl-2.1.28.jar:2.1.28]

          ... 11 more

      Caused by: javax.faces.FacesException: Class org.jboss.as.jsf.injection.JandexAnnotationProvider is not an instance of com.sun.faces.spi.AnnotationProvider

          at com.sun.faces.spi.AnnotationProviderFactory.createAnnotationProvider(AnnotationProviderFactory.java:78) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigManager$AnnotationScanTask.<init>(ConfigManager.java:805) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:349) [jsf-impl-2.1.28.jar:2.1.28]

          ... 12 more

       

      11:06:19,762 ERROR [org.apache.catalina.core] (ServerService Thread Pool -- 54) JBWEB001103: Error detected during context /SimpleReporting start, will stop it

      11:06:19,780 SEVERE [javax.faces] (ServerService Thread Pool -- 54) Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory. Attempting to find backup.

      11:06:19,781 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 54) Unexpected exception when attempting to tear down the Mojarra runtime: java.lang.IllegalStateException: Could not find backup for factory javax.faces.application.ApplicationFactory.

          at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:1010) [jsf-api-2.1.28.jar:2.1]

          at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:342) [jsf-api-2.1.28.jar:2.1]

          at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:141) [jsf-impl-2.1.28.jar:2.1.28]

          at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:314) [jsf-impl-2.1.28.jar:2.1.28]

          at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3427) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3920) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:3839) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]

          at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14]

          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_71]

          at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]

          at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]

          at org.jboss.threads.JBossThread.run(JBossThread.java:122)

       

      11:06:19,801 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 54) MSC000001: Failed to start service jboss.web.deployment.default-host./SimpleReporting: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./SimpleReporting: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context

          at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)

          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_71]

          at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]

          at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]

          at org.jboss.threads.JBossThread.run(JBossThread.java:122)

      Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context

          at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161)

          at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60)

          at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93)

          ... 6 more

       

      11:06:20,075 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "SimpleReporting.war" (runtime-name : "SimpleReporting.war")

      11:06:20,077 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.web.deployment.default-host./SimpleReporting: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./SimpleReporting: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context

       

      11:06:20,161 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      11:06:20,162 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      11:06:20,163 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) started (with errors) in 46857ms - Started 314 of 377 services (2 services failed or missing dependencies, 59 services are passive or on-demand)

       

       

      Thank you.