David Muriel

Results 8 comments of David Muriel

I think the recvtimets is generated when converting the notification into a NGSIEvent object and not at the sink batch processing stage, before putting it into the channel. Anyway, I...

I'm also using the HDFS backend and the same problem is present there, with the exact same values. Here's an example: * PostgreSQL ``` text cygnus=# select * from testservice.env...

I've tested it, just in case. Same results: ```text mysql> select * from environment_sensors_LivingRoomSensor_multiSensor where recvtimets = '1530197123903'; +---------------+-------------------------+----------------------+------------------+-------------+-------------+----------+-----------+------------------------------------------------------------------------------+ | recvTimeTs | recvTime | fiwareServicePath | entityId | entityType |...

I'm using the latest docker image available in docker hub ([this build](https://hub.docker.com/r/fiware/cygnus-ngsi/builds/bghxxfsgpldljnm5nbc9bm9/)): ```text $ docker images --no-trunc | grep cygnus | grep latest fiware/cygnus-ngsi latest sha256:7b834ce9560d712a200d08a1c9e05962e5fb6f9b1d1926a1765816550cc38994 39 hours ago 516MB...

The hosts file on Windows 8 should be located at `C:\Windows\System32\drivers\etc\hosts`.

You should insert one line for each of the containers, using the following format: ``` ``` i.e.: ``` 172.17.0.9 tourguide 172.17.0.7 idas 172.17.0.6 cygnus 172.17.0.8 keyrock 172.17.0.5 orion 172.17.0.4 mysql...

Sorry for the late reply. Where did you see that url? It should be `http://tourguide`, not `http://devguide`.

The problem is not the images themselves, but the volumes mapped from the host used by those images, as they won't work when using Docker Swarm / Machine. Some images...