Explanation | 为指定的参数传入了空值,此值对于此操作无效。 |
Action | 确保为指定的参数传入非空值。 |
Explanation | 如果要传入空参数,则调用指定的方法来设置每个参数的类型。 |
Action | 确保您首先调用了相应的方法来设置参数类型,或确保您没有将空参数传递到 invoke 方法。 |
Explanation | 尝试从指定的类检索指定的方法时发生指定的异常。 |
Action | 确保企业 bean 类包含适当的方法。 |
Explanation | 尝试从指定的类调用指定的方法时发生指定的异常。 |
Action | 确保企业 bean 类包含适当的方法。 |
Explanation | 指定的参数是一个接口,而不是类。 |
Action | 确保参数作为接口传递。 |
Explanation | 指定的类名引用有效的类,但是此类不是 EJBHome 或 EJBLocalHome 的实例。 |
Action | 传入引用有效的 EJBHome 或 EJBLocalHome 类的类名。 |
Explanation | 尝试执行所指定 JNDI 名称的 JNDI 查找时发生错误。 |
Action | 确保在端点位置 URI 中指定了正确的 JNDI 查找名称。 |
Explanation | 尝试创建用于执行 JNDI 查找操作的 InitialContext 对象时发生指定异常。 |
Action | 使用异常详细信息确定如何解决此问题。 |
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 | 通过 Service.getPort 方法找不到指定的端口。 |
Action | 更正 Service.getPort 的调用。 |
Explanation | 在受管的 J2EE 环境中,不支持 Service.getTypeMappingRegistry 和 Service.getHandlerRegistry 方法。仅可以在非受管的 JSR-101 客户机环境中调用它们。 |
Action | 确保在 J2EE 受管环境中运行客户机应用程序时未调用这些方法。 |
Explanation | 装入生成的 Stub 类时发生指定的异常。 |
Action | 确保指定的 Stub 类存在且可供装入。 |
Explanation | 指定的已生成 Stub 类需要带指定特征符的构造函数。 |
Action | 确保使用了正确的 Stub 类。 |
Explanation | 创建已生成 Stub 类的新实例时抛出指定的异常。 |
Action | 确保使用了正确生成的 Stub 类。 |
Explanation | ServiceFactory.createService 方法无法在指定的位置找到 WSDL 定义。 |
Action | 确保 WSDL 文档可用并且 WSDL 位置正确。 |
Explanation | 找到了指定的 WSDL 定义,但它不包含指定的 Service。 |
Action | 确保 WSDL 文档包含正确的 Service 且您使用正确的 Service 名称。 |
Explanation | 指定的 WSDL 文档未找到,或者包含错误。 |
Action | 确保 WSDL 文档存在并且正确。 |
Explanation | 尝试从指定的类调用方法时发生异常。 |
Action | 确保指定的企业 bean 类包含适当的方法。 |
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 | 尝试获取生成的 Stub 类的实例时发生指定的异常。 |
Action | 确保生成的 Stub 类可供装入。 |
Explanation | 尝试获取指定的 port 的 Stub 时发生错误。 |
Action | 确保生成的 Stub 对象存在并且 port 名正确。 |
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 | 指定的端点位置 URI 包含不正确的协议。 |
Action | 改正端点位置 URI。 |
Explanation | 解析指定的端点位置 URI 时发生错误。 |
Action | 改正端点位置 URI。 |
Explanation | 调用者尝试从 ExtensibilityElement 设置或获取指定属性的值,但是此属性名无效。 |
Action | 确保使用有效的属性。 |
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 | 尝试在 Call 对象上设置或获取指定的属性,但是属性名无效。 |
Action | 确保您使用的属性名有效。 |
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 | 使用错误消息的详细信息来确定错误的原因。 |
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 | 调用 Service.getPort(类)方法时,WSDL 定义是必需项,但未提供。 |
Action | 确保提供 WSDL 定义。 |
Explanation | 调用 Service.getPort(类)方法时,缺省 port 是必需项,但未提供。 |
Action | 确保服务端点接口的缺省 port 存在。 |
Explanation | 如果未找到生成的 Stub 类,则会创建动态代理,但是需要 WSDL 定义。 |
Action | 确保提供 WSDL 定义。 |
Explanation | 如果未找到生成的 Stub 类,则会创建动态代理,但需要非空 port 名。 |
Action | 确保传入了非空 port 名。 |
Explanation | 指定的 port 不是该 service 的有效 port。 |
Action | 改正 port 名称。 |
Explanation | 除非提供 WSDL 定义,否则 Service.getPorts 方法不能返回端口列表。 |
Action | 确保提供 WSDL 定义。 |
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 | 无。 |
Explanation | 无。 |
Action | 无。 |
Explanation | 无。 |
Action | 无。 |
Explanation | 尝试获取指定的端点位置 URI 的协议时发生错误。 |
Action | 确保端点位置 URI 正确。 |
Explanation | 端点位置 URI 中找到了意外的协议值。 |
Action | 无。 |
Explanation | 为了符合 JAX-RPC 规范,JAX-RPC Service 类必须实现指定的接口。在这种情况下,Web Service 运行时装入一个假设为有效 Service 类的类,但是它不实现期待的接口。 |
Action | 确保使用 wsdeploy 工具正确部署您的 Web Service 应用程序。 |
Explanation | 缺少必需的构造函数。 |
Action | 确保使用 wsdeploy 工具正确部署您的 Web Service 应用程序。 |
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 | 不能从指定的端点位置 URI 获取 EJB 类名。 |
Action | 改正端点位置 URI。 |
Explanation | 对指定端点位置 URI 中包含的属性进行语法分析时发生错误。 |
Action | 改正端点位置 URI。 |
Explanation | 端点位置 URI 缺少必需的属性。 |
Action | 改正端点位置 URI。 |
Explanation | 不能实例化所指定实现类的实例。 |
Action | 参阅原始错误消息中的异常以确定如何解决问题。 |
Explanation | 无法初始化所指定实现类的实例。 |
Action | 参阅原始错误消息中的异常以确定如何解决问题。 |
Explanation | 无法装入指定的实现类。 |
Action | 确保实现类可供装入。 |
Explanation | 无法从端点位置 URI 获取实现类名。 |
Action | 改正端点位置 URI。 |
Explanation | 无法在指定实现类上找到指定方法。 |
Action | 确保使用了正确的实现类。 |
Explanation | 调用指定的方法时发生异常。 |
Action | 参阅原始错误消息中的异常以确定如何解决问题。 |
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 | 无法为指定的端口和服务端点接口创建 JAX-RPC 动态代理 Stub。 |
Action | 检查指定的服务端点接口是否有效。 |
Explanation | 传递给 getPort 方法的服务端点接口名必须与此 Service 的 WSDL 中的 PortType 相匹配。 |
Action | 确保服务端点接口与 WSDL 中定义的 PortType 匹配。 |
Explanation | 当调用 Service.getPort(类)方法时,服务端点 interface 必须指定 interface。 |
Action | 确保服务端点 interface 指定 interface 而不是类。 |
Explanation | 调用指定的方法时发生异常,原因是参数类不扩展 java.io.Serializable |
Action | 更改参数类以同时在客户机端和服务器端实现 java.io.Serializable |