问题标签 [fiware-wirecloud]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
702 浏览

fiware-orion - 如何在 Wirecloud MapViewer 小部件中显示实体

好吧,我正在尝试显示以下实体:

使用 MapViewer 小部件(插入/更新 PoI)将 NGSI 源和 NGSI 实体连接到 Poi 操作员,并具有以下设置:

NGSI 来源

NGSI 实体到 Poi

  • 坐标属性:位置

但是地图上什么也没有!有人可以帮我找出问题所在吗?

0 投票
2 回答
245 浏览

https - Can't show a PoI in the Wirecloud MapViewer widget

Following my previous question How to show an entity from in the Wirecloud MapViewer widget , I installed rush, and when I intend to start the contextBroker from the folder /etc/sysconfig I get the following results:

Although I get "MHD_start_daemon failed" when I check if the rush and the contextBroker are running, with the "netstat -tupln" command, I get the following result :

And then I return to "https://mashup.lab.fi-ware.org" and I put the following input on each widget/operator:

NGSI Source

NGSI server URL: thiisorioncontextbroker:1026/ (with http no https)

NGSI proxy URL: https://ngsiproxy.lab.fi-ware.org/

NGSI entities: City

NGSI Attributes: position

NGSI Entity to Poi

Coordinates attribute: position

But nothing shows up in the map again :( .

After have runned the following command I got an ssl error:

----------------------------------------------------------------------------------

I killed the contextBroker running process and start again, and then I runned the following command again:

The contextBroker url with https protocol (https://YYY.YYY.YYY.YYY:1026) works perfectly with NGSIUpdater widget. So I'm also using in the wirecloud widget/operator https://YYY.YYY.YYY.YYY:1026 instead of http://YYY.YYY.YYY.YYY:1026, but I still don't get the marks (PoI) to be shown in the MapViewer.

Running netstat -tupln again show me the following results:

Thanks for all the great support from fiware people.

0 投票
1 回答
382 浏览

https - 与 Orion Context Broker 的 Rush 安装和集成

在运行了侦听器并在 Rush 中运行了一次消费者之后,我运行:

我确保使用 Orion 0.17 而不是 0.14,输入 /version url 后显示的是:

现在 Rush 中继器工作正常,它在终端中显示的是:

0 投票
1 回答
114 浏览

fiware-wirecloud - 安装期间 Wirecloud Eclipse 插件错误

我正在尝试为创建wirecloud 项目设置Eclipse 环境。当我尝试创建新的 Wirecloud 服务器时,在嵌入式登录窗口中输入凭据后,我得到了 Invalid Authorization Request bad_request。在 Fiware Portal 上创建应用程序时,我使用了一个虚拟 URL。

0 投票
1 回答
151 浏览

httprequest - Wirecloud / Fi-Ware 在 http.makerequest 方法中编辑请求标头

我正在为fiware mashup 开发一个小部件。它需要从服务器获取 json 格式的数据。我已经通过 MashupPlatform.http.makeRequest 意识到了这一点。

问题是,如果我不要求获取 json,服务器会发回 xml。我在小部件 api 中找不到任何选项来执行此操作。(如 curl 选项 --header 'Accept: application/json')

0 投票
1 回答
60 浏览

fiware - 从小部件中获取 url 参数-wirecloud

我正在考虑在wirecloud中开发一个混搭来支持我的应用程序的前端,但我有一些疑问。我希望你能解决我: - 我可以开发一个从 url 获取参数的小部件吗?我的意思是,我需要在 url 中获取一些来自外部 Web 表单的参数......所以当我调用 mashup Wirecloud url 时,是否有从小部件中获取 url 参数的方法?

提前致谢...

0 投票
1 回答
108 浏览

fiware - mapViewer 小部件不显示地图标记

在我之前的问题Rush installation and integration with Orion Context Broker之后,我让 Rush Relayer 正常工作,但它仍然不允许我在 mapViewer 上显示标记。

我在我的实例中得到的是:

一切似乎都运行良好,但我在 mapViewer 上看不到标记。

0 投票
1 回答
158 浏览

fiware - FIWARE Lab,获取wirecloud日志

如何从 FI-LAB WireCloud 日志中读取信息?

我可以从小部件日志中读取信息,但如何调试来自操作员的信息?

有没有办法检测操作员是否无法连接到源?

0 投票
1 回答
380 浏览

fiware-orion - 无法通过 NGSI 更新程序小部件连接到 Orion 上下文实例

我在 CentOS 6.5 服务器中有一个正在运行的 Orion Context Broker GE 实例。显然它工作正常:我可以通过 Web REST 客户端进行 REST 查询,使用updateContext操作创建实体并使用queryContext检索有关它们的信息

问题是我正在尝试使用 NGSI Updater 小部件将 Wirecloud GE 与我的 Orion 实例链接。我已使用我的实例 URL 更新了小部件的设置,如下所示:

NGSI 服务器: http://my_ip:1026

实体 ID 过滤器:.*

但它无法与之建立联系。过了一会儿,它向我显示了一个错误对话框:

查询服务器失败:InvalidResponse:

意外的错误代码:未定义

在实例的终端中,当我通过 REST 客户端进行查询时,它会显示正在执行的事务,但是当我尝试通过 NGSI 更新程序小部件连接到它时,什么也没有出现。

我不知道问题是来自我的 orion 上下文代理实例的配置,还是来自小部件。对于实例的安装,我按照以下步骤操作:https ://github.com/telefonicaid/fiware-orion

0 投票
1 回答
92 浏览

fiware - Wirecloud / fiware 小部件将列表添加到首选项

我正在固件实验室中处理一个小部件,我想使用首选项中的列表选项。我之前使用过文本、布尔值和数字,但没有记录如何定义这些选项。

我怎么能那样做?在 config.xml 中?它是一个数组还是其他什么?