我在server.xml文件liberty服务器上收到以下错误。我无法解决此问题。
- 引用的文件包含错误(文件:/D:/workspaces/myprojects/. metadata/. plugins/com. ibm. ws. st. core/Liberty Runtime/server. xsd)。有关详细信息,请右键单击"问题视图"中的消息,然后选择"显示详细信息..."**
- 我的服务器. xsd文件**
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ext="http://www.ibm.com/xmlns/dde/schema/annotation/ext">
<xsd:complexType name="com.ibm.ws.app.manager.webappcfg">
<xsd:annotation>
<xsd:documentation>Defines the properties of a web application.</xsd:documentation>
<xsd:appinfo>
<ext:label>Web Application</ext:label>
</xsd:appinfo>
</xsd:annotation>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="startAfter" type="com.ibm.ws.app.manager-factory">
<xsd:annotation>
<xsd:documentation>Specifies applications that are required to start before this application can begin starting. </xsd:documentation>
<xsd:appinfo>
<ext:label>Start After</ext:label>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="classloader" type="com.ibm.ws.classloading.classloader">
.
.
.
我想消除这个错误。
错误详情:
enter image description here
1条答案
按热度按时间bbuxkriu1#
这似乎是Rational Application Developer中的一个bug。
一套广泛的备选办法如下:
1.针对此产品提出支持案例(假设您有支持合同等)。
1.如果您不关心维护受支持的产品安装,则在技术上可以通过安装Liberty Developer Tools来安装类似的功能集(以前称为“WebSphere Developer Tools”)来自Eclipse Marketplace。典型的Eclipse安装使它安装的内容相当透明,所以这可能不是太多的“黑客”,但可以想象,它可能会否定您的能力,以获得支持前进。(我只是给一个一般性的警告。我不主张任何知识,对您的具体情况)。假设这是一个选项,为您,我会尝试在一个新的,单独的安装,而不是安装我已经依赖。
1.如果您只是对在Open Liberty / WebSphere Liberty上开发Jakarta EE和MicroProfile应用程序感兴趣,而不是您向RAD(或LDT/WDT)询问的特定工具集,那么您可以看看我们的新Liberty Tools,它仍处于“早期版本”中。
如果指向完全不同的安装有点牵强,我很抱歉,但是在2.和3.中都有类似的server.xml XSD,我相信在这些选项中不存在(或已经修复)这个特定的问题。