Java WildFly不运行页面

Java WildFly不运行页面,java,jakarta-ee,jboss7.x,wildfly-8,Java,Jakarta Ee,Jboss7.x,Wildfly 8,我使用的是WildFly 8.0,它运行正常,但当我发布一个EAR Project并运行一个页面时,它会显示404“未找到”,那么问题是什么,我应该如何纠正它 WildFly 8.0部署日志如下所示: 00:06:21,660 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 53) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'EAR-gta.ear/gta

我使用的是WildFly 8.0,它运行正常,但当我发布一个EAR Project并运行一个页面时,它会显示404“未找到”,那么问题是什么,我应该如何纠正它

WildFly 8.0部署日志如下所示:

00:06:21,660 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 53) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'EAR-gta.ear/gta-web.war#gta-web'
00:06:21,743 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment null (runtime-name: yessclever-ejb.jar) in 116ms
00:06:21,751 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment null (runtime-name: gta-web.war) in 125ms
00:06:21,753 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment EAR-gta.ear (runtime-name: EAR-gta.ear) in 128ms
00:06:21,754 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "EAR-gta.ear" (runtime-name: "EAR-gta.ear")
00:06:22,140 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "null" (runtime-name: "gta-web.war")
00:06:22,140 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "null" (runtime-name: "yessclever-ejb.jar")
00:06:22,855 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for yessclever
00:06:22,875 WARN  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016011: Warning while parsing vfs:/D:/Stage tools/wildfly-8.0.0.Final/standalone/deployments/EAR-gta.ear/gta-web.war/WEB-INF/beans.xml:3 cvc-elt.1 : Déclaration de l'élément 'beans' introuvable.
00:06:22,877 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for gta-web
00:06:23,230 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 53) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'EAR-gta.ear/gta-web.war#gta-web'
00:06:23,231 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment EAR-gta.ear
00:06:23,231 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 53) HHH000204: Processing PersistenceUnitInfo [
    name: gta-web
    ...]
00:06:26,815 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment gta-web.war
00:06:26,828 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) JBAS014613: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => [
    "jboss.deployment.subunit.\"EAR-gta.ear\".\"gta-web.war\".weld.weldClassIntrospector is missing [jboss.deployment.subunit.\"EAR-gta.ear\".\"gta-web.war\".beanmanager]",
    "jboss.persistenceunit.\"EAR-gta.ear/yessclever-ejb.jar#yessclever\".__FIRST_PHASE__ is missing [jboss.naming.context.java.clever]",
    "jboss.deployment.unit.\"EAR-gta.ear\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"EAR-gta.ear\".beanmanager]"
]}
00:06:27,064 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018565: Replaced deployment "EAR-gta.ear" with deployment "EAR-gta.ear"
00:06:27,065 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775:    New missing/unsatisfied dependencies:
      service jboss.naming.context.java.module.EAR-gta.gta-web (unavailable) dependents: [service jboss.deployment.subunit."EAR-gta.ear"."gta-web.war".INSTALL] 
      service jboss.persistenceunit."EAR-gta.ear/yessclever-ejb.jar#yessclever".__FIRST_PHASE__ (unavailable) dependents: [service jboss.deployment.subunit."EAR-gta.ear"."yessclever-ejb.jar".POST_MODULE] 

你能提供更多关于你的项目的信息吗?可能,您的
beans.xml
文件已损坏。发布您的beans.xml,似乎有问题,请查看日志中的警告。下次请用locale en启动WildFly。