1 Reply Latest reply on Feb 4, 2014 12:16 AM by nena_bbb

    Unable to deploy jersey ws in wildfly 8

    nena_bbb

      Hi I'm having some issues and can't seem to resolve some dependencies trying to deploy to wildfly 8 - this is driving me crazy. 

       

      Here's the stack trace:

       

      19:58:48,671 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final

      19:58:49,282 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.0.CR1

      19:58:49,357 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015899: WildFly 8.0.0.CR1 "WildFly" starting

      19:58:50,249 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found iamws.war in deployment directory. To trigger deployment create a file called iamws.war.dodeploy

      19:58:50,284 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

      19:58:50,292 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Beta4

      19:58:50,301 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Beta4

      19:58:50,337 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 46) JBAS013171: Activating Security Subsystem

      19:58:50,347 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.

      19:58:50,354 INFO  [org.jboss.as.security] (MSC service thread 1-16) JBAS013170: Current PicketBox version=4.0.20.Beta2

      19:58:50,357 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 41) JBAS011800: Activating Naming Subsystem

      19:58:50,357 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 39) JBAS012615: Activated the following JSF Implementations: [main]

      19:58:50,408 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-13) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.2.Final)

      19:58:50,409 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension

      19:58:50,412 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-10) JBAS017502: Undertow 1.0.0.Beta30 starting

      19:58:50,412 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 49) JBAS017502: Undertow 1.0.0.Beta30 starting

      19:58:50,427 INFO  [org.jboss.remoting] (MSC service thread 1-14) JBoss Remoting version (unknown)

      19:58:50,442 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      19:58:50,453 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010417: Started Driver service with driver-name = h2

      19:58:50,477 INFO  [org.jboss.as.naming] (MSC service thread 1-15) JBAS011802: Starting Naming Service

      19:58:50,477 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]

      19:58:50,549 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 49) JBAS017527: Creating file handler for path /Applications/wildfly-8.0.0.CR1/welcome-content

      19:58:50,715 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017525: Started server default-server.

      19:58:50,722 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-10) JBAS017531: Host default-host starting

      19:58:50,806 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017519: Undertow HTTP listener default listening on localhost/127.0.0.1:9099

      19:58:51,046 INFO  [org.jboss.ws.common.management] (MSC service thread 1-9) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.3.Final

      19:58:51,088 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /Applications/wildfly-8.0.0.CR1/standalone/deployments

      19:58:51,091 INFO  [org.jboss.as.remoting] (MSC service thread 1-11) JBAS017100: Listening on 127.0.0.1:9999

      19:58:51,093 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015876: Starting deployment of "ojdbc6.jar" (runtime-name: "ojdbc6.jar")

      19:58:51,093 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015876: Starting deployment of "iamws.war" (runtime-name: "iamws.war")

      19:58:51,750 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

      19:58:51,763 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) JBAS010417: Started Driver service with driver-name = ojdbc6.jar

      19:58:51,840 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/id1dev]

      19:58:52,834 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for iamwsDev

      19:58:53,012 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 52) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'iamws.war#iamwsDev'

      19:58:53,022 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 52) HHH000204: Processing PersistenceUnitInfo [

        name: iamwsDev

        ...]

      19:58:53,079 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 52) HHH000412: Hibernate Core {4.3.0.Final}

      19:58:53,081 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) HHH000206: hibernate.properties not found

      19:58:53,083 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) HHH000021: Bytecode provider name : javassist

      19:58:53,204 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment iamws.war

      19:58:53,251 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 5.0.2.Final

      19:58:53,473 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

      19:58:53,477 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

      19:58:53,479 WARN  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) JBAS010402: Unable to instantiate driver class "oracle.jdbc.OracleDriver": org.jboss.msc.service.DuplicateServiceException: Service jboss.jdbc-driver.iamws_war_oracle_jdbc_OracleDriver_11_2 is already registered

      19:58:53,479 INFO  [org.jboss.weld.deployer] (MSC service thread 1-15) JBAS016005: Starting Services for CDI deployment: iamws.war

      19:58:53,520 INFO  [org.jboss.weld.Version] (MSC service thread 1-15) WELD-000900: 2.1.1 (Final)

      19:58:53,547 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010417: Started Driver service with driver-name = iamws.war_oracle.jdbc.OracleDriver_11_2

      19:58:53,550 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016008: Starting weld service for deployment iamws.war

      19:58:53,695 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 52) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'iamws.war#iamwsDev'

      19:58:53,760 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 52) HCANN000001: Hibernate Commons Annotations {4.0.4.Final}

      19:58:54,387 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 52) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect

      19:58:54,509 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 52) HHH000397: Using ASTQueryTranslatorFactory

      19:58:54,759 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 52) HHH000229: Running schema validator

      19:58:54,759 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 52) HHH000102: Fetching database metadata

      19:58:55,616 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 52) HHH000261: Table found: CWLOGIN.CL_IDENTITY

      19:58:55,617 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 52) HHH000037: Columns: [keyword_type_code, last_updt_date, pid, keyword_value, last_updt_by]

      19:58:55,618 WARN  [org.hibernate.internal.SessionFactoryImpl] (ServerService Thread Pool -- 52) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()

      19:58:56,675 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."iamws.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."iamws.war".WeldStartService: Failed to start service

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]

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

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

        at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]

      Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List with 2 exceptions:

      Exception 0 :

      org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type ServiceLocator with qualifiers @Default

        at injection point [BackedAnnotatedField] @Inject private org.glassfish.jersey.internal.inject.ContextInjectionResolver.serviceLocator

        at org.glassfish.jersey.internal.inject.ContextInjectionResolver.serviceLocator(ContextInjectionResolver.java:0)

       

        at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:361)

        at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:282)

        at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:133)

        at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164)

        at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:507)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)

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

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

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

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

      Exception 0 :

      org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IterableProvider<InjectionResolver<Object>> with qualifiers @Default

        at injection point [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedConstructor] @Inject org.glassfish.jersey.internal.inject.JerseyClassAnalyzer(@Named ClassAnalyzer, IterableProvider<InjectionResolver<Object>>)

        at org.glassfish.jersey.internal.inject.JerseyClassAnalyzer.<init>(JerseyClassAnalyzer.java:0)

       

        at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:361)

        at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:282)

        at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:133)

        at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164)

        at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:507)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)

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

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

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

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

       

        at org.jboss.weld.bootstrap.ConcurrentValidator.validateBeans(ConcurrentValidator.java:76)

        at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:468)

        at org.jboss.weld.bootstrap.WeldStartup.validateBeans(WeldStartup.java:392)

        at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:85)

        at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:93)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]

        ... 3 more

       

      19:58:56,685 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "iamws.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iamws.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"iamws.war\".WeldStartService: Failed to start service

          Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List with 2 exceptions:

      Exception 0 :

      org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type ServiceLocator with qualifiers @Default

        at injection point [BackedAnnotatedField] @Inject private org.glassfish.jersey.internal.inject.ContextInjectionResolver.serviceLocator

        at org.glassfish.jersey.internal.inject.ContextInjectionResolver.serviceLocator(ContextInjectionResolver.java:0)

       

        at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:361)

        at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:282)

        at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:133)

        at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164)

        at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:507)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)

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

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

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

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

      Exception 0 :

      org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IterableProvider<InjectionResolver<Object>> with qualifiers @Default

        at injection point [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedConstructor] @Inject org.glassfish.jersey.internal.inject.JerseyClassAnalyzer(@Named ClassAnalyzer, IterableProvider<InjectionResolver<Object>>)

        at org.glassfish.jersey.internal.inject.JerseyClassAnalyzer.<init>(JerseyClassAnalyzer.java:0)

       

        at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:361)

        at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:282)

        at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:133)

        at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164)

        at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:507)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)

        at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)

        at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)

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

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

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

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

      "}}

      19:58:56,735 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "ojdbc6.jar" (runtime-name : "ojdbc6.jar")

      19:58:56,735 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "iamws.war" (runtime-name : "iamws.war")

      19:58:56,737 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."iamws.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."iamws.war".WeldStartService: Failed to start service

       

      19:58:56,743 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      19:58:56,744 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      19:58:56,744 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.0.0.CR1 "WildFly" started (with errors) in 8357ms - Started 304 of 385 services (21 services failed or missing dependencies, 95 services are lazy, passive or on-demand)

      19:58:56,970 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-13) JBAS010418: Stopped Driver service with driver-name = iamws.war_oracle.jdbc.OracleDriver_11_2

      19:58:56,971 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 15) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'iamws.war#iamwsDev'

      19:58:56,973 INFO  [org.jboss.weld.deployer] (MSC service thread 1-12) JBAS016009: Stopping weld service for deployment iamws.war

      19:58:57,005 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 15) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'iamws.war#iamwsDev'

      19:58:57,024 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment iamws.war (runtime-name: iamws.war) in 61ms

      19:58:57,060 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "iamws.war" (runtime-name: "iamws.war")

      19:58:57,064 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.deployment.unit."iamws.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator, service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".CdiValidatorFactoryService, JBAS014799: ... and 2 more ]

            service jboss.deployment.unit."iamws.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator, service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator, service jboss.deployment.unit."iamws.war".CdiValidatorFactoryService, JBAS014799: ... and 3 more ]

            service jboss.deployment.unit."iamws.war".component."ca.ubc.iamws.listeners.ServiceContextListener".CREATE (missing) dependents: [service jboss.deployment.unit."iamws.war".component."ca.ubc.iamws.listeners.ServiceContextListener".START]

            service jboss.deployment.unit."iamws.war".component."ca.ubc.iamws.listeners.ServiceContextListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".deploymentCompleteService]

            service jboss.deployment.unit."iamws.war".component."ca.ubc.iamws.listeners.ServiceContextListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."ca.ubc.iamws.listeners.ServiceContextListener".START]

            service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".START]

            service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws]

            service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".START]

            service jboss.deployment.unit."iamws.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./iamws.UndertowDeploymentInfoService]

            service jboss.deployment.unit."iamws.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.faces.webapp.FacetTag".START]

            service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]

            service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws]

            service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]

            service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".deploymentCompleteService]

            service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]

            service jboss.deployment.unit."iamws.war".component."org.glassfish.jersey.servlet.ServletContainer".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".deploymentCompleteService]

            service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".deploymentCompleteService]

            service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws]

            service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]

            service jboss.deployment.unit."iamws.war".ee.ComponentRegistry (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./iamws.UndertowDeploymentInfoService]

            service jboss.deployment.unit."iamws.war".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START, service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, service jboss.deployment.unit."iamws.war".component."org.jboss.weld.servlet.WeldTerminalListener".START, service jboss.deployment.unit."iamws.war".component."com.sun.faces.config.ConfigureListener".START]

            service jboss.persistenceunit."iamws.war#iamwsDev" (missing) dependents: [service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START, service jboss.undertow.deployment.default-server.default-host./iamws, service jboss.deployment.unit."iamws.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, service jboss.deployment.unit."iamws.war".component."org.glassfish.jersey.servlet.ServletContainer".START, JBAS014799: ... and 4 more ]

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

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."iamws.war".WeldStartService

       

      19:59:01,775 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015003: Found iamws.war in deployment directory. To trigger deployment create a file called iamws.war.dodeploy