1 2 Previous Next 27 Replies Latest reply on May 18, 2016 1:14 PM by japochino1

    java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

    japochino1

      When I try to deploy my .war in a Wilfly 10.0.0 Final I get the next error. This is my stack trace:

       

      17:27:50,175 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

      17:27:50,186 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 85) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:27:50,212 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 41ms

      17:27:50,213 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

      17:27:53,093 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for chpPUN

      17:27:53,230 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 85) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:27:53,230 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 85) HHH000204: Processing PersistenceUnitInfo [

        name: chpPUN

        ...]

      17:27:53,233 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 85) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

      17:27:53,270 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

      17:27:53,484 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

      17:27:53,485 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

      17:27:53,489 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

      17:27:53,490 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

      17:27:53,503 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 85) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:27:53,504 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 85) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

      17:27:53,504 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 85) HHH000431: Unable to determine H2 database version, certain features may not work

      17:27:53,506 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 85) Envers integration enabled? : true

      17:27:53,518 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 85) MSC000001: Failed to start service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": org.jboss.msc.service.StartException in service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)

        at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

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

      Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

        at org.dom4j.DocumentFactory.getInstance(DocumentFactory.java:97)

        at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:33)

        at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:27)

        at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.workWithClassLoader(ClassLoaderServiceImpl.java:342)

        at org.hibernate.internal.util.xml.XMLHelper.<init>(XMLHelper.java:26)

        at org.hibernate.envers.boot.internal.EnversServiceImpl.initialize(EnversServiceImpl.java:115)

        at org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl.produceAdditionalMappings(AdditionalJaxbMappingProducerImpl.java:99)

        at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:288)

        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:847)

        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:874)

        at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)

        ... 7 more

       

       

      17:27:53,521 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"chp-1.1-SNAPSHOT.war#chpPUN\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"chp-1.1-SNAPSHOT.war#chpPUN\": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

          Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory"}}

      17:27:53,551 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

      17:27:53,553 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

      WFLYCTL0184:    New missing/unsatisfied dependencies:

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.GraphicImageTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.GraphicImageTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputTextTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputTextTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ParameterTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ParameterTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.PhaseListenerTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.PhaseListenerTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START]

            service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService (unavailable) dependents: [service jboss.undertow.deployment.default-server.default-host./chp]

      WFLYCTL0185:    Newly corrected services:

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandButtonTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.HtmlBasicValidator".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessagesTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputFormatTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyListboxTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneMenuTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.AttributeTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemsTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".WeldInstantiator (new available)

      WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN"

            service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": org.jboss.msc.service.StartException in service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

       

       

      17:28:18,598 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

      17:28:18,624 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 86) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:28:18,648 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 53ms

      17:28:18,648 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

      17:28:21,942 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for chpPUN

      17:28:22,081 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 86) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:28:22,082 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 86) HHH000204: Processing PersistenceUnitInfo [

        name: chpPUN

        ...]

      17:28:22,085 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 86) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

      17:28:22,120 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

      17:28:22,318 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

      17:28:22,319 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

      17:28:22,323 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

      17:28:22,324 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

      17:28:22,335 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 86) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

      17:28:22,336 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 86) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

      17:28:22,337 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 86) HHH000431: Unable to determine H2 database version, certain features may not work

      17:28:22,339 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 86) Envers integration enabled? : true

      17:28:22,350 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 86) MSC000001: Failed to start service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": org.jboss.msc.service.StartException in service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)

        at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

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

      Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

        at org.dom4j.DocumentFactory.getInstance(DocumentFactory.java:97)

        at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:33)

        at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:27)

        at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.workWithClassLoader(ClassLoaderServiceImpl.java:342)

        at org.hibernate.internal.util.xml.XMLHelper.<init>(XMLHelper.java:26)

        at org.hibernate.envers.boot.internal.EnversServiceImpl.initialize(EnversServiceImpl.java:115)

        at org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl.produceAdditionalMappings(AdditionalJaxbMappingProducerImpl.java:99)

        at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:288)

        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:847)

        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:874)

        at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)

        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)

        ... 7 more

       

       

      17:28:22,354 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"chp-1.1-SNAPSHOT.war#chpPUN\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"chp-1.1-SNAPSHOT.war#chpPUN\": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

          Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory"}}

      17:28:22,362 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

      17:28:22,364 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

      WFLYCTL0184:    New missing/unsatisfied dependencies:

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.HtmlBasicValidator".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.HtmlBasicValidator".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessagesTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputFormatTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputFormatTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyListboxTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.AttributeTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.AttributeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./chp]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START]

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START]

      WFLYCTL0185:    Newly corrected services:

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.CreditCardValidatorTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.FocusTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.ColumnTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.FormTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.GraphicImageTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputFileTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputFileTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputSecretTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessageTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLabelTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLinkTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGridTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ActionListenerTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertDateTimeTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConverterTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ParameterTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.PhaseListenerTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SubviewTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".CREATE (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".WeldInstantiator (new available)

            service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".ee.ComponentRegistry (new available)

      WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN"

            service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": org.jboss.msc.service.StartException in service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

       

       

      Any helPp?

      Thanks

        • 1. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
          emag

          Does your app depend on hibernate-core, dom4j  or something, and these scope are "compile"? if so, changing the scope to "provided" should resolve the ClassCastException because these libraries are included in WildFly as modules.

           

          related issue:

          [WFLY-5549] org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory - JBoss Issue Tracker

          • 2. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
            japochino1

            I'm don't have many experience with maven. This is my pom:

             

            <?xml version="1.0" encoding="UTF-8"?>

            <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

                <modelVersion>4.0.0</modelVersion>

             

             

                <groupId>com.alteda</groupId>

                <artifactId>chp</artifactId>

                <version>1.1-SNAPSHOT</version>

                <packaging>war</packaging>

             

             

                <name>chp</name>

             

             

                <properties>

                    <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>

                    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

                </properties>

               

                <dependencies>

                    <dependency>

                        <groupId>org.glassfish</groupId>

                        <artifactId>javax.faces</artifactId>

                        <version>2.2.7</version>

                    </dependency>

                    <dependency>

                        <groupId>org.hibernate</groupId>

                        <artifactId>hibernate-entitymanager</artifactId>

                        <version>4.3.1.Final</version>

                        <exclusions>

                            <exclusion>

                                <groupId>antlr</groupId>

                                <artifactId>antlr</artifactId>

                            </exclusion>

                        </exclusions>

                    </dependency>

                    <dependency>

                        <groupId>unknown.binary</groupId>

                        <artifactId>hibernate-jpa-2.1-api-1.0.0.Final</artifactId>

                        <version>SNAPSHOT</version>

                    </dependency>

                    <dependency>

                        <groupId>unknown.binary</groupId>

                        <artifactId>hibernate-jpamodelgen-4.3.1.Final</artifactId>

                        <version>SNAPSHOT</version>

                        <scope>provided</scope>

                    </dependency>

                    <dependency>

                        <groupId>org.glassfish.metro</groupId>

                        <artifactId>webservices-rt</artifactId>

                        <version>2.3.1</version>

                        <scope>provided</scope>

                    </dependency>

                    <dependency>

                        <groupId>org.primefaces</groupId>

                        <artifactId>primefaces</artifactId>

                        <version>5.2</version>

                    </dependency>

                    <dependency>

                        <groupId>antlr</groupId>

                        <artifactId>antlr</artifactId>

                        <version>2.7.7</version>

                    </dependency>

                    <dependency>

                        <groupId>com.google.code.gson</groupId>

                        <artifactId>gson</artifactId>

                        <version>2.3.1</version>

                    </dependency>

                    <dependency>

                        <groupId>javax</groupId>

                        <artifactId>javaee-web-api</artifactId>

                        <version>7.0</version>

                        <scope>provided</scope>

                    </dependency>

                    <dependency>

                        <groupId>javax.servlet</groupId>

                        <artifactId>jstl</artifactId>

                        <version>1.2</version>

                    </dependency>

                    <dependency>

                        <groupId>mysql</groupId>

                        <artifactId>mysql-connector-java</artifactId>

                        <version>5.1.6</version>

                    </dependency>

                    <!-- Kurento -->

                    <dependency>

                        <groupId>org.kurento</groupId>

                        <artifactId>kurento-client</artifactId>

                        <version>5.1.0</version>

                    </dependency>

                    <dependency>

                        <groupId>org.kurento</groupId>

                        <artifactId>kurento-utils-js</artifactId>

                        <version>5.1.0</version>

                    </dependency>

                    <dependency>

                        <groupId>org.atmosphere</groupId>

                        <artifactId>atmosphere-runtime</artifactId>

                        <version>2.4.0-RC3</version>

                    </dependency>

                </dependencies>

             

             

                <build>

                    <plugins>

                        <plugin>

                            <groupId>org.apache.maven.plugins</groupId>

                            <artifactId>maven-compiler-plugin</artifactId>

                            <version>3.1</version>

                            <configuration>

                                <source>1.7</source>

                                <target>1.7</target>

                                <compilerArguments>

                                    <endorseddirs>${endorsed.dir}</endorseddirs>

                                </compilerArguments>

                            </configuration>

                        </plugin>

                        <plugin>

                            <groupId>org.apache.maven.plugins</groupId>

                            <artifactId>maven-war-plugin</artifactId>

                            <version>2.3</version>

                            <configuration>

                                <failOnMissingWebXml>false</failOnMissingWebXml>

                            </configuration>

                        </plugin>

                        <plugin>

                            <groupId>org.apache.maven.plugins</groupId>

                            <artifactId>maven-dependency-plugin</artifactId>

                            <version>2.6</version>

                            <executions>

                                <execution>

                                    <phase>validate</phase>

                                    <goals>

                                        <goal>copy</goal>

                                    </goals>

                                    <configuration>

                                        <outputDirectory>${endorsed.dir}</outputDirectory>

                                        <silent>true</silent>

                                        <artifactItems>

                                            <artifactItem>

                                                <groupId>javax</groupId>

                                                <artifactId>javaee-endorsed-api</artifactId>

                                                <version>7.0</version>

                                                <type>jar</type>

                                            </artifactItem>

                                        </artifactItems>

                                    </configuration>

                                </execution>

                            </executions>

                        </plugin>

                    </plugins>

                </build>

                <repositories>

                    <repository>

                        <url>http://repository.primefaces.org/</url>

                        <id>PrimeFaces-maven-lib</id>

                        <layout>default</layout>

                        <name>Repository for library PrimeFaces-maven-lib</name>

                    </repository>

                    <repository>

                        <id>unknown-jars-temp-repo</id>

                        <name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>

                        <url>file:${project.basedir}/lib</url>

                    </repository>

                </repositories>

            </project>

            • 3. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
              emag

              I don't know "unknown.binary", do you have to use it?

               

              if not, please give it a try.

               

              Comment out or remove

               

              <!-- begin

              <dependency>

                <groupId>org.hibernate</groupId>

                <artifactId>hibernate-entitymanager</artifactId>

                <version>4.3.1.Final</version>

                <exclusions>

                  <exclusion>

                    <groupId>antlr</groupId>

                    <artifactId>antlr</artifactId>

                  </exclusion>

                </exclusions>

              </dependency>

              <dependency>

                <groupId>unknown.binary</groupId>

                <artifactId>hibernate-jpa-2.1-api-1.0.0.Final</artifactId>

                <version>SNAPSHOT</version>

              </dependency>

              end -->

               

              put the below dependency.

               

              <dependency>

                <groupId>org.hibernate.javax.persistence</groupId>

                <artifactId>hibernate-jpa-2.1-api</artifactId>

                <version>1.0.0.Final</version>

                <scope>provided</scope>

              </dependency>

               

              And, about maven scope, please see the following page.

               

              https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope

              • 4. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                japochino1

                ok, I have done it and now the log has change but I have new errors:

                 

                JAVA_OPTS already set in environment; overriding default settings with values: -Xms128m -Xmx512m -server -Dhttp.nonProxyHosts=localhost,127.0.0.1,MACJPG-2.local -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.management.http.port=9990 -Djboss.http.port=8180

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

                 

                 

                  JBoss Bootstrap Environment

                 

                 

                  JBOSS_HOME: /Users/japochino/wildfly-10.0.0.Final

                 

                 

                  JAVA: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java

                 

                 

                  JAVA_OPTS:  -Xms128m -Xmx512m -server -Dhttp.nonProxyHosts=localhost,127.0.0.1,MACJPG-2.local -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.management.http.port=9990 -Djboss.http.port=8180

                 

                 

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

                 

                 

                00:02:18,952 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final

                00:02:20,294 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                00:02:20,678 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting

                00:02:31,173 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment chp-1.1-SNAPSHOT.war

                00:02:31,215 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found chp-1.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called chp-1.1-SNAPSHOT.war.dodeploy

                00:02:31,275 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

                00:02:31,368 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.3.4.Final

                00:02:31,439 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.4.Final

                00:02:31,555 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors

                00:02:31,555 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

                00:02:31,560 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.

                00:02:31,581 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 42) WFLYIIOP0001: Activating IIOP Subsystem

                00:02:31,731 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 59) WFLYSEC0002: Activating Security Subsystem

                00:02:31,861 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]

                00:02:31,975 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.18.Final

                00:02:31,976 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension

                00:02:32,104 INFO  [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=4.9.4.Final

                00:02:32,225 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 52) WFLYNAM0001: Activating Naming Subsystem

                00:02:32,809 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)

                00:02:33,642 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.3.15.Final starting

                00:02:33,642 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0003: Undertow 1.3.15.Final starting

                00:02:34,038 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                00:02:34,041 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2

                00:02:35,889 INFO  [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service

                00:02:35,890 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                00:02:36,550 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path '/Users/japochino/wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

                00:02:37,387 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.

                00:02:37,389 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting

                00:02:37,916 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.

                00:02:37,916 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.

                00:02:38,239 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8180

                00:02:39,249 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-8) WFLYMSGAMQ0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.

                00:02:39,959 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                00:02:40,032 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/japochino/wildfly-10.0.0.Final/standalone/deployments

                00:02:40,386 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/journal,bindingsDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/bindings,largeMessagesDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/largemessages,pagingDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/paging)

                00:02:40,688 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221013: Using NIO Journal

                00:02:40,950 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                00:02:40,950 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                00:02:40,950 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                00:02:41,189 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4)

                00:02:42,804 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE

                00:02:43,041 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP

                00:02:43,672 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ

                00:02:43,674 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP

                00:02:44,216 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                00:02:45,610 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-4) WFLYIIOP0009: CORBA ORB Service started

                00:02:45,661 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

                00:02:45,661 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-1) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

                00:02:45,661 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

                00:02:45,661 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

                00:02:46,483 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221007: Server is now live

                00:02:46,484 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.wildfly-011 [nodeID=a032b6cc-12b4-11e6-a09a-a71e9d9c1940]

                00:02:46,517 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221003: trying to deploy queue jms.queue.DLQ

                00:02:46,738 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 67) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory

                00:02:46,738 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 66) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue

                00:02:46,739 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 68) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

                00:02:47,304 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0007: Registered connection factory java:/JmsXA

                00:02:47,598 INFO  [org.apache.activemq.artemis.ra] (MSC service thread 1-1) Resource adaptor started

                00:02:47,599 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatoractivemq-ra

                00:02:47,601 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

                00:02:47,601 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

                00:02:51,690 INFO  [org.jboss.as.jpa] (MSC service thread 1-7) WFLYJPA0002: Read persistence.xml for chpPUN

                00:02:52,252 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 68) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:02:52,326 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 68) HHH000204: Processing PersistenceUnitInfo [

                  name: chpPUN

                  ...]

                00:02:52,685 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 68) HHH000412: Hibernate Core {5.0.7.Final}

                00:02:52,689 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 68) HHH000206: hibernate.properties not found

                00:02:52,693 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 68) HHH000021: Bytecode provider name : javassist

                00:02:52,855 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                00:02:52,892 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 68) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}

                00:02:53,171 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                00:02:53,554 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.3.Final

                00:02:55,212 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                00:02:55,213 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                00:02:55,368 INFO  [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900: 2.3.2 (Final)

                00:02:55,523 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                00:02:55,525 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                00:02:56,144 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 68) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:02:57,060 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 68) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                00:02:57,097 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 68) HHH000431: Unable to determine H2 database version, certain features may not work

                00:02:57,243 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 68) Envers integration enabled? : true

                00:02:59,925 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 68) HHH000397: Using ASTQueryTranslatorFactory

                00:03:02,591 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 101) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                00:03:02,621 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 101) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                00:03:02,744 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 101) Initializing AtmosphereFramework

                00:03:02,840 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 101) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@75787729]

                00:03:03,084 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 101) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                00:03:05,320 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 101) Critical error during deployment: : com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                 

                 

                00:03:05,321 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 101) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  ... 6 more

                Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  ... 8 more

                Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  ... 10 more

                 

                 

                00:03:05,328 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "chp-1.1-SNAPSHOT.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined"}}

                00:03:05,356 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "chp-1.1-SNAPSHOT.war" (runtime-name : "chp-1.1-SNAPSHOT.war")

                00:03:05,358 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report

                WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                 

                 

                00:03:05,646 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

                00:03:05,646 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

                00:03:05,647 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 48344ms - Started 1192 of 1483 services (2 services failed or missing dependencies, 397 services are lazy, passive or on-demand)

                00:03:05,697 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                00:03:05,763 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                00:03:05,838 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 30) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:05,869 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 30) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:05,972 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 299ms

                00:03:06,345 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                00:03:06,353 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

                WFLYCTL0184:    New missing/unsatisfied dependencies:

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.CreditCardValidatorTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.FocusTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.ColumnTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandButtonTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.DataTableTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.FormTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.GraphicImageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.HtmlBasicValidator".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputFileTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputSecretTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextareaTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessagesTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputFormatTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLabelTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLinkTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputTextTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGridTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGroupTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyListboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneListboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneMenuTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ActionListenerTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.AttributeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertDateTimeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConverterTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ParameterTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.PhaseListenerTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SubviewTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ViewTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN" (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.undertow.deployment.default-server.default-host./chp (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp

                 

                 

                00:03:10,427 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found chp-1.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called chp-1.1-SNAPSHOT.war.dodeploy

                00:03:15,450 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                00:03:19,248 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for chpPUN

                00:03:19,400 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 30) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:19,400 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 30) HHH000204: Processing PersistenceUnitInfo [

                  name: chpPUN

                  ...]

                00:03:19,406 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 30) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                00:03:19,457 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                00:03:19,814 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                00:03:19,814 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                00:03:19,823 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                00:03:19,824 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                00:03:19,843 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 30) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:19,847 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 30) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                00:03:19,848 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 30) HHH000431: Unable to determine H2 database version, certain features may not work

                00:03:19,857 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 30) Envers integration enabled? : true

                00:03:19,944 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 30) HHH000397: Using ASTQueryTranslatorFactory

                00:03:20,443 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 45) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                00:03:20,450 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 45) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                00:03:20,455 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 45) Initializing AtmosphereFramework

                00:03:20,506 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 45) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@7548d752]

                00:03:20,511 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 45) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                00:03:21,542 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 45) Critical error during deployment: : com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                 

                 

                00:03:21,556 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 45) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  ... 6 more

                Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  ... 8 more

                Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  ... 10 more

                 

                 

                00:03:21,560 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "chp-1.1-SNAPSHOT.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined"}}

                00:03:21,578 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "chp-1.1-SNAPSHOT.war" (runtime-name : "chp-1.1-SNAPSHOT.war")

                00:03:21,580 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report

                WFLYCTL0185:    Newly corrected services:

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.CreditCardValidatorTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.FocusTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.ColumnTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandButtonTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandLinkTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.DataTableTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.FormTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.GraphicImageTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.HtmlBasicValidator".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputFileTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputHiddenTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputSecretTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputTextareaTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessageTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessagesTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputFormatTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLabelTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLinkTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputTextTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGridTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGroupTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyCheckboxTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyListboxTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyMenuTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneListboxTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneMenuTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ActionListenerTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.AttributeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertDateTimeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConvertNumberTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ConverterTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.CoreValidator".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ParameterTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.PhaseListenerTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.RegexValidatorTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SelectItemsTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.SubviewTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLongRangeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValueChangeListenerTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ViewTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.UrlTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (new available)

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (new available)

                      service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN" (new available)

                      service jboss.undertow.deployment.default-server.default-host./chp (new available)

                WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                 

                 

                00:03:51,663 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                00:03:51,669 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                00:03:51,684 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 252) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:51,697 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 252) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:51,743 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 86ms

                00:03:51,744 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                00:03:54,136 INFO  [org.jboss.as.jpa] (MSC service thread 1-8) WFLYJPA0002: Read persistence.xml for chpPUN

                00:03:54,297 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 252) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:54,298 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 252) HHH000204: Processing PersistenceUnitInfo [

                  name: chpPUN

                  ...]

                00:03:54,301 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 252) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                00:03:54,342 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                00:03:54,635 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                00:03:54,635 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                00:03:54,642 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                00:03:54,642 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                00:03:54,656 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 252) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                00:03:54,657 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 252) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                00:03:54,657 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 252) HHH000431: Unable to determine H2 database version, certain features may not work

                00:03:54,663 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 252) Envers integration enabled? : true

                00:03:54,727 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 252) HHH000397: Using ASTQueryTranslatorFactory

                00:03:55,128 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 264) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                00:03:55,135 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 264) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                00:03:55,144 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 264) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@25984f08]

                00:03:55,174 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 264) Initializing AtmosphereFramework

                00:03:55,191 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 264) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                00:03:56,400 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 264) Critical error during deployment: : com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                 

                 

                00:03:56,401 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 264) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

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

                Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                  ... 6 more

                Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)

                  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                  ... 8 more

                Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:422)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:378)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:321)

                  at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                  ... 10 more

                 

                 

                00:03:56,404 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                    Caused by: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined"}}

                00:03:56,421 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

                00:03:56,422 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report

                WFLYCTL0184:    New missing/unsatisfied dependencies:

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.ext.taglib.CreditCardValidatorTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.CommandButtonTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.InputSecretTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.MessagesTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.OutputLinkTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGridTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.PanelGroupTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectManyListboxTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneMenuTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.html_basic.SelectOneRadioTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.LoadBundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidateLengthTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.ValidatorTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.taglib.jsf_core.VerbatimTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                      service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: The tag named inputFile from namespace http://xmlns.jcp.org/jsf/html has a null handler-class defined

                      service jboss.undertow.deployment.default-server.default-host./chp

                • 5. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                  emag

                  Remove the jsf dependency from glassfish.

                   

                  <dependency>

                    <groupId>org.glassfish</groupId>

                    <artifactId>javax.faces</artifactId>

                    <version>2.2.7</version>

                  </dependency>

                  • 6. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                    japochino1

                    Done, but now I have this log:

                     

                    JAVA_OPTS already set in environment; overriding default settings with values: -Xms128m -Xmx512m -server -Dhttp.nonProxyHosts=localhost,127.0.0.1,MACJPG-2.local -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.management.http.port=9990 -Djboss.http.port=8180

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

                     

                     

                      JBoss Bootstrap Environment

                     

                     

                      JBOSS_HOME: /Users/japochino/wildfly-10.0.0.Final

                     

                     

                      JAVA: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java

                     

                     

                      JAVA_OPTS:  -Xms128m -Xmx512m -server -Dhttp.nonProxyHosts=localhost,127.0.0.1,MACJPG-2.local -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.management.http.port=9990 -Djboss.http.port=8180

                     

                     

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

                     

                     

                    10:12:56,406 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final

                    10:12:59,724 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                    10:13:00,340 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting

                    10:13:19,442 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment chp-1.1-SNAPSHOT.war

                    10:13:19,618 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found chp-1.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called chp-1.1-SNAPSHOT.war.dodeploy

                    10:13:19,683 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

                    10:13:19,944 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.3.4.Final

                    10:13:20,050 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.3.4.Final

                    10:13:20,218 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

                    10:13:20,226 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors

                    10:13:20,228 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.

                    10:13:20,245 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 42) WFLYIIOP0001: Activating IIOP Subsystem

                    10:13:20,671 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]

                    10:13:20,673 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 59) WFLYSEC0002: Activating Security Subsystem

                    10:13:20,973 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension

                    10:13:21,078 INFO  [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=4.9.4.Final

                    10:13:21,451 INFO  [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)

                    10:13:21,747 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 52) WFLYNAM0001: Activating Naming Subsystem

                    10:13:23,407 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0003: Undertow 1.3.15.Final starting

                    10:13:23,407 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 1.3.15.Final starting

                    10:13:24,997 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 4.0.18.Final

                    10:13:25,344 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                    10:13:25,346 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2

                    10:13:26,259 INFO  [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service

                    10:13:26,260 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                    10:13:27,180 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path '/Users/japochino/wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

                    10:13:28,041 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.

                    10:13:28,043 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting

                    10:13:28,911 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.

                    10:13:28,912 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.

                    10:13:30,500 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8180

                    10:13:32,834 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/japochino/wildfly-10.0.0.Final/standalone/deployments

                    10:13:33,015 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                    10:13:33,741 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.

                    10:13:37,584 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                    10:13:38,735 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/journal,bindingsDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/bindings,largeMessagesDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/largemessages,pagingDirectory=/Users/japochino/wildfly-10.0.0.Final/standalone/data/activemq/paging)

                    10:13:39,136 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                    10:13:39,136 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                    10:13:39,136 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-8) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final

                    10:13:39,947 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221013: Using NIO Journal

                    10:13:40,435 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-4) WFLYIIOP0009: CORBA ORB Service started

                    10:13:41,617 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4)

                    10:13:42,860 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE

                    10:13:43,223 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP

                    10:13:43,616 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ

                    10:13:43,619 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP

                    10:13:45,792 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-1) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

                    10:13:45,792 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

                    10:13:45,792 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

                    10:13:45,792 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

                    10:13:47,524 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221007: Server is now live

                    10:13:47,524 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.wildfly-011 [nodeID=a032b6cc-12b4-11e6-a09a-a71e9d9c1940]

                    10:13:48,079 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 65) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

                    10:13:48,528 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221003: trying to deploy queue jms.queue.DLQ

                    10:13:48,590 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 69) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue

                    10:13:48,591 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 67) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory

                    10:13:49,131 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-8) WFLYJCA0007: Registered connection factory java:/JmsXA

                    10:13:49,506 INFO  [org.apache.activemq.artemis.ra] (MSC service thread 1-8) Resource adaptor started

                    10:13:49,506 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-8) IJ020002: Deployed: file://RaActivatoractivemq-ra

                    10:13:49,509 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-8) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

                    10:13:49,510 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

                    10:13:57,037 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for chpPUN

                    10:13:57,840 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 67) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:13:57,945 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 67) HHH000204: Processing PersistenceUnitInfo [

                      name: chpPUN

                      ...]

                    10:13:58,605 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 67) HHH000412: Hibernate Core {5.0.7.Final}

                    10:13:58,609 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 67) HHH000206: hibernate.properties not found

                    10:13:58,611 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 67) HHH000021: Bytecode provider name : javassist

                    10:13:58,881 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 67) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                    10:13:58,934 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 67) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}

                    10:13:59,202 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                    10:13:59,836 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 5.2.3.Final

                    10:14:01,903 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                    10:14:01,904 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                    10:14:02,060 INFO  [org.jboss.weld.Version] (MSC service thread 1-6) WELD-000900: 2.3.2 (Final)

                    10:14:02,284 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                    10:14:02,286 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                    10:14:04,342 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 67) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:05,790 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 67) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                    10:14:05,856 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 67) HHH000431: Unable to determine H2 database version, certain features may not work

                    10:14:06,282 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 67) Envers integration enabled? : true

                    10:14:08,595 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 67) HHH000397: Using ASTQueryTranslatorFactory

                    10:14:11,780 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 93) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                    10:14:11,809 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 93) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                    10:14:11,969 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 93) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@3a2b2dd3]

                    10:14:12,015 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 93) Initializing AtmosphereFramework

                    10:14:12,517 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 93) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                    10:14:15,923 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 93) Monitoring file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications

                    10:14:16,072 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 93) Running on PrimeFaces 5.2

                    10:14:16,073 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 93) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                      at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                      at java.lang.Thread.run(Thread.java:745)

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

                    Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                      ... 6 more

                    Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.websockets.jsr.Bootstrap$WebSocketListener.contextInitialized(Bootstrap.java:104)

                      at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                      ... 8 more

                     

                     

                    10:14:16,080 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "chp-1.1-SNAPSHOT.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer"}}

                    10:14:16,134 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "chp-1.1-SNAPSHOT.war" (runtime-name : "chp-1.1-SNAPSHOT.war")

                    10:14:16,136 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report

                    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                     

                     

                    10:14:16,382 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

                    10:14:16,382 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

                    10:14:16,383 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 82277ms - Started 942 of 1233 services (2 services failed or missing dependencies, 397 services are lazy, passive or on-demand)

                    10:14:16,427 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                    10:14:16,453 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                    10:14:16,516 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 93) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:16,536 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 93) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:16,627 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 215ms

                    10:14:17,130 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                    10:14:17,137 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

                    WFLYCTL0184:    New missing/unsatisfied dependencies:

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.UrlTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN" (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.undertow.deployment.default-server.default-host./chp (missing) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp

                     

                     

                    10:14:21,695 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found chp-1.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called chp-1.1-SNAPSHOT.war.dodeploy

                    10:14:21,927 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-1-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                    10:14:21,928 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-1-thread-1) Reloading JSF configuration for context /chp

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) java.lang.NullPointerException

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.ArrayList.<init>(ArrayList.java:177)

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.application.WebappLifecycleListener.getActiveSessions(WebappLifecycleListener.java:379)

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:544)

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                    10:14:21,930 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                    10:14:21,931 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.lang.Thread.run(Thread.java:745)

                    10:14:22,070 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) com.sun.faces.config.ConfigurationException:

                    10:14:22,070 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1)   Source Document: jar:file:/Users/japochino/wildfly-10.0.0.Final/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.12-jbossorg-2.jar!/com/sun/faces/jsf-ri-runtime.xml

                    10:14:22,070 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1)   Cause: Unable to create a new instance of 'com.sun.faces.application.resource.ResourceHandlerImpl': java.lang.NullPointerException

                    10:14:22,071 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)

                    10:14:22,071 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.setResourceHandler(ApplicationConfigProcessor.java:856)

                    10:14:22,071 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:335)

                    10:14:22,071 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                    10:14:22,071 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:137)

                    10:14:22,072 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                    10:14:22,072 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)

                    10:14:22,072 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)

                    10:14:22,072 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:612)

                    10:14:22,072 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                    10:14:22,073 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                    10:14:22,074 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                    10:14:22,074 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.lang.Thread.run(Thread.java:745)

                    10:14:22,075 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) Caused by: java.lang.NullPointerException

                    10:14:22,075 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.application.resource.ResourceHandlerImpl.<init>(ResourceHandlerImpl.java:94)

                    10:14:22,075 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

                    10:14:22,075 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

                    10:14:22,075 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                    10:14:22,076 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

                    10:14:22,076 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at java.lang.Class.newInstance(Class.java:442)

                    10:14:22,076 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:329)

                    10:14:22,076 ERROR [stderr] (Mojarra-WebResourceMonitor-1-thread-1) ... 17 more

                    10:14:22,076 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-1-thread-1) Reload complete.

                    10:14:26,721 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                    10:14:30,001 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for chpPUN

                    10:14:30,163 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 93) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:30,163 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 93) HHH000204: Processing PersistenceUnitInfo [

                      name: chpPUN

                      ...]

                    10:14:30,169 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 93) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                    10:14:30,219 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                    10:14:30,503 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                    10:14:30,504 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                    10:14:30,512 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                    10:14:30,513 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                    10:14:30,533 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 93) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:30,535 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 93) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                    10:14:30,536 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 93) HHH000431: Unable to determine H2 database version, certain features may not work

                    10:14:30,543 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 93) Envers integration enabled? : true

                    10:14:30,622 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 93) HHH000397: Using ASTQueryTranslatorFactory

                    10:14:31,044 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 164) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                    10:14:31,050 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 164) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                    10:14:31,060 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 164) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@566c97d6]

                    10:14:31,061 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 164) Initializing AtmosphereFramework

                    10:14:31,105 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 164) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                    10:14:31,978 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 164) Monitoring file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications

                    10:14:31,982 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 164) Running on PrimeFaces 5.2

                    10:14:31,982 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 164) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                      at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                      at java.lang.Thread.run(Thread.java:745)

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

                    Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                      ... 6 more

                    Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.websockets.jsr.Bootstrap$WebSocketListener.contextInitialized(Bootstrap.java:104)

                      at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                      ... 8 more

                     

                     

                    10:14:31,986 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "chp-1.1-SNAPSHOT.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer"}}

                    10:14:32,002 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "chp-1.1-SNAPSHOT.war" (runtime-name : "chp-1.1-SNAPSHOT.war")

                    10:14:32,004 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report

                    WFLYCTL0185:    Newly corrected services:

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.UrlTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (new available)

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (new available)

                          service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN" (new available)

                          service jboss.undertow.deployment.default-server.default-host./chp (new available)

                    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                     

                     

                    10:14:49,923 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-1-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                    10:14:49,936 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-1-thread-1) Reloading JSF configuration for context /chp

                    10:14:49,981 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-2-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                    10:14:50,041 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-2-thread-1) Reloading JSF configuration for context /chp

                    10:14:50,043 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) java.lang.NullPointerException

                    10:14:50,044 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.ArrayList.<init>(ArrayList.java:177)

                    10:14:50,044 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.application.WebappLifecycleListener.getActiveSessions(WebappLifecycleListener.java:379)

                    10:14:50,045 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:544)

                    10:14:50,045 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                    10:14:50,045 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                    10:14:50,045 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                    10:14:50,045 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                    10:14:50,046 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                    10:14:50,046 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                    10:14:50,046 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                    10:14:50,046 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                    10:14:50,046 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.lang.Thread.run(Thread.java:745)

                    10:14:50,330 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) com.sun.faces.config.ConfigurationException:

                    10:14:50,330 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1)   Source Document: jar:file:/Users/japochino/wildfly-10.0.0.Final/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.12-jbossorg-2.jar!/com/sun/faces/jsf-ri-runtime.xml

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1)   Cause: Unable to create a new instance of 'com.sun.faces.application.resource.ResourceHandlerImpl': java.lang.NullPointerException

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.setResourceHandler(ApplicationConfigProcessor.java:856)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:335)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:137)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                    10:14:50,331 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:612)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                    10:14:50,332 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.lang.Thread.run(Thread.java:745)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) Caused by: java.lang.NullPointerException

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.application.resource.ResourceHandlerImpl.<init>(ResourceHandlerImpl.java:94)

                    10:14:50,333 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at java.lang.Class.newInstance(Class.java:442)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:329)

                    10:14:50,334 ERROR [stderr] (Mojarra-WebResourceMonitor-2-thread-1) ... 17 more

                    10:14:50,334 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-2-thread-1) Reload complete.

                    10:14:52,080 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                    10:14:52,084 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                    10:14:52,093 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 200) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:52,101 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 200) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:52,164 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 89ms

                    10:14:52,165 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                    10:14:54,607 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for chpPUN

                    10:14:54,764 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 200) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:54,764 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 200) HHH000204: Processing PersistenceUnitInfo [

                      name: chpPUN

                      ...]

                    10:14:54,768 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 200) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                    10:14:54,808 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                    10:14:55,092 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                    10:14:55,092 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                    10:14:55,098 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                    10:14:55,099 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                    10:14:55,112 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 200) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                    10:14:55,113 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 200) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                    10:14:55,113 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 200) HHH000431: Unable to determine H2 database version, certain features may not work

                    10:14:55,118 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 200) Envers integration enabled? : true

                    10:14:55,181 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 200) HHH000397: Using ASTQueryTranslatorFactory

                    10:14:55,495 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 202) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                    10:14:55,499 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 202) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                    10:14:55,506 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 202) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@393d3da8]

                    10:14:55,506 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 202) Initializing AtmosphereFramework

                    10:14:55,539 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 202) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                    10:14:56,592 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 202) Monitoring file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications

                    10:14:56,596 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 202) Running on PrimeFaces 5.2

                    10:14:56,663 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 202) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                      at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                      at java.lang.Thread.run(Thread.java:745)

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

                    Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                      ... 6 more

                    Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                      at io.undertow.websockets.jsr.Bootstrap$WebSocketListener.contextInitialized(Bootstrap.java:104)

                      at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                      ... 8 more

                     

                     

                    10:14:56,665 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                        Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer"}}

                    10:14:56,682 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

                    10:14:56,687 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report

                    WFLYCTL0184:    New missing/unsatisfied dependencies:

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.alteda.chp.filtros.LoginFilter".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.http.server.ServletServerHttpAsyncRequestControl".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ArgumentTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ThemeTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.TransformTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.UrlTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.persistenceunit."chp-1.1-SNAPSHOT.war#chpPUN" (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          service jboss.undertow.deployment.default-server.default-host./chp (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp

                          service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                     

                     

                    Now my pom is:

                     

                    <?xml version="1.0" encoding="UTF-8"?>

                    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

                        <modelVersion>4.0.0</modelVersion>

                     

                     

                        <groupId>com.alteda</groupId>

                        <artifactId>chp</artifactId>

                        <version>1.1-SNAPSHOT</version>

                        <packaging>war</packaging>

                     

                     

                        <name>chp</name>

                     

                     

                        <properties>

                            <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>

                            <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

                        </properties>

                       

                        <dependencies>

                     

                            <dependency>

                                <groupId>org.hibernate.javax.persistence</groupId>

                                <artifactId>hibernate-jpa-2.1-api</artifactId>

                                <version>1.0.0.Final</version>

                                <scope>provided</scope>

                            </dependency>

                            <dependency>

                                <groupId>org.glassfish.metro</groupId>

                                <artifactId>webservices-rt</artifactId>

                                <version>2.3.1</version>

                                <scope>provided</scope>

                            </dependency>

                            <dependency>

                                <groupId>org.primefaces</groupId>

                                <artifactId>primefaces</artifactId>

                                <version>5.2</version>

                            </dependency>

                            <dependency>

                                <groupId>antlr</groupId>

                                <artifactId>antlr</artifactId>

                                <version>2.7.7</version>

                            </dependency>

                            <dependency>

                                <groupId>com.google.code.gson</groupId>

                                <artifactId>gson</artifactId>

                                <version>2.3.1</version>

                            </dependency>

                            <dependency>

                                <groupId>javax</groupId>

                                <artifactId>javaee-web-api</artifactId>

                                <version>7.0</version>

                                <scope>provided</scope>

                            </dependency>

                            <dependency>

                                <groupId>javax.servlet</groupId>

                                <artifactId>jstl</artifactId>

                                <version>1.2</version>

                            </dependency>

                            <dependency>

                                <groupId>mysql</groupId>

                                <artifactId>mysql-connector-java</artifactId>

                                <version>5.1.6</version>

                            </dependency>

                            <!-- Kurento -->

                            <dependency>

                                <groupId>org.kurento</groupId>

                                <artifactId>kurento-client</artifactId>

                                <version>5.1.0</version>

                            </dependency>

                            <dependency>

                                <groupId>org.kurento</groupId>

                                <artifactId>kurento-utils-js</artifactId>

                                <version>5.1.0</version>

                            </dependency>

                            <dependency>

                                <groupId>org.atmosphere</groupId>

                                <artifactId>atmosphere-runtime</artifactId>

                                <version>2.4.0-RC3</version>

                            </dependency>

                        </dependencies>

                     

                     

                        <build>

                            <plugins>

                                <plugin>

                                    <groupId>org.apache.maven.plugins</groupId>

                                    <artifactId>maven-compiler-plugin</artifactId>

                                    <version>3.1</version>

                                    <configuration>

                                        <source>1.7</source>

                                        <target>1.7</target>

                                        <compilerArguments>

                                            <endorseddirs>${endorsed.dir}</endorseddirs>

                                        </compilerArguments>

                                    </configuration>

                                </plugin>

                                <plugin>

                                    <groupId>org.apache.maven.plugins</groupId>

                                    <artifactId>maven-war-plugin</artifactId>

                                    <version>2.3</version>

                                    <configuration>

                                        <failOnMissingWebXml>false</failOnMissingWebXml>

                                    </configuration>

                                </plugin>

                                <plugin>

                                    <groupId>org.apache.maven.plugins</groupId>

                                    <artifactId>maven-dependency-plugin</artifactId>

                                    <version>2.6</version>

                                    <executions>

                                        <execution>

                                            <phase>validate</phase>

                                            <goals>

                                                <goal>copy</goal>

                                            </goals>

                                            <configuration>

                                                <outputDirectory>${endorsed.dir}</outputDirectory>

                                                <silent>true</silent>

                                                <artifactItems>

                                                    <artifactItem>

                                                        <groupId>javax</groupId>

                                                        <artifactId>javaee-endorsed-api</artifactId>

                                                        <version>7.0</version>

                                                        <type>jar</type>

                                                    </artifactItem>

                                                </artifactItems>

                                            </configuration>

                                        </execution>

                                    </executions>

                                </plugin>

                            </plugins>

                        </build>

                        <repositories>

                            <repository>

                                <url>http://repository.primefaces.org/</url>

                                <id>PrimeFaces-maven-lib</id>

                                <layout>default</layout>

                                <name>Repository for library PrimeFaces-maven-lib</name>

                            </repository>

                            <repository>

                                <id>unknown-jars-temp-repo</id>

                                <name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>

                                <url>file:${project.basedir}/lib</url>

                            </repository>

                        </repositories>

                    </project>

                     

                     

                    Since I'm using WildFly,  may I remove this?:

                     

                    <dependency>

                                <groupId>org.glassfish.metro</groupId>

                                <artifactId>webservices-rt</artifactId>

                                <version>2.3.1</version>

                                <scope>provided</scope>

                            </dependency>

                    • 7. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                      emag

                      This error is caused from:

                      ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                       

                      You don't need to use Tomcat library for WebSocket because WildFly bundles the implementation from Undertow.

                       

                      Can you remove the tomcat library? I don't know which libraries depend on Tomcat lib in your pom.xml(maybe atmosphere?).

                      • 8. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                        emag

                        ah, I missed your comment. yes, the library could be removed. WildFly bundles own webservice impl.

                         

                        <dependency>

                          <groupId>org.glassfish.metro</groupId>

                          <artifactId>webservices-rt</artifactId>

                          <version>2.3.1</version>

                          <scope>provided</scope>

                        </dependency>

                        • 9. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                          japochino1

                          Now my pom is (I have remove org.glassfish.metro and atmosphere):

                           

                          <?xml version="1.0" encoding="UTF-8"?>

                          <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

                              <modelVersion>4.0.0</modelVersion>

                           

                           

                              <groupId>com.alteda</groupId>

                              <artifactId>chp</artifactId>

                              <version>1.1-SNAPSHOT</version>

                              <packaging>war</packaging>

                           

                           

                              <name>chp</name>

                           

                           

                              <properties>

                                  <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>

                                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

                              </properties>

                             

                              <dependencies>

                           

                                  <dependency>

                                      <groupId>org.hibernate.javax.persistence</groupId>

                                      <artifactId>hibernate-jpa-2.1-api</artifactId>

                                      <version>1.0.0.Final</version>

                                      <scope>provided</scope>

                                  </dependency>

                           

                                  <dependency>

                                      <groupId>org.primefaces</groupId>

                                      <artifactId>primefaces</artifactId>

                                      <version>5.2</version>

                                  </dependency>

                                  <dependency>

                                      <groupId>antlr</groupId>

                                      <artifactId>antlr</artifactId>

                                      <version>2.7.7</version>

                                  </dependency>

                                  <dependency>

                                      <groupId>com.google.code.gson</groupId>

                                      <artifactId>gson</artifactId>

                                      <version>2.3.1</version>

                                  </dependency>

                                  <dependency>

                                      <groupId>javax</groupId>

                                      <artifactId>javaee-web-api</artifactId>

                                      <version>7.0</version>

                                      <scope>provided</scope>

                                  </dependency>

                                  <dependency>

                                      <groupId>javax.servlet</groupId>

                                      <artifactId>jstl</artifactId>

                                      <version>1.2</version>

                                  </dependency>

                                  <dependency>

                                      <groupId>mysql</groupId>

                                      <artifactId>mysql-connector-java</artifactId>

                                      <version>5.1.6</version>

                                  </dependency>

                                  <!-- Kurento -->

                                  <dependency>

                                      <groupId>org.kurento</groupId>

                                      <artifactId>kurento-client</artifactId>

                                      <version>5.1.0</version>

                                  </dependency>

                                  <dependency>

                                      <groupId>org.kurento</groupId>

                                      <artifactId>kurento-utils-js</artifactId>

                                      <version>5.1.0</version>

                                  </dependency>

                           

                              </dependencies>

                           

                           

                              <build>

                                  <plugins>

                                      <plugin>

                                          <groupId>org.apache.maven.plugins</groupId>

                                          <artifactId>maven-compiler-plugin</artifactId>

                                          <version>3.1</version>

                                          <configuration>

                                              <source>1.7</source>

                                              <target>1.7</target>

                                              <compilerArguments>

                                                  <endorseddirs>${endorsed.dir}</endorseddirs>

                                              </compilerArguments>

                                          </configuration>

                                      </plugin>

                                      <plugin>

                                          <groupId>org.apache.maven.plugins</groupId>

                                          <artifactId>maven-war-plugin</artifactId>

                                          <version>2.3</version>

                                          <configuration>

                                              <failOnMissingWebXml>false</failOnMissingWebXml>

                                          </configuration>

                                      </plugin>

                                      <plugin>

                                          <groupId>org.apache.maven.plugins</groupId>

                                          <artifactId>maven-dependency-plugin</artifactId>

                                          <version>2.6</version>

                                          <executions>

                                              <execution>

                                                  <phase>validate</phase>

                                                  <goals>

                                                      <goal>copy</goal>

                                                  </goals>

                                                  <configuration>

                                                      <outputDirectory>${endorsed.dir}</outputDirectory>

                                                      <silent>true</silent>

                                                      <artifactItems>

                                                          <artifactItem>

                                                              <groupId>javax</groupId>

                                                              <artifactId>javaee-endorsed-api</artifactId>

                                                              <version>7.0</version>

                                                              <type>jar</type>

                                                          </artifactItem>

                                                      </artifactItems>

                                                  </configuration>

                                              </execution>

                                          </executions>

                                      </plugin>

                                  </plugins>

                              </build>

                              <repositories>

                                  <repository>

                                      <url>http://repository.primefaces.org/</url>

                                      <id>PrimeFaces-maven-lib</id>

                                      <layout>default</layout>

                                      <name>Repository for library PrimeFaces-maven-lib</name>

                                  </repository>

                                  <repository>

                                      <id>unknown-jars-temp-repo</id>

                                      <name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>

                                      <url>file:${project.basedir}/lib</url>

                                  </repository>

                              </repositories>

                          </project>

                           

                           

                           

                          And the log:

                           

                           

                          10:44:49,844 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-5-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                          10:44:49,919 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-5-thread-1) Reloading JSF configuration for context /chp

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) java.lang.NullPointerException

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.ArrayList.<init>(ArrayList.java:177)

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.application.WebappLifecycleListener.getActiveSessions(WebappLifecycleListener.java:379)

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:544)

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                          10:44:49,920 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                          10:44:49,987 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-4-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                          10:44:50,115 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-4-thread-1) Reloading JSF configuration for context /chp

                          10:44:50,115 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                          10:44:50,115 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                          10:44:50,115 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                          10:44:50,115 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                          10:44:50,115 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                          10:44:50,116 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                          10:44:50,116 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.lang.Thread.run(Thread.java:745)

                          10:44:51,592 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) com.sun.faces.config.ConfigurationException:

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1)   Source Document: jar:file:/Users/japochino/wildfly-10.0.0.Final/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.12-jbossorg-2.jar!/com/sun/faces/jsf-ri-runtime.xml

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1)   Cause: Unable to create a new instance of 'com.sun.faces.application.resource.ResourceHandlerImpl': java.lang.NullPointerException

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.setResourceHandler(ApplicationConfigProcessor.java:856)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:335)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:137)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:612)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                          10:44:51,593 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.lang.Thread.run(Thread.java:745)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) Caused by: java.lang.NullPointerException

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.application.resource.ResourceHandlerImpl.<init>(ResourceHandlerImpl.java:94)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

                          10:44:51,594 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at java.lang.Class.newInstance(Class.java:442)

                          10:44:51,595 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:329)

                          10:44:51,595 ERROR [stderr] (Mojarra-WebResourceMonitor-5-thread-1) ... 17 more

                          10:44:51,595 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-5-thread-1) Reload complete.

                          10:45:14,535 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                          10:45:14,649 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                          10:45:14,661 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 278) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:45:14,688 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 277) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:45:14,749 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 215ms

                          10:45:14,750 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                          10:45:19,150 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for chpPUN

                          10:45:19,413 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 277) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:45:19,414 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 277) HHH000204: Processing PersistenceUnitInfo [

                            name: chpPUN

                            ...]

                          10:45:19,417 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 277) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                          10:45:19,455 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                          10:45:19,850 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                          10:45:19,851 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                          10:45:19,855 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                          10:45:19,855 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                          10:45:19,865 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 277) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:45:19,866 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 277) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                          10:45:19,866 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 277) HHH000431: Unable to determine H2 database version, certain features may not work

                          10:45:19,868 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 277) Envers integration enabled? : true

                          10:45:19,923 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 277) HHH000397: Using ASTQueryTranslatorFactory

                          10:45:20,219 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 281) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                          10:45:20,224 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 281) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                          10:45:20,266 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 281) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@3b32022d]

                          10:45:20,271 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 281) Initializing AtmosphereFramework

                          10:45:20,277 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 281) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                          10:45:21,622 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 281) Monitoring file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications

                          10:45:21,626 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 281) Running on PrimeFaces 5.2

                          10:45:21,626 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 281) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                            at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                            at java.lang.Thread.run(Thread.java:745)

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

                          Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                            ... 6 more

                          Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at io.undertow.websockets.jsr.Bootstrap$WebSocketListener.contextInitialized(Bootstrap.java:104)

                            at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                            at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                            ... 8 more

                           

                           

                          10:45:21,641 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                              Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                              Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer"}}

                          10:45:21,681 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

                          10:45:21,682 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

                          WFLYCTL0185:    Newly corrected services:

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.InputTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (new available)

                          WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                                service jboss.undertow.deployment.default-server.default-host./chp

                           

                           

                          10:46:07,625 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-6-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                          10:46:07,842 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-5-thread-1) file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml changed!

                          10:46:07,922 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-5-thread-1) Reloading JSF configuration for context /chp

                          10:46:07,922 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-6-thread-1) Reloading JSF configuration for context /chp

                          10:46:07,923 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) java.lang.NullPointerException

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.ArrayList.<init>(ArrayList.java:177)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.application.WebappLifecycleListener.getActiveSessions(WebappLifecycleListener.java:379)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:544)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                          10:46:07,924 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                          10:46:07,925 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                          10:46:07,925 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                          10:46:07,925 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.lang.Thread.run(Thread.java:745)

                          10:46:08,240 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) com.sun.faces.config.ConfigurationException:

                          10:46:08,240 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1)   Source Document: jar:file:/Users/japochino/wildfly-10.0.0.Final/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.12-jbossorg-2.jar!/com/sun/faces/jsf-ri-runtime.xml

                          10:46:08,240 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1)   Cause: Unable to create a new instance of 'com.sun.faces.application.resource.ResourceHandlerImpl': java.lang.NullPointerException

                          10:46:08,241 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)

                          10:46:08,241 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.setResourceHandler(ApplicationConfigProcessor.java:856)

                          10:46:08,241 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:335)

                          10:46:08,241 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:137)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener.reload(ConfigureListener.java:612)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener.access$700(ConfigureListener.java:122)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor.run(ConfigureListener.java:1101)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

                          10:46:08,242 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.lang.Thread.run(Thread.java:745)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) Caused by: java.lang.NullPointerException

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.application.resource.ResourceHandlerImpl.<init>(ResourceHandlerImpl.java:94)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

                          10:46:08,243 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

                          10:46:08,244 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                          10:46:08,244 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

                          10:46:08,244 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at java.lang.Class.newInstance(Class.java:442)

                          10:46:08,244 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:329)

                          10:46:08,244 ERROR [stderr] (Mojarra-WebResourceMonitor-6-thread-1) ... 17 more

                          10:46:08,244 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (Mojarra-WebResourceMonitor-6-thread-1) Reload complete.

                          10:46:11,896 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                          10:46:11,902 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment chp-1.1-SNAPSHOT.war

                          10:46:11,910 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 302) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:46:11,917 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 302) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:46:11,949 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment chp-1.1-SNAPSHOT.war (runtime-name: chp-1.1-SNAPSHOT.war) in 56ms

                          10:46:11,949 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "chp-1.1-SNAPSHOT.war" (runtime-name: "chp-1.1-SNAPSHOT.war")

                          10:46:14,852 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for chpPUN

                          10:46:14,993 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 302) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:46:14,993 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 302) HHH000204: Processing PersistenceUnitInfo [

                            name: chpPUN

                            ...]

                          10:46:14,995 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 302) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead

                          10:46:15,034 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment chp-1.1-SNAPSHOT.war

                          10:46:15,314 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                          10:46:15,314 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0006: Starting Services for CDI deployment: chp-1.1-SNAPSHOT.war

                          10:46:15,321 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = chp-1.1-SNAPSHOT.war_com.mysql.jdbc.Driver_5_1

                          10:46:15,322 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0009: Starting weld service for deployment chp-1.1-SNAPSHOT.war

                          10:46:15,337 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 302) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'chp-1.1-SNAPSHOT.war#chpPUN'

                          10:46:15,338 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 302) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                          10:46:15,339 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 302) HHH000431: Unable to determine H2 database version, certain features may not work

                          10:46:15,342 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 302) Envers integration enabled? : true

                          10:46:15,411 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 302) HHH000397: Using ASTQueryTranslatorFactory

                          10:46:15,676 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 307) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.MediadorAtencion for path /mediadorAtencion

                          10:46:15,680 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 307) UT026003: Adding annotated server endpoint class com.alteda.chp.websockets.Mediador for path /mediador

                          10:46:15,717 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 307) Spring WebApplicationInitializers detected on classpath: [org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration@5818b30e]

                          10:46:15,718 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 307) Initializing AtmosphereFramework

                          10:46:15,732 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 307) Inicializando Mojarra 2.2.12-jbossorg-2 20150729-1131 para el contexto '/chp'

                          10:46:16,473 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 307) Monitoring file:/Users/japochino/wildfly-10.0.0.Final/standalone/deployments/chp-1.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications

                          10:46:16,476 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 307) Running on PrimeFaces 5.2

                          10:46:16,477 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 307) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                            at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                            at java.lang.Thread.run(Thread.java:745)

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

                          Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                            at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                            ... 6 more

                          Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                            at io.undertow.websockets.jsr.Bootstrap$WebSocketListener.contextInitialized(Bootstrap.java:104)

                            at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                            at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                            ... 8 more

                           

                           

                          10:46:16,478 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./chp" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                              Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                              Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer"}}

                          10:46:16,488 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0016: Replaced deployment "chp-1.1-SNAPSHOT.war" with deployment "chp-1.1-SNAPSHOT.war"

                          10:46:16,489 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

                          WFLYCTL0184:    New missing/unsatisfied dependencies:

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.faces.webapp.FacesServlet".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.BindTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.ParamTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.FormTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (unavailable) dependents: [service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".deploymentCompleteService]

                          WFLYCTL0185:    Newly corrected services:

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.EvalTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.MessageTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (new available)

                                service jboss.deployment.unit."chp-1.1-SNAPSHOT.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (new available)

                          WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./chp

                                service jboss.undertow.deployment.default-server.default-host./chp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./chp: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer

                          • 10. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                            emag

                            hmm, still occurs ClassCastException for WebSocket...

                             

                            Do you install any libraries to WEB-INF/lib directly(means manually) or "endorsed.dir" ?

                            • 11. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                              japochino1

                              I don't have any lib folder in WEB-INF

                               

                              I don't understand "endorsed.dir"

                              • 12. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                                emag

                                Ah, ignore me about endorsed.dir[1].

                                 

                                Can you show the following command result? I'd like to know which libraries depends on tomcat lib.

                                 

                                mvn dependency:tree

                                 

                                [1] In fact, endorsed.dir is defined in your pom.xml, maybe no related with your problem.

                                ---

                                <properties>

                                  <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>

                                ---

                                • 13. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                                  japochino1

                                  If this helps, I have all this jar in my Dependencies folder (some of them are tomcat named)

                                  project-files-1.png

                                  project-files-2.png

                                  project-files-3.png

                                  • 14. Re: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
                                    emag

                                    Ah, you manually added some libraries to classpath on IDE (I'm not familliar with netbeans).

                                     

                                    If you don't need some libraries(spring-*, tomcat-*), please remove them.

                                     

                                    And I recommend you define libraries your app depend in pom.xml. perhaps your app works only your machine...

                                    1 2 Previous Next