Explanation | 所发布 WSDL 文件的名称必须是标准的绝对路径名。 |
Action | 提供绝对路径。 |
Explanation | 要放置所发布 WSDL 文件的目录必须已经存在。 |
Action | 指定现有目录。 |
Explanation | 对于协议有效的选项只有“http”和“https”。 |
Action | 指定“http”或“https”。 |
Explanation | 端口必须为正数。 |
Action | 提供正数。 |
Explanation | 异常详细信息应该会提供更多信息。 |
Action | 异常详细信息应该给出做什么的指导。 |
Explanation | 异常详细信息应该会提供更多信息。 |
Action | 异常详细信息应该给出做什么的指导。 |
Explanation | wsdl 文件和 Web Service 部署描述符中的值必须匹配。 |
Action | 改正其中一个文件。 |
Explanation | 在输入 WSDL 文件中可能有语法错误。 |
Action | 检查输入 WSDL 文件,寻找任何错误。 |
Explanation | 无法创建输出 WSDL 文件。 |
Action | 异常详细信息应该能给出一些指导。 |
Explanation | 无法创建工作目录。 |
Action | 异常详细信息应该能给出一些指导。 |
Explanation | 无法获取 InputStream。 |
Action | 异常详细信息应该能给出一些指导。 |
Explanation | 启用 Web Service 的 jar 文件的 ibm-webservice-bnd.dtd 文件含有其值与应用程序的 application.xml 文件中描述的任何 Web 模块都不匹配的 routeModuleName 属性。或者,启用 Web Service 的 war 文件未出现在应用程序的 application.xml 文件中。 |
Action | 检查 ibm-webservice-bnd.dtd 和 application.xml 文件。确保 endpointEnabler 已在 ear 文件上运行。 |
Explanation | Web Service 部署描述符中的信息与 Web Service 绑定文件中的信息不匹配。 |
Action | 使两个文件一致。 |
Explanation | 异常详细信息应该会提供更多信息。 |
Action | 异常详细信息应该能给出一些指导。 |
Explanation | 如果 webservices.xml 文件有对 WSDL 文件的引用,则必须模块中必须存在该 WSDL 文件。 |
Action | 添加期待的 WSDL 文件。 |
Explanation | 启用 Web Service 的模块必须包含 Web Service 绑定文件。 |
Action | 使用 Assembly Toolkit 或 endptEnabler 命令添加缺少的绑定文件。 |
Explanation | 未找到您的语言环境的资源束。这会阻止信息的记录。 |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | Web Service 部署描述符格式不正确,其中一个的 webservice-description 元素没有 wsdl-file 元素。 |
Action | 修正 DeploymentDescriptor。 |
Explanation | Web Service 部署描述符的格式不正确,其中一个的 webservice-description 元素含有不正确格式的 portcomponent 元素。 |
Action | 修正 DeploymentDescriptor。 |
Explanation | Web Service 绑定文件不包含正确格式的“routerModules”元素。 |
Action | 修正绑定文件。 |
Explanation | 每个 EBJ-JAR 文件必须有相关的路由器 WAR 模块。 |
Action | 修正应用程序。 |
Explanation | 复制文件时发生 IOException。 |
Action | 异常详细信息应该能给出一些指导。 |
Explanation | 在目录和文件系统名称之间有名称冲突。 |
Action | 除去文件。 |
Explanation | Web Service 部署描述符格式不正确,其中一个的 webservice-description 元素没有 webservice-description-name 元素。 |
Action | 修正 DeploymentDescriptor。 |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | 这是一个编程错误。所有模块都应该有服务器名称。 |
Action | This exception is unexpected. The cause is not immediately known. |
Explanation | 这是一个编程错误。假设 MapModulesToServers 任务应该已经验证了用户输入有正确语法。 |
Action | This exception is unexpected. The cause is not immediately known. |
Explanation | web.xml 文件包含错误。 |
Action | 修复 web.xml 文件。 |
Explanation | web.xml 文件包含错误。 |
Action | 修复 web.xml 文件。 |
Explanation | webservices.xml 文件包含错误。 |
Action | 修复 webservices.xml 文件。 |
Explanation | 模块中的 WSDL 文件之一与 Web Service 部署描述符不一致。 |
Action | 通过从 WSDL 文件除去端口,或向部署描述符添加相应的 port-component,除去不一致性。 |
Explanation | 应用程序中缺少路由器 war 模块。 |
Action | 修正应用程序。 |
Explanation | 路由器 WAR 的 web.xml 不正确。 |
Action | 确保存在 servlet-mapping 元素,并且它包含 url-pattern。 |
Explanation | 旧的版本的 Web Service 规范允许 Web Service 部署描述符的 wsdl-file 元素指向模块中的任何地方。当前版本建议所有 WSDL 文件驻留在 WEB-INF/wsdl(对于 WAR 模块)和 META-INF/wsdl(对于 JAR 模块)之中和下面。今后将不会把不驻留在相应 wsdl 目录之中或下面的 WSDL 文件发布到 URI 或文件。 |
Action | 把所有 WSDL 文件移动到 wsdl 目录。 |
Explanation | Web Service 部署工具报告了一个错误,部署可能已经失败。 |
Action | 检查来自 WSDeploy 工具的错误消息,以确定问题的源。 |
Explanation | Web Service 部署工具报告了一个警告,部署可能(也可能没有)失败。 |
Action | 检查来自 WSDeploy 的警告消息,以确定是否需要任何改正操作。 |
Explanation | 无。 |
Action | 无。 |
Explanation | Web Service 部署任务已成功完成。 |
Action | 无。 |
Explanation | Web Service 绑定文件含有不正确信息 |
Action | 改正 Web Service 绑定文件 |
Explanation | 对于所有启用 Web Service 的 EJB 模块,至少在同一应用程序中创建一个路由器模块 |
Action | 运行 endpointEnabler 以添加相应的路由器模块 |
Explanation | 所有应用程序都必须部署到服务器或集群中。 |
Action | 改正此应用程序的 deployment.xml 或重新安装应用程序。 |
Explanation | 路由器 war 模块的 web.xml 对于 webservices.xml 中定义的每个端口组件都应该有一个 url 模式。 |
Action | 改正此路由器模块的 web.xml。 |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | 所有启用 Web Service 的应用程序至少应该含有一个 wsdl 文件。 |
Action | 如果应用程序启用了 Web Service,则检查 wsdl 文件是否与应用程序一起打包。 |
Explanation | 已经成功完成了 Web Service endpointenabler 任务。 |
Action | 无。 |
Explanation | EJB URL 后缀的不正确的用户输入 |
Action | 提供正确的输入。 |
Explanation | 在 Web Service 客户机配置中存在不一致。 |
Action | 确保为此客户机配置的 WSDL 文件包含端口类型。 |
Explanation | 只使用了定制属性参数对象的元素零。 |
Action | 产品代码应该确保配置的属性被组合到首个参数元素中。向客户支持报告此错误。 |
Explanation | 创建端口类型与可为它们配置的端口之间映射时发生问题。从客户机部署描述符和 WSDL 文件中生成了此信息。 |
Action | 确保正确配置了此模块中的 Web Service 客户机,并且客户机部署描述符中识别的 WSDL 文件在模块中。 |
Explanation | Web Service 客户机首选端口必须实现其端口类型。客户机 WSDL 文件指定了端口、绑定和端口类型。 |
Action | 指定实现端口类型的首选端口。 |
Explanation | JMS URL 前缀的不正确用户输入。 |
Action | 提供正确的输入。 |
Explanation | 对 Web Service 作用域提供了不正确的用户输入。 |
Action | 提供正确的输入。正确值为应用程序、请求和会话。 |
Explanation | 对 Web Service 客户机请求超时提供了不正确的用户输入。超时是等待请求完成的毫秒数。 |
Action | 提供正确的输入。该值必须是正整数、0 或 -1。 |
Explanation | 提供给 Web Service 客户机覆盖端点 URL 的用户输入不是有效 URL。 |
Action | 提供正确的输入。该值必须是表示 HTTP 端口、JMS 端口或本地 ejb 的有效 URL。 |
Explanation | 提供给 Web Service 客户机的部署 WSDL 的用户输入无效。 |
Action | 提供正确的输入。部署 WSDL 值必须是与模块相关的 uri 并表示客户机模块中的 WSDL 文件。 |
Explanation | 除非指定或先前定义了覆盖端点 URL 才能指定覆盖绑定名称空间。 |
Action | 为 Web Service 客户机覆盖端点 URL 提供值或不为覆盖绑定名称空间指定值。 |