无法配置Websphere Liberty Profile 8.5.5.7

无法配置Websphere Liberty Profile 8.5.5.7,websphere,websphere-liberty,ibm-was,Websphere,Websphere Liberty,Ibm Was,我正在尝试使用Eclipse Mars配置Websphere Liberty Profile 8.5.5.7,但启动时出现以下错误: [ERROR ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.el.2.2/[1.0.0,1.0.100). [ERROR ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.jsp.2.2/[1.0.

我正在尝试使用Eclipse Mars配置Websphere Liberty Profile 8.5.5.7,但启动时出现以下错误:

[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.el.2.2/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.jsp.2.2/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.org.apache.jasper.el.2.2/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.org.eclipse.jdt.core.3.10.0.v20140902-0626/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.jsp.factories.2.2/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.jstl.1.2/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.jsp-2.2org.apache.jasper/[1.0.0,1.0.100).
[ERROR   ] CWWKF0002E: A bundle could not be found for com.ibm.ws.jsp/[1.0.0,1.0.100).
这是我的
server.xml
文件:

<server description="new server">
    <!-- Enable features -->
    <featureManager>
        <feature>jsp-2.2</feature>
        <feature>ssl-1.0</feature>
        <feature>localConnector-1.0</feature>
    </featureManager>
    <keyStore id="defaultKeyStore" password="{xor}12345"/> 
    <httpEndpoint id="defaultHttpEndpoint"
                  host="localhost"
                  httpPort="9080"
                  httpsPort="9443" />

</server>

jsp-2.2
ssl-1.0
localConnector-1.0
我还尝试安装可选功能jaxrs-2.0,我是从bin\featureManager实用程序安装的,但当我将其添加到
server.xml
时,我收到警告
此功能“jaxrs-2.0”无法识别


我可能做错了什么?

有一些类似的报告。通常情况下,重新启动干净的服务器将修复此问题。从工具中,在服务器视图中右键单击服务器。在下次启动时单击干净的服务器,然后重新启动服务器。一般来说,这就解决了问题。我们正在调查此事。

也有一些类似的报道。通常情况下,重新启动干净的服务器将修复此问题。从工具中,在服务器视图中右键单击服务器。在下次启动时单击干净的服务器,然后重新启动服务器。一般来说,这就解决了问题。我们正在研究它。

关于安装jaxrs-2.0功能,如果通过命令行安装,那么工具不知道它。通过执行以下操作,可以刷新工具缓存的运行时信息:

Window -> Preferences -> Server -> Runtime Environment -> SELECT YOUR RUNTIME -> CLICK Edit -> CLICK Advanced options... -> CLICK Refresh
等待时间戳更新,然后在浏览器视图中右键单击server.xml并选择验证


如果通过工具安装功能,则缓存的信息将自动更新。要通过工具安装,请打开运行时资源管理器视图,右键单击运行时并选择有关安装jaxrs-2.0功能的安装附加内容,如果通过命令行安装,则工具不知道。通过执行以下操作,可以刷新工具缓存的运行时信息:

Window -> Preferences -> Server -> Runtime Environment -> SELECT YOUR RUNTIME -> CLICK Edit -> CLICK Advanced options... -> CLICK Refresh
等待时间戳更新,然后在浏览器视图中右键单击server.xml并选择验证

如果通过工具安装功能,则缓存的信息将自动更新。要通过工具安装,请打开运行时资源管理器视图,右键单击运行时并选择安装其他内容