WSWS

WSWS3000I: WSDL2Java 发射器
用法: WSDL2Java [options] WSDL-URI
重要选项:
     -r, -role <argument>
          标识要生成哪个文件的 J2EE 角色。有效参数是:
               “develop-client”:(缺省值)生成用于客户机开发的文件
               “develop-server”:生成用于服务器开发的文件
               “deploy-client” :生成用于客户机部署的绑定文件
               “deploy-server” :生成用于服务器部署的绑定文件
               “client” :“develop-client”和“deploy-client”的组合
               “server” :“develop-server”和“deploy-server”的组合
     -c, -container <argument>
          表明 J2EE 容器。有效参数是:
               “none” :表明没有容器
               “client”:表明客户机容器
               “ejb” :表明 EJB 容器
               “web” :表明 Web 容器
          如果是客户机角色,缺省参数是“none”。
          如果是服务器角色,容器必须是“ejb”或“web”。
          对于开发和部署必须使用相同的容器选项。
     -o, -output <argument>
          输出发出的文件的目录。
     -m, -inputMappingFile <mapping-file>
          WSDL 映射的 Java 的位置。
     -i, -introspect
          自省现有的类以确定映射详细信息。
     -C, -classpath <paths>
          用于类自省的类路径。
其他选项:
     -h, -help
          打印此消息并退出。
     -X, -helpX
          打印扩展选项。
     -v, -verbose
          打印详细参考消息。
     -N, -NStoPkg <namespace>=<package>
          名称空间到软件包的映射。
          或者在映射文件中声明此信息。
     -O, -timeout <argument>
          等待访问 WSDL-URI 的秒数。
          (缺省是 45 秒),指定 -timeout -1 以禁用。
     -R, -retry <argument>
          重新尝试装入 WSDL-URI 的次数,或初始尝试
          超时后它的其中一个已导入文档。
     -g, -genResolver
          生成 absolute-import 解析器。
     -u, -useResolver
          指定在分析期间使用的 absolute-import 解析器。
     -d, -deployScope <argument>
          有效参数是:“Request”、“Session”和“Application”。
          当创建“scope”属性以指定创建新 Bean 的频率时,
          将它添加至 ibm-webservices-bnd.xmi 文件。
          仅当角色为“develop-server”或“server”时适用。
Explanation 这些是 WSDL2Java 的选项。
Action 当调用 WSDL2Java 时使用指定的选项。
WSWS3001I: 信息:
扩展选项:
     -U, -user <argument>
          用于访问 WSDL-URI 的登录用户名。
     -P, -password <argument>
          用于访问 WSDL-URI 的登录密码。
     -a, -all
          生成所有类型的 java 文件,甚至是未引用的。
     -z, -noDataBinding
          将所有类型(包括基本模式类型)映射到 SOAPElement。
     -t, -testCase
          发出测试 Web Service 的模板 junit 测试用例类。
     -D, -Debug
          打印调试信息。
     -f, -fileNStoPkg <argument>
          NStoPkg 映射的文件(缺省是 NStoPkg.properties)。
     -j, -genJava <argument>
          生成 Java 文件。有效参数是:
               “No”
               “IfNotExists”缺省值)
               “Overwrite”
     -s, -javaSearch <argument>
          当 -genJava 设置为“IfNotExists”时,
          确定如何检测到文件存在。
          有效参数是:
               “File”(缺省值)
               “Classpath”
               “Both”
     -x, -genXML <argument>
          生成 XML 和 XMI 文件。有效参数是:
               “No”
               “IfNotExists”(缺省值)
               “Overwrite”
     -E, -genEquals <boolean>
          启用散列代码/对等生成。有效参数是:
               “yes”
               “no”(缺省值)
     -I, -genImplSer <boolean>
          具有生成的 bean 实现 java.io.Serializable。有效参数是:
               “yes”
               “no”(缺省值)
     -T, -properties <option> | <option>=<value>
          指定扩展选项和它可能需要的任何值。
          示例:-properties key1=value1;key2;key3=value3
          示例:-properties key1=value1 -properties key2
          或者在属性文件中声明此信息。
     -b, -propertiesFile <argument>
          包含扩展属性列表的属性文件的文件名
          文件内容示例:
               key1=value1
     -y, -noWrappedArrays
          禁用 .NET 打包的数组模式。生成包含数组的 bean。
     -w, -noWrappedOperations
          禁用 .NET 打包的操作模式。生成请求和响应 bean。
Explanation 这些是 WSDL2Java 的扩展选项。
Action 这些是用户通常不会使用的高级选项。
WSWS3002I: Java2WSDL 发射器
用法:Java2WSDL [options] class-of-portType
选项:
     -location <argument>
          Web Service 位置 url
     -output <wsdl>
          输出 WSDL 文件名
     -input <argument>
          输入 wsdl 文件名
          用于从现有 wsdl 信息构建 wsdl
     -bindingTypes <argument>
          绑定类型的列表,包含在 wsdl 文件中
          缺省为“http”
          示例:
           -bindingTypes http,ejb
           -bindingTypes http,jms
     -style <argument>
          有效参数:
               document(缺省值):生成文档样式 wsdl
               rpc:生成 rpc 样式 wsdl
     -use <argument>
          有效参数:
               literal(缺省值):使用字面值
               encoded:使用编码
     -transport <argument>
          此选项已不推荐使用。
          使用 -bindingTypes 选项来替代。
     -portTypeName <portType>
          portType 的名称
          缺省为输入类的名称
     -bindingName <binding>
          绑定的名称
          如果未指定此选项,那么缺省为 portType 的值
     -serviceElementName <service>
          服务的名称
          如果未指定此选项,那么缺省为 portType 的名称
     -servicePortName <port>
          端口的名称
          如果未指定此选项,那么缺省为 -location
     -namespace <argument>
          WSDL 的目标名称空间
     -PkgtoNS <package>=<namespace>
          包名到名称空间的映射
     -implClass <class-name>
          包含 class-of-portType 中方法的实现
          的类。类中的调试信息用于
          获取方法参数名,这些参数名用于
          设置 WSDL 部件名。
     -extraClasses <classes>
          其他应该添加到 WSDL 的类
     -classpath <paths>
          用于进行类自省的类路径。
     -verbose
          显示详细消息
     -elementFormDefault <qualified | unqualified>
          表明 elementFormDefault 用法
     -attributeFormDefault <qualified | unqualified>
          表明 attributeFormDefault 用法
     -help
          显示此消息
     -helpX
          显示扩展的选项
Explanation 这些是用于 Java2WSDL 的选项。
Action 调用 Java2WSDL 时使用指定选项。
WSWS3003I: 信息:
扩展选项:
     -wrapped <boolean>
          指示 WSDL 是否应该遵循“wrapped”规则
          仅对 -style document 和 -use literal 有效。
          缺省值是 true。
     -stopClasses <argument>
          以空格或逗号分隔的类名列表,这些类将停止
          处理类时的继承搜索
     -methods <argument>
          以空格或逗号分隔的 SEI 方法名列表,
          这些方法将在输出 WSDL 中公开
     -soapAction <argument>
          有效参数:
               OPERATION 将 soapAction 字段设置为操作名。
               NONE 设置 soapAction 字段为“”。
     -outputImpl <file>
          指定是否同时需要接口 WSDL 和实现 WSDL
     -locationImport <argument>
          接口 WSDL 文件的位置
     -namespaceImpl <argument>
          实现 WSDL 的目标名称空间
     -MIMEStyle <argument>
          有效参数:
               AXIS:AXIS 样式 MIME 表示
               WSDL11(缺省):WSDL 1.1 MIME 表示
               swaRef:WS-I BP 1.1 表示(如果适当则为 swaRef)
     -propertiesFile <argument>
          包含类名列表的属性文件的文件名,
          应该将那些类添加到输出 WSDL 的类型部分。
          文件内容的示例:
               extraClasses=com.ibm.Class1,com.sun.Class2,org.apache.Class3
     -voidReturn <argument>
          有效参数是:
               ONEWAY:将带有空返回值的方法作为单向
               TWOWAY:将带有空返回值的方法作为双向
     -debug
          显示调试消息
     -properties <property settings>
          将特定于绑定的属性设置为由绑定生成器使用
          示例:-properties prop1=value1,prop2=value2


受支持的特定于绑定的属性:
Explanation 这些是 Java2WSDL 的扩展选项。
Action 这些是用户通常不会使用的高级选项。
WSWS3004W: 警告:未设置 -location,而是使用了值“{0}”。
Explanation -location 选项是必需的选项。
Action 请指定 -location 选项。示例:-location http://thisServer:9080
WSWS3005W: 警告:-server-side 选项必须有一个为 Bean 或 EJB 的参数。缺省为 Bean。
Explanation -server-side 选项不正确。
Action 请指定正确的 -server-side 选项。
WSWS3006W: 警告:-transport 选项的参数必须是“jms”或“http”。将使用缺省设置(“http”)。
Explanation -transport 选项不正确。
Action 请指定正确选项。示例:-transport jms。
WSWS3007E: 错误:{1} 的 {0} 操作有一个输出元素。已除去此输出元素且更改操作为单向。
Explanation 此已有操作有一个输出元素。它已被除去。
Action 用户无需执行任何操作。
WSWS3008E: 错误:{1} 的 {0} 操作有一个错误元素。已除去该错误且已更改操作为单向。
Explanation 此已有操作有一个错误元素。它已被除去。
Action 用户无需执行任何操作。必须将没有输出的操作视为单向无故障操作。
WSWS3009I: 信息:装入类 {0}
Explanation 发射器正在装入指定的类。
Action 用户无需执行任何操作。
WSWS3010I: 信息:生成 {0} {1}
Explanation 发射器正在生成指定的构造。
Action 用户无需执行任何操作。
WSWS3011E: 在 JMS 端点 URL 中指定的无效目标类型“{0}”。
Explanation Java 消息服务(JMS)端点 URL 必须指定队列或主题作为目标类型。
Action 请更正 JMS 端点 URL 并重试。
WSWS3012E: 在 JMS 端点 URL 中遇到的无效属性“{0}”。
Explanation Java 消息服务(JMS)端点 URL 字符串包含无法识别的属性。
Action 请更正 JMS 端点 URL 并重试。
WSWS3013E: JMS 端点 URL 缺少一个或多个以下必需的属性:connectionFactory、destination 和 targetService
Explanation Java 消息服务(JMS)端点 URL 字符串必须包含下列属性:connectionFactory、destination 和 targetService。 这些属性用于描述目标队列或主题和目标服务。
Action 请更正 JMS 端点 URL 并重试。
WSWS3014E: 创建 InitialContext 时出错:{0}
Explanation 应用程序服务器无法创建 Java 命名和目录接口(JNDI)的 InitialContext 对象。
Action 请使用原始错误消息中的详细信息来确定问题。
WSWS3015E: 捕获到 NamingException:{0}
Explanation 在 Java 命名和目录接口(JNDI)查找操作期间发生指定的错误。
Action 请确保 JNDI 名称正确。
WSWS3016E: 捕获到 JMSException:{0}
Explanation Java 消息服务(JMS)操作导致指定的 JMSException。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3017E: 链接的异常:{0}
Explanation 在 Java 消息服务(JMS)处理期间捕获到异常。
Action 请使用该异常中的详细信息来确定如何解决问题。
WSWS3018E: 请求处理期间捕获到异常:{0}
Explanation 处理请求时发生指定的异常。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3019E: 捕获到 WebServicesFault:{0}
Explanation 在 Java 消息服务(JMS)处理期间发生指定的 WebServicesFault 异常。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3020E: 获取服务器引擎时出错。
Explanation Web Service 的消息驱动的 Bean 侦听器无法在其初始化期间检索已配置的服务器引擎。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3021E: 在入站 JMS 请求消息中没有必需的“{0}”属性。
Explanation JMSSender 在将消息发送到目标队列或主题之前,未对 Java 消息服务(JMS)请求消息设置指定的属性。 这是内部错误。
Action 请确保 JMS 发送方使用必需的属性。
WSWS3022E: 无法识别的入站 JMS 请求消息类型。
Explanation Web Service Java 消息服务(JMS)侦听器接收到不具有 TextMessage 或 BytesMessage 类型的 JMS 消息。JMS 侦听器仅支持这两种 JMS 消息类型。
Action 确保 JMS 发送方使用正确的 JMS 消息类型。
WSWS3023E: 主题目标不支持双向请求。
Explanation 已对某个主题目标调用双向请求/响应, 但是,在使用主题时,只支持单向请求。
Action 确保使用主题目标的任何服务仅包含单向操作。 请确保在 Web 服务描述语言(WSDL)文件中,该操作未包含输出消息。
WSWS3024E: 找不到包含 SOAP 包络的根部分。内容标识 = {0}
Explanation 处理附件期间发生内部错误。多部件附件必须要有根部件。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3025E: 错误:找不到 {1} 的名称为 {0} 的参数。
Explanation 如果向 WSDL2Java 工具提供了不正确的映射文件,那么将发生此错误。
Action 请更正映射文件。
WSWS3026E: 错误:-voidReturn 选项的参数必须是“oneway”或“twoway”。
Explanation -voidReturn 选项不正确,您必须对其指定值 oneway 或 twoway。
Action 请指定正确选项。
WSWS3027E: 错误:SOAP 不支持 {0} SAX 事件。
Explanation 该选项不是合法的 SOAP 消息。
Action 请与此消息的发起方联系。
WSWS3028E: 错误:未为 {0} 找到 _Helper 类。
Explanation 正确的序列化或反序列化需要 _Helper 类。序列化或反序列化可能失败。
Action 请确保 WSDL2Java 工具正确地发出 _Helper 类并且正确地部署该类。
WSWS3029W: 警告:无法映射名为 {0} 的 xml 构造到 java 类型。将映射构造到 javax.xml.soap.SOAPElement。
Explanation 无法将某些 XML 构造映射到 Java 类型。
Action 应用程序代码需要使用 SOAPElement 方法来构造和分析数据。
WSWS3030E: 错误:当尝试找到目标方法时发生内部错误。调试:{0}
Explanation 发生内部错误。此错误可能是由部署信息中的错误所致。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3031E: 错误:无法为 {0} 序列化。没有注册的类型映射。
Explanation 无法序列化表明的对象。
Action 确保注册了正确的串行器。
WSWS3032I: 信息:尝试使用密钥库 {0} 和信任库 {1} 或 {2} 中的密码令牌获取安全套接字工厂
Explanation 应用程序服务器使用密钥库/信任库对或者密码令牌来获取安全套接字工厂。
Action 用户无需执行任何操作。
WSWS3033E: 错误:无法为 {0} 反序列化。
Explanation 无法反序列化表明的类型。
Action 确保注册了正确的反序列化器。
WSWS3034E: 错误:{0} 的 OperationDesc 未被匹配到 {1} 的方法。调试:{2}
Explanation 此内部错误是由于启动代码不正确所致。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3035E: 错误:{0}.{1} 抛出了 RuntimeException。
Explanation 处理程序生成了意外的 RuntimeException 异常。JAX-RPC V1.0(JSR-101)规范要求服务器生成 SOAPFaultException 异常。请参阅输出或错误日志,以了解原始异常。
Action 请更正处理程序代码,以消除 RuntimeException 异常。
WSWS3036I: 将响应消息替换为 SOAP 错误。原始响应消息:{0}
Explanation 处理程序生成了意外的 RuntimeException 异常。JAX-RPC V1.0(JSR-101)规范要求服务器生成 SOAPFaultException 异常。请参阅输出或错误日志,以了解原始响应消息。
Action 请更正处理程序代码,以消除 RuntimeException 异常。
WSWS3037E: 错误:无法为 {0} 序列化。
Explanation 应用程序服务器无法对所指定对象进行序列化。
Action 请确保注册正确的序列化器。
WSWS3038E: 错误:无法为 {0} 反序列化。没有注册的类型映射。
Explanation 应用程序服务器无法对所指定对象进行反序列化。
Action 请确保注册正确的反序列化器。
WSWS3039E: 错误:已删除资源。
Explanation 应用程序服务器无法访问已删除的内存管理数据源。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3040E: 错误:arrayType 值“{0}”的格式错误
Explanation SOAP 消息中的 arrayType 属性无效。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3041E: 错误:错误认证类型(我仅能处理“Basic”)。
Explanation 只有 SimpleServerEngine 支持 Basic 认证。SimpleServerEngine 仅用于调试。它不适用于生产环境。
Action 请不要在生产环境中使用 SimpleServerEngine。
WSWS3042E: 错误:布尔值无效(找到 {0})。
Explanation SOAP 消息中的布尔值必须是 0、1、true 或 false。
Action 请更正 SOAP 布尔值。
WSWS3043E: 错误:日历值中发现意外字符:{0}
Explanation SOAP 消息中的日历值无效。
Action 请更正 SOAP 日历值。
WSWS3044E: 错误:十六进制字符串中存在错误字符或字符数不足。
Explanation SOAP 消息中的十六进制字符串包含无效的字符。
Action 请更正 SOAP 十六进制字符串。
WSWS3045E: 错误:无效日期:{0}
Explanation SOAP 消息包含错误的日期值。
Action 请更正 SOAP 日期值。
WSWS3046E: 错误:无效日期/时间:{0}
Explanation SOAP 消息包含错误的日期或时间值。
Action 请更正 SOAP 日期或时间值。
WSWS3047E: 错误:无法反序列化 bean {0} 的元素 {1}。
子元素 {1} 不属于名称空间 {2}。
很可能是第三方 Web service 平台发送了不正确的 SOAP 消息。
Explanation 指定的 bean 没有与该元素匹配的属性。 无法反序列化该 SOAP 消息。如果 WSDL 的模式包含 elementFormDefault="qualified", 那么应该通过前缀限定该元素,或者该元素应该存在于缺省名称空间中。 如果模式包含 elementFormDefault="unqualified" 或完全省略此属性, 那么不应该限定该元素,并且该元素根本就没有名称空间。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3048E: 错误:无法将类“{0}”指定为 Handler 类。
Explanation 尝试将表示的类部署为 Handler 类。但是,该类未扩展 Handler 类。
Action 请更正您的部署信息。
WSWS3049E: 错误:遇到无效 Holder 类:{0}
Explanation 尝试将指定的类作为 Holder 使用。然而该类未扩展 Holder 接口。
Action 请更正 Holder 类。
WSWS3050E: 错误:显式数组长度不是有效的整数“{0}”。
Explanation SOAP 消息包含数组长度不是整数的数组。应用程序服务器无法对该 SOAP 消息进行反序列化。
Action 请更正 SOAP 消息数组。
WSWS3051E: 错误:在 undeployment 元素中未指定“name”属性。
Explanation 此错误通常由部署软件中的内部错误所致。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3052E: 错误:错误包络名称空间:{0}
Explanation SOAP 消息的包络元素包含不正确的名称空间。应用程序服务器无法对该消息进行反序列化。
Action 请更正 SOAP 消息名称空间。
WSWS3053E: 错误:尝试用无效字符串 {0} 构造 Name 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3054E: 错误:尝试用无效字符串 {0} 构造 NCName 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3055E: 错误:尝试用无效字符串 {0} 构造 NegativeInteger 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3056E: 错误:尝试用无效字符串 {0} 构造 NMToken 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3057E: 错误:尝试用无效字符串 {0} 构造 NonNegativeInteger 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3058E: 错误:尝试用无效字符串 {0} 构造 NonPositiveInteger 对象
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3059E: 错误:偏移属性“{0}”的格式错误。
Explanation SOAP 消息中所指定数组的偏移属性无效。应用程序服务器无法对该 SOAP 消息进行反序列化。
Action 请更正 SOAP 消息。
WSWS3060E: 错误:无效 Parameter 方式 {0}。
Explanation WSDL2Java 发射器发生内部异常。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3061E: 位置属性“{0}”的格式错误。
Explanation SOAP 消息中所指定数组的位置属性无效。应用程序服务器无法对该 SOAP 消息进行反序列化。
Action 请更正 SOAP 消息。
WSWS3062E: 错误:portName 不应为 null。
Explanation service.getCalls 方法的 portName 参数必须是可识别的端口名称。
Action 确保 service.getCalls 方法的参数是适当的。
WSWS3063E: 错误:尝试用无效字符串构造 PosInteger 对象:{0}
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3064E: 错误:无法处理非 GET、非 POST 请求。
Explanation SimpleServerEngine 不理解请求。SimpleServerEngine 仅用于调试。它不适用于生产环境。
Action 请不要在生产环境中使用 SimpleServerEngine。
WSWS3065E: 错误:无法识别的 -scope:{0}。忽略它。
Explanation 作用域选项的参数必须是“Request”、“Application”或“Session”。
Action 在调用 WSDL2Java 工具时,请使用正确的 -scope 选项。
WSWS3066E: 错误:需要的是“envelope”,但找到的是 {0}
Explanation SOAP 消息未包含 envelope 元素。
Action 请更正 SOAP 消息。
WSWS3067E: 错误:无效时间:{0}
Explanation 在 SOAP 消息中找到错误的时间值。
Action 请更正 SOAP 消息。
WSWS3068E: 错误:无效时区:{0}
Explanation 在 SOAP 消息中找到错误的时区。
Action 请更正 SOAP 消息。
WSWS3069E: 错误:找到 languageSpecificType 名称空间“{0}”,而需要的是“{1}”
Explanation 在部署软件中发生问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3070E: 错误:尝试用无效字符串构造 UnsignedByte 对象:{0}
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3071E: 错误:尝试用无效字符串构造 UnsignedShort 对象:{0}
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3072E: 错误:尝试用无效字符串构造 UnsignedInt 对象:{0}
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3073E: 错误:尝试用无效字符串构造 UnsignedLong 对象:{0}
Explanation 通常,此错误是由于 SOAP 消息无效所致。
Action 请更正 SOAP 消息。
WSWS3074E: 错误:无法添加第二个主体到 SOAP 包络。
Explanation 此错误可能是由于 SOAP 消息无效所致。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3075E: 错误:未认证用户“{0}”(未知用户)。
Explanation 应用程序服务器无法认证该用户。
Action 请指定经过认证的正确已知用户。
WSWS3076E: 错误:未认证用户“{0}”。
Explanation 应用程序服务器无法认证该用户。
Action 请指定经过认证的正确用户。
WSWS3077E: 错误:用户“{0}”无权使用“{1}”
Explanation 用户未授权。
Action 请指定得到授权的正确用户。
WSWS3078E: 错误:无法将 {0} 转换为 bytes。
Explanation 这是内部错误。Web Service 引擎无法将 SOAP 消息转换为 bytes。
Action 找出 SOAP 消息不一致的原因并加以解决。
WSWS3079E: 错误:无法将格式 {0} 转换为 String。
Explanation 这是内部错误。Web Service 引擎无法将 SOAP 消息转换为 String。
Action 找出 SOAP 消息不一致的原因并加以解决。
WSWS3080E: 错误:无法将 {0} 转换为 bean 字段“{1}”,类型 {2}
Explanation 无法对 Bean 字段指定所指示的值。Web Service 引擎无法对 SOAP 消息进行反序列化。
Action 找出 SOAP 消息不一致的原因并加以解决。
WSWS3081E: 错误:无法将值转换为 int。
Explanation 这是内部错误。Web Service 引擎无法将值转换为 int。
Action 找出类型不一致的原因并加以解决。
WSWS3082E: 错误:无法序列化空数组。
Explanation 这是内部错误。Web Service 引擎无法将空数组序列化。
Action 找出空数组的原因并加以解决。
WSWS3083E: 错误:getURL 无法正确处理 URL;协议不受支持。
Explanation 因为工具选项存在问题,所以发生了此错误。有关更多信息,请参阅相关联的其他消息。
Action 请修正 URL。
WSWS3084E: 错误:{0} 遇到子元素,这不是期望的情况,某种情况下它尝试反序列化。
Explanation 此消息通常指示 SOAP 消息无效。当 Web Service 引擎遇到子元素时,它期望获得简单的值。Web Service 引擎无法对 SOAP 消息进行反序列化。
Action 找出 SOAP 消息无效的原因并加以解决。
WSWS3085E: 错误:无法用方法 {0} 的空名称空间 URI 调用 Call
Explanation 发生内部错误。请求目标的 QName 具有空的名称空间。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3086E: 错误:无法用 ArraySerializer 序列化 {0}。
Explanation Web Service 引擎无法使用 ArraySerializer 对所指示的类进行序列化。
Action 怀疑部署信息有问题。
WSWS3087E: 错误:无法用 ElementSerializer 序列化非 Elements。
Explanation 元素串行器仅可用于序列化 org.w3c.dom.Element 对象。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3088E: 错误:无法用 SimpleSerializer 序列化原始对象。
Explanation 无法使用 SimpleSerializer 序列化非注册的对象。
Action 确保用适当的类型注册您的类。
WSWS3089E: 错误:无法设置位置 URI:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3090E: 错误:无法穿越 {0}:{1}。代理返回“{2}”
Explanation Web Service 引擎无法生成适当的隧道。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3091E: 错误:正在更改管理密码。
Explanation 尝试使用 AdminClient 接口来更改密码的操作不受支持。
Action 不完全支持 AdminClient。
WSWS3092E: 错误:当存在子元素时调用了 SOAPElement.setAlternateContent。
Explanation 错误地使用了 SOAP with Attachments API for Java(SAAJ)模型。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3093E: 错误:无法在 AdminClient 中创建 Call 对象。
Explanation 此错误消息是由于发生了内部错误而产生的。
Action 请不要使用 AdminClient 接口,它并不完全受支持。
WSWS3094E: 错误:WSDDPort 无法构造提供程序!
Explanation 此错误消息是由于 WSDD 部署中发生了内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3095E: 错误:连接关闭。
Explanation 连接已关闭。Web Service 引擎无法进行远程服务调用。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3096E: 错误:重复文件名:{0}。
提示:您可能将两个带有相同名称的元素的名称空间映射到了同一软件包名称。
Explanation 如果不同的 QName 导致创建同一个 Java 文件,那么 WSDL2Java 将发出此消息。
Action 请修正 Web 服务描述语言(WSDL)文档,或者使用 NStoPkg 选项来区分类。
WSWS3097E: 错误:发射器故障。所有输入部分必须在 {0} 的 parameterOrder 属性中列出
Explanation WSDL 中的参数顺序属性不正确。
Action 请修正 Web 服务描述语言(WSDL)文档。
WSWS3098E: 错误:发射器故障。无法在 service {1} 中的 port {0} 中找到端点地址
Explanation 发射器无法找到端点地址。
Action 请修正 Web 服务描述语言(WSDL)文档。
WSWS3099E: 错误:发射器故障。service {1} 中 port {0} 中的端点地址无效:{2}
Explanation 端点地址无效。
Action 请更改 Web 服务描述语言(WSDL)文件,以便有效的端点地址与此端口相关联。
WSWS3100E: 错误:发射器故障。没有为 port {0} 找到 binding
Explanation 为 service Web 服务描述语言(WSDL)port 指定 binding。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3101E: 错误:发射器故障。没有为 {0} 找到 binding 条目
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3102E: 错误:发射器故障。没有为 {0} 找到 portType 条目
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3103E: 错误:发射器故障。在 WSDL 文档中有未定义的 binding({0})。
提示:确保 <port binding=".."> 是标准的。
Explanation 如果 Web 服务描述语言(WSDL)文档中引用了该 binding,那么必须在此文档中定义该 binding。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3104E: 错误:发射器故障。在 WSDL 文档 {1} 中有未定义的 binding({0})。
提示:确保 <port binding=".."> 是标准的。
Explanation 如果 Web 服务描述语言(WSDL)文档中引用了该 binding,那么必须在此文档中定义该 binding。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3105E: 错误:发射器故障。在 WSDL 文档中有未定义的 portType({0})。
提示:确保 <binding type=".."> 是标准的。
Explanation 如果 Web 服务描述语言(WSDL)文档中引用了该 portType,那么必须在此文档中定义该 portType。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3106E: 错误:发射器故障。在 WSDL 文档 {1} 中有未定义的 portType({0})。
提示:确保 <binding type=".."> 是标准的。
Explanation 如果 Web 服务描述语言(WSDL)文档中引用了该 portType,那么必须在此文档中定义该 portType。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3107E: 错误:类属错误。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3108E: 错误:错误:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3109E: 错误:调用 Web Service 操作时出错:{0}
Explanation Web Service 引擎尝试调用远程 Web Service 时发生问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3110E: 错误:处理“{0}”时出错
Explanation 将 XML 转换为部署操作时发生管理错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3111E: 错误:确定 {0} 是否已存在时出错。将不会生成此文件。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3112E: 错误:由于缺少 SOAPAction 生成 WebServicesFault。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3113E: 错误:无法添加第二个头到 SOAP 包络。
Explanation 此错误可能是由于 SOAP 消息无效导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3114E: 错误:内部错误。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3115E: 错误:配置文件目录“{0}”不可读。
Explanation Web Service 引擎无法读取所指定的目录。
Action 请修正配置,并检查许可权标志。
WSWS3116W: 警告:性能警报:重新分析以下消息:{0}
Explanation 正在使用的序列化过程可能会导致性能问题。
Action 请检查代码并作适当的更改。
WSWS3117E: 错误:无效容器类型(需要的是“ejb”、“web”、“client”或“none”),缺省值为 “none”。
Explanation WSDL2Java 发射器的 -container 选项不正确。
Action 请修正 -container 选项,将它的值设置为 ejb、web、client 或 none。
WSWS3118E: 错误:无效角色(要求的是“develop-client”、“deploy-client”、“develop-server”或 “deploy-server”),缺省值为“develop-client”。
Explanation WSDL2Java 发射器的 -role 选项不正确。
Action 请修正 -role 选项,将它的值设置为 develop-client、deploy-client、develop-server 或 deploy-server。
WSWS3119W: 警告:无效选项组合:-role develop-server 和 -container client 或 -container none 无效。-container 将缺省为“web”
Explanation Web Service 始终在 Web 容器或 Enterprise JavaBeans(EJB)容器中运行。
Action 请修正这些选项,然后重新运行 WSDL2Java 发射器。
WSWS3120E: 错误:缺少配置。
Explanation 很可能是由于 Web Service 部署描述符先前发生了错误而导致了此错误。
Action 请查看日志以了解先前错误。
WSWS3121I: 信息:{0} 是单向操作。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3122E: 找不到在 URI {1} 中引用的服务 {0}
Explanation Web Service 引擎找不到所指定的服务。
Action 请验证客户机所指定的服务名称。此外,还要验证该服务在服务器上的部署情况。
WSWS3123E: 错误:为处理程序 {1} 指定的 Javaclass {0} 必须实现 {2} 或 {3}。将跳过该处理程序。
Explanation was-webservices.xml 配置文件定义了一个未实现所需接口的处理程序 Java 类。
Action 请指定能够实现所需接口的 Java 类。
WSWS3124W: 警告:-genJava 选项参数无效,有效参数为“No”、“IfNotExists”或“Overwrite”。缺省值为“IfNotExists”。
Explanation WSDL2Java 发射器的 -genJava 选项不正确。
Action 请更正 -genJava 选项,将它的值设置为 No、IfNotExists 或 Overwrite。
WSWS3125W: 警告:-genXML 选项参数无效:有效参数为“No”、“IfNotExists”或“Overwrite”。缺省值为“IfNotExists”。
Explanation WSDL2Java 发射器的 -genXML 选项不正确。
Action 请更正 -genXML 选项,将它的值设置为 No、IfNotExists 或 Overwrite。
WSWS3126E: 错误:无法从以下 SSL 配置获取安全套接字工厂:{0}。
Explanation Web Service 引擎无法获取安全套接字工厂。
Action 请更正安全套接字层(SSL)配置。
WSWS3127E: 错误:WSDD 元素“{0}”无效(需要“{1}”)。
Explanation 部署期间发生错误。这可能是个内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3128E: 错误:无法从字节生成包络。
Explanation 此消息可能是由反序列化错误产生的,但是产生此消息有多种原因。请查找其他错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3129E: 错误:仅接口可以被用于 Service.getPort 方法的代理 Class 参数。
Explanation getPort 方法需要代理接口。
Action 请更正 getPort 方法的调用。
WSWS3130E: 错误:仅扩展 java.rmi.Remote 的接口可以被用于 Service.getPort 方法的代理 Class 参数。
Explanation 代理 Class 参数必须是一个用于扩展 java.rmi.Remote 接口的接口。
Action 请修正 getPort 方法的调用。
WSWS3131E: 错误:必须指定 AdminClient 的密码。
Explanation 必须为 AdminClient 接口指定密码。
Action 请指定一个密码。
WSWS3132E: 错误:找不到目标服务。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3133E: 错误:需要指定要被授权的用户。
Explanation 找不到要授权的用户。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3134E: 错误:不允许远程管理员访问。
Explanation 无法进行远程管理。
Action 不完全支持 Admin 类。
WSWS3135E: 错误:找不到 Body。
Explanation SOAP 包络中需要一个 body,但是 Web Service 引擎找不到此消息部分,因此无法对 SOAP 消息进行反序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3136E: 错误:没有为数组类型 {0} 定义反序列化器
Explanation Web Service 引擎无法对所指示组件类型的数组进行反序列化。
Action 此问题可能是由于部署信息无效所致。
WSWS3137E: 错误:没有要在 SOAPElement.convertToObject() 中使用的反序列化上下文。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3138E: 错误:<body> 标记后才允许定制元素处于顶级级别。
Explanation SOAP 消息无效,并且 Web Service 引擎无法对该消息进行反序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3139E: 错误:没有 {0} 的反序列化器
Explanation 通常,此消息是由于客户机或服务器部署信息错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3140E: 错误:正在反序列化参数“{0}”:找不到类型 {1} 的反序列化器
Explanation 通常,此消息是由于 SOAP 消息错误或者服务器部署信息无效而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3141E: 错误:无法获取 DOM 文档:XML 是“{0}”
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3142E: 错误:找不到 Web Services 引擎。
Explanation 可能发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3143W: 警告:在环境中需要“EngineConfiguration”的实例。
Explanation 配置数据无效。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3144E: 错误:找不到处理程序:{0}
Explanation 部署信息内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3145E: 错误:未指定 HandlerProvider 的“handlerClas”选项。
Explanation 部署信息中缺少信息。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3146E: 错误:没有处理程序位于 {0}“{1}”
Explanation 在部署信息中缺少处理程序。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3147E: 错误:没有 {0} 头!
Explanation SOAP 消息中缺少头信息。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3148E: 错误:在 SOAP 消息中不允许处理指示信息。
Explanation SOAP 消息无效。由于存在处理指示信息而使得 Web Service 引擎无法对该消息进行反序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3149E: 错误:{0}:{1} 不是映射。
Explanation MapSerializer 无法对该对象进行序列化。此消息可能是由于发生内部部署错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3150E: 错误:没有提供程序类型与 QName“{0}”匹配
Explanation 部署信息不完整。此消息可能是由于发生内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3151E: 错误:未指定操作名。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3152E: 错误:找不到操作:{0} - 未定义
Explanation Web 服务描述语言(WSDL)文件在 portType 中未定义任何操作。这是一个内部错误或部署错误。
Action 请检查日志以了解部署问题。
WSWS3153E: 错误:找不到操作:{0}
Explanation Web 服务描述语言(WSDL)绑定未指定此操作。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3154E: 错误:没有为服务“{1}”配置“{0}”选项
Explanation 找不到此服务的所指示选项。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3155E: 错误:找不到作为输入部分或输出部分的 {0}。
Explanation 参数顺序属性必须引用消息部分。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3156E: 错误:找不到 port:{0}
Explanation Service.getPort 找不到指定的 port。
Action 请更正 Service.getPort 的调用。
WSWS3157E: 错误:找不到 portType:{0}
Explanation 已部署的 Web 服务描述语言(WSDL)缺少 portType。
Action 请修正已部署的 Web 服务描述语言(WSDL)文件。
WSWS3158E: 错误:MessageContext 中没有请求消息?
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3159E: 错误:在注册表 {1} 中找不到类 {0} 的串行器
Explanation 此消息指示部署信息发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3160E: 错误:找不到服务:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3161E: 错误:未定义服务。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3162E: 错误:没有为此 Call 对象定义服务对象。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3163E: 错误:Web Services 引擎找不到要调用的目标服务!targetService 为 {0}
Explanation Web Service 引擎接收到对指定的目标服务的请求,但引擎配置不包含具有此名称的端口。
Action 请将客户机应用程序所使用的端点位置 URL 与相应 WSDL 文档中包含的端点位置 URL 进行比较。如果您使用的是 HTTP 协议,请确保客户机应用程序在端点位置 URL 中使用正确的 URL 模式。如果您使用的是 JMS 协议,请确保客户机应用程序使用包含正确 targetService 属性的端点位置 URL。在 JMS 样式的端点位置 URL 中,targetService 属性应该设置为所需的端口组件的名称。
WSWS3164E: 错误:MessageContext 中没有安全性提供程序。
Explanation 此 MessageContext 需要安全性提供程序。
Action 请确保配置了安全性提供程序。
WSWS3165E: 错误:上下文中无 HTTP SOAPAction 属性。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3166E: 错误:找不到名为“{0}”的客户机传输。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3167E: 错误:没有协议的传输映射:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3168E: 错误:没有 {0} 的映射模式类型
Explanation Web Service 引擎无法对所指示的数组组件类型进行序列化。
Action 请确保已注册所指示的数组组件类型。
WSWS3169E: 错误:组件需要类型属性。
Explanation Web Service 引擎无法对 vector 的组件进行反序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3170E: 错误:必须包含处理程序部署的类型属性!
Explanation 部署信息中缺少类型属性。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3171E: 错误:没有用于映射的类型 QName!
Explanation 类型映射注册表中的部署信息中缺少 QName。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3172E: 错误:用户“{0}”无权使用“{1}”
Explanation 需要一个已授权的用户。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3173E: 错误:不理解“MustUnderstand”头:{0}
Explanation 处理程序不理解 mustUnderstand 头。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3174E: 错误:没有要使用的 RPCParam 的 value 字段。{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3175E: 错误:{0} 是空的。
Explanation 无法继续处理,因为表明的项是空的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3176E: 错误:AdminClient 未正确初始化:“call”为空!
Explanation 发生内部错误。
Action 不完全支持 AdminClient。
WSWS3177E: 错误:指定了空名称空间 URI。
Explanation 必须指定 Namespace 参数。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3178E: 错误:父代为空。
Explanation Web Service 引擎试图通过一个空参数来调用 SOAP with Attachments API for Java(SAAJ)方法。此错误可能是由于发生内部错误而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3179E: 错误:传递给 WSDDProvider 的提供程序类型为空。
Explanation 缺少部署信息。这可能是内部错误的结果。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3180E: 错误:响应消息为空。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3181E: 错误:十六进制字符串中的位数为奇数。
Explanation Web Service 引擎无法构造 HexBinary 对象。
Action 请确定造成位数为奇数的原因并加以更正。
WSWS3182E: 错误:SOAPEnvelope 中仅允许一个 Body 元素。
Explanation SOAP 消息的包络中包含多个 SOAP Body 部件。Web Service 引擎无法对 SOAP 消息进行反序列化。
Action 请确定 SOAP 消息的来源和原因并加以更正。
WSWS3183E: 错误:SOAPEnvelope 中仅允许一个 Header 元素。
Explanation SOAP 消息的包络中包含多个 SOAP Header。Web Service 引擎无法对 SOAP 消息进行反序列化。
Action 请确定 SOAP 消息的来源和原因并加以更正。
WSWS3184E: 错误:{0} 传递的参数数目与来自 addParameter() 调用的 IN/INOUT 参数数目({1})不匹配。
Explanation 参数数目与所需的参数数目不匹配。这可能是 DII 或内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3185I: 信息:正在分析 XML 文件:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3186E: 错误:分析时出错:{0}
Explanation Web Service 引擎尝试对 SOAP 消息进行反序列化时发生问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3187E: 错误:正在处理文件 {0}
Explanation AdminClient 接口在处理所指示的文件时发生错误。并不完全支持 AdminClient。
Action 无需执行任何操作。
WSWS3188I: 信息:{0} 正在退出。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3189E: 错误:管理服务请求退出,正在退出。
Explanation 管理服务正在退出。并不完全支持 Administration 类。
Action 无需执行任何操作。
WSWS3190E: 错误:无法绑定端口 {0}。未启动 SimpleServerEngine。
Explanation 发生内部错误。并不完全支持 SimpleServerEngine。
Action 无需执行任何操作。
WSWS3191I: 信息:配置文件是只读的,因此将不保存引擎配置更改。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3192E: 错误:返回码:{0}
{1}。
Explanation 已将此消息设置到 WebServicesFault 中。
Action 无需执行任何操作。
WSWS3193E: 错误:Servlet 引擎 /WEB-INF 目录有问题
Explanation 可能无法访问 WEB-INF 目录。
Action 请更正 WEB-INF 目录存在的问题。
WSWS3194E: 错误:Servlet 引擎配置文件存在问题:{0}
Explanation 可能无法访问 Servlet 引擎的配置文件。
Action 请更正 Servlet 引擎的配置文件存在的问题。
WSWS3195W: 警告:无法装入/创建 Servlet 引擎的配置文件,请尝试使用内部缺省值(来自于 JAR 文件)。
Explanation 这是一条警告消息。将以另一种方式再次尝试执行此进程。
Action 用户无需执行任何操作。
WSWS3196E: 错误:(从 JAR 文件中装入的)Servlet 引擎配置文件存在问题。
Explanation 尝试从 Java 归档(JAR)文件中装入配置文件时发生了配置错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3197I: 信息:{0} 在端口 {1} 上启动。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3198E: 错误:未设置 Part“{0}”上的类型/元素属性。
Explanation Web 服务描述语言(WSDL)Part 必须指定类型或元素属性。
Action 通过添加类型或元素属性来更正已部署的 WSDL 文件。
WSWS3199E: 错误:流意外结束。
Explanation 发生内部错误,或者输入 SOAP 消息有问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3200E: 错误:未知主机 - 无法验证管理员访问权。
Explanation 管理工具遇到了未知主机。不完全支持管理工具。
Action 请确定未知主机问题的来源并加以更正。
WSWS3201E: 错误:其中 {0} 看上去类似:
Explanation 管理工具发生错误。不完全支持管理工具。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3202E: 错误:处理 WSDL 文档时出错:{0} {1}
Explanation 通常,此消息表示在创建服务期间检测到的已部署的 Web 服务描述语言(WSDL)文件存在错误。
Action 请更正已部署的 WSDL。
WSWS3203E: 错误:Service.getPort 中缺少 WSDL 文档。
Explanation 需要具有 Web 服务描述语言(WSDL)文档才能使用 Service.getPort 方法。
Action 请更正部署信息。
WSWS3204E: 错误:{0} 已存在。
Explanation WSDL2Java SymbolTable 中发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3205E: 错误:引用了类型 {0},但未定义。
Explanation Web 服务描述语言(WSDL)文件引用了未定义的类型或元素。
Action 请更正 WSDL 文件。
WSWS3206E: 错误:无法在 JNDI 位置 {0} 找到 EJB
Explanation Java 命名和目录接口(JNDI)配置可能存在问题。
Action 请更正您的 JNDI 配置。
WSWS3207E: 错误:无法创建 InitialContext。
Explanation 未创建 InitialContext。
Action 请检查其他错误以确定未创建 InitialContext 的原因。
WSWS3208E: 错误:{0} 的定义导致循环。
Explanation Web Service 引擎发现对所指示的类型或元素进行了递归定义。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3209E: 错误:错误属性。{0} 的值应该属于类型 {1},但它却属于类型 {2}。
Explanation Web Service 引擎检测到调用或 MessageContext 中存在错误属性。此消息可能是由于发生内部错误而产生的。
Action 请修正该属性。
WSWS3210E: 错误:指定了空属性名。
Explanation Web Service 引擎检测到错误属性。此消息可能是由于发生内部错误而产生的。
Action 如果有可能,那么请确定空属性名的来源并加以更正。
WSWS3211E: 错误:指定了空属性值。
Explanation 指定了空属性值。此消息可能是由于发生内部错误而产生的。
Action 如果有可能,那么请确定空属性值的来源并加以更正。
WSWS3212E: 错误:不支持属性名 {0}。
Explanation 不支持所指定的属性。
Action 请停止使用所指定的属性。
WSWS3213E: 错误:指定了空 getter 方法。
Explanation 通常,此错误消息是由于与序列化引擎相关联的内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3214E: 错误:指定了空 setter 方法。
Explanation 通常,此错误消息是由于与反序列化引擎相关联的内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3215E: 错误:指定了空公用实例字段。
Explanation 通常,此错误消息是由于序列化引擎存在内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3216E: 错误:在 TypeMappingImpl.isRegistered 方法中指定了空 java 类。
Explanation isRegistered 方法需要非空 Java 类。此错误可能是由于发生内部问题而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3217E: 错误:在 TypeMappingImpl.isRegistered 方法中指定了空标准名。
Explanation isRegistered 方法需要非空限定名(QName)。此错误可能是由于发生内部问题而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3218E: 错误:在 TypeMappingImpl.register 方法中指定了空串行器工厂。
Explanation 通常,此错误表示部署软件发生了问题。
Action 请检查部署日志以了解相关问题。
WSWS3219E: 错误:错误:操作或错误 {1} 的消息部分 {0} 被指定为一个类型,而绑定“{2}”的 soap:body 使用的是字面值。当前不支持此 WSDL。
Explanation Web 服务描述语言(WSDL)文件中包含不受支持的 MIME 构造。
Action 请更正 WSDL。
WSWS3220E: 错误:错误:服务名称为空或缺少。
Explanation Web 服务描述语言(WSDL)服务名称错误。
Action 请更正 WSDL 服务名称。
WSWS3221E: 错误:Bean 属性 {0} 的类型为 {1},它不是简单类型。
Explanation Bean 属性必须是简单类型。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3222E: 错误:属性的类型为 {0},它不是一个简单类型。
Explanation 属性必须是简单类型。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3223E: 错误:构造处理程序 {0} 时捕获到异常:{1}
Explanation Web Service 引擎在创建 JAX-RPC 处理程序时发生问题。
Action 请复查 Web Service 引擎产生此异常的原因。
WSWS3224I: 信息:无磁盘访问,仅使用内存。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3225E: 错误:没有 {0} 的 DeserializerFactory
Explanation 通常,此错误消息指示已部署的类型映射注册表发生了问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3226E: 错误:指定了空的 FieldDesc。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3227E: 错误:异常:
Explanation 此错误消息与其他异常一起使用。
Action 请参阅相关联的异常消息。
WSWS3228E: 错误:异常:{0}
Explanation 此错误消息与其他异常一起使用。
Action 请参阅相关联的异常消息。
WSWS3229E: 错误:ConfigurationException:
Explanation 通常,此错误消息指示发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3230E: 错误:ParserConfigurationException:
Explanation Web Service 引擎尝试配置解析器时发生错误。
Action 请更正解析器配置。
WSWS3231E: 错误:SAXException:
Explanation 表明发生 SAX 异常。通常该异常是由配置解析器的问题所致。
Action 请更正解析器配置。
WSWS3232E: 错误:java.net.UnknownHostException:
Explanation 通常,此错误消息指示发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3233E: 错误:javax.mail.MessagingException:
Explanation 通常,此错误消息指示 MIME 消息发生了问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3234E: 错误:java.io.IOException:
Explanation 通常,此错误消息指示发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3235E: 错误:java.io.IOException:{0}
Explanation 通常,此错误消息指示发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3236E: 错误:IllegalAccessException:
Explanation 通常,此错误消息指示发生了内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3237E: 错误:IllegalArgumentException:
Explanation 对 SOAPPart、AttachmentPart 或 SOAPHeader 执行超负荷的消息处理时产生了此错误消息。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3238E: 错误:IllegalArgumentException:{0}
Explanation 对 SOAPElement 执行超负荷的方法处理时产生了此错误消息。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3239E: 错误:InvocationTargetException:
Explanation Web Service 引擎尝试调用所指示的目标时发生问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3240E: 错误:InstantiationException:
Explanation 此错误表明 MIME 附件有问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3241E: 错误:MalformedURLException:
Explanation SimpleServerEngine 中发生格式错误的 URL 异常。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3242E: 错误:WebServicesFault:
Explanation 发生了 WebServicesFault 异常。
Action 有关更多信息,请参阅相关联的消息。
WSWS3243I: 信息:WebServicesFault 的映射异常。
Explanation 此消息仅供参考。
Action 无需执行任何操作。请参阅其他消息获取关于故障原因的详细信息。
WSWS3244I: 信息:WebServicesFault 的映射异常:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。请参阅其他消息获取关于故障原因的详细信息。
WSWS3245E: 错误:尝试装入 {0} 时 WSDL2Java 发射器超时。确保指定的 URL 可访问。如果指定的 URL 可访问,那么尝试增大 WSDL2Java 发射器中的“超时”和/或“重试”缺省设置。
Explanation 无法访问 Web 服务描述语言(WSDL)文件或者它已导入的其中一个文档。
Action 请确保 WSDL 以及任何导入的文档可访问。还可以通过 WSDL2Java 发射器选项来增大超时和重试值。
WSWS3246E: 错误:存在详细信息时调用 SOAPFault.addDetail。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3247E: 错误:没有对“存根”或“调用”对象设置目标端点地址。
Explanation 已对“存根”或“调用”对象调用了一项操作,但是未设置目标端点地址。
Action 确保对“存根”或“调用”对象设置了目标端点地址,然后再调用操作。
WSWS3248E: 错误:不支持的附件类型“{0}”仅支持“{1}”。
Explanation Web Service 引擎遇到了不支持的附件类型。
Action 请使用受支持的附件类型。
WSWS3249E: 错误:此附件实现仅接受 SOAPPart 对象作为根部件。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3250E: 错误:AttachmentUtils.getActiviationDataHandler 接收到空参数作为部件。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3251E: 错误:流已关闭。
Explanation Web Service 引擎试图访问一个已关闭的流。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3252E: 错误:在最终边界标记之前遇到流结束。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3253E: 错误:maxCached 值不正确:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3254E: 错误:不支持复位和标记!
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3255E: 错误:输入缓冲区为 null。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3256E: 错误:偏移量是负的:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3257E: 错误:长度:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3258E: 错误:写操作超出了缓冲区。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3259E: 错误:读数据流时出错:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3260E: 错误:数据处理程序文件不存在:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3261E: 错误:MIME 数据流中有错,找不到开始边界,需要:{0}。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3262E: 错误:分析 mime 数据流时出错:{0}。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3263E: 错误:不支持附件。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3264E: 错误:没有内容。
Explanation 数据处理程序没有内容。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3265E: 错误:没有引擎配置文件 - 异常终止。
Explanation 发生内部错误。
Action 请确保引擎配置正确。
WSWS3266E: 错误:元素“{0}”是带有不受支持子元素的附件。
Explanation Web Service 引擎不需要 SOAP 消息中存在子元素。因此,无法对 SOAP 消息进行反序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3267E: 错误:错误:在操作 {1} 的 WSDL 消息部分 {0} 中,缺少元素 {2} 的类型解析。
Explanation Web 服务描述语言(WSDL)文件缺少正确的类型解析。
Action 请更正 WSDL。
WSWS3268E: 错误:binding operation {0} 的 soap:operation 必须有“use”属性。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3269E: 错误:无法修改缺省类型映射。
Explanation 在注册之后无法更改类型映射。
Action 请更正应用程序,然后重试。
WSWS3270E: 错误:无法通过授权修改类型映射。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3271E: 错误:指定了无效的 TypeMapping:错误类型或为 null。
Explanation TypeMapping 的注册无效。
Action 请更正应用程序,然后重试。
WSWS3272E: 错误:来自第二类型映射注册表的缺省类型映射已在使用中。
Explanation 在注册之后无法更改缺省类型映射。
Action 请更正应用程序,然后重试。
WSWS3273E: 错误:接口没有存根实现:
Explanation 因为接口的存根实现不存在,所以无法调用 getPort 方法。
Action 请更正应用程序,然后重试。
WSWS3274E: 错误:{0}:{1} 不是向量。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3275E: 错误:传递了无效参数方式字节({0})到 getModeAsString()。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3276E: 错误:不支持标记流。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3277E: 错误:无法解析到操作。消息包含名为“{0}”的元素,但是这与目标端口的任何操作都不匹配。调试:{1}
Explanation 这可能是 Web Service 部署问题或不正确的 SOAP 请求消息引起的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3278E: 错误:尝试在已配置的 ServiceDesc 上设置实现类。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3279E: 错误:无法创建类型 {0} 的 JavaBean。缺少缺省构造函数?错误为:{1}。
Explanation JavaBean 必须具有缺省构造函数。
Action 请确保 JavaBean 有缺省构造函数。
WSWS3280E: 错误:-soapAction 的值必须是 NONE 或 OPERATION。
Explanation 为 -soapAction 选项指定了错误的参数。
Action 请对 Java2WSDL 发射器使用正确的 -soapAction 选项。
WSWS3281E: 错误:尝试对类“{3}”的对象“{2}”用参数类“{1}”调用方法“{0}”。参数与签名不匹配。
Explanation Web Service 部署、SOAP 消息或者服务的 SoapBindingImpl 类的热交换发生了问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3282I: 信息:正在生成 {0}。
Explanation 此消息指示由 WSDL2Java 发射器生成的 Java 类,此消息仅供参考。
Action 无需执行任何操作。
WSWS3283E: 错误:-style 的值必须是 DOCUMENT 或 RPC。
Explanation Java2WSDL 发射器的 -style 选项不正确。
Action 请将 -style 选项的值设置为 DOCUMENT 或 RPC。
WSWS3284E: 错误:找不到服务的类“{0}”。
Explanation 可能发生了 Web Service 部署错误,并且在 ServiceFactory 中已检测到此错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3285E: 错误:找不到服务“{1}”的类“{0}”。
Explanation 可能发生了 Web Service 部署错误,并且在 JavaBeanDispatcher 中已检测到此错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3286E: 错误:<class-of-portType> 已被指定为 {0}。它不能再次被指定为 {1}。
Explanation 只能对 Java2WSDL 发射器指定一个类文件。
Action 请更正 Java2WSDL 发射器的调用。
WSWS3287E: 错误:未指定 <class-of-portType>。
Explanation 必须为 Java2WSDL 发射器指定一个类文件。
Action 请更正 Java2WSDL 发射器的调用。
WSWS3288E: 错误:已将 WSDL URI 指定为 {0}。它不能再次被指定为 {1}。
Explanation 只能对 WSDL2Java 发射器指定 Web 服务描述语言(WSDL)文件一次。
Action 请更正 WSDL2Java 发射器的调用。
WSWS3289E: 错误:未指定 WSDL URI。
Explanation 必须为 WSDL2Java 发射器指定 Web 服务描述语言(WSDL)URI。
Action 请更正 WSDL2Java 发射器的调用。
WSWS3290E: 错误:无法识别 {0}:“{1}”
Explanation 值对于枚举不正确。
Action 请更正应用程序,然后重试。
WSWS3291E: 错误:类 {0} 不是 bean 类,无法将其转换为 XML 模式类型。在 WSDL 文件中将使用 XML 模式 anyType 来定义此类。
Explanation 此 Java2WSDL 错误指示无法将该类转换为 XML 模式类型。所有 Java 类文件都具有至 XML 模式类型的映射。不能保证使用 Java2WSDL 发射器将现有 Java 服务转换为 Web Service。
Action 作为 Web Service 接口一部分的所有 Java 类都必须具有至 Web 服务描述语言(WSDL)文件的适当映射。需要执行此操作,以确保服务的客户机可以自动生成接口和所有相关类,以便访问 Web Service。
WSWS3292W: 警告:类 {0} 是在 Java 或 javax 软件包中定义的且无法被转换为 xml 模式类型。在 WSDL 文件中将使用 XML 模式 anyType 来定义此类。
Explanation 此 Java2WSDL 错误指示无法将该类转换为 XML 模式类型。所有 Java 类文件都具有至 XML 模式类型的映射。不能保证使用 Java2WSDL 发射器将现有 Java 服务转换为 Web Service。
Action 作为 Web Service 接口一部分的所有 Java 类都必须具有至 Web 服务描述语言(WSDL)文件的适当映射。需要执行此操作,以确保服务的客户机可以自动生成接口和所有相关类,以便访问 Web Service。
WSWS3293E: 错误:类 {0} 不包含缺省构造函数,它对于 bean 类是必需的。无法将类转换为 xml 模式类型。在 WSDL 文件中将使用 XML 模式 anyType 来定义此类。
Explanation 此 Java2WSDL 错误指示无法将该类转换为 XML 模式类型。所有 Java 类文件都具有至 XML 模式类型的映射。不能保证使用 Java2WSDL 发射器将现有 Java 服务转换为 Web Service。
Action 作为 Web Service 接口一部分的所有 Java 类都必须具有至 Web 服务描述语言(WSDL)文件的适当映射。需要执行此操作,以确保服务的客户机可以自动生成接口和所有相关类,以便访问 Web Service。
WSWS3294E: 错误:当前不支持 XML 模式类型“{0}”。
Explanation WSDL2Java 发射器不支持此 XML 模式类型。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3295E: 错误:操作或错误 {1} 的消息部分 {0} 没有元素或类型属性。
Explanation 每个消息部分必须有一个定位模式元素/类型的元素或类型属性。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3296E: 错误:附件格式的 {0} 的值必须是 {1};
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3297E: 错误:DIME 类型长度是 {0},它超出了最大值 {0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3298E: 错误:DIME 标识长度是 {0},它超出了最大值 {1}。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3299E: 错误:最大块大小“{0}”要大于 1。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3300E: 错误:最大块大小“{0}”超过 32 位。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3301E: 错误:每个 DIME 流必须被完全地读或连续地关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3302E: 错误:未正确填充 DIME 流数据。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3303E: 错误:接收了要读取的“{0}”个字节。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3304E: 错误:接收了“{0}”作为偏移量。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3305E: 错误:要读的数组是空的。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3306E: 错误:位于偏移 {2} 的要读取 {1} 的 {0} 数组大小太小。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3307E: 错误:当需要更多 DIME 块时检测到物理流结束。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3308E: 错误:当需要多于 {0} 字节时检测到物理流结束。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3309E: 错误:不再需要更多的 DIME 块!
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3310E: 错误:DIME 头小于 {0} 字节。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3311E: 错误:接收到的 DIME 版本“{0}”大于当前支持的版本“{1}”。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3312E: 错误:DIME 选项长度“{0}”大于流长度。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3313E: 错误:选项填充期间 DIME 流关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3314E: 错误:获取标识长度时 DIME 流关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3315E: 错误:获取标识填充时 DIME 流关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3316E: 错误:获取类型时 DIME 流关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3317E: 错误:获取类型填充时 DIME 流关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3318E: 错误:DIME 流接收了错误类型“{0}”。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3319E: 错误:找不到保持器(holder),或无法为方法 {1} 的 OUT 参数 {0} 构造它。
Explanation Application Server 部署 Web Service 时可能发生了问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3320E: 错误:传递了非法参数到 ParameterDesc.setJavaType。java 类型 {0} 不匹配方式 {1}。
Explanation Application Server 部署 Web Service 时可能发生了问题,很可能是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3321E: 错误:无效 normalizedString 值。
Explanation 因为 NormalizedString 对象的值无效,所以无法设置该对象。
Action 请更正 normalizedString 值。
WSWS3322E: 错误:无效令牌值。
Explanation 因为 Token 对象的值无效,所以无法设置该对象。
Action 请更正令牌值。
WSWS3323E: 当为 {0} 构建属性描述符时发生内部错误。
Explanation 发生内部错误。
Action 请确保所指示的类符合 JAX-RPC 技术。
WSWS3324E: 错误:尝试为 {0} 写模式时遇到问题
Explanation Web Service 引擎无法为所指示的类写入模式。此错误消息可能是由于发生内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3325E: 错误:以字节码查找参数名时出错:输入似乎不是一个有效的类文件。
Explanation 类无效。
Action 请验证您是否已为 Java2WSDL 发射器指定一个类。
WSWS3326E: 错误:以字节码查找参数名时出错:意外的文件结束。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3327E: 错误:以字节码查找参数名时出错:文件中有意外字节。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3328E: 错误:类 {0} 扩展非 bean 类 {1}。在 WSDL 文件中将使用 XML 模式 anyType 来定义 {0}。
Explanation 此 Java2WSDL 错误指示无法将该类转换为 XML 模式类型。所有 Java 类文件都具有至 XML 模式类型的映射。不能保证使用 Java2WSDL 发射器将现有 Java 服务转换为 Web Service。
Action 作为 Web Service 接口一部分的所有 Java 类都必须具有至 Web 服务描述语言(WSDL)文件的适当映射。需要执行此操作,以确保服务的客户机可以自动生成接口和所有相关类,以便访问 Web Service。
WSWS3329E: 错误:XML 模式类型“{0}”在模式版本“{1}”中无效。
Explanation WSDL2Java 发射器发生错误。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3330I: 信息:{0} 已存在,WSDL2Java 不会覆盖它。
Explanation 此 WSDL2Java 发射器消息仅供参考。
Action 无需执行任何操作。
WSWS3331E: 错误:无效的 gYearMonth:{0}
Explanation Web Service 引擎尝试构造 YearMonth 对象时发生错误。
Action 请使用正确的值。
WSWS3332E: 错误:无效的 gYear:{0}
Explanation Web Service 引擎尝试构造 Year 对象时发生错误。
Action 请使用正确的值。
WSWS3333E: 错误:无效的 gMonth:{0}
Explanation Web Service 引擎尝试构造 Month 对象时发生错误。
Action 请使用正确的值。
WSWS3334E: 错误:无效的 gDay:{0}
Explanation Web Service 引擎尝试构造 Day 对象时发生错误。
Action 请使用正确的值。
WSWS3335E: 错误:无效的 gMonthDay:{0}
Explanation Web Service 引擎尝试构造 MonthDay 对象时发生错误。
Action 请使用正确的值。
WSWS3336E: 错误:无效的持续时间:必须包含一个 P。
Explanation Web Service 引擎尝试构造 Duration 对象时发生错误。
Action 请使用正确的值。
WSWS3337E: 错误:串行器类 {0} 不实现 SimpleValueSerializer,它对于属性是必需的。
Explanation 无法使用所指定的串行器来将属性序列化。
Action 请更正已部署的类型映射。
WSWS3338E: 错误:JIMI 必需使用 java.awt.Image 附件(http://java.sun.com/products/jimi/)。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3339E: 错误:不支持 javax.xml.transform.Source 实现:{0}。
Explanation 已尝试使用 SourceDataHandlerSerializer 串行器对非 SourceStream 对象进行序列化。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3340E: 错误:{0} 的 OperationDesc 未与 {1} 的方法同步。
Explanation 发生内部错误。此错误通常指示 PortDesc 或 WSDDPort 中缺少与 Web Service 操作定义有关的信息。引擎尝试推断缺少的信息,这可能导致发生此特定错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3341E: 错误:找不到服务类。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3342E: 错误:无法处理 {0},仅可以处理 JPEG 图象类型。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3343W: 警告:忽略了工厂 {0}:缺少必需方法:{1}。
Explanation 此消息用于警告缺少了方法。
Action 请更正您的工厂实现。
WSWS3344W: 警告:忽略了工厂 {0}:调用方法失败:{1}。
Explanation Web Service 运行时无法调用该方法。
Action 请更正您的工厂实现。
WSWS3345E: 错误:找不到有效的 EngineConfigurationFactory。
Explanation 缺少工厂实现。
Action 请更正您的工厂实现或者其位置。
WSWS3346E: 错误:忽略了工厂 {0}:无法装入/解析类。
Explanation Web Service 引擎无法装入所指示的工厂。
Action 请确保可以装入工厂。
WSWS3347E: 错误:缺少类名属性。
Explanation 缺少 WSDD 的部署信息。此错误可能是由于发生内部错误而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3348E: 错误:缺少 qname 属性。
Explanation 缺少 WSDD 的部署信息。此错误可能是由于发生内部错误而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3349E: 错误:引用了元素 {0},但未定义。
Explanation 此 WSDL2Java 错误指示引用了某个元素,但是未找到它的定义。
Action 请更正 Web 服务描述语言(WSDL)文件,以确保定义了该元素。
WSWS3350E: 错误:节点“{0}”缺少类型或引用属性
Explanation 使用类型或引用属性来引用某个类型或元素。但是,缺少此属性。
Action 请更正 Web 服务描述语言(WSDL)文件,以确保指定了此属性。
WSWS3351E: 错误:无法部署 typemapping:{0}
Explanation 此错误消息可能是由于发生了部署问题而产生的。
Action 请确保类装入器可以找到并装入所指示的类。
WSWS3352E: 错误:无法为 WSDD 操作“{0}”({1} 参数)找到匹配的 Java 操作。
Explanation 通常,此错误消息指示缺少部署信息或者部署信息不正确。
Action 请更正实现或位置。
WSWS3353E: 错误:基于消息的服务的方法样式不是我们可识别的。
Explanation 发生内部错误。所指定的应用程序编程接口(API)不受支持。
Action 仅使用受支持的 API。
WSWS3354E: 错误:方法“{0}”与任何有效的消息样式服务方法的签名不匹配。
Explanation 发生内部错误。这是不支持的 API。
Action 仅使用受支持的 API。
WSWS3355E: 错误:unmatchedOp=Binding 操作没有相应的 portType 操作:名称 = {0},输入名称 = {1},输出名称 = {2}
Explanation Web 服务描述语言(WSDL)文件中包含无效的绑定操作。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3356E: 错误:无法为 XML QName {0} 找到合适的操作
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3357E: 错误:当尝试反序列化操作 {0} 时,遇到名为 {1} 的元素。
然而,此元素不匹配此操作需要的任何参数。
这里是需要的参数列表:
{2}
Explanation 服务已接收到的 SOAP 请求消息与 Web 服务描述语言(WSDL)定义不匹配。
Action 请确保发送至服务的 SOAP 消息与 WSDL 定义相匹配。
WSWS3358E: 错误:无法把绑定 {2},操作“{1}”的绑定错误“{0}”与 PortType 错误相匹配。
Explanation 该绑定错误必须有相应的 portType 错误。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3359E: 错误:错误是绑定 {1} 的操作“{0}”中缺少 name= 属性。
Explanation 绑定错误必须有一个名称。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3360E: 错误:错误:在绑定 {2} 中,操作“{1}”中缺少 <soap:fault> 元素 inFault“{0}”
Explanation 绑定错误必须有适当的 <soap:fault> 元素。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3361E: 错误:在 soap:body 而不是 soap:header 中找到 {0} 的实例数据。
Explanation SOAP 消息不正确。
Action 请尝试确定 SOAP 消息的来源并加以更正。
WSWS3362E: 错误:找不到指定的返回 QName {0}
Explanation 响应 SOAP 消息不正确。
Action 请尝试确定 SOAP 消息的来源并加以更正。
WSWS3363E: 错误:-use 选项的值必须是 LITERAL 或 ENCODED。
Explanation Java2WSDL 发射器的 -use 选项不正确。
Action -use 选项的值必须是 LITERAL 或 ENCODED。
WSWS3364E: 错误:为 -extraClasses 选项提供了无效类:{0}
Explanation Java2WSDL 发射器的 -extraClasses 选项不正确。
Action 请更正 -extraClasses 选项。
WSWS3365E: 错误:当调用有返回类型时无法调用单向调用。
Explanation 遇到了一个具有返回类型的方法,但是调用 Java2WSDL 发射器时假定了该方法是单向方法。
Action 请更正此类,以确保该方法使用了正确的方式。
WSWS3366E: 错误:必须指定操作。
Explanation 此错误消息可能是由于发生内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3367E: 错误:无法为调用操作预先准备 MessageContext 对象:{0}
Explanation 此错误消息可能是由于发生内部错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3368E: 错误:不希望在 {2} 中发生({1})的反序列化事件 {0}。
Explanation 此错误消息可能是由于发生内部错误或者输入 SOAP 消息错误而产生的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3369E: 错误:构建器 {0} 没有要构建的 SOAPElement。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3370E: 错误:在 SOAPFactory 中仅允许一个 SOAPEnvelope。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3371E: 错误:无法对 {0} 对象调用 addChildElement。
Explanation Web Service 引擎无法将 SOAPElement 的子元素添加至所指示的对象。
Action 请更正应用程序代码。
WSWS3372E: 错误:无法将 {0} 子元素添加到 {1} 对象。
Explanation Web Service 引擎无法添加所指示的子元素。
Action 请更正应用程序代码。
WSWS3373E: 错误:无法对 {0} 对象调用 addTextNode。
Explanation Web Service 引擎无法将文本节点添加至所指示的对象。
Action 请更正应用程序代码。
WSWS3374E: 错误:无法替换 SOAPElement 的属性。
Explanation 在 SOAPElement 具有属性之后,Web Service 引擎无法调用 setAttributes 方法。
Action 请更正应用程序代码。
WSWS3375E: 错误:无法替换 SOAPElement 的 MappingScope。
Explanation 在 SOAPElement 具有 MappingScope 之后,Web Service 引擎无法调用 setMappingScope 方法。
Action 请更正应用程序代码。
WSWS3376E: 错误:不知道如何转换类 {0} 的备用内容。
Explanation 由于无法识别备用内容类型,因此产生了此错误消息。
Action 请更正应用程序代码。
WSWS3377E: 错误:多个元素具有名称 ({0}):{1}。
Explanation Web Service 引擎仅期望获得一个具有给定限定名(QName)的子元素。
Action 请更正应用程序代码。
WSWS3378E: 错误:无法在已有备用内容的 SOAPElement 上设置备用内容。
Explanation 尝试在已有备用内容的 SOAPElement 上设置备用内容。
Action 请确保您在替换前除去了现有备用内容。
WSWS3379E: 错误:未定义前缀 {0}。
Explanation 所指示的前缀没有相应的名称空间统一资源指示器(URI)。
Action 请更正应用程序代码或 SOAP 消息。
WSWS3380E: 错误:尝试修改只读 MappingScope。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3381E: 错误:处理 MappingScope 时遇到圆周循环。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3382E: 错误:非标准的名称空间不能有前缀。前缀是 {0}。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3383E: 错误:遇到非法使用 xmlns 前缀:{0}
Explanation SOAP 消息包含非法的 xmlns 前缀。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3384E: 错误:管理流程失败。
Explanation 管理工具失败。不完全支持管理工具。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3385E: 错误:{0} 的 onStartChild 方法未返回处理程序。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3386E: 错误:尝试推送空处理程序。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3387E: 错误:尝试序列化空对象。这应该已在 serialize() 方法中处理了。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3388E: 错误:处理故障期间回绕请求处理程序时发生异常:已忽略异常,处理过程异常终止。
Explanation 对处理程序进行故障处理期间发生异常。
Action 请检查您的处理程序。
WSWS3389E: 错误:未找到/未装入 JAXRPC 处理程序类 {0},已将它忽略。
Explanation Web Service 引擎无法找到或装入所指示的类。
Action 请确定未找到或未装入类的原因。
WSWS3390E: 错误:装入类 {0} 意外失败。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3391W: 警告:{0}.handleRequest 返回错误且无法设置响应消息。
Explanation 处理程序缺少响应。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3392E: 错误:意外:无法作为处理程序创建响应消息。
Explanation 处理程序缺少响应。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3393E: 错误:{0}.handlerRequest 不应该在客户端抛出 javax.xml.rpc.soap.SOAPFaultException。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3394E: 内部错误:尝试将 {0} 放入 {1} 的池中。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3395E: 错误:{0}.{1} 抛出了 RuntimeException。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3396E: 错误:处理程序 {0}:违反受保护的状态。(JSR 109,Web services for J2EE V1.0 和 V6.2.2.2)。
Explanation 处理程序试图以非法方式处理 XML。
Action 请更正您的处理程序。
WSWS3397E: 错误:JSR-109 要求 Service.getHandlerRegistry() 在管理的容器中抛出 UnsupportedOperationExceptio。
Explanation 处理程序无法在受管容器中调用此方法。
Action 请更正您的处理程序。
WSWS3398E: 错误:JSR-109 要求 Service.getTypeMappingRegistry() 在管理的容器中抛出 UnsupportedOperationException。
Explanation 处理程序无法在受管容器中调用此方法。
Action 请更正您的处理程序。
WSWS3399E: 错误:{0}“{1}”未实现“{2}”。
Explanation 此错误消息指示发生了部署错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3400I: 信息:意外异常。
Explanation 此错误消息可能指示发生了内部问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3401E: 错误:MessageContext 上缺少 RequestMessage。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3402E: 错误:内部:MessageContext 上缺少 ResponseMessage。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3403E: 错误:意外生命周期状态:当前状态 =“{0}”,需要的状态 =“{1}”。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3404E: 错误:意外:SubSet({0}, {1}, {2}):作为空集操作。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3405I: 信息:忽略 {0} 抛出的异常。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3406E: 发送应答消息时捕获到意外异常:{0}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3407E: JMS URL 字符串的协议无效:{0}
Explanation JMS URL 字符串的协议应为 jms:
Action 构造对象时,请确保将基于 Java 消息服务(JMS)的正确 URL 传递给 JMSURLParser 构造函数。
WSWS3408E: 无法根据 JMSURLParser 对象中包含的属性来构造有效的 URL 字符串。
链接异常:{0}
Explanation 当前包含在 JMSURLParser 对象中的属性集无法形成有效的 JMS 样式 URL 字符串。
Action 构造对象时,请确保将正确的 JMS 样式 URL 传递给 JMSURLParser 构造函数。
WSWS3409E: 内部错误:没有为 soap 端口设置客户机/服务器方式。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3410E: 为 {0} 属性指定的值无效。
Explanation 提供给指定的属性的值不正确。
Action 请确保您为指定的属性使用了正确的值。
WSWS3411E: 超过请求超时。
Explanation 在指定的超时期间未完成请求。
Action 请确保您的服务器处于活动状态,且能够在规定的时间内处理请求。
WSWS3412E: 接收到与 JMS 请求消息无关的 JMS 应答消息。
Explanation 应答消息中的 Java 消息服务(JMS)相关标识与请求消息中的 JMS 消息标识不匹配。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3413E: JMS 应答消息不是正确的 JMS 消息类型。
Explanation Java 消息服务(JMS)应答消息必须是 javax.jms.BytesMessage 类型。但是,应答消息是另一种类型。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3414E: Style DOCUMENT、Use LITERAL 和 Wrapped 不允许重载操作 {0}。
Explanation 允许重载操作将导致同名的重复 xsi 类型。
Action 请使用 Java2WSDL 发射器选项的其他组合。
WSWS3415E: 缓冲区大小 <= 0
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3416E: 流已关闭。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3417W: 在单向消息的 MessageContext 中设置了响应。将忽略响应。
Explanation 运行时将响应消息设置到单向消息的 MessageContext 中。
Action 请更正 JAXRPC 处理程序逻辑。
WSWS3418E: 错误:处理程序故障处理期间生成了异常。
Explanation 对处理程序进行故障处理期间发生异常。
Action 请检查您的处理程序并根据需要进行更正。
WSWS3419E: 当前节点不是 Text 节点,并且它有多个子节点或具有一个不是 Text 节点的子节点。
Explanation 不允许设置该异常中所描述节点的值。
Action 请更正应用程序代码。
WSWS3420E: 错误:发射器故障。操作 {1} 的部件 {0} 必须是类型部件。
Explanation 绑定使用与部件不一致。使用字面值时,部件可以是元素部件或类型部件。使用已编码时,部件必须是类型部件。
Action 请修正 Web 服务描述语言(WSDL)文件。
WSWS3421E: 错误:服务接口“{0}”不是“javax.xml.rpc.Service”的子类。
Explanation 指定的接口必须是“javax.xml.rpc.Service”的子类。
Action 请指定作为“javax.xml.rpc.Service”的子类的接口。
WSWS3422E: 错误:无法将 {0} 实例化。
Explanation 无法将该对象实例化。可能已经记录了异常。
Action 与不能实例化的对象的提供程序联系,以确定异常的原因。
WSWS3423E: 错误:“javax.xml.soap.write-xml-declaration”属性必须为 true 或 false。
Explanation 此属性映射到布尔值
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3424E: 错误:类型 {1} 的列表值不是简单类型。
Explanation xsd:list itemTypes 必须为原子值。
Action 请更正 Web 服务描述语言(WSDL)文件。
WSWS3425I: 从目标区域:{0}。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3426I: 已经接收了 HTTP 基本认证信息。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3427I: 没有接收到任何 HTTP 基本认证信息。
Explanation 运行时未从提示中接收到任何 HTTP 基本认证信息,或者未配置 loginSource 属性。
Action 请确保在提示时指定了用户标识和密码。还可以查看产品文档,以了解有关如何配置 loginSource 属性的信息。
WSWS3428W: 警告:找到了版本为 J2EE 1.3 的旧 DD。将写入新的 J2EE DD 版本。
Explanation 已存在先前版本的部署描述符文件,将在其中写入新的部署描述符。先前版本将被覆盖。
Action 如果不期望执行此过程,那么请检查部署描述符版本。
WSWS3429W: 警告:找到了旧的 J2EE 1.3 {0} 文件。这指示版本不匹配 - 将写入新的 J2EE DD 版本。
Explanation 已存在先前版本的部署描述符文件,将在其中写入新的部署描述符。先前版本将被覆盖。
Action 如果不期望执行此过程,那么请检查部署描述符版本。
WSWS3430E: 无效的 CharacterEncoding:{0}。
Explanation 对于入局消息,Web Service 引擎需要有效的 CharacterEncoding 值。
Action 请更正入局消息的 CharacterEncoding 值。
WSWS3431E: 错误:没有找到端口 {0} 的服务端点类。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3432E: 错误:针对类“{3}”的对象“{2}”调用方法“{0}”时抛出异常。
Explanation 请检查异常堆栈跟踪,以获取更多详细信息。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3433E: 内部错误:没有指定到端口 {0} 的处理程序。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3434E: 无法装入配置文件
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3435E: 错误:无效日期/时间。接收到日期/时间值的空字符串。
Explanation SOAP 消息中不包含日期/时间值。
Action 请确保 SOAP 消息中的日期/时间值包含有效值。
WSWS3436E: 错误:无效时间:接收到时间值的空字符串。
Explanation SOAP 消息中不包含时间值。
Action 请确保 SOAP 消息中的时间值包含有效值。
WSWS3437E: 错误:无效日期:接收到日期值的空字符串。
Explanation SOAP 消息中不包含日期值。
Action 请确保 SOAP 消息中的日期值包含有效值。
WSWS3438E: 错误:服务定位器“{1}”不是服务接口“{0}”的子类。
Explanation 所指定的服务定位器不是服务接口的子类。
Action 请指定一个是所指定服务接口的子类的服务定位器。
WSWS3439E: 错误:加密 SOAP 主体的内容。无法调用目标操作。主体包含具有名称 {0} 的元素。
Explanation 应当已经使用 Web Service 安全性功能对 SOAP 主体的内容进行解密。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3440W: 警告:WSDL2Java 发射器不理解在映射文件 {3} 中的构造 {2} 的字段 {1} 中指定的 qname {0}。将忽略与此 qname 相对应的映射文件中的信息。
Explanation 映射文件用来描述 XML 限定名(QName)的 Java 映射。在这种情况下,QName 不正确或者无法找到。已忽略映射文件中相应的信息。
Action 如果此映射文件由非 IBM 工具创建,那么请与供应商联系。
WSWS3441W: 警告:WSDL2Java 发射器找不到带有文件 {2} 中的 wsdl 消息({0})和异常类型({1})的异常映射的相应 java-xml-type-mapping 构造。
Explanation 映射文件用来描述 Java 映射。在这种情况下,缺少 java-xml-type-mapping。忽略异常映射构造。
Action 如果此映射文件由非 IBM 工具创建,那么请与供应商联系。
WSWS3442E: 错误:没有 Call.{0} 的输出。
Explanation 除非有输出,否则无法调用 Call.getOutputParams 和 Call.getOutputValues。在对调用返回进行调用前,没有输出。调用 invokeOneWay 方法时从未产生输出。
Action 请在调用 Call.getOutputParams 或 Call.getOutputValues 方法之前调用 Call.invoke 方法。
WSWS3443E: 处理程序 {0}:受保护的状态违例:缺少/除去了 SOAPPart。
Explanation 在处理程序中未正确使用 JAX-RPC 应用程序编程接口(API)。
Action 请复查并更正 JAX-RPC API 的使用。
WSWS3444E: 处理程序 {0}:受保护的状态违例:缺少/除去了 SOAPMessage。
Explanation 在处理程序中未正确使用 JAX-RPC 应用程序编程接口(API)。
Action 请复查并更正 JAX-RPC API 的使用。
WSWS3445E: 处理程序 {0}:受保护的状态违例:意外异常。查看错误日志获取详细信息。
Explanation 在处理程序中未正确使用 JAX-RPC 应用程序编程接口(API)。
Action 请复查并更正 JAX-RPC API 的使用。
WSWS3446E: 缺少端点地址 URL。
Explanation 发出涉及 JMS 传输的 Web Service 请求,但是此请求不包含有效的端点地址 URL。
Action 确保请求包含有效的端点地址 URL。如果在 Web Service 网关内调用此请求,那么确保已完成正确的配置。
WSWS3447E: 错误:无法获取使用 JSSE 的 SSL 设置的安全套接字工厂。
Explanation Web Service 引擎无法获得使用 Java 安全套接字扩展(JSSE)的安全套接字层(SSL)设置的安全套接字工厂。
Action 如果您要为 SSL 配置使用 JSSE SSL 设置,那么请验证您的 JSSE SSL 设置。
WSWS3448I: 信息:HTTP 代理主机名:{0},代理端口:{1},代理用户名:{2},代理密码:{3}
Explanation 此消息提供了已配置的 HTTP 代理信息。
Action 无需执行任何操作。
WSWS3449I: 信息:HTTPS 代理主机名:{0},代理端口:{1},代理用户名:{2},代理密码:{3}
Explanation 此消息提供了已配置的 HTTPS 代理信息。
Action 无需执行任何操作。
WSWS3450I: 信息:SSL 配置来自 {0}。
Explanation 此消息提供了有关所指定安全套接字层(SSL)配置的信息。可以使用 Java 属性文件、SSL 配置别名或者 Java 安全套接字扩展(JSSE)SSL 设置来配置 SSL。
Action 无需执行任何操作。
WSWS3451I: 信息:代理对 HTTP CONNECT 的响应:{0}。
Explanation 此消息描述来自代理对 HTTP CONNECT 请求作出的 HTTP 响应。
Action 无需执行任何操作。
WSWS3452E: 内部错误:尝试不先解析 WSDL 文件就生成代码。
Explanation 已尝试在不先解析 Web 服务描述语言(WSDL)文件的情况下生成代码。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3453I: 不会写文件 {0}。写许可权被基本文件系统拒绝。
Explanation WSDL2Java 发射器已尝试将数据写入文件中,但是已被底层的文件操作系统拒绝,因此该发射器发出了此消息。此错误很可能是由于对应用程序开发者的限制而导致的。
Action 无需执行任何操作。
WSWS3454E: 不支持 WSDL 绑定内的“style/use”的不同设置的混合。“{0}”绑定的不一致值为:{1}={2} 和 {3}={4}
Explanation Web Service 互操作性组织(WS-I)要求输入、输出和故障设置的 style 和 use 设置在任何一个绑定中都必须匹配。有关更多信息,请参阅 WS-I Web 站点,网址为 http://www.ws-i.org/。
Action 请修改 Web 服务描述语言(WSDL)文档,以使输入、输出和故障的 style 和 use 设置一致。
WSWS3455I: 错误:-javaSearch 选项参数“{0}”无效。有效的选项为“File”、“Classpath”或 “Both”。缺省值为“File”。
Explanation WSDL2Java 发射器的 -javaSearch 选项不正确。
Action 请使用有效选项来更正 -javaSearch 选项设置。
WSWS3456E: 错误:{0} 的 onStartChild 方法不知道如何处理元素 {1}。无法继续处理。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3457W: 警告:WSDL2Java 发射器在 WSDL 中找到了相对名称空间 {0},并且无法将它变换为绝对名称空间。
Explanation Web 服务描述语言(WSDL)文件具有相对名称空间,例如 /home。该文件没有要预连接的祖代绝对名称空间,请生成一个绝对名称空间,例如 http://www.ibm.com/home。
Action 请修正 WSDL 文件中的名称空间。
WSWS3458E: ---------- WSDL2Java 验证错误 ----------
在 SEI 方法“{0}”找到了不兼容的返回类型
     现有 Java 返回类型 = {1}
     WSDL 定义的返回类型 = {2}
Explanation 发生验证错误。现有服务端点接口类的返回类型与它的 Web 服务描述语言(WSDL)定义不兼容。
Action 请更正现有服务端点接口与 WSDL 文档之间的不兼容性。
WSWS3459E: ---------- WSDL2Java 验证错误 ----------
在 SEI 方法“{0}”找到不兼容的参数类型
     现有 Java 参数类型 = {1}
     WSDL 定义的参数类型 = {2}
Explanation 发生验证错误。现有服务端点接口类的参数类型与它的 Web 服务描述语言(WSDL)定义不兼容。
Action 请更正现有服务端点接口与 WSDL 文档之间的不兼容性。
WSWS3460E: ---------- WSDL2Java 验证错误 ----------
在 Java 类“{0}”中找到不兼容的字段类型
     现有 Java 类字段类型 = {1}
     WSDL 定义的字段类型 = {2}
Explanation 发生验证错误。现有 Java 类字段类型与它的 Web 服务描述语言(WSDL)定义不兼容。
Action 请更正现有的 Java 类和 WSDL 文档之间的不兼容性。
WSWS3461E: ---------- WSDL2Java 验证错误 ----------
     现有 Enumeration 类无效:“{0}”
     缺少以下 JAX-RPC 必需的方法 = {1}
Explanation 发生验证错误。现有 Enumeration 类缺少必需的方法。
Action 请将指定的方法添加至该 Enumeration 类。
WSWS3462E: ---------- WSDL2Java 验证错误 ----------
     现有的 Enumeration 类无效:“{0}”
     包含无效方法 = {1}
Explanation 发生验证错误。现有 Enumeration 类包含无效方法。
Action 从该 Enumeration 类中除去指定的方法。
WSWS3463E: ---------- WSDL2Java 验证错误 ----------
     现有的 Bean 类无效:“{0}”
     不包含公用缺省构造函数 = {1}
Explanation 发生验证错误。现有的 Bean 类不包含必需的缺省构造函数。
Action 请对所指定的 Bean 添加缺省构造函数。
WSWS3464E: ---------- WSDL2Java 验证错误 ----------
     现有的 Bean 类无效:“{0}”
     它扩展非 bean 类 = {1}
Explanation 发生验证错误。所指定的 bean 类未扩展适当的 Java 类。
Action 请更改指定的 bean 类以扩展兼容的 Java 类。
WSWS3465E: ---------- WSDL2Java 验证错误 ----------
     现有的 Bean 类无效:“{0}”
     它不为以下数据成员定义 bean 属性 = {1}
Explanation 发生验证错误。所指定的 bean 没有其数据成员的相应 bean 属性。
Action 使数据成员成为公共成员,或者添加相应的 get 和 set 方法。
WSWS3466E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     它不扩展 = {1}
Explanation 发生验证错误。所指定的 Fault 类不是 Java Exception 类。
Action 请使指定的 Fault 类扩展 java.lang.Exception 类。
WSWS3467E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     没有实现有效公共构造函数:“{1}”,它包含 {2} 个参数。
Explanation 发生验证错误。所指定的 Fault 类未实现具有正确参数数目的构造函数。
Action 请确保该 Fault 类实现具有必需参数的公共构造函数。
WSWS3468E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     它不为以下数据成员定义属性 = {1}
Explanation 发生验证错误。所指定的 Fault 类没有其数据成员的相应 bean 属性。
Action 使数据成员成为公共成员,或者添加相应的 get 和 set 方法。
WSWS3469E: ---------- WSDL2Java 验证错误 ----------
在 Fault 类方法找到了不兼容的参数类型:“{0}”
     现有 Java 参数类型 = {1}
     WSDL 定义的参数类型 = {2}
Explanation 发生验证错误。现有 Fault 类参数类型与它的 Web 服务描述语言(WSDL)定义不兼容。
Action 请更正现有 Fault 类与 WSDL 文档之间的不兼容性问题。
WSWS3470E: 运行类“{0}”时出错。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3471W: 已经生成了绑定 {0} 并不会重新生成。
Explanation Java2WSDL 发射器遇到了重复的绑定。
Action 无需执行任何操作。
WSWS3472W: 为返回“空”的方法请求了单向操作,但操作“{0}”已经声明为抛出故障,因此它将转换为双向操作。
Explanation 发射器尝试通过执行此转换来提供帮助。
Action 无需执行任何操作。
WSWS3473E: 没有找到绑定类型“{0}”的绑定生成器。
Explanation 请求了不受支持的绑定类型。
Action 确保仅请求有效的绑定类型。
WSWS3474I: 找到了绑定类型“{0}”的绑定生成器。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3475W: 未对请求的 {0} 绑定指定特定于绑定的位置属性。将使用缺省位置“{1}”。
Explanation 未指定 Java2WSDL 发射器的 -location 选项。
Action 除非需要指定缺省位置以外的位置,否则无需执行任何操作。
WSWS3476W: 请求了多个绑定类型时,不应该使用通用 -location 选项。
Explanation 您已使用 -bindingTypes 选项请求多个绑定类型,但是您已使用 -location 选项指定单个端点位置 URI。当请求多个绑定类型时,您应该使用 <binding-type>.location 属性(而不是 -location 命令行选项)为每个请求的绑定类型指定特定于绑定的端点位置 URI 值。
Action 请使用 -properties 选项指定多个端点位置 URI 值。
WSWS3477I: 特定于绑定的属性为 {0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3479E: 需要“{0}”属性,但未指定它。
Explanation 所指定的属性是必需的。
Action 请指定必需的属性。
WSWS3480E: 验证输入属性时发生一个或多个错误。
Explanation 请参阅先前报告的错误。
Action 请找出先前报告的相关错误的原因并加以解决。
WSWS3481E: 没有为 {0} RequestSender 定义的绑定。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3482E: 没有为 {0} RequestSender 定义的部署描述符。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3483E: 在 EAR 内找不到 WSDL 文件“{0}”。
Explanation 在期望位置找不到 Web 服务描述语言(WSDL)文件。
Action 请修正企业归档(EAR)文件中的 WSDL 文件。
WSWS3484E: 尝试读取 WSDL 文件“{1}”时捕获到 {0}:{2}
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3485E: 没有找到名称空间“{0}”的 WSDL 服务。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3486E: ClassLoader 参数作为空值传递。
Explanation ClassLoader 参数对于正确运行方法是必需的,但是传递的是空值。
Action 请确保为 ClassLoader 参数传递了非空值。
WSWS3487E: 端口名和服务引用名都为 null。
Explanation 发生内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3488E: 错误:此 SOAPElement 不是 swaRef - 它不是对附件的引用。
Explanation SOAPElement 不包含文本节点,或者文本节点未引用附件。
Action 通过调用 isSwaRef 方法来确保 SOAPElement 是一个 swaRef 元素。
WSWS3489E: 错误:MIME 类型 {0} 与对象类型 {1} 不匹配。
Explanation mimeType 必须与以下对象一致: image/gif, image/jpeg ==> java.awt.Image text/plain ==> java.lang.String multipart/* ==> javax.mail.internet.MimeMultipart text/xml, application/xml ==> javax.xml.transform.Source(实际为 javax.xml.transform.stream.StreamSource) 其他 ==> javax.activation.DataHandler
Action 请确保 addSwaRefTextNode 方法的参数一致。
WSWS3490E: 错误:系统不能装入 {0} 中引用的文件。该问题与 {1} 有关。
Explanation 在文件系统中找不到由用户所指定的文件。
Action 请确保该文件存在并且文件名拼写正确。
WSWS3491E: 错误:读导入文件:{0}
Explanation 在文件系统中找不到在 Web 服务描述语言(WSDL)文件中所指定的已导入文件。
Action 请确保该文件存在并且文件名拼写正确。
WSWS3492W: 警告:无效选项组合:style={0} 和 use={1}
           将缺省为 document/literal。
Explanation document/encoded 组合不是 style 与 use 的有效组合。
Action 请使用 style 与 use 的有效组合,例如 rpc/encoded、rpc/literal 或 document/literal。
WSWS3493E: 错误:无效组合:style=“{0}”并且 use=“{1}”
对于绑定=“{2}”并且绑定操作=“{3}”
Explanation document/encoded 组合不是 style 与 use 的有效组合。
Action 请使用 style 与 use 的有效组合,例如 rpc/encoded、rpc/literal 或 document/literal。
WSWS3494I: syncTimeout 值为 {0} 秒,它表示等待对当前 SOAP over {1} 请求的响应的时间。
Explanation 此消息指定已配置的 syncTimeout 值(以秒计)。
Action 无需执行任何操作。
WSWS3495I: {0} 用作最终端点地址。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3496I: {0} 用作代理地址。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3497I: HTTP 响应中的状态:{0},{1}
Explanation 此消息指示来自服务器的 HTTP 响应。
Action 无需执行任何操作。
WSWS3498E: 从当前 HTTP 响应没有接收到 HTTP 状态。
Explanation HTTP 状态信息不可用于确定 HTTP 响应。
Action 请确保目标 HTTP Server 已启动。
WSWS3499W: 已重定向到新位置:{0}
Explanation HTTP 响应指示了目标资源的新位置。
Action 您可以查阅产品文档,以了解有关如何接受自动重定向到新位置的详细信息。
WSWS3500I: 必需的服务:{0} 来自 JNDI 名称空间:{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3501E: Channel Framework 服务失败:{0}
Explanation 从 Channel Framework 服务接收到故障消息。
Action 请检查日志文件,以了解 Channel Framework 服务已报告的错误。
WSWS3502E: 不支持 HTTP schema:{0}
Explanation Web Service 引擎找到了使用 HTTP 传输的不受支持的模式。
Action 请验证目标端点地址。
WSWS3503I: 已更新密钥出站连接的配置:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3504E: 无法检索代理连接的 HTTP(S) 代理信息。
Explanation 运行时未能获取 HTTP 代理信息以处理代理连接。
Action 请确保已正确配置 HTTP 或 HTTPS 代理信息。请参阅产品文档,以了解有关如何配置 HTTP 代理的信息。
WSWS3505I: 正在创建指定的 channel:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3506I: 找到指定的 channel:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3507I: 正在创建指定的 channel chain:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3508I: 找到指定的 channel chain:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3509I: “HTTP 响应中的 Expect 100 Continue”只发送 HTTP 请求头到连接:{0}
Explanation 设置了 Expect 100-Continue 头。只发送 HTTP 请求头以确定服务器是否愿意接受 HTTP 请求。
Action 无需执行任何操作。
WSWS3510I: 将 HTTP 请求头和主体消息都发送到连接:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3511I: 将当前请求发送到版本为 {1} 的 {0}
Explanation Web Service 引擎正在通过具有所指示 HTTP 版本的 HTTP 请求发送当前的 SOAP 消息。此消息仅供参考。
Action 无需执行任何操作。
WSWS3512E: 不支持的 HTTP 版本:{0}
Explanation 检测到不受支持的 HTTP 版本。这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3513E: 从连接接收到无效 HTTP 响应:{0}
Explanation HTTP 响应无效。这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3514E: 来自连接没有可用的 HTTP 响应主体:{0}
Explanation HTTP 通道服务失败。
Action 请检查日志文件,以了解 HTTP 通道服务已报告的错误。
WSWS3515E: SSL Channel 服务失败:{0}
Explanation SSL Channel 服务失败。
Action 请检查日志文件,以了解 SSL Channel 服务已报告的错误。
WSWS3516I: 接收到来自 HTTP 头的 cookie:响应中的 {0} 连接到:{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3517I: 要连接的目标地址:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3518I: 目标地址:{0} 已连接。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3519I: 断开连接目标地址:{0}。将对象标记为关闭:{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3520I: 目标地址:{0} 已断开连接。已标记连接对象:{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3521I: 复位目标地址 {0} 的连接对象。连接是否持久?{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3522I: 读取 {0} 的密钥库密码属性
Explanation 此消息指示已经标识了多少个密钥库密码属性。
Action 无需执行任何操作。
WSWS3523E: 序列化引擎检测到一个元素嵌套了多于 100 个元素。这超出了序列化引擎的极限。这是在序列化类的对象时找到的问题:{0}
Explanation 已尝试对嵌套过深的消息进行序列化。这可能是由于节点过多的链接列表引起的。此问题还可能是由于尝试序列化包括循环引用的图而引起的。
Action 请更正要进行序列化的数据。
WSWS3524E: 未显示请求的 WSDL 文档,由于在请求的 WSDL 中不存在 SOAP 端口。使用 /extwsdl 查询来访问完整的 WSDL 文档。
Explanation 当您将 /wsdl 追加至服务 URL 时,它将请求检索包含用于 HTTP 或 JMS 传输的 SOAP 端口的 Web 服务描述语言(WSDL)文档。如果这些端口不存在,那么会显示此错误而不会显示该 WSDL 文档。
Action 请修改查询以获得扩展的 WSDL 文档,或者与 Web Service 所有者联系。
WSWS3525E: 装入“META-INF/services/CustomBindingProvider.xml”文件时发生异常。
Explanation 引擎或工具无法解析 CustomBindingProvider.xml 来构建 CustomProvider 对象。
Action 请检查 CustomBindingProvider.xml 文件以查看是否有任何语法错误。
WSWS3526W: 没有为文件 {0} 中定义的映射找到名称空间。
Explanation Web Service 引擎期望每个定制类型映射都具有非缺省名称空间。
Action 请更正 CustomBindingProvider.xml 文件。
WSWS3527I: 在文件中发现并装入定制绑定提供程序:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3528E: ---------- WSDL2Java 验证错误 ----------
     现有 Bean 和 WSDL 文档之间的扩展基数不匹配。
     现有 Bean 类:“{0}”
     扩展以下类:{1}
     然而以下扩展基数
     在 WSDL 文档 {2} 中指定
Explanation 发生验证错误。所指定的 bean 类未扩展在 Web 服务描述语言(WSDL)文档中指定的同一扩展基数。
Action 请更改所指定的 bean 类或 WSDL 文档以扩展适当的 Java 类。
WSWS3529I: 到期的出站连接对象:{0}。自上次访问对象以来的时间:{1} 毫秒。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3530I: 在高速缓存中找到存在的出站连接对象:{0}。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3531I: 使用虚拟连接工厂 {1} 在高速缓存中创建了新的出站连接对象:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3532I: 将关闭的出站连接对象 {0} 返回到高速缓存。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3533I: 将出站连接对象 {0} 返回到高速缓存。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3534W: 遇到未知出站连接对象:{0}
Explanation 运行时找到一个未知的出站连接对象。此问题可能是一个内部错误。
Action 请在日志文件中检查连接异常。
WSWS3535I: 从高速缓存除去出站连接对象:{0}。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3536I: 用虚拟连接对象 {0} 建立的新连接
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3537I: 已经用虚拟连接对象 {0} 建立了连接
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3538W: 用已经标记为关闭的出站连接对象 {0} 尝试连接
Explanation Web Service 引擎试图访问一个已关闭的连接。此问题可能是一个内部错误。
Action 请在日志文件中检查连接异常。
WSWS3539E: 捕获到异常 {0}。释放相关的虚拟连接对象 {1} 和出站服务上下文 {2}
Explanation 发生了异常,导致释放已保存的虚拟连接对象和出站服务上下文。
Action 请检查日志以查看捕获到的最后一个异常。
WSWS3540I: 连接表查找 {1} 找到键 {0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3541E: 错误:引用了属性 {0},但是未定义该属性。
Explanation 此 WSDL2Java 发射器错误指示引用了某个属性,但是找不到该属性的定义。
Action 请更正 Web 服务描述语言(WSDL)文件,以便找到适当的定义。
WSWS3542I: 将重试每个失败的 HTTP 连接,直到成功为止。
Explanation 根据 Java 系统属性设置,重试每个 HTTP 连接,直到连接成功为止。但是,建议不要执行此操作,因为可能会发生死锁。
Action 请考虑修改目标的 HTTP 入站传输的配置,以接受更多连接。
WSWS3543I: 失败的 HTTP 连接的重试次数:{0}。
Explanation 根据 Java 系统属性设置,对每个 HTTP 连接重试已配置的次数。但是,应谨慎更改此属性,因为可能会发生死锁。缺省值为 3。
Action 请考虑修改目标 HTTP 入站传输的配置,以接受更多连接。
WSWS3544W: 捕获到异常:{0}。要重试的 HTTP 连接:{1}。
Explanation 捕获到报告的异常,但是将重试 HTTP 连接直到达到配置的次数为止。
Action 请考虑修改目标 HTTP 入站传输的配置,以接受更多连接。
WSWS3545I: 释放的对象:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3546I: 连接对象池 {0} 的当前大小
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3547I: 为键 {0} 创建了出站连接组
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3548W: 警告:WSDL2Java 无法发现合适的 StubWriter。将使用缺省 SOAP StubWriter。
Explanation 发生了可能与类装入器相关的内部发现问题。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3549E: 错误:WSDL2Java 无法发现 {0} 的合适 StubWriter。
Explanation 发生了可能与类装入器相关的内部发现问题。WSDL2Java 发射器无法继续执行操作。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3550E: 错误:MessageContext 指定样式 {0} 但是 OperationDesc 指定样式 {1}。
Explanation 在 MessageContext 或 OperationDesc 上检测到错误的属性。此问题可能是由于发生内部错误而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3551E: 错误:MessageContext 指定 Use {0} 但是 OperationDesc 指定 Use {1}。
Explanation 在 MessageContext 或 OperationDesc 上检测到错误的属性。此问题可能是由于发生内部错误而导致的。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3552E: 错误:无法装入定制绑定程序 {0} 的 Java 类。
Explanation 上述定制绑定程序不存在或者不在上下文类装入器的类路径中。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3553E: 错误:-MIMEstyle 的值必须是 AXIS、swaRef 或 WSDL11。
Explanation Java2WSDL 发射器的 -MIMEstyle 选项不正确。
Action 请使用正确的 -MIMEstyle 选项。值必须为 AXIS、swaRef 或 WSDL11。
WSWS3554E: 错误:引用了组 {0},但是未定义该组。
Explanation 此 WSDL2Java 发射器错误指示引用了某个组,但是找不到该组的定义。
Action 请更正 Web 服务定义语言(WSDL)文件。
WSWS3555E: 错误:引用了属性组 {0},但是未定义该属性组。
Explanation 此 WSDL2Java 发射器错误指示引用了某个 attributeGroup 值,但是找不到该值的定义。
Action 请更正 Web 服务定义语言(WSDL)文件。
WSWS3556I: 将不为 HTTP Content-Encoding 执行压缩。
Explanation 未对 HTTP 请求或 HTTP 响应中的 HTTP 内容编码执行压缩。因此,已忽略 HTTP 压缩的 Web Service 属性。
Action 您可以完成下列其中一项操作:1.) 验证用于 HTTP 压缩的 Web Service 属性的值。2.) 检查 HTTP Channel 中的错误消息。3.) 如果不需要压缩,那么忽略该消息。
WSWS3557I: 是否已启用压缩类型 <gzip(x-gzip)>?{0}
Explanation 此消息指示是否启用了所描述的压缩类型。注意:gzip 和 x-gzip 压缩使用相同的压缩机制。
Action 请验证是否根据需要配置了 HTTP 压缩的 Web Service 属性。
WSWS3558I: 是否已启用 <deflate> 的压缩类型?{0}
Explanation 此消息指示是否启用了 deflate 压缩类型。
Action 请验证是否根据需要配置了 HTTP 压缩的 Web Service 属性。
WSWS3559I: 正在使用 {0} 类型的 HTTP Channel。
Explanation 此消息指定用于 HTTP 连接的 HTTP Channel 的类型。它可能是进程内类型或网络类型。
Action 无需执行任何操作。
WSWS3560W: 无法获取 Inprocess Channel:{0}。现在继续使用网络类型 Channel。
Explanation 系统尝试查找 Inprocess HTTP Channel 时可能出错。但是,除非需要正在进行的连接,否则此消息可能并不表示发生了问题。系统将继续运行,但是将使用 Channel 网络类型。
Action 必要时,请查看跟踪以了解工作负载管理(WLM)或动态工作负载管理客户机(DWLMclient)错误。
WSWS3561E: 正在使用主机 {1}、端口 {2}、URI 路径 {3} 映射到集群名 <{0}>
Explanation 已使用所打印的数据来映射到有效集群名。
Action 无需执行任何操作。
WSWS3562W: 警告:仅当 -style DOCUMENT 和 -use LITERAL 时 -wrapped 选项设置有用。继续处理并忽略合并设置。
Explanation 仅当 -use LITERAL 和 -style DOCUMENT 时可应用 -wrapped 选项。
Action 除去 -wrapped 选项或正确设置 -use/-style 选项。
WSWS3563I: 来自入局 HTTP 请求的 Accept-Encoding 头 = {0}
Explanation 此消息列示由 Web Service 客户机为 HTTP 响应中可接受内容编码所设置的值。要了解更多的详细信息,请参阅超文本传输协议规范。一个空的头值指示入局 HTTP 请求中有空的 Accept-Encoding 头;因此,未在 HTTP 响应中执行内容编码。
Action 如果这是 Web Service 客户机,那么请检查目标服务端口的 HTTP 压缩编码的 Web Service 属性。请确保正确配置了值。
WSWS3564I: 使用 {1} 的身份对象映射到 ChannelFramework EndPoint 对象 {0}。
Explanation 已打印的此数据用于映射 channelframework EndPoint 对象,稍后可以使用此对象来创建进程内连接。
Action 用户无需执行任何操作。
WSWS3565E: 错误:Service.getPort {0} 的 endpoint 参数无效
Explanation 已经使用了指定的 endpoint 来调用 Service.getPort 方法。
Action 请更正 Service.getPort 方法调用。
WSWS3566E: 错误:Service.createCall {0} 的端口无效
Explanation 已经使用了指定的端口来调用 Service.createCall 方法。
Action 请更正 Service.createCall 方法调用。
WSWS3567E: 错误:Service.createCall {0} 的操作无效
Explanation 已经使用了指定的操作来调用 Service.createCall 方法。
Action 请更正 Service.createCall 方法调用。
WSWS3568E: ---------- WSDL2Java 验证错误 ----------
     现有的 Bean 类无效:“{0}”
     它未定义以下数据成员的 set 方法 = {1}
     找到了 get 方法 = {2}
Explanation 发生验证错误。指定的 bean 未对所指定数据成员正确定义 bean 属性。
Action 使数据成员成为公共成员,或者添加适当的 set 方法。特别要小心确保 get 和 set 方法使用相同的大写字母。
WSWS3569I: 入站 {0} {1} 请求:
Content-Type:{2}
消息内容:

Explanation 有关作为 Web Service 请求接收到的内容的参考消息。
Action 无需执行任何操作。
WSWS3570I: 入站 {0} {1} 响应:
Content-Type:{2}
消息内容:

Explanation 有关在对先前发出的 Web Service 请求作出的响应中接收到的内容的参考消息。
Action 无需执行任何操作。
WSWS3571I: 出站 {0} {1} 请求:
Content-Type:{2}
消息内容:

Explanation 有关作为 Web Service 请求发送的内容的参考消息。
Action 无需执行任何操作。
WSWS3572I: 出站 {0} {1} 响应:
Content-Type:{2}
消息内容:

Explanation 有关作为对 Web Service 请求作出的响应来发送的内容的参考消息。
Action 无需执行任何操作。
WSWS3573E: RequestMapper 使用原始端点地址 {1} 找到集群身份对象:{0}。如果身份对象为 null,传输将继续使用缺省通道进行连接。
Explanation 动态工作负载管理客户机的 RequestMapper 可能找到或找不到匹配的集群身份。如果对象为 null,传输将继续使用缺省通道进行连接。
Action 如果使用集群,检查以获得跟踪时动态工作负载管理客户机(DWLMClient)发生的错误。
WSWS3574E: ---------- 发生致命错误 ----------
     ARTIFACT 的生成已暂挂。
     请参阅后跟的消息,以获得更多详细信息。
Explanation 遇到了致命错误,很可能是由用户错误造成的。有关更多信息,请参阅相关联的错误消息。已暂挂代码和工件的生成。
Action 请更正所报告的问题,然后重试。
WSWS3575E: 无法为 SOAPBody 设置保护。
Explanation Web Service 引擎在调用 JAX-RPC 处理程序之前尝试了保护 SOAP 消息体。但是,在此过程中发生了未知错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3576I: 信息:根据映射文件引用,已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1}。
Explanation JSR109 映射文件为 XML 构造定义了一个与缺省映射不同的名称。
Action 无需执行任何操作。
WSWS3577I: 信息:根据定制绑定指定,已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1}。
Explanation 定制绑定程序为 XML 构造定义了一个与缺省映射不同的名称。
Action 无需执行任何操作。
WSWS3578I: 信息:根据 Java 映像,已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1}。
Explanation Java 映像指示 XML 构造的名称与缺省映射不同。
Action 无需执行任何操作。
WSWS3579I: 信息:正在自省 SEI {0}。JavaClass 为:{1}
Explanation Web Service 引擎正在对所指示的 SEI 执行自省。
Action 无需执行任何操作。
WSWS3580I: 信息:正在自省 xml 构造 {0} 的类。JavaClass 为:{1}
Explanation Web Service 引擎正在对所指示的类执行自省。
Action 无需执行任何操作。
WSWS3581E: 错误:PortType 操作没有相应的绑定操作:
名称 = {0},输入名称 = {1},输出名称 = {2}
Explanation Web 服务描述语言(WSDL)文件中的 portType 操作无效。
Action 请更正 WSDL 文件。
WSWS3582E: “{0}”属性无效,除非还指定了 -bindingTypes http(或 no bindingTypes)。
Explanation 当指定了属性时,还必须指定相应的属性。
Action 请使用 bindningTypes http 重新指定该属性。
WSWS3583E: “{0}”属性无效,除非还指定了 -bindingTypes jms。
Explanation 当指定了属性时,还必须指定相应的属性。
Action 请使用 bindningTypes jms 重新指定该属性。
WSWS3584E: “{0}”属性无效,除非还指定了 -bindingTypes ejb。
Explanation 当指定了属性时,还必须指定相应的属性。
Action 请使用 bindingTypes ejb 重新指定该属性。
WSWS3585W: 警告:PortType 操作没有相应的绑定操作
包含相同数目的输入和输出参数名。
名称 = {0},输入名称 = {1},输出名称 = {2}
Explanation 在 Web 服务描述语言(WSDL)文件中遇到了不一致的 portType 和绑定操作。
Action 请确保 WSDL 文件正确。
WSWS3586I: 调用类 {1} 的方法 {0}()
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3587I: 从 WS-Addressing 接收到集群身份对象:{0}如果身份对象为 null,传输尝试由 RequestMapper 映射一个对象。
Explanation 已经从 WS-Addressing 功能接收到所指示的身份对象。如果对象为 null,那么传输将尝试由 RequestMapper 映射一个对象。
Action 如果使用集群,那么请检查跟踪时在 WS-Addressing 功能中发生的错误。
WSWS3588I: 无法将集群身份对象 {0} 映射到有效端点。传输尝试使用缺省通道进行连接。
Explanation 无法将所指示的身份对象映射到有效端点。
Action 如果该对象为 null,那么请检查跟踪时在集群和 ChannelFramework 功能中发生的错误。
WSWS3589I: 解析端点时捕获到异常:{0}。使用 RequestMapper 继续至下一个选项。
Explanation 捕获到异常。但是,该异常可能是良性的,因为通过使用 RequestMapper 来解析端点,传输可以继续至下一个选项。
Action 如果合适的话,那么请检查与 WS-Addressing 功能相关的错误。
WSWS3590I: 解析端点时捕获到异常:{0}。使用缺省通道继续至下一个选项。
Explanation 捕获到异常。但是,该异常可能是良性的,因为通过使用缺省通道来解析端点,传输可以继续至下一个选项。
Action 如果合适的话,那么请检查与动态工作负载管理客户机相关的错误。
WSWS3591I: 服务端点已抛出操作的 WSDL 中定义的异常。这可能不表明一个错误。
Explanation 服务端点实现发生异常。此消息可能表示服务端点实现中发生错误。
Action 与服务端点实现的所有者联系,以确定此异常是表明正常处理,还是错误情况。
WSWS3592E: 错误:无法解析到操作。消息包含名为“{0}”的主体元素,而这与多个操作“{1}”匹配。调试:{2}
Explanation 此错误消息可能是由于 Web 服务描述语言(WSDL)文件不正确而产生的。
Action 请修正 WSDL 文件以解决此问题。
WSWS3593E: 错误:操作 {0} 和 {1} 在其输入请求消息中具有相同的参数元素。请更改 WSDL。
Explanation 在 Document/Literal 操作的输入消息中必须具有唯一的参数元素,这样目标服务器可以确定调用了哪些操作。
Action 请修正 Web 服务描述语言(WSDL)文件以消除歧义。
WSWS3594E: 错误:方法 {0} 和 {1} 具有相同的参数名。无法生成 document/literal 非包装 WSDL。
Explanation 在 Document/Literal 操作的输入消息中必须具有唯一的参数元素,这样目标服务可以确定调用了哪些操作。
Action 请对 Java2WSDL 发射器指定 -wrapped true 选项。
WSWS3595I: 当前池大小:{0}。使用中连接大小:{1}。已配置的池大小:{2}
Explanation 此参考消息描述了出站 HTTP 连接池的当前情况。
Action 无需执行任何操作。
WSWS3596I: 当前线程 {0} 正在等待通知。
Explanation 表明连接池已满,而且当前线程正在等待连接池打开。如果网络忙,那么运行时可能要等待相当长时间。
Action 如果等待的时间太长,那么考虑指定连接等待超时或增大最大连接数,或者两个操作都进行。检查网络问题。
WSWS3597I: 当前线程 {0} 正在等待通知,已 {1} 毫秒。
Explanation 表明连接池已满,而且当前线程正在等待连接池在指定的时间内都打开。如果未打开,那么导致“连接超时”异常。
Action 如果发生异常,考虑增大连接池的最大连接值,以及等待池打开的连接等待超时值。检查网络问题。
WSWS3598I: 通知下一个等待的线程。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3599I: 已通知当前线程 {0}。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3600I: 连接等待超时。
Explanation 此消息同意 WebServicesFault 异常。等待连接池打开的连接已达到,但是无连接对象可用。
Action 请考虑增大连接等待超时值以及最大连接数值。检查网络问题。
WSWS3601E: 连接池发生意外完整性问题。
Explanation 此消息来源于通道传输的出站连接高速缓存。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3602I: 当前端点:{0}。新端点:{1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3603E: 错误:无效参数异常:传入 addTextNode 方法的参数为 NULL
Explanation 传入 SOAPElement.addTextNode 方法的参数值为 NULL
Action 请更正参数值。
WSWS3700E: 错误:{1} 中检测到非空格字符内容({0})。无法继续处理。
Explanation 表明的构造无法具有大小写字符混合的内容。
Action 请更正 SOAP 消息。
WSWS3701E: 错误:遇到异常。使用 wsdeploy 命令部署您的应用程序。异常:{0} {1}
Explanation 发生意外异常,运行时已检测到来自另一个构件的已生成代码。
Action 请使用 wsdeploy 命令再次部署应用程序。
WSWS3702E: 错误:无法解析到操作。消息包含名为“{0}”的元素,但是此元素与目标端口的任何操作都不匹配。
然而,下列操作({1})具有类似信息,但是样式不同。
此差异可能表明客户机发送 {2} 消息,而服务器需要 {3} 消息。
调试:{4}
Explanation 客户机和服务器可能具有不同的操作样式。此症状可表明 Web Service 部署问题或不正确的 SOAP 请求消息。
Action 请更正客户机消息,以使它与服务器上需要的样式匹配。
WSWS3703E: 错误:WSDL 操作 {2} 包含映射到同一 qname 的多个 {1} 参数:{0}。
Explanation SOAP 消息中的参数必须是唯一的。
Action 请更改 Web 服务描述语言(WSDL)消息的部件名以及元素属性,以确保参数唯一。
WSWS3704W: 警告:Java2WSDL 在输入中遇到了名为 {0} 的内部嵌套类。不支持内部类。生成将继续。
Explanation 输入服务端点接口引用了一个嵌套在另一个类中的类。此过程不受支持。
Action 请更改 Java 结构。
WSWS3705E: 错误:wsdl:import 从 {1} 中导入的文档 {0}
既不是模式也不是 WSDL 文件。
Explanation 发射器找到了通过 wsdl:import 引用的非 Web 服务描述语言(WSDL)文档或模式文档。
Action 请确保要导入的文档是有效的 Web 服务描述语言(WSDL)文档。虽然可以使用 WSDL:imports 来导入模式,但是建议不要这样做。
WSWS3706W: 警告:不符合 WS-I。
     文档 {1} 正在使用 wsdl:import 导入模式文档 {0}
     WS-I 要求 wsdl:import 仅导入 WSDL 文档。
Explanation 发射器发现正在使用 wsdl:import 名称空间属性来导入模式文档而不是 Web 服务描述语言(WSDL)文件。
Action 为了符合 Web Service 互操作性(WS-I)规范,应确保 wsdl:imports 名称空间属性仅导入 WSDL 文档,并且使用 xsd:imports 语句来导入模式。
WSWS3707W: 警告:不符合 WS-I。
     文档 {1} 中的 wsdl:import 名称空间属性 {0}
     是相对 URI。
     WS-I 要求 wsdl:import 名称空间是绝对的。
Explanation wsdl:import 名称空间属性中包含相对 URI,这不符合 Web Service 互操作性(WS-I)规范。
Action 要符合 WS-I 规范,必须使名称空间属性包含绝对 URI,例如 http://www.ibm.com/home。
WSWS3708W: 警告:不符合 WS-I。
     xsd:import 的 schemaLocation 属性 {0}
     不能转换为其根元素为模式的文档。
Explanation xsd:import 的 schemaLocation 属性未解析为其根元素是模式的文档。这种情况不符合 Web Service 互操作性(WS-I)规范。
Action 要符合 WS-I,必须确保 schemaLocation 属性解析为其根元素是模式的文档。
WSWS3709E: 内部错误:在 Web Service 引擎中找到不受支持的内容。找到类型 {0} 的内容。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3710E: 内部错误:尝试将 WebServicesInputSource 中的编码从 {0} 更改为 {1}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3711E: 内部错误:WebServicesInputSource 内部状态错误:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3712E: 内部错误:尝试编写空的 WebServicesInputSource。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3713E: 连接至远程主机 {0} 失败。接收到以下错误:{1}
Explanation 无法连接至远程主机。
Action 请检查连接和端口设置。有关更多信息,请复查所报告的错误。
WSWS3714W: 警告:不符合 WS-I。
     WS-I 指定 XML 模式“{2}”语句仅出现在
     类型部分的 xsd:schema 元素中。
     文档:{0},正在使用不兼容的模式“{2}”(用于 {2}):{1}
Explanation 在 xsd:schema 元素中未定义模式导入、包含或重新定义。这种情况不符合 Web Service 互操作性(WS-I)规范。
Action 要符合 WS-I,应确保从 schema 元素中导入、包含或重新定义模式。使用 WSDL 定义文档中的 Web 服务描述语言(WSDL)导入功能。
WSWS3715E: 致命错误:
     WSDL 文档:{0}
     对于名称空间 {1} 包含 wsdl:import,
     但是未指定“location”属性。
     将“location”属性添加至指定的 wsdl:import 元素。
Explanation wsdl:import 语句中缺少 location 属性。无法继续处理。
Action 请将 location 属性添加至指定的 wsdl:import 元素。
WSWS3716W: 警告:不符合 WS-I。
     WSDL 文档:“{0}”
     在定义元素“{1}”之后定义“wsdl:import”元素。
     WS-I 指定“wsdl:import”元素必须在 WSDL 名称空间中
     除了“wsdl:documentation”之外的所有其他元素的前面。
Explanation 所指定的 Web 服务描述语言(WSDL)文档不符合 Web Service 互操作性(WS-I),它未保持 WS-I 规范指定的元素顺序。WS-I 规范规定,wsdl:import 元素必须在 WSDL 名称空间中所有其他元素(wsdl:documentation 元素除外)的前面。
Action 要符合 WS-I,请更改 WSDL 元素定义的顺序,并确保 wsdl:import 元素的前面只有 wsdl:documentation、wsdl:#comment 或 wsdl:#text 元素。
WSWS3717W: 警告:不符合 WS-I。
     WSDL 文档:“{0}”
     在定义元素“{1}”之后定义“wsdl:types”元素。
     WS-I 指定“wsdl:types”元素必须在 WSDL 名称空间中
     除了“wsdl:documentation”和“wsdl:import”之外的所有其他元素前面。
Explanation 所指定的 Web 服务描述语言(WSDL)文档不符合 Web Service 互操作性(WS-I),因为它未保持 WS-I 规范指定的元素顺序。WS-I 规范规定,wsdl:types 元素必须在 WSDL 名称空间中的所有其他元素(wsdl:documentation 和 wsdl:import 元素除外)的前面。
Action 要符合 WS-I,请更改已定义的 WSDL 元素的顺序,并确保 wsdl:types 元素的前面只有 wsdl:documentation、wsdl:#comment、wsdl:#text 或 wsdl:import 元素。
WSWS3718W: 警告:空 namespace 和 targetNamespace 不受支持。
     文档:{0}
     在导入 {1} 时未定义“namespace”属性。
     正在导入的文件未定义“targetNamespace”。
     请确保同时定义了已导入文件的“namespace”属性和“targetNamespace”,
     并且它们的值是相等的。
Explanation 未定义 wsdl 或 xsd 导入功能的“namespace”属性,并且所导入的文件不包含 targetNamespace 定义。因此,此配置不受支持。
Action 请确保同时定义了已导入文件的“namespace”属性和 targetNamespace 定义,并且它们的值相同。
WSWS3719W: 警告:不符合 WS-I。
     文档:{0}
     导入:{1},
     namespace 属性值为:{2}
     但是,{1},
     包含 targetNamespace 值:{3}
     WS-I 要求导入 namespace 属性等于已导入文档的
     targetNamespace。
Explanation Web Service 互操作性(WS-I)规范要求导入 namespace 属性等于已导入文档的 targetNamespace 值。
Action 请确保同时定义了已导入文件的“namespace”属性和 targetNamespace 定义,并且它们的值相同。
WSWS3720I: 动态工作负载管理客户机已启用:{0}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3721I: 信息:{0} 是 WS-Addressing 指示的异步操作。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3722I: 信息:{0} 是请求/响应操作。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3723E: 错误:存储为“{0}”属性的值的类型必须是“java.util.HashMap”,但发现它的类型是“{1}”。
Explanation 要对“存根”或“调用”对象设置隐式 SOAP 头,必须使用 java.util.HashMap。
Action 请更正客户机应用程序代码。
WSWS3724E: 错误:存储为“{0}”属性的 java.util.HashMap 为空。
Explanation 要对“存根”或“调用”对象设置隐式 SOAP 头,必须使用非空的 java.util.HashMap。
Action 请更正客户机应用程序代码。
WSWS3725E: 错误:存储为“{0}”属性的 java.util.HashMap 包含空键。
Explanation 与隐式 SOAP 头配合使用的 java.util.HashMap 应包含 javax.xml.namespace.QName 类型的非空键。
Action 请更正客户机应用程序代码。
WSWS3726E: 错误:存储为“{0}”属性的 java.util.HashMap 应包含类型为“javax.xml.namespace.QName”的键,但发现类型为“{1}”的键。
Explanation 与隐式 SOAP 头配合使用的 java.util.HashMap 包含类型不正确的键。
Action 请更正客户机应用程序代码。
WSWS3727E: 错误:存储为“{0}”属性的 java.util.HashMap 包含空值。
Explanation 包含请求 SOAP 头的 java.util.HashMap 应包含非空值。
Action 请更正客户机应用程序代码。
WSWS3728E: 错误:存储为“{0}”属性的 java.util.HashMap 包含类型为“{1}”的值。
Explanation 包含请求 SOAP 头的 java.util.HashMap 应包含类型为“java.lang.String”或“javax.xml.soap.SOAPElement”的值。
Action 请更正客户机应用程序代码。
WSWS3729E: 错误:存储为“{0}”属性的 java.util.HashMap 应包含空值。
Explanation 包含响应 SOAP 头的 java.util.HashMap 应包含空值。
Action 请更正客户机应用程序代码。
WSWS3730E: 错误:客户机类限制了 SOAP 头“{0}”。
Explanation 客户机应用程序尝试设置或获取已声明为受保护的隐式 SOAP 头。
Action 请不要尝试设置或获取受保护的 SOAP 头。
WSWS3731E: 内部错误:先前应已验证过请求 SOAP 头 HashMap。
Explanation 在请求 SOAP 头 HashMap 中发现验证错误,先前应已经验证过 HashMap。这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS3732E: 错误:不支持此 DOM 3 API,即接口 {1} 的方法 {0}。
Explanation SOAP with Attachments API for Java(SAAJ)V1.2 规范不支持此操作。
Action 请使用 DOM 2 API。
WSWS3733W: 警告:将忽略 -deployScope 选项,除非 -role 选项为“develop-server”或“server”。
Explanation 仅当角色为 develop-server 时,-deployScope 选项才会修改输出。
Action 请更正该选项设置。
WSWS3734W: 警告:从对 {0} 的调用中捕获到异常:
Explanation 分派消息期间捕获到意外异常。
Action 请使用分派器的类名以及消息中提供的调用堆栈来确定异常的来源。如果异常来自于外部提供程序,那么请与其提供者联系以解决该异常。
WSWS3735E: 错误:当前不支持“redefine”中的 XML 模式“extension”。
Explanation WSDL2Java 发射器不支持具有扩展的 redefine 元素。
Action 请更正 Web 服务描述语言(WSDL)文件或模式。在 redefine 元素中完整地定义该类型。
WSWS3736I: 信息:SSL 连接信息为 {0}。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3737I: 信息:找到按程序方式设置的 SSL 线程属性 {0} 以及已注册的侦听器 {1}。
Explanation 运行时已发现按程序方式对当前线程设置了安全套接字层(SSL)属性。向事件侦听器注册了相同的属性。按程序方式设置的 SSL 属性始终具有最高优先级。
Action 如果此优先级不是预期的优先级,那么在调用之前应用程序不应按程序方式设置属性。
WSWS3738I: 信息:从消息上下文中找到 SSL 配置别名 <{0}> 和 SSL 证书别名 <{1}>。
Explanation 根据 JAX-RPC 模型,可以指定安全套接字层(SSL)配置别名或 SSL 证书别名,并且可能已从消息上下文中找到这些别名。该信息用于当前调用的 SSL 连接。但是,如果从未指定别名,那么可能没有每个别名的值。
Action 如果这种情况不是预期的情况,那么在调用之前应用程序不应设置属性。有关更多信息,请参阅产品文档。
WSWS3739W: 警告:无法解析 SSL 配置。显式请求安全性的 JSSEHelper 的 JSSE 属性。
Explanation 运行时未能解析有效的 SSL 配置。尝试缺省为 JSSE 系统属性。
Action 请确保遵循产品文档中指定的优先顺序规则对此调用正确设置 SSL 配置。
WSWS3740E: 错误:SSL 配置对端点 {0} 不可用
Explanation 运行时未能对所指定的端点解析有效的 SSL 配置。
Action 请确保遵循产品文档中指定的优先顺序规则对此端点正确设置 SSL 配置。
WSWS3741I: 信息:安全性中的 JSSEHelper 返回 SSL 属性 {0} 以及已注册的侦听器 {1}。
Explanation 已经从安全性配置中接收到安全套接字层(SSL)属性。向事件侦听器注册了相同的属性。
Action 无需执行任何操作。
WSWS3742I: 信息:标记要删除的 SSL 配置对象 {0}。
Explanation 内部操作。
Action 无需执行任何操作。
WSWS3743I: 信息:已使地址 {1} 的出站连接对象 {0} 失效。
Explanation 内部操作。标记的连接对象不可用。
Action 无需执行任何操作。
WSWS3744I: 信息:使用匹配的地址 {0},找到了要使其失效的相关联的连接对象 {1}。
Explanation 内部操作。已失效的连接对象不可用。
Action 无需执行任何操作。
WSWS3745I: 信息:返回处于无效状态的出站连接对象 {0}。
Explanation 内部操作。
Action 无需执行任何操作。
WSWS3746W: 警告:捕获到 {0}。从“统一集群框架”再次查询。
Explanation 此异常可能是由计时问题造成的,而此计时问题是由“统一集群框架”执行的异步操作所导致的。Web Service 引擎将尝试再次从“统一集群框架”中查询。
Action 无需执行任何操作。
WSWS3747W: 警告:从“统一集群框架”第二次查询失败。从“统一集群框架”未返回 ChannelTarget 对象。
Explanation 第二次查询失败。Web Service 引擎使用缺省通道继续至下一个选项。
Action 如果需要统一集群,那么此消息是一个错误。请检查跟踪,以找出集群功能中发生的任何错误。
WSWS3748I: 信息:从“统一集群框架”{0} 返回了 ChannelTarget 对象
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3749I: 信息:正在装入 {0} 处的文档,尝试 {1}
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3750W: 警告:类 {0} 的类型为 java.util.Collection。这不是受支持的 JAX-RPC 类型,但是不会暂挂生成。
Explanation 应用程序使用不是受支持的 JAX-RPC 类型的类型。尽管 Web Service 引擎将继续生成工件,但是不支持使用此引擎。
Action 请修改应用程序以使用非 java.util.Collection 的类型,使用定制的数据映射来映射“集合”类型,或者按原样使用它,风险自负。
WSWS3751E: 错误:WSADDRESSING_DESTINATION_EPR {0} 中的 ServiceName 与服务原始配置的 {1} 不匹配
Explanation 正在设置新的 WS-Addressing 目标端点引用(EPR)。但是,EPR 中的服务名称与最初在此对象中配置的服务名称不匹配。
Action 请启用 WS-Addressing 跟踪并检查 WS-Addressing 是否有错。
WSWS3752I: © COPYRIGHT International Business Machines Corp. 1997, 2008.
Explanation 标准 IBM 版权。
Action 无需执行任何操作。
WSWS3753I: IBM WebSphere Application Server R7.0
Explanation Web Service 发射器显示的标准 IBM 条幅。
Action 无需执行任何操作。
WSWS3754I: Web Service Java2WSDL 发射器。
Explanation 由 Java 向 WSDL 发射器显示的标准 IBM 条幅。
Action 无需执行任何操作。
WSWS3755I: Web Service WSDL2Java 发射器。
Explanation 由 WSDL 向 Java 发射器显示的标准 IBM 条幅。
Action 无需执行任何操作。
WSWS3756E: HTTP 主机值无效。主机值是给定 URL {1} 中的 {0}
Explanation HTTP 主机值无效。此错误可能是内部错误。
Action 请修改主机或者对端点 URL 添加有效主机。
WSWS3757E: HTTP 端口值无效。端口值是给定 URL {1} 中的 {0}
Explanation HTTP 端口值无效。此错误可能是内部错误。
Action 请修改端口或将有效端口添加至端点 URL。
WSWS3758I: 本地单元名称:{0}。DWLM 客户机中已映射怕单元:{1}。
Explanation 此消息提供有关本地单元名和已映射单元名的信息。已映射单元名称可取自远程集群。
Action 无需执行任何操作。
WSWS3759E: 遇到 {0}。无法对 WS-Addressing EPR 求值。
Explanation Web Service 引擎无法对 WS-Addressing 运行时中的当前端点引用(EPR)求值。
Action 请确保正确设置了 EPR。请启用 WS-Addressing 跟踪以了解更多信息。
WSWS3760I: 检测到重定向异步传递。切换到 {0} 的 sendSOAPRequestAsync()
Explanation 此消息指出使用了 sendSOAPRequestAsync 方法来执行重定向异步传递。只有在使用 WS-Addressing 的情况下执行重定向异步传递时才会出现这种情况。
Action 无需执行任何操作。
WSWS3761I: 由于异步传递,连接对象 {0} 将在稍后在回调对象 {1} 中返回。
Explanation 此消息仅供参考。
Action 无需执行任何操作。
WSWS3762I: 接收到使用 {0} 和 {1} 的先前异步传递的响应
Explanation 此消息将跟踪为先前由 WS-Addressing 引起的异步传递接收的响应。此消息仅供参考。
Action 无需执行任何操作。
WSWS3763E: 使用 {0} 和 {1} 的先前异步传递中接收到错误
Explanation 在先前由 WS-Addressing 引起的异步传递中发生错误。
Action 请复查在此消息之后出现的相关异常消息。
WSWS3764E: 错误:WSADDRESSING_DESTINATION_EPR {0} 中的 PortName 与端口原始配置的 {1} 不匹配
Explanation 正在设置新的 WS-Addressing 目标端点引用(EPR)。但是,EPR 中的端口名与此对象中配置的原始端口名不匹配。
Action 请启用 WS-Addressing 跟踪并检查 WS-Addressing 是否有错。
WSWS3765W: 警告:WSDL2Java 将忽略名为 {0} 的模式构造中的替代组引用。
Explanation WSDL2Java 发射器当前不支持 XML 模式替代组。将忽略任何对替代组的引用。
Action 请修改 Web 服务描述语言(WSDL)文件,或者不期望在已生成的工件中指定替代组。
WSWS3766W: 警告:elementFormDefault 选项的参数“{0}”无效。有效参数为 <qualified | unqualified>。Java2WSDL 将忽略此选项。
Explanation 对于 elementFormDefault 选项,Java2WSDL 发射器仅使用 qualified 或 unqualified。
Action 请修改 Java2WSDL 调用以包含 elementFormDefault 选项的有效参数。
WSWS3767W: 警告:attributeFormDefault 选项的参数“{0}”无效。有效参数为 <qualified | unqualified>。Java2WSDL 将忽略此选项。
Explanation 对于 attributeFormDefault 选项,Java2WSDL 发射器仅使用 qualified 或 unqualified。
Action 请修改 Java2WSDL 调用以包含 attributeFormDefault 选项的有效参数。
WSWS3768W: 警告:WSDL2Java 发射器在 WSDL 或模式文件中
找到了相对名称空间:{0}。由于 C14N 限制,相对名称空间既不符合 WS-I,也不适合
与带有数字签名的 WS-Security 配合使用。
Explanation WSDL 或模式文件包含相对名称空间,如“/home”。
Action 如果您使用相对名称空间,那么与其他供应商的产品进行互操作时可能会出现问题,并且会遇到安全局限性问题。考虑将相对名称空间转换为绝对名称空间。
WSWS3769W: 未知选项:“{0}”。将忽略该此条目。
Explanation 发射器无法识别此选项或属性。工具将忽略此条目。
Action 检查用于属性名和值的拼写或大小写并改正任何错误。
WSWS3770W: 警告:WSDL2Java 不支持 {0} 绑定名称空间。
Explanation WSDL2Java 发射器遇到了不受支持的绑定名称空间,将继续对受支持的绑定执行代码生成过程。
Action 要避免此警告,请从 WSDL 文件中除去不支持的绑定名称空间。
WSWS3938E: 消息包括在 {0} 标记中。如同在基本概要文件 1.1 规范规则 R9980 中所述,该消息必须在 SOAP 包络中。
Explanation SOAP 包络必须是消息的根元素。
Action 请将该消息更正为符合 Web Service 互操作性标准或使用您的 Web Service 提供程序。
WSWS4100E: 类 {1} 的方法 {0} 在 SAAJ 1.2 中不受支持。
Explanation 所指示的方法需要 SOAP with Attachments API for Java(SAAJ)V1.3 支持。而已安装的产品版本中未提供此支持。
Action 请使用 SAAJ V1.2 方法,或者将产品升级到新版本。
WSWS4101E: 类 {1} 的方法 {0} 在 SAAJ 1.2 和 DOM Level 2 中不受支持。
Explanation 所指示的方法需要文档对象模型(DOM)Level 3,这是 SOAP with Attachments API for Java(SAAJ)V1.3 支持的一部分。而已安装的产品版本中未提供此方法。
Action 请使用 DOM Level 2 方法,或者将产品升级到新版本。
WSWS4102E: 使用动态 SOAP 协议时,未提供 {0}。
Explanation 使用 SOAPConstants.DYNAMIC_SOAP_PROTOCOL 时,未提供请求信息。
Action 请创建使用 SOAP V1.1 或 SOAP V1.2 协议的 SOAP 消息。
WSWS4103E: 类 {1} 的方法 {0} 仅对使用 SOAP 1.2 协议的消息有效。当前消息使用 {2} 协议。
Explanation 所指示的方法仅对于 SOAP 1.2 协议有效。此要求是由 SOAP with Attachments API for Java(SAAJ)V1.3 规范定义的。
Action 请使用对于 SOAP 协议有效的方法。
WSWS4104E: SAAJ 1.2 不支持 {0}。
Explanation 所指示的协议需要 SOAP with Attachments API for Java(SAAJ)V1.3 支持。而已安装的产品版本中未提供此支持。
Action 请使用 SOAP V1.1 协议,或者将产品升级到新版本。
WSWS4105E: 从 {0} 方法返回的迭代器不支持 remove() 方法。
Explanation 某些迭代器不支持 remove() 方法。不能在表明的迭代器上调用此方法。
Action 不要在迭代器上使用 remove 方法。
WSWS4106E: “故障原因”节点没有与语言环境 {0} 匹配的“文本”节点。
Explanation 此行为由 javax.xml.soap.SOAPFault.getFaultReasonText(Locale) 方法定义。
Action 请检查您的逻辑是否有错误。
WSWS4107E: 调用方法 {0} 时需要“故障原因”节点,但找不到该节点
Explanation 此行为由 javax.xml.soap.SOAPFault 接口定义。
Action 请检查您的逻辑是否有错误。
WSWS4108E: 调用方法 {0} 时需要“故障代码”节点,但找不到该节点
Explanation 此行为由 javax.xml.soap.SOAPFault 接口定义。
Action 请检查您的逻辑是否有错误。
WSWS4109E: 协议是“动态协议”,但方法为 MessageFactory.createMessage()。
Explanation 只有 SOAP 1.1 协议和 SOAP 1.2 协议才支持此方法。
Action 请使用正确的协议。
WSWS4110E: 使用动态 SOAP 协议时,{0} 方法不可用。
Explanation 如果使用了 SOAPConstants.DYNAMIC_SOAP_PROTOCOL,那么无法调用所指定的方法。
Action 请使用 SOAP 1.1 或 SOAP 1.2 协议。
WSWS4111E: 使用协议 {1} 时,名称空间 {0} 无效。
Explanation 指定的名称空间与指定协议的关联 URI 不匹配。
Action 使用 SOAP 消息时可能会出现问题。
WSWS4112E: {0} 不是可识别的 SOAP 协议。
Explanation 指定的协议不是可识别的协议。
Action 使用以下某个协议:javax.xml.soap.SOAPConstants.SOAP_1_1_PROTOCOL、javax.xml.soap.SOAPConstants.SOAP_1_2_PROTOCOL 或 javax.xml.soap.SOAPConstants.DYNAMIC_SOAP_PROTOCOL。
WSWS4113E: {0} 在 {1} 对象上不受支持。
Explanation 指定的方法在指定的对象上不受支持。
Action 请更正代码。
WSWS4114E: SOAPBody.extractContentAsDocument() 方法失败,因为主体包含 {0} 个元素。
Explanation 此方法要求主体只包含一个元素。
Action 请更正代码。
WSWS4115E: 消息具有 CONTENT_TYPE {0}。需要 CONTENT_TYPE {1} 或 {2}。
Explanation 引擎使用 CONTENT_TYPE 来确定消息是 SOAP 1.1 消息还是 SOAP 1.2 消息。
Action 请更正入站消息。
WSWS4116E: 尝试使用未绑定至名称空间的前缀来调用 SOAPElement.addChildElement(name, prefix)。前缀为 {0} 而名称为 {1}。
Explanation SOAP with Attachments API for Java(SAAJ)V1.3 接口要求前缀是已绑定的。此要求意味着祖代元素中必须存在名称空间声明。
Action 请更正用于调用 addChildElement 元素的代码。
WSWS4117E: 尝试将使用协议 {0} 的 SOAPEnvelope 添加至使用协议 {1} 的 SOAPMessage。
Explanation SOAPEnvelope 和 SOAPMessage 必须使用相同的协议。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4118E: 尝试从没有数据处理程序的附件中获取数据。附件内容标识为 {0}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4119E: 尝试设置一个未限定名称空间的 {0}。{0} 局部名为 {1};前缀为 {2};名称空间为 {3}。
Explanation SAAJ 要求某些值(包括故障代码、故障子代码和头)限定名称空间。
Action 请更正该值。
WSWS4120E: 尝试设置无效故障代码。故障代码局部名为 {0};名称空间为 {1}。
Explanation SAAJ 1.3 要求故障代码必须是在使用的 SOAP 规范版本中定义的某个故障代码。
Action 请更正故障代码。
WSWS4121E: 找不到 {0} 的端点。
Explanation 系统发生内部错误。
Action 有关更多信息,请查看 <profile_home>/logs 目录中的日志。
WSWS4122I: 当前已对 {0} 停止该端点。
Explanation 已禁止此 URL 处的端点接收请求。该服务中的其他端点可能仍处于运行状态。
Action 要允许该端点接收请求,请通过 wsadmin 或管理控制台来启用该端点。
WSWS4123E: 找不到 {0} 的端点管理器 MBean。
Explanation 系统发生内部错误。
Action 有关更多信息,请查看 <profile_home>/logs 目录中的日志。
WSWS4124E: 入站 JMS 请求消息未包含必需的“{0}”属性。
Explanation 在 JMSSender 发送消息到目标队列或主题之前,它未设置 JMS 请求消息上的表明的属性。 这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4125E: 入站 JMS 请求消息包含错误的必需属性“{0}”。
Explanation JMSSender 在将 JMS 请求消息发送到目标队列或主题前,未对该消息设置正确的属性。 这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4126E: 入站 JMS 请求消息未包含必需的“{0}”属性。
Explanation 在 JMSSender 发送消息到目标队列或主题之前,它未设置 JMS 请求消息上的表明的属性。 这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4127E: 入站 JMS 请求消息未包含必需的“{0}”属性。
Explanation 在 JMSSender 发送消息到目标队列或主题之前,它未设置 JMS 请求消息上的表明的属性。 这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4128E: 入站 JMS 请求消息包含错误的必需属性“{0}”。
Explanation JMSSender 在将 JMS 请求消息发送到目标队列或主题前,未对该消息设置正确的版本。 这是内部错误。
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
WSWS4129W: 找不到 JMS 目标服务 {0} 的端点管理器。
Explanation 系统发生内部错误。仍然能够访问端点,但是无法对此端点停止侦听器。
Action 有关更多信息,请查看 <profile_home>/logs 目录中的日志。
Reference topic    

Terms and conditions for product documentation | Feedback

Last updated: Apr 17, 2017 8:21:16 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.webservices.engine.resources.engineMessages.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)