对于IBM Connections中的Sharebox小工具,“无法预加载小工具...”的原因是什么?

时间:2013-05-24 19:20:26

标签: opensocial ibm-connections ibm-sbt

我已按照“Adding new ways to share content

中记录的程序进行操作

...但不断收到错误:

Failed to preload gadget http://....

Detailed error: 400 Gadget is not trusted to render in this container. cre.iruntime:cre.iwidget.event:cre.wire:cre.iwidget:cre.iwidget.itemset:cre….ibm.connections.ee:ibm.connections.ee:container.nongadget:open-views.js:4

sharebox error http://i7.minus.com/ibiLz4SSWA5EL8.png

这看起来像外部服务器的某种信任问题,但我在同一外部主机上的其他小工具(嵌入式体验和主页小工具)都运行良好。

我在配置中错过了什么?

1 个答案:

答案 0 :(得分:0)

好的,可耻的,看起来我错过了将安全属性whitelistEnabled="true"交换到whitelistEnabled="false"的内容:

/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/connectionswwCell01/LotusConnections-config/opensocial-config.xml

下面:

<security whitelistEnabled="false" featureAdminEnabled="true">

此幻灯片中的详细信息:How to add your own OpenSocial Gadgets to IBM Connections


当然,在生产系统中,您必须使用wsadmin.sh检查opensocial配置,编辑,检查和检查。重新启动。