Following my previous question, How to show an entity from OrionContextBroker in MapViewer widgets , I configured my context broker instance using Rush, and I use https://ngsiproxy.lab.fi-ware.org as the NGSI proxy.
I start the orionContextBroker instance as follows: contextBroker -rush localhost: 5001 and everything seems to work correctly (I can insert / request data, etc.), but when MapViewerWidget loads, I get this message from the OrionInstance log:
INFO@17 :32:53 clientSocketHttp.cpp[152]: Starting transaction to ngsiproxy.lab.fi-ware.org:443/callbacks/19:32:59-1:19:33:01-1 WARNING@17 :32:53 clientSocketHttp.cpp[342]: Notification failure for localhost:5001 (curl_easy_perform failed: Couldn't connect to server) INFO@17 :32:53 clientSocketHttp.cpp[359]: Transaction ended
Thanks!
source share