Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/304.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 未找到筛选器映射URL-*.xhtml中使用的筛选器visitorLogger_Java_Maven_Undertow_Wildfly 12 - Fatal编程技术网

Java 未找到筛选器映射URL-*.xhtml中使用的筛选器visitorLogger

Java 未找到筛选器映射URL-*.xhtml中使用的筛选器visitorLogger,java,maven,undertow,wildfly-12,Java,Maven,Undertow,Wildfly 12,我有一个在WildFly 12应用服务器上运行的应用程序模块。 我可以毫无问题地编译和构建它,但当我试图部署它时,我有以下问题 14:19:42,528 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 65) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./myapp: org.jbo

我有一个在WildFly 12应用服务器上运行的应用程序模块。 我可以毫无问题地编译和构建它,但当我试图部署它时,我有以下问题

14:19:42,528 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 65) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./myapp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./myapp: java.lang.IllegalStateException: UT010050: Filter visitorLogger used in filter mapping URL - *.xhtml not found
        at org.wildfly.extension.undertow//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at org.jboss.threads@2.3.1.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
        at org.jboss.threads@2.3.1.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
        at org.jboss.threads@2.3.1.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
        at org.jboss.threads@2.3.1.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
        at java.base/java.lang.Thread.run(Thread.java:844)

你的过滤器配置是什么样子的?我已经解决了这个问题。WildFly 12中有一只虫子。我需要将Jandex模块更新到2.0.5版。