向Weblogic下部署程序时,错误提示如下:
错误 无法访问所选应用程序。
错误 Exception in AppMerge flows' progression
错误 Exception in AppMerge flows' progression
错误 VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/javaee display-name@http://java.sun.com/xml/ns/javaee icon@http://java.sun.com/xml/ns/javaee distributable@http://java.sun.com/xml/ns/javaee context-param@http://java.sun.com/xml/ns/javaee filter@http://java.sun.com/xml/ns/javaee filter-mapping@http://java.sun.com/xml/ns/javaee listener@http://java.sun.com/xml/ns/javaee servlet@http://java.sun.com/xml/ns/javaee servlet-mapping@http://java.sun.com/xml/ns/javaee session-config@http://java.sun.com/xml/ns/javaee mime-mapping@http://java.sun.com/xml/ns/javaee welcome-file-list@http://java.sun.com/xml/ns/javaee problem-page@http://java.sun.com/xml/ns/javaee jsp-config@http://java.sun.com/xml/ns/javaee security-constraint@http://java.sun.com/xml/ns/javaee login-config@http://java.sun.com/xml/ns/javaee security-role@http://java.sun.com/xml/ns/javaee env-entry@http://java.sun.com/xml/ns/javaee ejb-ref@http://java.sun.com/xml/ns/javaee ejb-local-ref@http://java.sun.com/xml/ns/javaee service-ref@http://java.sun.com/xml/ns/javaee resource-ref@http://java.sun.com/xml/ns/javaee resource-env-ref@http://java.sun.com/xml/ns/javaee message-destination-ref@http://java.sun.com/xml/ns/javaee persistence-context-ref@http://java.sun.com/xml/ns/javaee persistence-unit-ref@http://java.sun.com/xml/ns/javaee post-construct@http://java.sun.com/xml/ns/javaee pre-destroy@http://java.sun.com/xml/ns/javaee message-destination@http://java.sun.com/xml/ns/javaee locale-encoding-mapping-list@http://java.sun.com/xml/ns/javaee' instead of 'init-param@http://java.sun.com/xml/ns/javaee' here in element web-app@http://java.sun.com/xml/ns/javaee:<null>
看到这样的错误先不要乱,说明部署的时候Weblogic读取web.xml出现了问题,无法识别。
这个类错误分析应该从最后开始阅读分析,这次的错误关键就在
instead of 'init-param@http://java.sun.com/xml/ns/javaee'
所以,把web.xml里面的init-param都找出来分析,果然发现问题
<filter>
<filter-name>shiroFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter>
<init-param>
<param-name>targetFilterLifecycle</param-name>
<param-value>true</param-value>
</init-param>
这里配置错误,显然init-param应该配置在filter里面,在tomcat下是无法发现这个问题的。
分享到:
相关推荐
KTH(瑞典皇家工学院)大拿Henningson 。关于 流动边界层不稳定性以及转淚方面的著作
《River Flows in You》是一首由韩国作曲家李闰珉(Yiruma)创作的著名钢琴曲,因其优美的旋律和深情的表达而广受欢迎,尤其在学习钢琴的爱好者中有着极高的知名度。这首曲子最初是为电影《假如爱有天意》所作,后成为...
本文《Attention Flows:Analyzing and Comparing Attention Mechanisms in Language Models》是一篇研究论文,主要关注于深度学习领域内语言模型的注意力机制。随着自然语言处理(NLP)技术的发展,基于注意力机制...
### FlowS:一种MapReduce数据流公平调度方法 #### 一、引言 随着大数据时代的到来,企业面临的非结构化数据处理需求日益增加。MapReduce框架因其高效处理大规模数据的能力而备受关注。Hadoop作为MapReduce的一种...
ocean currents, and the flow of rivers, for example), of astrophysicists (in studying the photospheres of the sun and stars or mapping gaseous nebulae), and of engineers (in calculating pipe flows, ...
《Pope.turbulent.flows》是关于湍流研究的经典英文著作,作者是康奈尔大学的Stephen B. Pope教授。本书深入探讨了湍流的形成原理、特性和规律,为研究湍流提供了详实的基础理论和方法。 书中首先介绍了湍流的基础...
Inviscid and Viscous Flows CharlesHirsch Departmentof Fluid Mechanics, Vrije Universiteit Brussel, Brussels, Belgium A Wiley-lntersciencePublication JOHN WILEY & SONS Chichester. New York. Brisbane. ...
ICX2012数据集源于2012年的国际通信与计算大会(International Conference on eXtreme Computing),其核心内容是TestbedMonJun14Flows.xml和TestbedMonJun14Flows.xsd两个文件。这两个文件记录了网络流量数据,旨在...
It offers in-depth and self-contained treatments of shortest path, maximum flow, and minimum cost flow problems, including a description of new and novel polynomial-time algorithms for these core ...
本书《Network Flows -- Theory, Algorithms, and Applications》是关于网络流理论、算法及其应用的全面研究。它不仅提供理论基础,还包括了在现实世界问题中应用这些理论的算法。本书的内容主要围绕以下几个核心...
资源分类:Python库 所属语言:Python 资源全名:libreflow.flows-2.0.1.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Regularity Theory And Stochastic Flows For Parabolic SPDES
《Finishing Flows Quickly with Preemptive Scheduling》是一篇深度探讨数据中心网络流量调度策略的学术论文,它在SIGCOMM12(国际计算机通信学会数据通信会议)上发表。SIGCOMM是计算机网络领域的顶级会议,汇聚了...
Graphs - Subgraphs - Connected Graphs - Trees - Separable and Nonseparable Graphs - Tree-Search Algorithms - Flows in Networks - Complexity of Algorithms - Connectivity - Planar Graphs - The Four-...
**标准化流程(Normalizing Flows)** 标准化流程是一种在机器学习和深度学习中用于概率建模和密度估计的先进技术。这种技术允许我们构建复杂的概率分布,通过一系列可逆变换将简单的基础分布转换为复杂的分布。在...
本文档是一篇关于气相反应流动中火焰传递函数(Flame Transfer Function, FTF)和扰动能能量的研究。该研究旨在通过数值模拟来深化对燃烧不稳定性的理解,并发展新的物理概念和分析方法。 首先,文档介绍了数学模型...
标题中的"Lattice-Boltzmann-Methods-for-Shallow-Water-Flows.pdf"指明了文档的主要内容是探讨用晶格玻尔兹曼方法(Lattice Boltzmann Method,简称LBM)来求解浅水流动方程。这个标题揭示了文档的研究领域和使用的...
在给定的文件内容中,我们可以提取出与流体力学、燃烧学和计算流体动力学(CFD)相关的几个核心概念。下面是对这些概念的详细阐述: 1. 火焰传递函数(FTF): 火焰传递函数是描述在燃烧过程中火焰响应外部扰动的...
**标题:“Numerical computation of internal & external flows. Vol. 2”** 此书标题明确了其主要内容是关于“内部与外部流动”的数值计算方法。这里提到的“内部流动”通常指的是在管道、通道等封闭系统内的流动...