Parsing WebSphere8中的部署失败

Parsing WebSphere8中的部署失败,parsing,deployment,websphere,Parsing,Deployment,Websphere,我试图在WebSphere8中部署一个应用程序,但遇到以下异常。我在谷歌上搜索了很多,但没有找到任何相关问题。有人能回答为什么会发生这种异常吗 例外情况: [8/19/14 15:56:44:165 CDT] 00000021 wtp W Parse exception for [ public ID [ null ] and system ID [ null ] ] [ java.lang.IllegalArgumentException: invalid segmen

我试图在WebSphere8中部署一个应用程序,但遇到以下异常。我在谷歌上搜索了很多,但没有找到任何相关问题。有人能回答为什么会发生这种异常吗

例外情况:

[8/19/14 15:56:44:165 CDT] 00000021 wtp           W   Parse exception for [ public ID [ null ] and system ID [ null ] ] [ java.lang.IllegalArgumentException: invalid segment: /errorHandler ]
[8/19/14 15:56:44:179 CDT] 00000021 InstallSchedu I   ADMA5014E: The installation of application hmcwEAR failed.
[8/19/14 15:56:44:166 CDT] 00000021 SystemErr     R org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml
Stack trace of nested exception:
java.lang.IllegalArgumentException: invalid segment: /errorHandler
    at org.eclipse.emf.common.util.URI.validateURI(URI.java:1023)
    at org.eclipse.emf.common.util.URI.createHierarchicalURI(URI.java:481)
    ........

使用适用于websphere 8的Fix pack 7进行更新解决了此问题。

看起来像web.xml中的问题。请将它附加到问题中。我签出的代码已经在生产中,这是我第一次尝试使用WebSphere8安装应用程序。我希望web.xml中没有错误。使用适用于websphere 8的Fix pack 7更新解决了此问题。