1 Reply Latest reply on May 20, 2016 1:31 PM by jamezp

    jboss eap connot start

    fayediao

      hello,

      I created my first project and jboss seam but I have a problem which is still blocking me:

       

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYUT0027: Échec de l'analyse du descripteur XML "/C:/Users/diao.MAMADOU-FAYE/EAP-7.0.0/standalone/deployments/workshop.war/WEB-INF/jboss-web.xml" sur [5,5]

        at org.wildfly.extension.undertow.deployment.JBossWebParsingDeploymentProcessor.deploy(JBossWebParsingDeploymentProcessor.java:87)

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

        ... 5 more

      Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[5,5]

      Message: Unexpected element 'class-loading' encountered

        at org.jboss.metadata.parser.util.MetaDataElementParser.unexpectedElement(MetaDataElementParser.java:115)

        at org.jboss.metadata.parser.jbossweb.JBossWebMetaDataParser.parse(JBossWebMetaDataParser.java:292)

        at org.wildfly.extension.undertow.deployment.JBossWebParsingDeploymentProcessor.deploy(JBossWebParsingDeploymentProcessor.java:74)

        ... 6 more

       

      08:59:14,347 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."workshop-ds.xml".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."workshop-ds.xml".PARSE: WFLYSRV0153: N'a pas pu traiter la phase PARSE de deployment "workshop-ds.xml"

        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(Unknown Source)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: IJ010061: Unexpected element: local-tx-datasource

        at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:105)

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

        ... 5 more

      Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061: Unexpected element: local-tx-datasource

        at org.jboss.jca.common.metadata.ds.DsParser.parseDataSources(DsParser.java:194)

        at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:120)

        at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:79)

        at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:90)

        ... 6 more


      08:59:14,351 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: L'opération ("deploy") a échoué - adresse : ([("deployment" => "workshop-ds.xml")]) - description de l'échec : {"WFLYCTL0080: Les services ont échoué" => {"jboss.deployment.unit.\"workshop-ds.xml\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"workshop-ds.xml\".PARSE: WFLYSRV0153: N'a pas pu traiter la phase PARSE de deployment \"workshop-ds.xml\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: IJ010061: Unexpected element: local-tx-datasource

          Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061: Unexpected element: local-tx-datasource"}}

      08:59:14,352 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: L'opération ("deploy") a échoué - adresse : ([("deployment" => "workshop.war")]) - description de l'échec : {"WFLYCTL0080: Les services ont échoué" => {"jboss.deployment.unit.\"workshop.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"workshop.war\".PARSE: WFLYSRV0153: N'a pas pu traiter la phase PARSE de deployment \"workshop.war\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYUT0027: Échec de l'analyse du descripteur XML \"/C:/Users/diao.MAMADOU-FAYE/EAP-7.0.0/standalone/deployments/workshop.war/WEB-INF/jboss-web.xml\" sur [5,5]

          Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[5,5]

      Message: Unexpected element 'class-loading' encountered"}}

      08:59:14,380 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Déploiement de "workshop.war" (runtime-name: "workshop.war")

      08:59:14,380 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Déploiement de "workshop-ds.xml" (runtime-name: "workshop-ds.xml")

      08:59:14,381 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Rapport de statut de service

      WFLYCTL0186: Services qui n'ont pas pu démarrer :      service jboss.deployment.unit."workshop-ds.xml".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."workshop-ds.xml".PARSE: WFLYSRV0153: N'a pas pu traiter la phase PARSE de deployment "workshop-ds.xml"

            service jboss.deployment.unit."workshop.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."workshop.war".PARSE: WFLYSRV0153: N'a pas pu traiter la phase PARSE de deployment "workshop.war"

       

      08:59:14,550 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: L'interface de gestion http écoute sur http://127.0.0.1:9990/management

      08:59:14,551 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: La console d'administration écoute sur http://127.0.0.1:9990

      08:59:14,552 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1) a démarré (avec des erreurs) en 11048ms - 273 des services 561 démarré(s) (2 services ont échoué ou manquent de dépendances, 371 services sont lents, passifs ou à la demande)

      08:59:14,641 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Arrêt du déploiement de workshop-ds.xml (runtime-name: "workshop-ds.xml") en 9ms

      08:59:14,741 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Arrêt du déploiement de workshop.war (runtime-name: "workshop.war") en 107ms

      08:59:14,875 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Annulation du déploiement de "workshop.war" (runtime-name: "workshop.war")

      08:59:14,881 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0002: Contenu supprimé de la location C:\Users\diao.MAMADOU-FAYE\EAP-7.0.0\standalone\data\content\39\ba780d3ae4c8646a72b0842a0e2a4804e5947d\content

      08:59:14,881 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Annulation du déploiement de "workshop-ds.xml" (runtime-name: "workshop-ds.xml")

      08:59:14,882 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Rapport de statut de service

      WFLYCTL0186: Services qui n'ont pas pu démarrer :      service jboss.deployment.unit."workshop-ds.xml".PARSE

            service jboss.deployment.unit."workshop.war".PARSE

       

       

      08:59:19,420 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: workshop.war trouvé dans le répertoire du déploiement. Pour déclencher le déploiement, créer un fichier nommé workshop.war.dodeploy

        • 1. Re: jboss eap connot start
          jamezp

          The error indicates you have a tag named <class-loading> in your jboss-web.xml that's in the incorrect place. It would be helpful to see the jboss-web.xml.

           

          --

          James R. Perkins