IBM Worklight:无法在 Worklight Console 中上载适配器

Posted

技术标签:

【中文标题】IBM Worklight:无法在 Worklight Console 中上载适配器【英文标题】:IBM Worklight: Failed to Upload Adapter in Worklight Console 【发布时间】:2013-09-09 07:07:18 【问题描述】:

我正在尝试在 Worklight 控制台中上传 Worklight 适配器,但在上传适配器时出现一些错误,

错误信息

Failed to deploy adapter 'Sample.adapter'. : cvc-complex-type.3.2.2: Attribute 'platformVersion' is not allowed to appear in element 'ns2:adapter'.

适配器.xml

<displayName>getRFQ</displayName>
<description>getRFQ</description>
<connectivity>
    <connectionPolicy xsi:type="http:HTTPConnectionPolicyType">
        <protocol>http</protocol>
        <domain>my server IP</domain>
        <port>8009</port>
        <!-- Following properties used by adapter's key manager for choosing specific certificate from key store  
        <sslCertificateAlias></sslCertificateAlias> 
        <sslCertificatePassword></sslCertificatePassword>
        -->     
    </connectionPolicy>
    <loadConstraints maxConcurrentConnectionsPerNode="2" />
</connectivity>

<procedure name="proc1"/>

<procedure name="proc2"/>

<procedure name="proc3"/>

如何解决这个问题。

感谢任何帮助。

【问题讨论】:

使用您的适配器 XML 和 -impl.js 文件编辑问题。 请查看更新后的帖子。我可以在本地机器上从 eclipse 部署适配器,但是当我尝试从安装了 worklight 服务器的另一台 PC 部署 .adapter 文件时,我收到此错误。我尝试部署 .apk 文件,它工作正常。 【参考方案1】:

这意味着您使用的是较新的 WL Studio 和较旧的 WL 服务器。

【讨论】:

以上是关于IBM Worklight:无法在 Worklight Console 中上载适配器的主要内容,如果未能解决你的问题,请参考以下文章

IBM Worklight:无法在 Worklight Console 中上载适配器

IBM Worklight 6.0 - 无法访问 Worklight 服务器

IBM Worklight - 无法在 Worklight Console 和设备中更改应用程序图标

IBM Worklight 6.1:无法在 Windows 7 中安装

IBM worklight 5 - 无法安装插件

IBM Worklight 应用程序无法在 Xcode 中运行