0 Replies Latest reply on Nov 20, 2017 5:21 AM by henley

    JBoss service failed to start

    henley

      Hello, i'm having a very strange problem with JBoss. The console displays that JBoss service can't start because of a "DeploymentUnitProcessingException" ? I searched on google, disactivated my NVIdia network service that was using the 9990 port (which is needed for JBoss as i understood ?)

      (Strangely, the Jboss server is marked as "started" but it should have created 2 tables in my database while starting and i think this error is why it didn't work properly)

       

      here is the console log :

       

       

      11:01:58,746 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final

      11:01:59,297 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

      11:01:59,367 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting

      11:02:01,147 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found ProjetEJB.jar in deployment directory. To trigger deployment create a file called ProjetEJB.jar.dodeploy

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

      11:02:02,174 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.4.0.Final

      11:02:02,183 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.4.0.Final

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

      11:02:05,542 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension

      11:02:05,545 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem

      11:02:05,556 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]

      11:02:05,566 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem

      11:02:05,575 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.6.Final

      11:02:05,577 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.

      11:02:05,831 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors

      11:02:05,866 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting

      11:02:05,877 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)

      11:02:06,114 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\serveur\wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

      11:02:06,540 INFO  [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service

      11:02:06,545 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      11:02:06,556 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2

      11:02:06,573 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

      11:02:06,567 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

      11:02:06,585 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = mysql

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

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

      11:02:15,888 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.

      11:02:15,953 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.21.Final

      11:02:17,254 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting

      11:02:20,998 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore C:\serveur\wildfly-10.1.0.Final\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost

      11:02:21,540 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory C:\serveur\wildfly-10.1.0.Final\standalone\deployments

      11:02:21,762 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ProjetEJB.jar" (runtime-name: "ProjetEJB.jar")

      11:02:22,106 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080

      11:02:25,733 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final

      11:02:26,012 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/testDS]

      11:02:26,013 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

      11:02:27,169 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:27,169 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:27,172 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:27,169 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:27,174 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:27,171 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

      11:02:30,545 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443

      11:02:40,760 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)

      11:02:43,531 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment ProjetEJB.jar

      11:02:45,358 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.4.Final

      11:02:45,592 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'GestionDeStock' in deployment unit 'deployment "ProjetEJB.jar"' are as follows:

       

       

      java:global/ProjetEJB/GestionDeStock!hw.GestionDeStock

      java:app/ProjetEJB/GestionDeStock!hw.GestionDeStock

      java:module/GestionDeStock!hw.GestionDeStock

      java:global/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

      java:app/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

      java:module/GestionDeStock!hw.GestionDeStockRemote

      java:jboss/exported/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

       

       

      11:02:45,593 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'Hello' in deployment unit 'deployment "ProjetEJB.jar"' are as follows:

       

       

      java:global/ProjetEJB/Hello!hw.Hello

      java:app/ProjetEJB/Hello!hw.Hello

      java:module/Hello!hw.Hello

      java:global/ProjetEJB/Hello!hw.HelloRemote

      java:app/ProjetEJB/Hello!hw.HelloRemote

      java:module/Hello!hw.HelloRemote

      java:jboss/exported/ProjetEJB/Hello!hw.HelloRemote

       

       

      11:02:45,809 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."ProjetEJB.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."ProjetEJB.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "ProjetEJB.jar"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)

      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:748)

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class hw.GestionDeStock for component GestionDeStock has errors:

      WFLYJPA0033: Can't find a persistence unit named null in deployment "ProjetEJB.jar"

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor$1.handle(ModuleJndiBindingProcessor.java:157)

      at org.jboss.as.ee.component.ClassDescriptionTraversal.run(ClassDescriptionTraversal.java:54)

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.processClassConfigurations(ModuleJndiBindingProcessor.java:186)

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:143)

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)

      ... 5 more

       

       

      11:02:45,869 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ProjetEJB.jar")]) - failure description: {

          "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment \"ProjetEJB.jar\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class hw.GestionDeStock for component GestionDeStock has errors:

      WFLYJPA0033: Can't find a persistence unit named null in deployment \"ProjetEJB.jar\""},

          "WFLYCTL0412: Required services that are not installed:" => [

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello",

              "jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock",

              "jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager"

          ],

          "WFLYCTL0180: Services with missing/unavailable dependencies" => [

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.Validator is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InstanceName is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.deployment.unit.\"ProjetEJB.jar\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InstanceName is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.Validator is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InAppClientContainer is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InAppClientContainer is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.deployment.unit.\"ProjetEJB.jar\".batch.environment is missing [jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.ValidatorFactory is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.ValidatorFactory is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]"

          ]

      }

      11:02:45,950 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ProjetEJB.jar" (runtime-name : "ProjetEJB.jar")

      11:02:45,951 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report

      WFLYCTL0184:    New missing/unsatisfied dependencies:

            service jboss.deployment.unit."ProjetEJB.jar".beanmanager (missing) dependents: [service jboss.deployment.unit."ProjetEJB.jar".batch.environment, service jboss.deployment.unit."ProjetEJB.jar".weld.weldClassIntrospector]

            service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock (missing) dependents: [service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.ValidatorFactory, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InstanceName, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.Validator, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InAppClientContainer]

            service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello (missing) dependents: [service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InstanceName, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InAppClientContainer, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.ValidatorFactory, service jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.Validator]

      WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."ProjetEJB.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."ProjetEJB.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "ProjetEJB.jar"

       

       

      11:02:46,257 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

      11:02:46,258 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

      11:02:46,258 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started (with errors) in 47909ms - Started 362 of 618 services (11 services failed or missing dependencies, 396 services are lazy, passive or on-demand)

      11:02:46,342 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment ProjetEJB.jar (runtime-name: ProjetEJB.jar) in 8ms

      11:02:46,502 WARN  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []

      11:02:46,503 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "ProjetEJB.jar" (runtime-name: "ProjetEJB.jar")

      11:02:46,503 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

      WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."ProjetEJB.jar".INSTALL

       

       

      11:02:51,031 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found ProjetEJB.jar in deployment directory. To trigger deployment create a file called ProjetEJB.jar.dodeploy

      11:03:26,119 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "ProjetEJB.jar" (runtime-name: "ProjetEJB.jar")

      11:03:26,164 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment ProjetEJB.jar

      11:03:26,174 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'GestionDeStock' in deployment unit 'deployment "ProjetEJB.jar"' are as follows:

       

       

      java:global/ProjetEJB/GestionDeStock!hw.GestionDeStock

      java:app/ProjetEJB/GestionDeStock!hw.GestionDeStock

      java:module/GestionDeStock!hw.GestionDeStock

      java:global/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

      java:app/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

      java:module/GestionDeStock!hw.GestionDeStockRemote

      java:jboss/exported/ProjetEJB/GestionDeStock!hw.GestionDeStockRemote

       

       

      11:03:26,174 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'Hello' in deployment unit 'deployment "ProjetEJB.jar"' are as follows:

       

       

      java:global/ProjetEJB/Hello!hw.Hello

      java:app/ProjetEJB/Hello!hw.Hello

      java:module/Hello!hw.Hello

      java:global/ProjetEJB/Hello!hw.HelloRemote

      java:app/ProjetEJB/Hello!hw.HelloRemote

      java:module/Hello!hw.HelloRemote

      java:jboss/exported/ProjetEJB/Hello!hw.HelloRemote

       

       

      11:03:26,197 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."ProjetEJB.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."ProjetEJB.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "ProjetEJB.jar"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)

      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:748)

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class hw.GestionDeStock for component GestionDeStock has errors:

      WFLYJPA0033: Can't find a persistence unit named null in deployment "ProjetEJB.jar"

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor$1.handle(ModuleJndiBindingProcessor.java:157)

      at org.jboss.as.ee.component.ClassDescriptionTraversal.run(ClassDescriptionTraversal.java:54)

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.processClassConfigurations(ModuleJndiBindingProcessor.java:186)

      at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:143)

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)

      ... 5 more

       

       

      11:03:26,199 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ProjetEJB.jar")]) - failure description: {

          "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment \"ProjetEJB.jar\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class hw.GestionDeStock for component GestionDeStock has errors:

      WFLYJPA0033: Can't find a persistence unit named null in deployment \"ProjetEJB.jar\""},

          "WFLYCTL0412: Required services that are not installed:" => [

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello",

              "jboss.deployment.unit.\"ProjetEJB.jar\".INSTALL",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock",

              "jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager"

          ],

          "WFLYCTL0180: Services with missing/unavailable dependencies" => [

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InAppClientContainer is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.Validator is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.Validator is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.ValidatorFactory is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InAppClientContainer is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.InstanceName is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock.ValidatorFactory is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.GestionDeStock]",

              "jboss.deployment.unit.\"ProjetEJB.jar\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager]",

              "jboss.deployment.unit.\"ProjetEJB.jar\".batch.environment is missing [jboss.deployment.unit.\"ProjetEJB.jar\".beanmanager]",

              "jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello.InstanceName is missing [jboss.naming.context.java.comp.ProjetEJB.ProjetEJB.Hello]"

          ]

      }

      11:03:26,281 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "ProjetEJB.jar" (runtime-name : "ProjetEJB.jar")

      11:03:26,282 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report

      WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."ProjetEJB.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."ProjetEJB.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "ProjetEJB.jar"

       

       

       

       

      Thanks a lot for your help because i'm really really lost, i have no idea how to fix this error