Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-9214

[fiware-stackoverflow] Can't show a PoI in the Wirecloud MapViewer widget

    Details

      Description

      Created question in FIWARE Q/A platform on 28-11-2014 at 21:11
      Please, ANSWER this question AT https://stackoverflow.com/questions/27195503/cant-show-a-poi-in-the-wirecloud-mapviewer-widget

      Question:
      Can't show a PoI in the Wirecloud MapViewer widget

      Description:
      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:

      [root@fiware sysconfig]# contextBroker -rush localhost:1234 -https -key /etc/sysconfig/localhost.key -cert /etc/sysconfig/localhost.pem
      E@19:00:10 exitFunc[1009]: unlink(/tmp/contextBroker.pid): No such file or directory
      [root@fiware sysconfig]# F@19:00:10 ***[1063]: Connected to mongo at localhost:orion
      E@19:00:10 restStart[764]: MHD_start_daemon failed
      restStart: error 3
      E@19:00:10 orionExit[998]: restStart: error

      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 :

      [root@fiware /]# netstat -tupln
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN 28973/node
      tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
      tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
      tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
      tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
      tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
      tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
      tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
      tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
      tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
      tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
      tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 20892/contextBroker
      tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
      tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
      tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
      tcp 0 0 :::22 :::* LISTEN 12809/sshd
      tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
      tcp 0 0 ::1:25 :::* LISTEN 1576/master
      tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
      tcp 0 0 :::1026 :::* LISTEN 20892/contextBroker
      udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
      udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
      udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
      udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
      udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
      udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
      udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
      udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
      udp 0 0 :::985 :::* 1234/rpcbind
      udp 0 0 :::111 :::* 1234/rpcbind
      udp 0 0 :::39336 :::* 1252/rpc.statd

      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:

      [root@fiware sysconfig]# curl -k https://localhost:1026/version
      curl: (35) SSL connect error

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

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

      [root@fiware sysconfig]# curl -k https://localhost:1026/version
      <orion>
      <version>0.14.0</version>
      <uptime>0 d, 0 h, 15 m, 18 s</uptime>
      <git_hash>5e3d210e4b15fa9ebbfa07c93dd41f8b41697d0e</git_hash>
      <compile_time>nodate</compile_time>
      <compiled_by>fermin</compiled_by>
      <compiled_in>centollo</compiled_in>
      </orion>

      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:

      tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
      tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
      tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
      tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
      tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
      tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
      tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
      tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
      tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
      tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
      tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 26631/contextBroker
      tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
      tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
      tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
      tcp 0 0 :::22 :::* LISTEN 12809/sshd
      tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
      tcp 0 0 ::1:25 :::* LISTEN 1576/master
      tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
      tcp 0 0 :::1026 :::* LISTEN 26631/contextBroker
      udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
      udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
      udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
      udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
      udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
      udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
      udp 0 0 0.0.0.0:54968 0.0.0.0:* 26706/local
      udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
      udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
      udp 0 0 :::985 :::* 1234/rpcbind
      udp 0 0 :::111 :::* 1234/rpcbind
      udp 0 0 :::39336 :::* 1252/rpc.statd

      Thanks for all the great support from fiware people.

        Activity

        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Open In Progress In Progress
        2h 59m 1 Backlog Manager 25/May/17 12:04 PM
        In Progress In Progress Answered Answered
        2h 59m 1 Backlog Manager 25/May/17 3:04 PM
        Answered Answered Closed Closed
        3d 22h 15m 1 José Ignacio Carretero Guarde 29/May/17 1:20 PM
        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        jicg José Ignacio Carretero Guarde made changes -
        Resolution Done [ 10000 ]
        Status Answered [ 10104 ] Closed [ 6 ]
        jicg José Ignacio Carretero Guarde made changes -
        Assignee Álvaro Arranz [ aarranz ] Fermín Galán [ fermin ]
        fla Fernando Lopez made changes -
        HD-Enabler Wirecloud [ 10857 ]
        Description
        Created question in FIWARE Q/A platform on 28-11-2014 at 21:11
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/27195503/cant-show-a-poi-in-the-wirecloud-mapviewer-widget


        +Question:+
        Can&#39;t show a PoI in the Wirecloud MapViewer widget

        +Description:+
        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:

        [root@fiware sysconfig]# contextBroker -rush localhost:1234 -https -key /etc/sysconfig/localhost.key -cert /etc/sysconfig/localhost.pem
        E@19:00:10 exitFunc[1009]: unlink(/tmp/contextBroker.pid): No such file or directory
        [root@fiware sysconfig]# F@19:00:10 ***[1063]: Connected to mongo at localhost:orion
        E@19:00:10 restStart[764]: MHD_start_daemon failed
        restStart: error 3
        E@19:00:10 orionExit[998]: restStart: error


        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 :

        [root@fiware /]# netstat -tupln
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
        tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN 28973/node
        tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
        tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
        tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
        tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
        tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
        tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 20892/contextBroker
        tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
        tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
        tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
        tcp 0 0 :::22 :::* LISTEN 12809/sshd
        tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
        tcp 0 0 ::1:25 :::* LISTEN 1576/master
        tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
        tcp 0 0 :::1026 :::* LISTEN 20892/contextBroker
        udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
        udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
        udp 0 0 :::985 :::* 1234/rpcbind
        udp 0 0 :::111 :::* 1234/rpcbind
        udp 0 0 :::39336 :::* 1252/rpc.statd


        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:

        [root@fiware sysconfig]# curl -k https://localhost:1026/version
        curl: (35) SSL connect error


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

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

        [root@fiware sysconfig]# curl -k https://localhost:1026/version
        &lt;orion&gt;
          &lt;version&gt;0.14.0&lt;/version&gt;
          &lt;uptime&gt;0 d, 0 h, 15 m, 18 s&lt;/uptime&gt;
          &lt;git_hash&gt;5e3d210e4b15fa9ebbfa07c93dd41f8b41697d0e&lt;/git_hash&gt;
          &lt;compile_time&gt;nodate&lt;/compile_time&gt;
          &lt;compiled_by&gt;fermin&lt;/compiled_by&gt;
          &lt;compiled_in&gt;centollo&lt;/compiled_in&gt;
        &lt;/orion&gt;


        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:

        tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
        tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
        tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
        tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
        tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
        tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 26631/contextBroker
        tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
        tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
        tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
        tcp 0 0 :::22 :::* LISTEN 12809/sshd
        tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
        tcp 0 0 ::1:25 :::* LISTEN 1576/master
        tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
        tcp 0 0 :::1026 :::* LISTEN 26631/contextBroker
        udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
        udp 0 0 0.0.0.0:54968 0.0.0.0:* 26706/local
        udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
        udp 0 0 :::985 :::* 1234/rpcbind
        udp 0 0 :::111 :::* 1234/rpcbind
        udp 0 0 :::39336 :::* 1252/rpc.statd


        Thanks for all the great support from fiware people.
        Created question in FIWARE Q/A platform on 28-11-2014 at 21:11
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/27195503/cant-show-a-poi-in-the-wirecloud-mapviewer-widget


        +Question:+
        Can&#39;t show a PoI in the Wirecloud MapViewer widget

        +Description:+
        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:

        [root@fiware sysconfig]# contextBroker -rush localhost:1234 -https -key /etc/sysconfig/localhost.key -cert /etc/sysconfig/localhost.pem
        E@19:00:10 exitFunc[1009]: unlink(/tmp/contextBroker.pid): No such file or directory
        [root@fiware sysconfig]# F@19:00:10 ***[1063]: Connected to mongo at localhost:orion
        E@19:00:10 restStart[764]: MHD_start_daemon failed
        restStart: error 3
        E@19:00:10 orionExit[998]: restStart: error


        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 :

        [root@fiware /]# netstat -tupln
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
        tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN 28973/node
        tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
        tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
        tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
        tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
        tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
        tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 20892/contextBroker
        tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
        tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
        tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
        tcp 0 0 :::22 :::* LISTEN 12809/sshd
        tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
        tcp 0 0 ::1:25 :::* LISTEN 1576/master
        tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
        tcp 0 0 :::1026 :::* LISTEN 20892/contextBroker
        udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
        udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
        udp 0 0 :::985 :::* 1234/rpcbind
        udp 0 0 :::111 :::* 1234/rpcbind
        udp 0 0 :::39336 :::* 1252/rpc.statd


        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:

        [root@fiware sysconfig]# curl -k https://localhost:1026/version
        curl: (35) SSL connect error


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

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

        [root@fiware sysconfig]# curl -k https://localhost:1026/version
        &lt;orion&gt;
          &lt;version&gt;0.14.0&lt;/version&gt;
          &lt;uptime&gt;0 d, 0 h, 15 m, 18 s&lt;/uptime&gt;
          &lt;git_hash&gt;5e3d210e4b15fa9ebbfa07c93dd41f8b41697d0e&lt;/git_hash&gt;
          &lt;compile_time&gt;nodate&lt;/compile_time&gt;
          &lt;compiled_by&gt;fermin&lt;/compiled_by&gt;
          &lt;compiled_in&gt;centollo&lt;/compiled_in&gt;
        &lt;/orion&gt;


        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:

        tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 28942/./home/locala
        tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1234/rpcbind
        tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1673/Xvnc
        tcp 0 0 0.0.0.0:28017 0.0.0.0:* LISTEN 1622/mongod
        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12809/sshd
        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1372/cupsd
        tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1576/master
        tcp 0 0 0.0.0.0:54363 0.0.0.0:* LISTEN 1252/rpc.statd
        tcp 0 0 0.0.0.0:1026 0.0.0.0:* LISTEN 26631/contextBroker
        tcp 0 0 :::6379 :::* LISTEN 28942/./home/locala
        tcp 0 0 :::111 :::* LISTEN 1234/rpcbind
        tcp 0 0 :::6001 :::* LISTEN 1673/Xvnc
        tcp 0 0 :::22 :::* LISTEN 12809/sshd
        tcp 0 0 ::1:631 :::* LISTEN 1372/cupsd
        tcp 0 0 ::1:25 :::* LISTEN 1576/master
        tcp 0 0 :::42975 :::* LISTEN 1252/rpc.statd
        tcp 0 0 :::1026 :::* LISTEN 26631/contextBroker
        udp 0 0 0.0.0.0:36688 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:985 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:1004 0.0.0.0:* 1252/rpc.statd
        udp 0 0 0.0.0.0:111 0.0.0.0:* 1234/rpcbind
        udp 0 0 0.0.0.0:631 0.0.0.0:* 1372/cupsd
        udp 0 0 0.0.0.0:54968 0.0.0.0:* 26706/local
        udp 0 0 0.0.0.0:51640 0.0.0.0:* 1361/avahi-daemon
        udp 0 0 0.0.0.0:68 0.0.0.0:* 1131/dhclient
        udp 0 0 :::985 :::* 1234/rpcbind
        udp 0 0 :::111 :::* 1234/rpcbind
        udp 0 0 :::39336 :::* 1252/rpc.statd


        Thanks for all the great support from fiware people.
        HD-Chapter Apps [ 10836 ]
        fla Fernando Lopez made changes -
        Assignee Álvaro Arranz [ aarranz ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-25 15:05|UPDATED status: transition Answered| # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-25 15:05|UPDATED status: transition Answered| # answers= 2, accepted answer= True
        backlogmanager Backlog Manager made changes -
        Status In Progress [ 3 ] Answered [ 10104 ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-25 12:05|UPDATED status: transition Answer| # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-25 12:05|UPDATED status: transition Answer| # answers= 2, accepted answer= True
        backlogmanager Backlog Manager made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        backlogmanager Backlog Manager made changes -
        Field Original Value New Value
        Component/s FIWARE-TECH-HELP [ 10278 ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-25 09:05|CREATED monitor | # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-25 09:05|CREATED monitor | # answers= 2, accepted answer= True
        backlogmanager Backlog Manager created issue -

          People

          • Assignee:
            fermin Fermín Galán
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: