WebSphere Application Server messages
             Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS


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
Options:
     -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 字段为“”。
               DEFAULT 使用部署信息设置字段。
     -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 选项。
WSWS3005W: 警告:-server-side 选项必须有一个为 Bean 或 EJB 的参数。缺省为 Bean。
Explanation -server-side 选项不正确。
Action 请指定正确的 -server-side 选项。
WSWS3006W: 警告:-transport 选项的参数必须是“jms”或“http”。将使用缺省设置(“http”)。
Explanation -transport 选项不正确。
Action 请指定正确选项。
WSWS3007E: 错误:{1} 的 {0} 操作有一个输出元素。已除去此输出元素且更改操作为单向。
Explanation 此已有操作有一个输出元素。它已被除去。
Action 无。
WSWS3008E: 错误:{1} 的 {0} 操作有一个错误元素。已除去该错误且已更改操作为单向。
Explanation 此已有操作有一个错误元素。它已被除去。
Action 无。
WSWS3009I: 信息:装入类 {0}
Explanation 装入指定的类。
Action 无。
WSWS3010I: 信息:生成 {0} {1}
Explanation 生成表明的构造。
Action 无。
WSWS3011E: 在 JMS 端点 URL 中指定的无效目标类型“{0}”。
Explanation JMS 端点 URL 必须指定“queue”或“topic”作为目标类型。
Action 请更正 JMS 端点 URL 并重试。
WSWS3012E: 在 JMS 端点 URL 中遇到的无效属性“{0}”。
Explanation JMS 端点 URL 字符串包含无法识别的属性。
Action 请更正 JMS 端点 URL 并重试。
WSWS3013E: JMS 端点 URL 缺少一个或多个以下必需的属性:connectionFactory、destination 和 targetService
Explanation JMS 端点 URL 字符串必须包含以下属性:connectionFactory、destination 和 targetService。 这些属性用于描述目标队列或主题和目标服务。
Action 请更正 JMS 端点 URL 并重试。
WSWS3014E: 创建 InitialContext 时出错:{0}
Explanation 当尝试创建 JNDI InitialContext 对象时发生错误。
Action 请使用原始错误消息中的详细信息来确定问题。
WSWS3015E: 捕获到 NamingException:{0}
Explanation JNDI“lookup”操作期间发生指定的错误。
Action 确保 JNDI 名称正确。
WSWS3016E: 捕获到 JMSException:{0}
Explanation JMS 操作导致指定的 JMSException。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3017E: 链接的异常:{0}
Explanation 无。
Action 无。
WSWS3018E: 请求处理期间捕获到异常:{0}
Explanation 当处理请求时发生指定的异常。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3019E: 捕获到 WebServicesFault:{0}
Explanation 发生指定的 WebServicesFault 异常。
Action 请使用原始错误消息中的详细信息来确定如何解决问题。
WSWS3020E: 获取服务器引擎时出错。
Explanation Web Service 消息驱动的 bean 侦听器无法在其初始化期间检索已配置的服务器引擎。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3021E: 在入站 JMS 请求消息中没有必需的“{0}”属性。
Explanation 在 JMSSender 发送消息到目标队列或主题之前,它未设置 JMS 请求消息上的表明的属性。 这是一个内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3022E: 无法识别的入站 JMS 请求消息类型。
Explanation Web Service JMS 侦听器接收到不是 TextMessage 或 BytesMessage 的 JMS 消息。JMS 侦听器仅支持这两个 JMS 消息类型。
Action 确保 JMS 发送方使用正确的 JMS 消息类型。
WSWS3023E: 主题目标不支持双向请求。
Explanation 为主题目标调用了双向请求/响应, 但当使用主题时仅支持单向请求。
Action 确保使用主题目标的任何服务仅包含单向操作。 这意味着在 WSDL 文件中,操作不包含“output”消息。
WSWS3024E: 未找到包含 SOAP 包络的根部分。内容标识 = {0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3025E: 错误:找不到 {1} 的名称为 {0} 的参数。
Explanation 暂挂提供给 WSDL2Java 的错误映射文件。
Action 请更正您的映射文件。
WSWS3026E: 错误:-voidReturn 选项的参数必须是“oneway”或“twoway”。
Explanation -voidReturn 选项不正确。
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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3035E: 错误:{0}.{1} 抛出了 RuntimeException。
Explanation 处理程序生成意外的 RuntimeException。JAX-RPC 1.0(JSR-101)需要服务器生成 SOAPFaultException。请参阅日志获取原始异常。
Action 请更正处理程序代码以消去 RuntimeException。
WSWS3036I: 将响应消息替换为 SOAP 错误。原始响应消息:{0}
Explanation 处理程序生成意外的 RuntimeException。JAX-RPC 1.0(JSR-101)需要服务器生成 SOAPFaultException。请参阅日志获取原始响应消息。
Action 请更正处理程序代码以消去 RuntimeException。
WSWS3037E: 错误:无法为 {0} 序列化。
Explanation 无法序列化表明的对象。
Action 确保注册了正确的串行器。
WSWS3038E: 错误:无法为 {0} 反序列化。没有注册的类型映射。
Explanation 无法反序列化表明的类型。
Action 确保注册了正确的反序列化器。
WSWS3039E: 错误:已删除资源。
Explanation 尝试访问已删除的内存管理的数据源。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3040E: 错误:arrayType 值“{0}”的格式错误
Explanation soap 消息中的 arrayType 属性无效。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3041E: 错误:错误认证类型(我仅能处理“Basic”)。
Explanation SimpleServerEngine 仅支持 Basic 认证。
Action 您不应该使用 SimpleServerEngine。
WSWS3042E: 错误:无效布尔值(找到 {0})。
Explanation soap 消息中的布尔值必须是“0”、“1”、“true”或“false”。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3043E: 错误:日历值中发现意外字符:{0}
Explanation soap 消息中的日历值无效。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3044E: 错误:十六进制字符串中存在错误字符或字符数不足。
Explanation 十六进制字符串字符无效。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3045E: 错误:无效日期:{0}
Explanation 在 soap 消息中找到错误日期值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3046E: 错误:无效日期/时间:{0}
Explanation 在 soap 消息中找到错误日期/时间值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3047E: 错误:无法反序列化 bean {0} 的元素 {1}。
子元素 {1} 不属于名称空间 {2}。
很可能是第三方 Web service 平台发送了不正确的 SOAP 消息。
Explanation 指定的 bean 不包含与该元素匹配的属性。 无法反序列化 soap 消息。如果 WSDL 的模式包含 elementFormDefault="qualified", 则应该用前缀来限定该元素,或者该元素应该存在于缺省名称空间中。 如果模式包含 elementFormDefault="unqualified" 或完全省略了此属性, 则不应该限定该元素,并且该元素根本没有名称空间。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3048E: 错误:无法将类“{0}”指定为 Handler 类。
Explanation 尝试将表示的类部署为 Handler 类。然而,它不扩展处理程序类。
Action 请更正您的部署信息。
WSWS3049E: 错误:遇到无效 Holder 类:{0}
Explanation 尝试将指定的类作为 Holder 使用。然而该类未扩展 Holder 接口。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3050E: 错误:显式数组长度不是有效的整数“{0}”。
Explanation soap 消息包含一个数组长度不是整数的数组。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3051E: 错误:在取消部署的元素中未指定“name”属性。
Explanation 这通常是部署软件中内部错误的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3052E: 错误:错误包络名称空间:{0}
Explanation soap 消息的包络元素有一个不正确的名称空间。无法反序列化消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3053E: 错误:尝试用无效字符串 {0} 构造 Name 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3054E: 错误:尝试用无效字符串 {0} 构造 NCName 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3055E: 错误:尝试用无效字符串 {0} 构造 NegativeInteger 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3056E: 错误:尝试用无效字符串 {0} 构造 NMToken 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3057E: 错误:尝试用无效字符串 {0} 构造 NonNegativeInteger 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3058E: 错误:尝试用无效字符串 {0} 构造 NonPositiveInteger 对象
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3059E: 错误:偏移属性“{0}”的格式错误。
Explanation soap 消息中表明的数组的偏移属性无效。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3060E: 错误:无效 Parameter 方式 {0}。
Explanation WSDL2Java 发射器的内部异常。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3061E: 位置属性“{0}”的格式错误。
Explanation soap 消息中表明的数组的位置属性无效。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3062E: 错误:portName 不应为 null。
Explanation service.getCalls 方法的 portName 参数必须是可识别的端口名称。
Action 确保 service.getCalls 方法的参数是适当的。
WSWS3063E: 错误:尝试用无效字符串构造 PosInteger 对象:{0}
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3064E: 错误:无法处理非 GET、非 POST 请求。
Explanation SimpleServerEngine 不理解请求。
Action 不要使用 SimpleServerEngine。
WSWS3065E: 错误:无法识别的 -scope:{0}。忽略它。
Explanation 作用域选项的参数必须是“Request”、“Application”或“Session”。
Action 当调用 WSDL2Java 时使用正确的 -scope 选项。
WSWS3066E: 错误:需要的是“envelope”,但找到的是 {0}
Explanation soap 消息不包含 envelope 元素。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3067E: 错误:无效时间:{0}
Explanation 在 soap 消息中找到错误时间值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3068E: 错误:无效时区:{0}
Explanation 在 soap 消息中找到错误时区。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3069E: 错误:找到 languageSpecificType 名称空间“{0}”,而需要的是“{1}”
Explanation 在部署软件中发生问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3070E: 错误:尝试用无效字符串构造 UnsignedByte 对象:{0}
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3071E: 错误:尝试用无效字符串构造 UnsignedShort 对象:{0}
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3072E: 错误:尝试用无效字符串构造 UnsignedInt 对象:{0}
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3073E: 错误:尝试用无效字符串构造 UnsignedLong 对象:{0}
Explanation 通常这是由于无效 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3074E: 错误:无法添加第二个主体到 SOAP 包络。
Explanation 此错误可能是无效 soap 消息的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3075E: 错误:未认证用户“{0}”(未知用户)。
Explanation 无法认证用户。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3076E: 错误:未认证用户“{0}”。
Explanation 无法认证用户。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3077E: 错误:用户“{0}”无权使用“{1}”
Explanation 用户未授权。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3078E: 错误:无法将 {0} 转换为 bytes。
Explanation 内部错误:无法将 soap 消息转换为 bytes。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3079E: 错误:无法将格式 {0} 转换为 String。
Explanation 内部错误:无法将 soap 消息转换为 String。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3080E: 错误:无法将 {0} 转换为 bean 字段“{1}”,类型 {2}
Explanation 无法将表明的值指定到 bean 字段。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3081E: 错误:无法将值转换为 int。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3082E: 错误:无法序列化空数组。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3083E: 错误:getURL 无法正确处理 URL;协议不受支持。
Explanation 工具选项出错。请参阅其他消息。
Action 请修正 URL。
WSWS3084E: 错误:{0} 遇到子元素,这不是期望的情况,某种情况下它尝试反序列化。
Explanation 此消息通常表明 soap 消息无效。当引擎遇到子元素时,该引擎需要一个简单值。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3085E: 错误:无法用方法 {0} 的空名称空间 URI 调用 Call
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3086E: 错误:无法用 ArraySerializer 序列化 {0}。
Explanation 无法用数组串行器序列化表明的类。
Action 怀疑部署信息有问题。
WSWS3087E: 错误:无法用 ElementSerializer 序列化非 Elements。
Explanation 元素串行器仅可用于序列化 org.w3c.dom.Element 对象。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3088E: 错误:无法用 SimpleSerializer 序列化原始对象。
Explanation 无法使用 SimpleSerializer 序列化非注册的对象。
Action 确保用适当的类型注册您的类。
WSWS3089E: 错误:无法设置位置 URI:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3090E: 错误:无法穿越 {0}:{1}。代理返回“{2}”
Explanation 无法建立适当的隧道。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3091E: 错误:正在更改管理密码。
Explanation 已更改 AdminClient 上的密码。
Action 不完全支持 AdminClient。
WSWS3092E: 错误:当存在子元素时调用了 SOAPElement.setAlternateContent。
Explanation 正在不正确地使用 SAAJ 模型。如果在运行时发生此问题,请与 Web Service 团队联系。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3093E: 错误:无法在 AdminClient 中创建 Call 对象。
Explanation 内部错误。
Action 不要使用 AdminClient。
WSWS3094E: 错误:WSDDPort 无法构造提供程序!
Explanation 部署软件内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3095E: 错误:连接关闭。
Explanation 连接已关闭。无法进行远程服务调用。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3096E: 错误:重复文件名:{0}。
提示:您可能将两个带有相同名称的元素的名称空间映射到了同一软件包名称。
Explanation 如果不同的 qnames 导致创建相同的 java 文件,WSDL2Java 发出此消息。
Action 请修正 wsdl 或使用 NStoPkg 选项以区分这些类。
WSWS3097E: 错误:发射器故障。所有输入部分必须在 {0} 的 parameterOrder 属性中列出
Explanation wsdl 中的参数顺序属性不正确。
Action 请修正 wsdl。
WSWS3098E: 错误:发射器故障。无法在 service {1} 中的 port {0} 中找到端点地址
Explanation 找不到端点地址。
Action 请修正 wsdl。
WSWS3099E: 错误:发射器故障。service {1} 中 port {0} 中的端点地址无效:{2}
Explanation 端点地址无效。
Action 请修正 wsdl。
WSWS3100E: 错误:发射器故障。没为 port {0} 找到 binding
Explanation 在 service wsdl port 上指定 binding。
Action 请修正 wsdl
WSWS3101E: 错误:发射器故障。没有为 {0} 找到 binding 条目
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3102E: 错误:发射器故障。没有为 {0} 找到 portType 条目
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3103E: 错误:发射器故障。在 WSDL 文档中有未定义的 binding({0})。
提示:确保 <port binding=".."> 是标准的。
Explanation 如果要引用,则必须已定义 binding。
Action 请修正 WSDL。
WSWS3104E: 错误:发射器故障。在 WSDL 文档 {1} 中有未定义的 binding({0})。
提示:确保 <port binding=".."> 是标准的。
Explanation 如果要引用,则必须已定义 binding。
Action 请修正 WSDL。
WSWS3105E: 错误:发射器故障。在 WSDL 文档中有未定义的 portType({0})。
提示:确保 <binding type=".."> 是标准的。
Explanation 如果要引用,则必须已定义 portType。
Action 请修正 WSDL。
WSWS3106E: 错误:发射器故障。在 WSDL 文档 {1} 中有未定义的 portType({0})。
提示:确保 <binding type=".."> 是标准的。
Explanation 如果要引用,则必须已定义 portType。
Action 请修正 WSDL。
WSWS3107E: 错误:类属错误。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3108E: 错误:错误:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3109E: 错误:调用 Web Service 操作时出错:{0}
Explanation 调用远程 Web Service 时发生问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3110E: 错误:处理“{0}”时出错
Explanation 管理错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3111E: 错误:确定 {0} 是否已存在时出错。将不会生成此文件。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3112E: 错误:由于缺少 SOAPAction 生成 WebServicesFault。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3113E: 错误:无法添加第二个头到 SOAP 包络。
Explanation 此错误可能是无效 soap 消息的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3114E: 错误:内部错误。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3115E: 错误:配置文件目录“{0}”不可读。
Explanation 无法读指定目录。
Action 请修正您的配置。
WSWS3116W: 警告:性能警报:重新分析以下消息:{0}
Explanation 未遇到可执行的序列化。
Action 检查代码并作适当的更改。
WSWS3117E: 错误:无效容器类型(需要的是“ejb”、“web”、“client”或“none”),缺省值为 “none”。
Explanation WSDL2Java 的 -container 选项不正确。
Action 请修正该选项设置。
WSWS3118E: 错误:无效角色(要求的是“develop-client”、“deploy-client”、“develop-server”或 “deploy-server”),缺省值为“develop-client”。
Explanation WSDL2Java 的 -role 选项不正确。
Action 请修正该选项设置。
WSWS3119W: 警告:无效选项组合:-role develop-server 和 -container client 或 -container none 无效。-container 将缺省为“web”
Explanation Web Service 总是在 Web 或 ejb 容器中运行。
Action 请修正这些选项并重新运行 WSDL2Java。
WSWS3120E: 错误:缺少配置。
Explanation 这很有可能是因为前一个含 Web Service 部署描述符错误所致。
Action 查看日志以了解先前错误。
WSWS3121I: 信息:{0} 是单向操作。
Explanation 参考消息。
Action 不需要操作。
WSWS3122E: 找不到在 URI {1} 中引用的服务 {0}
Explanation 找不到指定的服务。
Action 检查客户机指定的服务名和服务器上该服务的部署。
WSWS3123E: 错误:为处理程序 {1} 指定的 Javaclass {0} 必须实现 {2} 或 {3}。将跳过该处理程序。
Explanation 配置文件(was-webservices.xml)定义了不实现所需接口的句柄 javaclass。
Action 指定实现所需接口的 javaclass。
WSWS3124W: 警告:-genJava 选项参数无效,有效参数为“No”、“IfNotExists”或“Overwrite”。缺省值为“IfNotExists”。
Explanation WSDL2Java 的 -genJava 选项不正确。
Action 请更正该选项设置。
WSWS3125W: 警告:-genXML 选项参数无效:有效参数为“No”、“IfNotExists”或“Overwrite”。缺省值为“IfNotExists”。
Explanation WSDL2Java 的 -genXML 选项不正确。
Action 请更正该选项设置。
WSWS3126E: 错误:无法从以下 SSL 配置获取安全套接字工厂:{0}。
Explanation 无法获取安全套接字工厂。
Action 请更正您的 SSL 配置。
WSWS3127E: 错误:WSDD 元素“{0}”无效(需要“{1}”)。
Explanation 部署期间发生错误。这可能是个内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3128E: 错误:无法从字节生成包络。
Explanation 这可能是由反序列化错误所致。请查找其他错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
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 必须提供密码。
Action 不完全支持 AdminClient。
WSWS3132E: 错误:未找到目标服务。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3133E: 错误:需要指定要被授权的用户。
Explanation 未找到要授权的用户。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3134E: 错误:不允许远程管理员访问。
Explanation 无法远程管理。
Action 不完全支持 Admin 类。
WSWS3135E: 错误:未找到 Body。
Explanation 在 SOAP 包络中需要 body,但未找到。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3136E: 错误:没有为数组类型 {0} 定义反序列化器
Explanation 无法反序列化表明的组件类型的数组。
Action 此问题可能是由无效部署信息所致。
WSWS3137E: 错误:没有要在 SOAPElement.convertToObject() 中使用的反序列化上下文。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3138E: 错误:<body> 标记后才允许定制元素处于顶级级别。
Explanation soap 消息无效,且无法反序列化。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3139E: 错误:没有 {0} 的反序列化器
Explanation 通常这是错误客户机或服务器部署信息的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3140E: 错误:正在反序列化参数“{0}”:找不到类型 {1} 的反序列化器
Explanation 通常这是错误 soap 消息或无效服务器部署信息的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3141E: 错误:无法获取 DOM 文档:XML 是“{0}”
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3142E: 错误:找不到 Web Services 引擎。
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3143W: 警告:环境中所需的“EngineConfiguration”的实例。
Explanation 无效配置数据。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3144E: 错误:找不到处理程序:{0}
Explanation 部署信息内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3145E: 错误:未指定 HandlerProvider“handlerClas”选项。
Explanation 部署信息中缺少信息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3146E: 错误:没有处理程序位于 {0}“{1}”
Explanation 在部署信息中缺少处理程序。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3147E: 错误:没有 {0} 头!
Explanation 在 soap 消息中缺少头。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3148E: 错误:在 SOAP 消息中不允许处理指示信息。
Explanation soap 消息无效且由于存在处理指示信息而无法被反序列化。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3149E: 错误:{0}:{1} 不是映射。
Explanation 对象无法由 MapSerializer 进行序列化。这可能是内部部署错误的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3150E: 错误:没有提供程序类型与 QName“{0}”匹配
Explanation 部署信息不完整。这可能是内部错误的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3151E: 错误:未指定操作名。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3152E: 错误:找不到操作:{0} - 未定义
Explanation WSDL 在 portType 中未定义任何操作。
Action 这是一个内部错误或部署错误。
WSWS3153E: 错误:找不到操作:{0}
Explanation WDSL 绑定未指定该操作。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3154E: 错误:没有为服务“{1}”配置“{0}”选项
Explanation 未找到表明的选项。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3155E: 错误:未找到作为输入部分或输出部分的 {0}。
Explanation 参数顺序属性必须引用消息部分。
Action 请更正 WSDL。
WSWS3156E: 错误:找不到 port:{0}
Explanation Service.getPort 找不到指定的 port。
Action 请更正 Service.getPort 的调用。
WSWS3157E: 错误:找不到 portType:{0}
Explanation 部署的 wsdl 缺少 portType。
Action 请更正部署的 wsdl。
WSWS3158E: 错误:MessageContext 中没有请求消息?
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3159E: 错误:在注册表 {1} 中未找到类 {0} 的串行器
Explanation 通常这表明与部署信息有关的内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3160E: 错误:找不到服务:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3161E: 错误:未定义服务。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3162E: 错误:没有为此 Call 对象定义服务对象。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3163E: 错误:Web Services 引擎找不到要调用的目标服务!targetService 为 {0}
Explanation Web service 引擎接收到对指定的目标服务的请求,但引擎配置不包含具有此名称的端口。
Action 将客户机应用程序正在使用的端点位置 URL 与对应的 WSDL 文档中包含的端点位置 URL 进行比较。如果您使用的是 HTTP 协议,请确保客户机应用程序在端点位置 URL 中使用正确的 URL 模式。如果您使用的是 JMS 协议,请确保客户机应用程序使用包含正确 targetService 属性的端点位置 URL。在 JMS 样式的端点位置 URL 中,targetService 属性应该设置为所需的端口组件的名称。
WSWS3164E: 错误:MessageContext 中没有安全性提供程序。
Explanation 确保配置了安全性提供程序。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3165E: 错误:上下文中无 HTTP SOAPAction 属性。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3166E: 错误:未找到名为“{0}”的客户机传输。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3167E: 错误:没有协议的传输映射:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3168E: 错误:没有 {0} 的映射模式类型
Explanation 无法序列化表明的数组组件类型。确保注册了此类型。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3169E: 错误:组件需要类型属性。
Explanation 无法反序列化 vector 的组件。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3170E: 错误:必须包含处理程序部署的类型属性!
Explanation 缺少部署信息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3171E: 错误:没有用于映射的类型 QName!
Explanation 类型映射注册表中缺少部署信息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3172E: 错误:用户“{0}”无权使用“{1}”
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3173E: 错误:不理解“MustUnderstand”头:{0}
Explanation 处理程序不理解 mustUnderstand 头。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3174E: 错误:没有要使用的 RPCParam 的 value 字段。{0}
Explanation 内部异常。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3175E: 错误:{0} 是空的。
Explanation 无法继续处理,因为表明的项是空的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3176E: 错误:AdminClient 未正确初始化:“call”是空的!
Explanation 内部错误。
Action 不完全支持 AdminClient。
WSWS3177E: 错误:指定了空名称空间 URI。
Explanation 必须指定名称空间参数。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3178E: 错误:父代为空。
Explanation 尝试用空参数调用 SAAJ setParent。这可能是内部错误的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3179E: 错误:传递给 WSDDProvider 的提供程序类型为空。
Explanation 缺少部署信息。这可能是内部错误的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3180E: 错误:响应消息为空。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3181E: 错误:十六进制字符串中的位数为奇数。
Explanation 无法构造 HexBinary 对象。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3182E: 错误:SOAPEnvelope 中仅允许一个 Body 元素。
Explanation soap 消息在包络中包含多个 soap body。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3183E: 错误:SOAPEnvelope 中仅允许一个 Header 元素。
Explanation soap 消息在包络中包含多个 soap header。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3184E: 错误:{0} 传递的参数数目与来自 addParameter() 调用的 IN/INOUT 参数数目({1})不匹配。
Explanation 参数数目与所需的参数数目不匹配。
Action 这可能是 DII 或内部错误。
WSWS3185I: 信息:正在分析 XML 文件:{0}
Explanation 参考消息。
Action 不需要操作。
WSWS3186E: 错误:分析时出错:{0}
Explanation 反序列化 soap 消息时发生问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3187E: 错误:正在处理文件 {0}
Explanation 处理表明的文件时 AdminClient 出错。
Action 不完全支持 AdminClient。
WSWS3188I: 信息:{0} 正在退出。
Explanation 参考消息。
Action 不需要操作。
WSWS3189E: 错误:管理服务请求退出,正在退出。
Explanation 管理正在退出。
Action 不完全支持 Admin 类。
WSWS3190E: 错误:无法绑定端口 {0}。未启动 SimpleServerEngine。
Explanation 内部错误。
Action 不完全支持 SimpleServerEngine。
WSWS3191I: 信息:配置文件是只读的,因此将不保存引擎配置更改。
Explanation 参考消息。
Action 不需要操作。
WSWS3192E: 错误:返回码:{0}
{1}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3193E: 错误:servlet 引擎 /WEB-INF 目录有问题
Explanation /WEB-INF 可能不可访问。
Action 请更正 WEB-INF 目录的问题。
WSWS3194E: 错误:servlet 引擎配置文件有问题:{0}
Explanation 配置文件可能不可访问。
Action 请更正 servlet 引擎配置文件的问题。
WSWS3195W: 警告:无法装入/创建 servlet 引擎配置文件,尝试使用内部缺省值(来自 jar)。
Explanation This exception is unexpected. The cause is not immediately known.
Action 不需要操作。
WSWS3196E: 错误:servlet 引擎配置文件(从 jar 装入)有问题。
Explanation 配置错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3197I: 信息:{0} 在端口 {1} 上启动。
Explanation 参考消息。
Action 不需要操作。
WSWS3198E: 错误:未设置 Part“{0}”上的类型/元素属性。
Explanation WSDL 部件必须指定类型或元素属性。
Action 请更正部署的 wsdl。
WSWS3199E: 错误:流意外结束。
Explanation 内部错误或输入 soap 消息有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3200E: 错误:未知主机 - 无法验证管理员访问权。
Explanation 管理工具遇到未知主机。
Action 不完全支持管理工具。
WSWS3201E: 错误:其中 {0} 看上去类似:
Explanation 管理工具错误。
Action 不完全支持管理工具。
WSWS3202E: 错误:处理 WSDL 文档时出错:{0} {1}
Explanation 通常这是一个与在服务创建期间检测到的已部署的 wsdl 有关的错误。
Action 请更正部署的 wsdl。
WSWS3203E: 错误:Service.getPort 中缺少 WSDL 文档。
Explanation 如果您要使用 Service.getPort,则需要 WSDL 文档。
Action 请更正您的部署信息。
WSWS3204E: 错误:{0} 已存在。
Explanation WSDL2Java SymbolTable 中有内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3205E: 错误:引用了类型 {0},但未定义。
Explanation 未定义的 wsdl 引用类型或元素。
Action 请更正您的 wsdl。
WSWS3206E: 错误:无法在 JNDI 位置 {0} 找到 EJB
Explanation 您的 JNDI 配置可能有问题。
Action 请更正您的 JNDI 配置。
WSWS3207E: 错误:无法创建 InitialContext。
Explanation 未创建 InitialContext。
Action 检查其他错误以确定为何未创建 InitialContext。
WSWS3208E: 错误:{0} 的定义导致循环。
Explanation 找到表明的类型或元素的递归定义。
Action 请更正您的 wsdl。
WSWS3209E: 错误:错误属性。{0} 的值应该属于类型 {1},但它却属于类型 {2}。
Explanation 在 Call 或 MessageContext 上检测到错误属性。这可能是内部错误导致的。
Action 请修正该属性。
WSWS3210E: 错误:指定了空属性名。
Explanation 检测到错误属性。这可能是内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3211E: 错误:指定了空属性值。
Explanation 指定了空属性值。这可能是内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3212E: 错误:不支持属性名 {0}。
Explanation 使用了不支持的属性。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3213E: 错误:指定了空 getter 方法。
Explanation 这通常是由与序列化引擎相关联的内部错误所致。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3214E: 错误:指定了空 setter 方法。
Explanation 这通常是由与反序列化引擎相关联的内部错误所致。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3215E: 错误:指定了空公用实例字段。
Explanation 这通常是由序列化引擎的内部错误所致。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3216E: 错误:在 TypeMappingImpl.isRegistered 方法中指定了空 java 类。
Explanation isRegistered 方法需要非空 java 类。此错误可能是内部问题的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3217E: 错误:在 TypeMappingImpl.isRegistered 方法中指定了空标准名。
Explanation isRegistered 方法需要非空 qname。此错误可能是内部问题的结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3218E: 错误:在 TypeMappingImpl.register 方法中指定了空串行器工厂。
Explanation 此错误通常暗示了部署软件有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3219E: 错误:错误:操作或错误 {1} 的消息部分 {0} 被指定为一个类型,而绑定“{2}”的 soap:body 使用的是字面值。当前不支持此 WSDL。
Explanation WSDL 包含不支持的 MIME 构造。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3220E: 错误:错误:服务名称为空或缺少。
Explanation WSDL 服务名称不正确。
Action 请更正 WSDL。
WSWS3221E: 错误:Bean 属性 {0} 的类型为 {1},它不是简单类型。
Explanation 属性必须是简单类型。
Action 请更正 WSDL。
WSWS3222E: 错误:属性的类型为 {0},它不是一个简单类型。
Explanation 属性必须是简单类型。
Action 请更正 WSDL。
WSWS3223E: 错误:构造处理程序 {0} 时捕获到异常:{1}
Explanation 创建 JAXRPC 处理程序时发生问题。
Action 查看抛出异常的原因。
WSWS3224I: 信息:无磁盘访问,仅使用内存。
Explanation 参考消息
Action 不需要操作。
WSWS3225E: 错误:没有 {0} 的 DeserializerFactory
Explanation 这通常表明部署的类型映射注册表有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3226E: 错误:指定了空的 FieldDesc。
Explanation 内部异常。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3227E: 错误:异常:
Explanation 用于各种异常。请参阅其他消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3228E: 错误:异常:{0}
Explanation 用于各种异常。请参阅其他消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3229E: 错误:ConfigurationException:
Explanation 通常表明发生内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3230E: 错误:ParserConfigurationException:
Explanation 表明配置 xml 解析器时发生错误。
Action 请更正解析器配置。
WSWS3231E: 错误:SAXException:
Explanation 表明发生 SAX 异常。通常该异常是由配置解析器的问题所致。
Action 请更正解析器配置。
WSWS3232E: 错误:java.net.UnknownHostException:
Explanation 通常表明发生内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3233E: 错误:javax.mail.MessagingException:
Explanation 通常表明 MIME 消息有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3234E: 错误:java.io.IOException:
Explanation 通常是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3235E: 错误:java.io.IOException:{0}
Explanation 通常是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3236E: 错误:IllegalAccessException:
Explanation 通常是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3237E: 错误:IllegalArgumentException:
Explanation 这可能是在处理重载消息时发出的。
Action This exception is unexpected. The cause is not immediately known.
WSWS3238E: 错误:IllegalArgumentException:{0}
Explanation 重载方法处理期间可能会发生此错误。
Action This exception is unexpected. The cause is not immediately known.
WSWS3239E: 错误:InvocationTargetException:
Explanation 调用表明的目标时发生问题。
Action This exception is unexpected. The cause is not immediately known.
WSWS3240E: 错误:InstantiationException:
Explanation 此错误表明 MIME 附件有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3241E: 错误:MalformedURLException:
Explanation SimpleServerEngine 中发生格式错误的 URL 异常。
Action This exception is unexpected. The cause is not immediately known.
WSWS3242E: 错误:WebServicesFault:
Explanation 发生 WebServicesFault。
Action 请参阅其他消息获取更多详细的信息。
WSWS3243I: 信息:WebServicesFault 的映射异常。
Explanation 参考消息。请参阅其他消息获取关于故障原因的详细信息。
Action This exception is unexpected. The cause is not immediately known.
WSWS3244I: 信息:WebServicesFault 的映射异常:{0}
Explanation 参考消息。请参阅其他消息获取关于故障原因的详细信息。
Action This exception is unexpected. The cause is not immediately known.
WSWS3245E: 错误:尝试装入 {0} 时 WSDL2Java 发射器超时。确保指定的 URL 可访问。如果指定的 URL 可访问,则尝试增加 WSDL2Java 发射器中的“超时”和/或“重试”缺省设置。
Explanation 表明 WSDL 或它的其中一个已导入文档不可访问。
Action 确保 WSDL 和/或任何已导入文档可访问。还可以通过 WSDL2Java 选项增加超时和重试值。
WSWS3246E: 错误:存在详细信息时调用 SOAPFault.addDetail。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3247E: 错误:没有对“存根”或“调用”对象设置目标端点地址。
Explanation 已对“存根”或“调用”对象调用了操作,但未设置目标端点地址。
Action 确保对“存根”或“调用”对象设置了目标端点地址,然后再调用操作。
WSWS3248E: 错误:不支持的附件类型“{0}”仅支持“{1}”。
Explanation 表明遇到不支持的附件类型。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3249E: 错误:此附件实现仅接受 SOAPPart 对象作为根部件。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3250E: 错误:AttachmentUtils.getActiviationDataHandler 接收到空参数作为部件。
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3251E: 错误:流已关闭。
Explanation 尝试访问已关闭的流。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3252E: 错误:在最终边界标记之前遇到流结束。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3253E: 错误:maxCached 值不正确:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3254E: 错误:不支持复位和标记!
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3255E: 错误:输入缓冲区为 null。
Explanation 内部错误
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3256E: 错误:偏移量是负的:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3257E: 错误:长度:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3258E: 错误:写操作超出了缓冲区。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3259E: 错误:读数据流时出错:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3260E: 错误:数据处理程序文件不存在:{0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3261E: 错误:MIME 数据流中有错,未找到开始边界,需要:{0}。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3262E: 错误:分析 mime 数据流时出错:{0}。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3263E: 错误:不支持附件。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3264E: 错误:没有内容。
Explanation 数据处理程序没有内容。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3265E: 错误:没有引擎配置文件 - 异常终止。
Explanation 可能是内部错误。
Action 确保您的引擎配置正确。
WSWS3266E: 错误:元素“{0}”是带有不受支持子元素的附件。
Explanation 不期望 soap 消息中有子元素。无法反序列化 soap 消息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3267E: 错误:错误:在操作 {1} 的 WSDL 消息部分 {0} 中,缺少元素 {2} 的类型解析。
Explanation 您的 WSDL 可能不正确。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3268E: 错误:binding operation {0} 的 soap:operation 必须有“use”属性。
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3269E: 错误:无法修改缺省类型映射。
Explanation 发生注册后无法修改类型映射。
Action 请更正您的代码。
WSWS3270E: 错误:无法通过授权修改类型映射。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3271E: 错误:指定了无效的 TypeMapping:错误类型或为 null。
Explanation 无效的 TypeMapping 注册。
Action 请更正您的代码。
WSWS3272E: 错误:来自第二类型映射注册表的缺省类型映射已在使用中。
Explanation 注册后无法更改缺省类型映射。
Action 请更正您的代码。
WSWS3273E: 错误:接口没有存根实现:
Explanation 您无法调用此 getPort 方法,因为没有接口的存根实现。
Action 请更改您的代码。
WSWS3274E: 错误:{0}:{1} 不是向量。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3275E: 错误:传递了无效参数方式字节({0})到 getModeAsString()。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3276E: 错误:不支持标记流。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3277E: 错误:无法解析到操作。消息包含名为“{0}”的元素,但是这与目标端口的任何操作都不匹配。调试:{1}
Explanation 这可能是 Web Service 部署问题或不正确的 SOAP 请求消息引起的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3278E: 错误:尝试在已配置的 ServiceDesc 上设置实现类。
Explanation 内部异常。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3279E: 错误:无法创建类型 {0} 的 JavaBean。缺少缺省构造函数?错误为:{1}。
Explanation 确保 JavaBean 有缺省构造函数。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3280E: 错误:-soapAction 的值必须是 DEFAULT、NONE 或 OPERATION。
Explanation 为 -soapAction 指定了错误的参数。
Action 使用正确的 Java2WSDL -soapAction 选项。
WSWS3281E: 错误:尝试对类“{3}”的对象“{2}”用参数类“{1}”调用方法“{0}”。参数与签名不匹配。
Explanation 怀疑 Web Service 部署、soap 消息或此服务的 SoapBindingImpl 类的热交换有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3282I: 信息:正在生成 {0}。
Explanation 参考消息表明哪些 java 类是由 WSDL2Java 生成的。
Action 不需要操作。
WSWS3283E: 错误:-style 的值必须是 DOCUMENT 或 RPC。
Explanation Java2WSDL 的 -style 选项不正确。
Action 使用正确的 -style 选项。
WSWS3284E: 错误:找不到服务的类“{0}”。
Explanation 怀疑 Web Service 部署错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3285E: 错误:找不到服务“{1}”的类“{0}”。
Explanation 怀疑 Web Service 部署错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3286E: 错误:<class-of-portType> 已被指定为 {0}。它不能再次被指定为 {1}。
Explanation 仅可为 Java2WSDL 指定一个类文件。
Action 请更正您的 Java2WSDL 调用。
WSWS3287E: 错误:未指定 <class-of-portType>。
Explanation 必须为 Java2WSDL 指定一个类文件。
Action 请更正您的 Java2WSDL 调用。
WSWS3288E: 错误:wsdl URI 已被指定为 {0}。它不能再次被指定为 {1}。
Explanation 该 WSDL 文件仅可以为 WSDL2Java 指定一次。
Action 请更正您的 WSDL2Java 调用。
WSWS3289E: 错误:未指定 wsdl URI。
Explanation 必须为 WSDL2Java 指定 WSDL URI。
Action 请更正您的 WSDL2Java 调用。
WSWS3290E: 错误:无法识别 {0}:“{1}”
Explanation 枚举值不合适。
Action 请更正您的代码。
WSWS3291E: 错误:类 {0} 不是 bean 类,无法将其转换为 xml 模式类型。将使用 xml 模式 anyType 在 wsdl 文件中定义此类。
Explanation Java2WSDL 错误表示无法将类转换为 xml 模式类型。注意,所有 java 类文件具有到 xml 模式类型的映射。不保证通过 Java2WSDL 将现有 Java 服务转换为 Web Service。
Action 所有作为您的 Web Service 接口一部分的 Java 类必须具有到 wsdl 的相应映射。这是必要的,以使服务的客户机可以自动生成接口和所有相关类以访问您的 Web Service。
WSWS3292W: 警告:类 {0} 是在 Java 或 javax 软件包中定义的且无法被转换为 xml 模式类型。将使用 xml 模式 anyType 在 wsdl 文件中定义此类。
Explanation Java2WSDL 错误表示无法将类转换为 xml 模式类型。注意,所有 java 类文件具有到 xml 模式类型的映射。不保证通过 Java2WSDL 将现有 Java 服务转换为 Web Service。
Action 所有作为您的 Web Service 接口一部分的 Java 类必须具有到 wsdl 的相应映射。这是必要的,以使服务的客户机可以自动生成接口和所有相关类以访问您的 Web Service。
WSWS3293E: 错误:类 {0} 不包含缺省构造函数,它对于 bean 类是必需的。无法将类转换为 xml 模式类型。将使用 xml 模式 anyType 在 wsdl 文件中定义此类。
Explanation Java2WSDL 错误表示无法将类转换为 xml 模式类型。注意,所有 java 类文件具有到 xml 模式类型的映射。不保证通过 Java2WSDL 将现有 Java 服务转换为 Web Service。
Action 所有作为您的 Web Service 接口一部分的 Java 类必须具有到 wsdl 的相应映射。这是必要的,以使服务的客户机可以自动生成接口和所有相关类以访问您的 Web Service。
WSWS3294E: 错误:当前不支持 XML 模式类型“{0}”。
Explanation WSDL2Java 不支持此 XML 模式类型。
Action 请更正您的 wsdl。
WSWS3295E: 错误:操作或错误 {1} 的消息部分 {0} 没有元素或类型属性。
Explanation 每个消息部分必须有一个定位模式元素/类型的元素或类型属性。
Action 请更正您的 wsdl。
WSWS3296E: 错误:附件格式的 {0} 的值必须是 {1};
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3297E: 错误:DIME 类型长度是 {0},它超出了最大值 {0}
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3298E: 错误:DIME 标识长度是 {0},它超出了最大值 {1}。
Explanation 内部错误
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3299E: 错误:最大块大小“{0}”要大于 1。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3300E: 错误:最大块大小“{0}”超过 32 位。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3301E: 错误:每个 DIME 流必须被完全地读或连续地关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3302E: 错误:未正确填充 DIME 流数据。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3303E: 错误:接收了要读取的“{0}”个字节。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3304E: 错误:接收了“{0}”作为偏移量。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3305E: 错误:要读的数组是空的。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3306E: 错误:位于偏移 {2} 的要读取 {1} 的 {0} 数组大小太小。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3307E: 错误:当需要更多 DIME 块时检测到物理流结束。
Explanation 内部错误
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3308E: 错误:当需要多于 {0} 字节时检测到物理流结束。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3309E: 错误:不再需要更多的 DIME 块!
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3310E: 错误:DIME 头小于 {0} 字节。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3311E: 错误:接收到的 DIME 版本“{0}”大于当前支持的版本“{1}”。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3312E: 错误:DIME 选项长度“{0}”大于流长度。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3313E: 错误:选项填充期间 DIME 流关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3314E: 错误:获取标识长度时 DIME 流关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3315E: 错误:获取标识填充时 DIME 流关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3316E: 错误:获取类型时 DIME 流关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3317E: 错误:获取类型填充时 DIME 流关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3318E: 错误:DIME 流接收了错误类型“{0}”。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3319E: 错误:找不到保持器(holder),或无法为方法 {1} 的 OUT 参数 {0} 构造它。
Explanation 怀疑部署该 Web Service 时有问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3320E: 错误:传递了非法参数到 ParameterDesc.setJavaType。java 类型 {0} 不匹配方式 {1}。
Explanation 怀疑部署该 Web Service 时有问题。可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3321E: 错误:无效 normalizedString 值。
Explanation 由于无效值无法设置 NormalizedString 对象。
Action 请更正 normalizedString 值。
WSWS3322E: 错误:无效令牌值。
Explanation 由于无效值,无法设置 Token 对象。
Action 请更正令牌值。
WSWS3323E: 当为 {0} 构建属性描述符时发生内部错误。
Explanation 内部错误。
Action 确保表明的类遵守 JAX-RPC。
WSWS3324E: 错误:尝试为 {0} 写模式时遇到问题
Explanation 无法为表明的类写模式。这可能是由于内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3325E: 错误:以字节码查找参数名时出错:输入似乎不是一个有效的类文件。
Explanation 您可能为 Java2WSDL 指定了一个无效类。
Action 请更正表明的类。
WSWS3326E: 错误:以字节码查找参数名时出错:意外的文件结束。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3327E: 错误:以字节码查找参数名时出错:文件中有意外字节。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3328E: 错误:类 {0} 扩展非 bean 类 {1}。xml 模式 anyType 将用于定义 wsdl 文件中的 {0}。
Explanation Java2WSDL 错误表示无法将类转换为 xml 模式类型。注意,所有 java 类文件具有到 xml 模式类型的映射。不保证通过 Java2WSDL 将现有 Java 服务转换为 Web Service。
Action 所有作为您的 Web Service 接口一部分的 Java 类必须具有到 wsdl 的相应映射。这是必要的,以使服务的客户机可以自动生成接口和所有相关类以访问您的 Web Service。
WSWS3329E: 错误:XML 模式类型“{0}”在模式版本“{1}”中无效。
Explanation WSDL2Java 错误。
Action 请更正您的 wsdl。
WSWS3330I: 信息:{0} 已存在,WSDL2Java 不会覆盖它。
Explanation WSDL2Java 参考消息。
Action 不需要操作。
WSWS3331E: 错误:无效的 gYearMonth:{0}
Explanation 当构造 YearMonth 对象时发生错误。
Action 请使用正确的值。
WSWS3332E: 错误:无效的 gYear:{0}
Explanation 构造 Year 对象时发生错误。
Action 请使用正确的值。
WSWS3333E: 错误:无效的 gMonth:{0}
Explanation 构造 Month 对象时发生错误。
Action 请使用正确的值。
WSWS3334E: 错误:无效的 gDay:{0}
Explanation 构造 Day 对象时发生错误。
Action 请使用正确的值。
WSWS3335E: 错误:无效的 gMonthDay:{0}
Explanation 构造 MonthDay 对象时发生错误。
Action 请使用正确的值。
WSWS3336E: 错误:无效的持续时间:必须包含一个 P。
Explanation 构造 Duration 对象时发生错误。
Action 请使用正确的值。
WSWS3337E: 错误:串行器类 {0} 不实现 SimpleValueSerializer,它对于属性是必需的。
Explanation 无法使用此串行器来序列化属性。
Action 请更正您部署的类型映射。
WSWS3338E: 错误:JIMI 必需使用 java.awt.Image 附件(http://java.sun.com/products/jimi/)。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3339E: 错误:不支持 javax.xml.transform.Source 实现:{0}。
Explanation 尝试使用 SourceDataHandlerSerializer 序列化非 SourceStream 对象。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3340E: 错误:{0} 的 OperationDesc 未与 {1} 的方法同步。
Explanation 内部错误。该错误通常表明在与 Web Service 操作定义相关的 PortDesc/WSDDPort 中缺少信息。引擎尝试推论出缺少的信息,这可能导致此特定结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3341E: 错误:未找到服务类。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3342E: 错误:无法处理 {0},仅可以处理 JPEG 图象类型。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3343W: 警告:忽略了工厂 {0}:缺少必需方法:{1}。
Explanation 更正您的工厂实现。
Action This exception is unexpected. The cause is not immediately known.
WSWS3344W: 警告:忽略了工厂 {0}:调用方法失败:{1}。
Explanation 调用方法失败。
Action This exception is unexpected. The cause is not immediately known.
WSWS3345E: 错误:找不到有效的 EngineConfigurationFactory。
Explanation 缺少工厂实现。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3346E: 错误:忽略了工厂 {0}:无法装入/解析类。
Explanation 无法装入表明的工厂。
Action 确保可装入工厂。
WSWS3347E: 错误:缺少类名属性。
Explanation 缺少 WSDD 部署信息。这可能是由于内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3348E: 错误:缺少 qname 属性。
Explanation 缺少 WSDD 部署信息。这可能是由于内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3349E: 错误:引用了元素 {0},但未定义。
Explanation WSDL2Java 错误表明引用了元素但未找到定义。
Action 请更正您的 wsdl。
WSWS3350E: 错误:节点“{0}”缺少类型或引用属性
Explanation 使用类型或引用属性引用类型或元素。
Action 请更正您的 wsdl。
WSWS3351E: 错误:无法部署 typemapping:{0}
Explanation 这可能是部署问题导致的。
Action 确保可以找到并装入表明的类。
WSWS3352E: 错误:无法为 WSDD 操作“{0}”({1} 参数)找到匹配的 Java 操作。
Explanation 通常这表明缺少部署信息或部署信息不正确的问题。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3353E: 错误:基于消息的服务的方法样式不是我们可识别的。
Explanation 内部错误。这是不支持的 API。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3354E: 错误:方法“{0}”与任何有效的消息样式服务方法的签名不匹配。
Explanation 内部错误。这是不支持的 API。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3355E: 错误:unmatchedOp=Binding 操作没有相应的 portType 操作:名称 = {0},输入名称 = {1},输出名称 = {2}
Explanation wsdl 中遇到无效绑定操作。
Action 请更正 wsdl。
WSWS3356E: 错误:无法为 XML QName {0} 找到合适的操作
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3357E: 错误:当尝试反序列化操作 {0} 时,遇到名为 {1} 的元素。
然而,此元素不匹配此操作需要的任何参数。
这里是需要的参数列表:
{2}
Explanation 服务接收的 SOAP 请求消息不匹配 WSDL 定义。
Action 请确保发送到服务的 SOAP 消息匹配 WSDL 定义。
WSWS3358E: 错误:错误:无法把绑定 {2},操作“{1}”的绑定错误“{0}”与 PortType 错误相匹配。
Explanation 该绑定错误必须有相应的 portType 错误。
Action 请更正 wsdl
WSWS3359E: 错误:错误是绑定 {1} 的操作“{0}”中缺少 name= 属性。
Explanation 绑定错误必须有一个名称。
Action 请更正 wsdl。
WSWS3360E: 错误:错误:在绑定 {2} 中,操作“{1}”中缺少 <soap:fault> 元素 inFault“{0}”
Explanation 绑定错误必须有适当的 <soap:fault> 元素。
Action 请更正 wsdl。
WSWS3361E: 错误:在 soap:body 而不是 soap:header 中找到 {0} 的实例数据。
Explanation soap 消息不正确。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3362E: 错误:未找到指定的返回 QName {0}
Explanation 响应 soap 消息不正确。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3363E: 错误:-use 选项的值必须是 LITERAL 或 ENCODED。
Explanation Java2WSDL 的 -use 选项不正确。
Action 请更正 -use 选项。
WSWS3364E: 错误:为 -extraClasses 选项提供了无效类:{0}
Explanation Java2WSDL 的 -extraClasses 选项不正确。
Action 请更正 -extraClasses 选项。
WSWS3365E: 错误:当调用有返回类型时无法调用单向调用。
Explanation 遇到有返回类型的方法,但以假设方法是单向的方式调用 Java2WSDL。
Action 请更正类。
WSWS3366E: 错误:必须指定操作。
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3367E: 错误:无法为调用操作预先准备 MessageContext 对象:{0}
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3368E: 错误:不希望在 {2} 中发生({1})的反序列化事件 {0}。
Explanation 这可能是内部错误或错误输入 soap 消息导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3369E: 错误:构建器 {0} 没有要构建的 SOAPElement。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3370E: 错误:在 SOAPFactory 中仅允许一个 SOAPEnvelope。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3371E: 错误:无法对 {0} 对象调用 addChildElement。
Explanation 无法将子 SOAPElement 添加到表明的对象。
Action 请更正您的代码。
WSWS3372E: 错误:无法将 {0} 子元素添加到 {1} 对象。
Explanation 无法添加表明的子元素。
Action 请更正您的代码。
WSWS3373E: 错误:无法对 {0} 对象调用 addTextNode。
Explanation 无法将 Text 节点添加到表明的对象。
Action 请更正您的代码。
WSWS3374E: 错误:无法替换 SOAPElement 的属性。
Explanation 在 SOAPElement 有属性后无法调用 setAttributes。
Action 请更正您的代码。
WSWS3375E: 错误:无法替换 SOAPElement 的 MappingScope。
Explanation 在 SOAPElement 有 MappingScope 后无法调用 setMappingScope。
Action 请更正您的代码。
WSWS3376E: 错误:不知道如何转换类 {0} 的备用内容。
Explanation 这是无法识别的备用内容类型。
Action 请更正您的代码。
WSWS3377E: 错误:多个元素具有名称 ({0}):{1}。
Explanation 仅需要给定 qname 的一个子元素。
Action 请更正您的代码。
WSWS3378E: 错误:无法在已有备用内容的 SOAPElement 上设置备用内容。
Explanation 尝试在已有备用内容的 SOAPElement 上设置备用内容。
Action 确保您在替换前除去了现有备用内容。
WSWS3379E: 错误:未定义前缀 {0}。
Explanation 表明的前缀没有相应的名称空间 uri。
Action 请更正您的代码或 soap 消息。
WSWS3380E: 错误:尝试修改只读 MappingScope。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3381E: 错误:处理 MappingScope 时遇到圆周循环。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3382E: 错误:非标准的名称空间不能有前缀。前缀是 {0}。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3383E: 错误:遇到非法使用 xmlns 前缀:{0}
Explanation soap 消息有非法 xmlns 前缀。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3384E: 错误:管理流程失败。
Explanation 管理工具失败。
Action 不完全支持管理工具。
WSWS3385E: 错误:{0} 的 onStartChild 方法未返回处理程序。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3386E: 错误:尝试推送空处理程序。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3387E: 错误:尝试序列化空对象。这应该已在 serialize() 方法中处理了。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3388E: 错误:处理故障期间回绕请求处理程序时生成异常:异常已忽略,处理异常终止。
Explanation 处理程序故障处理期间抛出了异常。
Action 检查您的处理程序。
WSWS3389E: 错误:未找到/装入 JAXRPC 处理程序类 {0},已忽略。
Explanation 未找到和/或装入表明的类。
Action 确定找不到类或无法装入类的原因。
WSWS3390E: 错误:装入类 {0} 意外失败。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3391W: 警告:{0}.handleRequest 返回错误且无法设置响应消息。
Explanation 警告。
Action This exception is unexpected. The cause is not immediately known.
WSWS3392E: 错误:意外:无法作为处理程序创建响应消息。
Explanation 警告。
Action This exception is unexpected. The cause is not immediately known.
WSWS3393E: 错误:{0}.handlerRequest 不应该在客户端抛出 javax.xml.rpc.soap.SOAPFaultException。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3394E: 内部错误:尝试将 {0} 放入 {1} 的池中。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3395E: 错误:{0}.{1} 抛出了 RuntimeException。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3396E: 错误:处理程序 {0}:违反受保护的状态。(JSR 109,Web Service for J2EE,V1.0, 6.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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3400I: 信息:意外异常。
Explanation 可能是内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3401E: 错误:MessageContext 上缺少 RequestMessage。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3402E: 错误:内部:MessageContext 上缺少 ResponseMessage。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3403E: 错误:意外生命周期状态:当前状态 =“{0}”,需要的状态 =“{1}”。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3404E: 错误:意外:SubSet({0}, {1}, {2}):作为空集操作。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3405I: 信息:忽略 {0} 抛出的异常。
Explanation 参考消息。
Action 不需要操作。
WSWS3406E: 发送应答消息时捕获到意外异常:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3407E: JMS URL 字符串的协议无效:{0}
Explanation JMS URL 字符串的协议应该是“jms:”
Action 构造对象时,确保将正确的 JMS 样式 URL 传递给 JMSURLParser 构造函数。
WSWS3408E: 无法从 JMSURLParser 对象中包含的属性形成有效的 URL 字符串。
链接异常:{0}
Explanation 当前包含在 JMSURLParser 对象中的属性集无法形成有效的 JMS 样式 URL 字符串。
Action 构造对象时,确保将正确的 JMS 样式 URL 传递给 JMSURLParser 构造函数。
WSWS3409E: 内部错误:没有为 soap 端口设置客户机/服务器方式。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3410E: 为 {0} 属性指定的值无效。
Explanation 提供给指定的属性的值不正确。
Action 确保您为指定的属性使用了正确的值。
WSWS3411E: 超过请求超时。
Explanation 在指定的超时期间未完成请求。
Action 确保您的服务器是活动的,且能够在规定的时间内处理请求。
WSWS3412E: 接收到与 JMS 请求消息无关的 JMS 应答消息。
Explanation 应答消息中的 JMS 相关标识与请求消息中的 JMS 消息标识不匹配。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3413E: JMS 应答消息不是正确的 JMS 消息类型。
Explanation JMS 应答消息应该是 javax.jms.BytesMessage 类型,但它是不同的类型。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3414E: Style DOCUMENT、Use LITERAL 和 Wrapped 不允许重载操作 {0}。
Explanation 允许重载操作将导致同名的重复 xsi 类型。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3415E: 缓冲区大小 <= 0
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3416E: 流已关闭。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3417W: 在单向消息的 MessageContext 中设置了响应。将忽略响应。
Explanation 运行时将响应消息设置到单向消息的 MessageContext。
Action 请更正 JAXRPC 处理程序逻辑。
WSWS3418E: 错误:处理程序故障处理期间生成了异常。
Explanation 处理程序故障处理期间抛出了异常。
Action 检查您的处理程序。
WSWS3419E: 当前节点不是 Text 节点,并且它有多个子节点或具有一个不是 Text 节点的子节点。
Explanation 不允许设置在异常中描述的节点的值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3420E: 错误:发射器故障。操作 {1} 的部件 {0} 必须是类型部件。
Explanation 绑定使用与部件不一致。使用字面值时,部件可以是元素部件或类型部件。使用已编码时,部件必须是类型部件。
Action 请修正 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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3424E: 错误:类型 {1} 的列表值不是简单类型。
Explanation xsd:list itemTypes 必须为原子值。
Action 请更正 WSDL。
WSWS3425I: 从目标域:{0}。
Explanation 参考消息。
Action 不需要操作。
WSWS3426I: 已经接收了 HTTP 基本认证信息。
Explanation 参考消息。
Action 不需要操作。
WSWS3427I: 没有接收到任何 HTTP 基本认证信息。
Explanation 运行时没有从提示符接收任何 HTTP 基本认证信息。或未配置 loginSource 属性。
Action 确保在提示处同时输入了用户标识和密码。或阅读信息中心以配置 loginSource 属性。
WSWS3428W: 警告:找到 DD 的旧 J2EE 1.3 版本。将写新的 J2EE 1.4 版本。
Explanation 这是在写 DD 之处找到了上一个版本的 DD 文件的通知。然后,将写一个新版本的 DD 文件。
Action 如果这是意外,则检查您的 DD 版本。
WSWS3429W: 警告:找到旧的 J2EE 1.3 {0} 文件。这表明版本不匹配 - 将写新的 J2EE 1.4 DD。
Explanation 这是在写 DD 之处找到了上一个版本的 DD 文件的通知。然后,将写一个新版本的 DD 文件。
Action 如果这是意外,则检查您的 DD 版本。
WSWS3430E: 无效的 CharacterEncoding:{0}。
Explanation 需要有效的入局消息的 CharacterEncoding。
Action 请更正入局消息的 CharacterEncoding。
WSWS3431E: 错误:没有找到端口 {0} 的服务端点类。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3432E: 错误:针对类“{3}”的对象“{2}”调用方法“{0}”时抛出异常。
Explanation 检查异常堆栈跟踪获取更多详细信息。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3433E: 内部错误:没有指定到端口 {0} 的处理程序。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3434E: 无法装入配置文件
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3435E: 错误:无效日期/时间。接收到日期/时间值的空字符串。
Explanation 在 soap 消息中找到无效空字符串日期/时间值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3436E: 错误:无效时间:接收到时间值的空字符串。
Explanation 在 soap 消息中找到了无效的空字符串时间值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3437E: 错误:无效日期:接收到日期值的空字符串。
Explanation 在 soap 消息中找到了无效空字符串日期值。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3438E: 错误:服务定位器“{1}”没有对服务接口“{0}”划分子类。
Explanation 指定的服务定位器必须对服务接口划分子类。
Action 指定对服务接口划分子类的服务定位器。
WSWS3439E: 错误:加密 SOAP 主体的内容。无法调用目标操作。主体包含具有名称 {0} 的元素。
Explanation SOAP 主体的内容应该已经由 Web Service 安全性解密了。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3440W: 警告:WSDL2Java 发射器不理解在映射文件 {3} 中的构造 {2} 的字段 {1} 中指定的 qname {0}。将忽略与此 qname 相对应的映射文件中的信息。
Explanation 映射文件用于描述 xml qnames 的 Java 映射。在这种情况下,qname 不正确或没有找到。忽略映射文件中的相应信息。
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 无法获取使用 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 配置别名或 JSSE SSL 设置指定。
Action 无。
WSWS3451I: 信息:代理对 HTTP CONNECT 的响应:{0}。
Explanation 代理对 HTTP CONNECT 请求的 HTTP 响应
Action 无。
WSWS3452E: 内部错误:尝试不先解析 WSDL 文件就生成代码。
Explanation 已经进行了尝试来生成代码而不先解析 WSDL 文件。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3453I: 不会写文件 {0}。写许可权被底层文件系统拒绝。
Explanation 如果文件写尝试被底层文件操作系统拒绝,则 WSDL2Java 发出此消息。最可能是由于 WSAD 的限制。
Action 无。
WSWS3454E: 不支持在 WSDL 绑定内混合使用“style/use”的不同设置。“{0}”绑定的不一致值为:{1}={2} 和 {3}={4}
Explanation WS-I 要求任一绑定中“input/outputs”和“faults”的“style/use”必须相同。要获得更多详细信息,访问 http://www.ws-i.org/ 处的 WS-I
Action 修改 WSDL 文档以使“inputs, outputs”和/或“faults”的“style/use”设置保持一致。
WSWS3455I: 错误:-javaSearch 选项参数“{0}”无效。有效的选项为“File”、“Classpath”或 “Both”。缺省值为“File”。
Explanation WSDL2Java 的 -javaSearch 选项是错误的。
Action 请更正 -javaSearch 选项设置。
WSWS3456E: 错误:{0} 的 onStartChild 方法不知道如何处理元素 {1}。无法继续处理。
Explanation 内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3457W: 警告:WSDL2Java 发射器在 WSDL 中找到了相对名称空间 {0},并且无法将它变换为绝对名称空间。
Explanation wsdl 具有相对名称空间,例如“/home”,并且没有祖代的绝对名称空间来预先连接并制作一个绝对名称空间,例如“http://www.ibm.com/home”。
Action 请修正 wsdl 中的名称空间。
WSWS3458E: ---------- WSDL2Java 验证错误 ----------
在 SEI 方法“{0}”找到了不兼容的返回类型
     现有 Java 返回类型 = {1}
     WSDL 定义的返回类型 = {2}
Explanation 验证错误。现有的 SEI 类返回类型与其 WSDL 定义不兼容。
Action 请更正现有的 SEI 和 WSDL 文档之间的不兼容性。
WSWS3459E: ---------- WSDL2Java 验证错误 ----------
在 SEI 方法“{0}”找到不兼容的参数类型
     现有 Java 参数类型 = {1}
     WSDL 定义的参数类型 = {2}
Explanation 验证错误。现有的 SEI 类参数类型与其 WSDL 定义不兼容。
Action 请更正现有的 SEI 和 WSDL 文档之间的不兼容性。
WSWS3460E: ---------- WSDL2Java 验证错误 ----------
在 Java 类“{0}”中找到不兼容的字段类型
     现有 Java 类字段类型 = {1}
     WSDL 定义的字段类型 = {2}
Explanation 验证错误。现有的 Java 类字段类型与其 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 使数据成员成为公用,或添加相应的 getter 方法和 setter 方法。
WSWS3466E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     它不扩展 = {1}
Explanation 验证错误。指定的 Fault 类不是 Java 异常类。
Action 使指定的 Fault 类扩展 java.lang.Exception。
WSWS3467E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     没有实现有效公共构造函数:“{1}”,它包含 {2} 个参数。
Explanation 验证错误。指定的 Fault 类没有实现具有正确数目参数的构造函数。
Action 确保 Fault 类用必需参数实现了公共构造函数。
WSWS3468E: ---------- WSDL2Java 验证错误 ----------
     现有的 Fault 类无效:“{0}”
     它不为以下数据成员定义属性 = {1}
Explanation 验证错误。指定的 Fault 类没有用于其数据成员的相应的 bean 属性。
Action 使数据成员成为公用,或添加相应的 getter 方法和 setter 方法。
WSWS3469E: ---------- WSDL2Java 验证错误 ----------
在 Fault 类方法找到了不兼容的参数类型:“{0}”
     现有 Java 参数类型 = {1}
     WSDL 定义的参数类型 = {2}
Explanation 验证错误。现有的 Fault 类参数类型与其 WSDL 定义不兼容。
Action 请更正现有的 Fault 类和 WSDL 文档之间的不兼容性。
WSWS3470E: 运行类“{0}”时出错。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3471W: 已经生成了绑定 {0} 并不会重新生成。
Explanation 无。
Action 无。
WSWS3472W: 为返回“空”的方法请求了单向操作,但操作“{0}”已经声明为抛出故障,因此它将转换为双向操作。
Explanation 无。
Action 无。
WSWS3473E: 没有找到绑定类型“{0}”的绑定生成器。
Explanation 请求了一个不支持的绑定类型。
Action 确保仅请求有效的绑定类型。
WSWS3474I: 找到了绑定类型“{0}”的绑定生成器。
Explanation 无。
Action 无。
WSWS3475W: 未对请求的 {0} 绑定指定特定于绑定的位置属性。将使用缺省位置“{1}”。
Explanation 无。
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 This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3482E: 没有为 {0} RequestSender 定义的部署描述符。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3483E: 在 EAR 内找不到 WSDL 文件“{0}”。
Explanation 无法在所需的地方找到 WSLD 文件。
Action 请修正该 EAR。
WSWS3484E: 尝试读取 WSDL 文件“{1}”时捕获到 {0}:{2}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3485E: 没有找到名称空间“{0}”的 WSDL 服务。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3486E: ClassLoader 参数作为空值传递。
Explanation ClassLoader 参数对于正确运行方法是必需的,但是传递的是空值。
Action 确保为 ClassLoader 参数传递非空值。
WSWS3487E: 端口名和服务引用名都为 null。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3488E: 错误:此 SOAPElement 不是 swaRef - 它不是对附件的引用。
Explanation 此 SOAPElement 不包含文本节点或文本节点不指向附件。
Action 通过调用 isSwaRef 确保这是个 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 在文件系统中未找到 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 用户可能要查阅 WebSphere 信息中心,以获取有关如何接受到新位置的自动重定向的详细信息。
WSWS3500I: 必需的服务:{0} 来自 JNDI 名称空间:{1}
Explanation 无。
Action 无。
WSWS3501E: Channel Framework 服务失败:{0}
Explanation 有来自 Channel Framework 服务的失败。
Action 检查日志中 Channel Framework 服务报告的错误。
WSWS3502E: 不支持 HTTP schema:{0}
Explanation 找到不支持使用 HTTP 传输方法的 schema。
Action 验证目标端点地址。
WSWS3503I: 已更新密钥出站连接的配置:{0}
Explanation 无。
Action 无。
WSWS3504E: 无法检索代理连接的 HTTP(S) 代理信息。
Explanation 运行时无法获取处理代理连接的 HTTP 代理信息。
Action 确保正确配置了 HTTP 或 HTTPS 代理信息。用户可能要查阅 WebSphere 信息中心,以获取关于如何配置 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: 将当前请求发送到版本中的 {0}:{1}
Explanation 在指示的 HTTP 版本中发送当前的 SOAP over HTTP 请求。
Action 无。
WSWS3512E: 不支持的 HTTP 版本:{0}
Explanation 检测到不支持的 HTTP 版本。这是一个内部错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3513E: 从连接接收到无效 HTTP 响应:{0}
Explanation 接收到无效 HTTP 响应。这可能是内部错误。
Action 无。
WSWS3514E: 来自连接没有可用的 HTTP 响应主体:{0}
Explanation HTTP Channel 服务失败。
Action 检查日志中 HTTP Channel 服务报告的错误。
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 端口的 WSDL 文档的请求。如果没有这样的端口,将显示此错误来取代 WSDL 文档。
Action 修改查询以获取扩展的 wsdl 或与 Web Service 所有者联系。
WSWS3525E: 装入“META-INF/services/CustomBindingProvider.xml”文件时发生异常。
Explanation 引擎或工具无法解析 CustomBindingProvider.xml 来构建 CustomProvider 对象。
Action 检查 CustomBindingProvider.xml 文件以查看是否有任何语法错误。
WSWS3526W: 没有为文件 {0} 中定义的映射找到名称空间。
Explanation 需要每个定制类型映射都有一个非缺省的名称空间。
Action 请更正 CustomBindingProvider.xml 文件。
WSWS3527I: 在文件中发现并装入定制绑定提供程序:{0}
Explanation
Action
WSWS3528E: ---------- WSDL2Java 验证错误 ----------
     现有 Bean 和 WSDL 文档之间的扩展基数不匹配。
     现有 Bean 类:“{0}”
     扩展以下类:{1}
     然而以下扩展基数
     在 WSDL 文档 {2} 中指定
Explanation 验证错误。指定的 Bean 类不扩展 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 尝试访问已关闭的连接。这可能是内部错误。
Action 检查日志中的连接异常。
WSWS3539E: 捕获到异常 {0}。释放相关的虚拟连接对象 {1} 和出站服务上下文 {2}
Explanation 异常导致了释放保存的虚拟连接对象和出站服务上下文。
Action 检查日志以找查看先前捕获的异常。
WSWS3540I: 连接表查找 {1} 找到键 {0}
Explanation 无。
Action 无。
WSWS3541E: 错误:引用了属性 {0},但是未定义该属性。
Explanation WSDL2Java 错误表示引用了属性但是未找到定义。
Action 请更正您的 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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3549E: 错误:WSDL2Java 无法发现 {0} 的合适 StubWriter。
Explanation 可能与类装入器有关的内部发现问题。不能继续操作。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3550E: 错误:MessageContext 指定样式 {0} 但是 OperationDesc 指定样式 {1}。
Explanation 在 MessageContext 或 OperationDesc 上检测到错误属性。这可能是内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3551E: 错误:MessageContext 指定 Use {0} 但是 OperationDesc 指定 Use {1}。
Explanation 在 MessageContext 或 OperationDesc 上检测到错误属性。这可能是内部错误导致的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3552E: 错误:无法为定制绑定程序 {0} 装入 Java 类。
Explanation 上述定制绑定程序不存在或者它不在上下文类装入器的类路径中。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3553E: 错误:-MIMEstyle 的值必须是 AXIS、swaRef 或 WSDL11。
Explanation Java2WSDL 的 -MIMEstyle 选项不正确。
Action 请使用正确的 -MIMEstyle 选项。
WSWS3554E: 错误:引用了组 {0},但是未定义该组。
Explanation WSDL2Java 错误表示引用了组但是未找到定义。
Action 请更正您的 wsdl。
WSWS3555E: 错误:引用了属性组 {0},但是未定义该属性组。
Explanation WSDL2Java 错误表示引用了属性组但是未找到定义。
Action 请更正您的 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 表示是否已启用压缩的压缩类型。
Action 检查是否已根据需要配置了 HTTP 压缩的 Web Service 属性。
WSWS3559I: 正在使用 {0} 类型的 HTTP Channel。
Explanation 表示将哪些类型的 HTTP Channel 用于 HTTP 连接。它可能是进程内类型或网络类型。
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 响应中的可接受 content-coding 设置的值。请参阅超文本传输协议的规范获取更多详细信息。空的头值表示入局 HTTP 请求中的空 Accept-Encoding 头;因此,HTTP 响应中未执行内容编码。
Action 如果它是 WebSphere 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.getPort。
Action 请更正 Service.createCall 的调用。
WSWS3567E: 错误:Service.createCall {0} 的操作无效
Explanation 使用指定操作来调用 Service.getPort。
Action 请更正 Service.createCall 的调用。
WSWS3568E: ---------- WSDL2Java 验证错误 ----------
     现有的 Bean 类无效:“{0}”
     它未定义以下数据成员的 set 方法 = {1}
     找到了 get 方法 = {2}
Explanation 验证错误。指定的 Bean 未正确定义指定数据成员的 bean 属性。
Action 使数据成员成为公用,或添加适当的 setter 方法。特别要小心确保 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 遇到致命错误,很可能由于用户错误而导致。查看消息中的更多详细信息。Code/Artifacts 生成已暂挂。
Action 请修正报告的问题,然后请重试。
WSWS3575E: 无法为 SOAPBody 设置保护。
Explanation 在调用 JAX-RPC 处理程序前尝试保护 SOAP 消息体,然而,在操作中发生未知错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3576I: 信息:已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1},这是由于映射文件引用。
Explanation JSR109 映射文件为 xml 构造定义名称,这不同于缺省映射。
Action
WSWS3577I: 信息:已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1},这是由于定制绑定指定。
Explanation 定制绑定程序为 xml 构造定义名称,这不同于缺省映射。
Action
WSWS3578I: 信息:已将 xml 构造 {2} 的 Java 名称 {0} 更改为 {1},这是由于 Java 映像。
Explanation Java 映像表明 xml 构造的名称,这不同于缺省映射。
Action
WSWS3579I: 信息:正在内省 SEI {0}。JavaClass 为:{1}
Explanation 正在执行所表明 SEI 的自省。
Action
WSWS3580I: 信息:正在内省 xml 构造 {0} 的类。JavaClass 为:{1}
Explanation 正在执行所表明类的自省。
Action
WSWS3581E: 错误:PortType 操作没有相应的绑定操作:
名称 = {0},输入名称 = {1},输出名称 = {2}
Explanation 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 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 这可能是不正确的 wsdl 引起的。
Action 请修正 wsdl 以除去多义性或 CMSG002
WSWS3593E: 错误:操作 {0} 和 {1} 在其输入请求消息中具有相同的参数元素。请更改 wsdl。
Explanation Document/Literal 操作必须在其输入消息中具有唯一的参数元素,以便目标服务器可确定调用的操作。
Action 请修正 wsdl 以除去多义性
WSWS3594E: 错误:方法 {0} 和 {1} 具有相同的参数名。无法产生文档字面值非回绕 wsdl。
Explanation Document/Literal 操作必须在其输入消息中具有唯一的参数元素,以便目标服务可确定调用的操作。
Action 指定 -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 This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3602I: 当前端点:{0}。新端点:{1}
Explanation 无。
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 更改 WSDL 消息部分名和元素属性,以确保唯一的参数。
WSWS3704W: 警告:Java2WSDL 在输入中遇到了名为 {0} 的内部嵌套类。不支持内部类。生成将继续。
Explanation 输入 SEI 引用嵌套在另一个类中的类。这不受支持。
Action 更改 Java 结构。
WSWS3705E: 错误:wsdl:import 从 {1} 中导入的文档 {0}
既不是模式也不是 WSDL 文件。
Explanation 发现通过 wsdl:import 正在引用一个非 WSDL 或模式文档。
Action 确保正在导入的文档是有效的 WSDL 文档。WSDL:import 导入模式是允许的,但是建议不要这样做。
WSWS3706W: 警告:不符合 WS-I。
     文档 {1} 正在使用 wsdl:import 导入模式文档 {0}
     WS-I 要求 wsdl:import 仅导入 WSDL 文档。
Explanation 发现 wsdl:import 正用来导入模式文档而不是 WSDL 文件。
Action 为了符合 WS-I,必须确保 wsdl:imports 仅导入 WSDL 文档,而使用 xsd:imports 来导入模式。
WSWS3707W: 警告:不符合 WS-I。
     文档 {1} 中的 wsdl:import 名称空间属性 {0}
     是相对 URI。
     WS-I 要求 wsdl:import 名称空间是绝对的。
Explanation 发现 wsdl:import 名称空间属性包含相对 URI。这不符合 WS-I。
Action 为了符合 WS-I,必须使该名称空间属性成为绝对 URI,例如,“http://www.ibm.com/home”。
WSWS3708W: 警告:不符合 WS-I。
     xsd:import 的 schemaLocation 属性 {0}
     不能转换为其根元素为模式的文档。
Explanation xsd:import 的 schemaLocation 属性不能转换为其根元素为模式的文档。这不符合 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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3710E: 内部错误:尝试将 WebServicesInputSource 中的编码从 {0} 更改为 {1}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3711E: 内部错误:WebServicesInputSource 内部状态错误:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3712E: 内部错误:尝试编写空的 WebServicesInputSource。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3713E: 连接至远程主机 {0} 失败。接收到以下错误:{1}
Explanation 无法连接至远程主机。
Action 有关更多详细信息,请检查所报告的连接和/或错误。
WSWS3714W: 警告:不符合 WS-I。
     WS-I 指定 XML 模式“{2}”语句仅出现在
     类型部分的 xsd:schema 元素中。
     文档:{0},正在使用不兼容的模式“{2}”(用于 {2}):{1}
Explanation 模式导入,在 xsd:schema 元素中未定义包含或重新定义。这不符合 WS-I。
Action 要符合 WS-I,应确保从模式元素中导入/包含/重新定义模式。从 WSDL 定义文档中使用 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 指定的 WSDL 文档不符合 WS-I,原因是它未保持由 WS-I 指定的元素顺序。WS-I 指定 wsdl:import 元素必须在 WSDL 名称空间中除了 wsdl:documentation 之外的所有其他元素的前面。
Action 要符合 WS-I,应更改已定义的 wsdl 元素的顺序,并确保 wsdl:imports 前面只是 wsdl:documentation、 wsdl:#comment 和/或 wsdl:#text。
WSWS3717W: 警告:不符合 WS-I。
     WSDL 文档:“{0}”
     在定义元素“{1}”之后定义“wsdl:types”元素。
     WS-I 指定“wsdl:types”元素必须在 WSDL 名称空间中
     除了“wsdl:documentation”和“wsdl:import”之外的所有其他元素前面。
Explanation 指定的 WSDL 文档不符合 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} 时未定义“名称空间”属性。
     正在导入的文件也未定义“目标名称空间”。
           请确保同时定义了已导入文件的“名称空间”属性和“目标名称空间”,
     并且它们的值是相等的。
Explanation 尚未定义 wsdl 或 xsd 导入的“名称空间”属性,并且正在导入的文件不包含“targetNamespace”。这是不受支持的配置。
Action 确保同时定义了已导入文件的“名称空间”属性和“targetNamespace”,并且它们的值是相等的。
WSWS3719W: 警告:不符合 WS-I。
     文档:{0}
     导入:{1},
     namespace 属性值为:{2}
     但是,{1},
     包含 targetNamespace 值:{3}
     WS-I 要求导入名称空间属性等于已导入文档的
     targetNamespace。
Explanation WS-I 要求导入名称空间属性等于已导入的文档的 targetNamespace 的值。
Action 确保同时定义了已导入文件的“名称空间”属性和“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 包含 null 键。
Explanation 与隐式 SOAP 头配合使用的 java.util.HashMap 应包含类型为“javax.xml.namespace.QName”的非 null 键。
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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS3732E: 错误:不支持此 DOM 3 API,即接口 {1} 的方法 {0}。
Explanation SAAJ 1.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 不支持具有“extension”的“redefine”元素。
Action 请更正 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 WebSphere SSL 运行时无法解析有效的 SSL 配置。尝试缺省为 JSSE 系统属性。
Action 确保遵循 WebSphere 信息中心中指定的优先顺序规则对此调用正确设置了 SSL 配置。
WSWS3740E: 错误:SSL 配置对端点 {0} 不可用
Explanation 运行时无法解析指定端点的有效 SSL 配置。
Action 确保遵循 WebSphere 信息中心中指定的优先顺序规则对此端点正确设置了 SSL 配置。
WSWS3741I: 信息:安全性中的 JSSEHelper 返回 SSL 属性 {0} 以及已注册的侦听器 {1}。
Explanation 接收到来自 WebSphere 安全性的 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 引擎将尝试再次从 UCF 查询。
Action 无。
WSWS3747W: 警告:从“统一集群框架”第二次查询失败。从“统一集群框架”未返回 ChannelTarget 对象。
Explanation 第二次查询失败,引擎将使用缺省通道继续至下一个选项。
Action 如果需要“统一集群”,则这是一个错误。请检查跟踪以从集群中找到任何错误。
WSWS3748I: 信息:从“统一集群框架”{0} 返回了 ChannelTarget 对象
Explanation 无。
Action 无。
WSWS3749I: 信息:正在装入 {0} 处的文档,尝试 {1}
Explanation 无。
Action 无。
WSWS3750W: 警告:类 {0} 的类型为 java.util.Collection。这不是受支持的 JAX-RPC 类型,但是不会暂挂生成。
Explanation 应用程序使用不是受支持的 JAX-RPC 类型的类型。虽然继续生成工件,但不支持使用它。
Action 修改应用程序以使用不是 java.util.Collection 类型的类型,使用定制的数据映射来映射“集合”类型,或者按原样使用它,风险自负。
WSWS3751E: 错误:WSADDRESSING_DESTINATION_EPR {0} 中的 ServiceName 与服务原始配置的 {1} 不匹配
Explanation 正在设置新的 WS-Addressing 目标 EPR。然而,EPR 中的服务名称与在此对象中配置的原始服务名称不匹配。
Action 启用 WS-Addressing 跟踪并检查 WS-Addressing 是否有错。
WSWS3752I: (C) COPYRIGHT International Business Machines Corp. 1997, 2007.
Explanation 标准 IBM 版权。
Action 不需要用户操作。
WSWS3753I: IBM WebSphere Application Server R6.1
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 无。
WSWS3757E: HTTP 端口值无效。端口值是给定 URL {1} 中的 {0}
Explanation HTTP 端口值无效。这可能是内部错误。
Action 修改或端口或将有效端口添加至端点 URL。
WSWS3758I: 本地单元名称:{0}。DWLM 客户机中已映射怕单元:{1}。
Explanation 提供有关本地单元名称和已映射单元名称的信息。已映射单元名称可取自远程集群。
Action 不需要用户操作。
WSWS3759E: 遇到 {0}。无法对 WS-Addressing EPR 求值。
Explanation 无法对 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 修改 WSDL 或者要求在生成的工件中不指定替代组。
WSWS3766W: 警告:elementFormDefault 选项的参数“{0}”无效。有效参数为 <qualified | unqualified>。Java2WSDL 将忽略此选项。
Explanation Java2WSDL 仅将 qualified 或 unqualified 用于 elementFormDefault 选项。
Action 修改 Java2WSDL 调用以包含 elementFormDefault 选项的有效参数。
WSWS3767W: 警告:attributeFormDefault 选项的参数“{0}”无效。有效参数为 <qualified | unqualified>。Java2WSDL 将忽略此选项。
Explanation Java2WSDL 仅将 qualified 或 unqualified 用于 attributeFormDefault 选项。
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 遇到不受支持的绑定名称空间 {0},将继续对受支持的绑定执行代码生成过程。
Action 要删除此警告,请从 WSDL 中删除不受支持的绑定名称空间。
WSWS3938E: 该消息包括在 {0} 标记中。如同在基本概要文件 1.1 规范规则 R9980 中所述,该消息必须在 SOAP 包络中。
Explanation SOAP 包络必须是消息的根元素。
Action 请将该消息更正为符合 Web Service 互操作性标准或使用您的 Web Service 提供程序。
WSWS4100E: 类 {1} 的方法 {0} 在 SAAJ 1.2 中不受支持。
Explanation 表明的方法需要 SAAJ 1.3 支持。在安装的 WebSphere 版本中未提供此支持。
Action 使用 SAAJ 1.2 方法,或升级至新的 WebSphere 版本。
WSWS4101E: 类 {1} 的方法 {0} 在 SAAJ 1.2 和 DOM Level 2 中不受支持。
Explanation 表明的方法需要 DOM Level 3,而它是 SAAJ 1.3 支持的一部分。此方法在安装的 WebSphere 版本中不可用。
Action 使用 DOM Level 2 方法,或升级至新的 WebSphere 版本。
WSWS4102E: 使用动态 SOAP 协议时,未提供 {0}。
Explanation 使用 SOAPConstants.DYNAMIC_SOAP_PROTOCOL 时,未提供请求信息。
Action 使用 SOAP 1.1 或 SOAP 1.2 协议创建 SOAP 消息。
WSWS4103E: 类 {1} 的方法 {0} 仅对使用 SOAP 1.2 协议的消息有效。当前消息使用 {2} 协议。
Explanation 表明的方法仅对 SOAP 1.2 协议有效。此要求由 SAAJ 1.3 规范定义。
Action 使用对您的 SOAP 协议有效的方法。
WSWS4104E: SAAJ 1.2 不支持 {0}。
Explanation 表明的协议需要 SAAJ 1.3 支持。在安装的 WebSphere 版本中未提供此支持。
Action 使用 SOAP 1.1 协议,或升级至新的 WebSphere 版本。
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 SAAJ 1.3 要求绑定前缀。这表示祖代元素中必须具有名称空间声明。
Action 请更正调用 addChildElement 的代码。
WSWS4117E: 尝试将使用协议 {0} 的 SOAPEnvelope 添加至使用协议 {1} 的 SOAPMessage。
Explanation SOAPEnvelope 和 SOAPMessage 必须使用相同的协议。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS4118E: 尝试从没有数据处理程序的附件中获取数据。附件内容标识为 {0}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS4120E: 尝试设置无效故障代码。故障代码局部名为 {0};名称空间为 {1}。
Explanation SAAJ 1.3 要求故障代码必须是在使用的 SOAP 规范版本中定义的某个故障代码。
Action 请更正故障代码。
Reference topic    

Terms of Use | Feedback

Last updated: Feb 18, 2011 5:05:12 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.webservices.engine.resources.engineMessages.html

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