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

FIWARE.Request.Lab.Trento.blueprint in trento node 2.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-LAB-HELP
    • Labels:
      None

      Description

      After the first phase of testing in previous weeks, we have tried to put into practice directly our real case which should send 3-4 data every second measured by our own sensor.
      To do this we decided to simulate directly from visual studio the call to Orion and then save to mongodb. We then decide when to use cosmos to store historical data older than one month taking into account performance issues.

      We followed this webminar: https://www.youtube.com/watch?v=tzjCA1Uhhe8, then we tried to make a software in C # (in the video java is used , we could not find the code) that makes the http connection with context broker and send an XML to instruct Orion. But, even in this case could not connect. So we tried to use a blueprint (in the first part of the testing we had done everything right from centos machine with the json file and the mongodb was updated). But, we were unable to connect to the virtual machine.

      So we created an instance of blueprint from the 'orion-cluster' to try other ways, but after creating the virtual machine it returns this error:
      Status: ERROR
      Error: Error installing a product. Description:com.telefonica.euro_iaas.paasmanager.exception.ProductInstallatorException: Error installing product orion-0.19.0 Error invokg SDC to Install Productorion-0.19.0 0.19.0 SDCException. com.telefonica.euro_iaas.sdc.exception.SdcRuntimeException: com.telefonica.euro_iaas.sdc.exception.CanNotCallChefException: Node ooot-orion-1-61b73b is not registered in ChefServer: com.telefonica.euro_iaas.sdc.exception.SdcRuntimeException: com.telefonica.euro_iaas.sdc.exception.CanNotCallChefException: Node ooot-orion-1-61b73b is not registered in ChefServer. com.telefonica.euro_iaas.sdc.exception.SdcRuntimeException: com.telefonica.euro_iaas.sdc.exception.CanNotCallChefException: Node ooot-orion-1-61b73b is not registered in ChefServer

      The machine that we used for the first part of the test was saved and put into snapshot, but this morning I we found out that it's gone. Why we couldn't find the snapshot?
      In snapshot images are not saved? We saw that we only have 3 instances available and that the blueprint of the tests required all we thought. we'd saved our centos machine and try the orion-cluster machine, thinking that if necessary would be sufficient to delete the machines created by blueprint and restore the saved snapshot machine, isn't this the way forward?

      Now we have practically realized the potential of this infrastructure through all the tests, which is very good. Our need right now would be to move from the test phase to the physical resource utilization: We will need to switch to Orion to exploit useful information for managing our tables and our infrastructure directly from c # code (we prefer to use the json because of space, but also in xml can fit).
      So this is to kindly ask you how should we proceed? Is it better to start from a clean centos machine and install all or use blueprint to get something that already works? If all goes well from instances of the image of blueprint, what could be causing the blocking error mentioned above?

      Thank you for your attention,

      Best regards.

      Davide Comba|midori

      Linkedin

      Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
      Please, send your messages using the new domain (Fiware-incense-coaching@lists.fiware.org) instead of the old one.
      _______________________________________________
      Fiware-incense-coaching mailing list
      Fiware-incense-coaching@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-incense-coaching
      [Created via e-mail received from: Davide Comba <davide.comba@midorisrl.eu>]

        Issue Links

          Activity

          Hide
          TrentoNodeTeam Trento Node Team added a comment -

          The issue has been emailed:

          • Time sent: 03/May/16 12:13 PM
          • To: davide.comba@midorisrl.eu
          • with subject: *(HELP-6520) [Fiware-incense-coaching] blueprint in trento node 2 *

          OK ,
          Anyway, as mentioned before, in the image section we made available
          the image of your VM form the OLD node in case you may need it (backuped yesterday ).

          BR
          Trento Node Team

          Show
          TrentoNodeTeam Trento Node Team added a comment - The issue has been emailed: Time sent: 03/May/16 12:13 PM To: davide.comba@midorisrl.eu with subject: *( HELP-6520 ) [Fiware-incense-coaching] blueprint in trento node 2 * OK , Anyway, as mentioned before, in the image section we made available the image of your VM form the OLD node in case you may need it (backuped yesterday ). BR Trento Node Team
          Hide
          fw.ext.user FW External User added a comment -

          Comment by davide.comba@midorisrl.eu :

          Good morning, I checked today and the image of our virtual machine is still on the snapshot, so this problem is solved.
          I tried to connect to the virtual machine with c# orion at url http://130.206.80.40:1026/ (http://orion.lab.fi-ware.org:1026/) and everything works (I take the token with iDAS, then put it in c # and use it).
          Changing the url and put the ip of our real virtual machine, however, does not return to me the token and refuses me the connection.
          How can I send the json and populate from outside the architecture of my virtual machine?
          For now I have configured orion context Brokers and mongo db.
          Thanks.
          Best regards.

          Davide Comba|midori

          Linkedin

          > Date: Tue, 3 May 2016 11:14:00 +0100
          >

          Show
          fw.ext.user FW External User added a comment - Comment by davide.comba@midorisrl.eu : Good morning, I checked today and the image of our virtual machine is still on the snapshot, so this problem is solved. I tried to connect to the virtual machine with c# orion at url http://130.206.80.40:1026/ ( http://orion.lab.fi-ware.org:1026/ ) and everything works (I take the token with iDAS, then put it in c # and use it). Changing the url and put the ip of our real virtual machine, however, does not return to me the token and refuses me the connection. How can I send the json and populate from outside the architecture of my virtual machine? For now I have configured orion context Brokers and mongo db. Thanks. Best regards. Davide Comba|midori Linkedin > Date: Tue, 3 May 2016 11:14:00 +0100 >
          Hide
          fw.ext.user FW External User added a comment -

          Comment by davide.comba@midorisrl.eu :

          Good morning, I checked today and the image of our virtual machine is still on the snapshot, so this problem is solved.
          I tried to connect to the virtual machine with c# orion at url http://130.206.80.40:1026/ (http://orion.lab.fi-ware.org:1026/) and everything works (I take the token with iDAS, then put it in c # and use it).
          Changing the url and put the ip of our real virtual machine, however, does not return to me the token and refuses me the connection.
          How can I send the json and populate from outside the architecture of my virtual machine?
          For now I have configured orion context Brokers and mongo db, I need to configure also IDAS?
          Thanks.
          Best regards.

          Davide Comba|midori

          Linkedin

          > Date: Tue, 3 May 2016 11:14:00 +0100
          >

          Show
          fw.ext.user FW External User added a comment - Comment by davide.comba@midorisrl.eu : Good morning, I checked today and the image of our virtual machine is still on the snapshot, so this problem is solved. I tried to connect to the virtual machine with c# orion at url http://130.206.80.40:1026/ ( http://orion.lab.fi-ware.org:1026/ ) and everything works (I take the token with iDAS, then put it in c # and use it). Changing the url and put the ip of our real virtual machine, however, does not return to me the token and refuses me the connection. How can I send the json and populate from outside the architecture of my virtual machine? For now I have configured orion context Brokers and mongo db, I need to configure also IDAS? Thanks. Best regards. Davide Comba|midori Linkedin > Date: Tue, 3 May 2016 11:14:00 +0100 >
          Hide
          TrentoNodeTeam Trento Node Team added a comment -

          Hi all,

          By analysing the user request the issue seems to be an image-specific issue
          or refer to any missing configuration of the instance.
          There are no issue on the infrastructure side.
          We advice you to forward the support request to the Spanish team
          as they are responsible for the Fiware images and related components.

          BR
          Trento Node Team

          Show
          TrentoNodeTeam Trento Node Team added a comment - Hi all, By analysing the user request the issue seems to be an image-specific issue or refer to any missing configuration of the instance. There are no issue on the infrastructure side. We advice you to forward the support request to the Spanish team as they are responsible for the Fiware images and related components. BR Trento Node Team
          Hide
          TrentoNodeTeam Trento Node Team added a comment -

          The issue has been emailed:

          • Time sent: 09/May/16 11:41 AM
          • To: davide.comba@midorisrl.eu
          • with subject: *(HELP-6520) FIWARE.Request.Lab.blueprint in trento node 2. *

          Hi all,

          By analysing the user request the issue seems to be an image-specific issue
          or refer to any missing configuration of the instance.
          There are no issue on the infrastructure side.
          We advice you to forward the support request to the Spanish team
          as they are responsible for the Fiware images and related components.

          BR
          Trento Node Team

          Show
          TrentoNodeTeam Trento Node Team added a comment - The issue has been emailed: Time sent: 09/May/16 11:41 AM To: davide.comba@midorisrl.eu with subject: *( HELP-6520 ) FIWARE.Request.Lab.blueprint in trento node 2. * Hi all, By analysing the user request the issue seems to be an image-specific issue or refer to any missing configuration of the instance. There are no issue on the infrastructure side. We advice you to forward the support request to the Spanish team as they are responsible for the Fiware images and related components. BR Trento Node Team

            People

            • Assignee:
              TrentoNodeTeam Trento Node Team
              Reporter:
              fw.ext.user FW External User
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: