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

FIWARE.Question.Tech.Cloud.ObjectStorage.FIWARE Object Storage "no tenants available"

    Details

      Description

      Created question in FIWARE Q/A platform on 22-07-2015 at 20:07
      Please, ANSWER this question AT http://stackoverflow.com/questions/31571651/fiware-object-storage-no-tenants-available

      Question:
      FIWARE Object Storage "no tenants available"

      Description:
      When using the Object Storage GE node.js connector implementation from https://github.com/arvidkahl/fiware-object-storage we encounter the problem "no tenants available". We tested with two different community accounts where we first set up an object container within the fiware cloud.
      We are able to Receive an Auth Token and get a connection established message, but then we do not get the tenant ID i think. has anyone experienced something like that and can help or give us a better understanding of what is going wrong here?

      we installed the fiware-object-storage with npm install fiware-object-storage.

      this is our connection code:

      var fiwareObjectStorageConfig = {
      auth : conf.fiware.auth_url, // IP of the Auth Services, likely "cloud.lab.fi-ware.org"
      url : conf.fiware.object_storage_url, // IP of the Object Storage GE -> "cloud.lab.fi-ware.org"
      user : conf.fiware.user, // Your FIWARE account email
      password : conf.fiware.password, // Your FIWARE account password.. i know.. no comment.
      container : conf.fiware.container // Whatever container you want to connect to
      };

      var fiwareObjectStorage = require('fiware-object-storage');

      fios = fiwareObjectStorage(fiwareObjectStorageConfig);

      fios.connectToObjectStorage(function() {
      console.log(fios.getFileList());
      });

        Activity

        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        backlogmanager Backlog Manager made changes -
        Summary [fiware-stackoverflow] FIWARE Object Storage "no tenants available" FIWARE.Question.Tech.Cloud.ObjectStorage.FIWARE Object Storage "no tenants available"
        mev Manuel Escriche made changes -
        HD-Chapter Cloud [ 10837 ]
        mev Manuel Escriche made changes -
        HD-Enabler Object Storage [ 10863 ]
        Description
        Created question in FIWARE Q/A platform on 22-07-2015 at 20:07
        {color: red}Please, ANSWER this question AT{color} http://stackoverflow.com/questions/31571651/fiware-object-storage-no-tenants-available


        +Question:+
        FIWARE Object Storage "no tenants available"

        +Description:+
        When using the Object Storage GE node.js connector implementation from https://github.com/arvidkahl/fiware-object-storage we encounter the problem "no tenants available". We tested with two different community accounts where we first set up an object container within the fiware cloud.
        We are able to Receive an Auth Token and get a connection established message, but then we do not get the tenant ID i think. has anyone experienced something like that and can help or give us a better understanding of what is going wrong here?

        we installed the fiware-object-storage with npm install fiware-object-storage.

        this is our connection code:

        var fiwareObjectStorageConfig = {
        auth : conf.fiware.auth_url, // IP of the Auth Services, likely "cloud.lab.fi-ware.org"
        url : conf.fiware.object_storage_url, // IP of the Object Storage GE -> "cloud.lab.fi-ware.org"
        user : conf.fiware.user, // Your FIWARE account email
        password : conf.fiware.password, // Your FIWARE account password.. i know.. no comment.
        container : conf.fiware.container // Whatever container you want to connect to
        };

        var fiwareObjectStorage = require('fiware-object-storage');

        fios = fiwareObjectStorage(fiwareObjectStorageConfig);

        fios.connectToObjectStorage(function() {
            console.log(fios.getFileList());
        });

        Created question in FIWARE Q/A platform on 22-07-2015 at 20:07
        {color: red}Please, ANSWER this question AT{color} http://stackoverflow.com/questions/31571651/fiware-object-storage-no-tenants-available


        +Question:+
        FIWARE Object Storage "no tenants available"

        +Description:+
        When using the Object Storage GE node.js connector implementation from https://github.com/arvidkahl/fiware-object-storage we encounter the problem "no tenants available". We tested with two different community accounts where we first set up an object container within the fiware cloud.
        We are able to Receive an Auth Token and get a connection established message, but then we do not get the tenant ID i think. has anyone experienced something like that and can help or give us a better understanding of what is going wrong here?

        we installed the fiware-object-storage with npm install fiware-object-storage.

        this is our connection code:

        var fiwareObjectStorageConfig = {
        auth : conf.fiware.auth_url, // IP of the Auth Services, likely "cloud.lab.fi-ware.org"
        url : conf.fiware.object_storage_url, // IP of the Object Storage GE -> "cloud.lab.fi-ware.org"
        user : conf.fiware.user, // Your FIWARE account email
        password : conf.fiware.password, // Your FIWARE account password.. i know.. no comment.
        container : conf.fiware.container // Whatever container you want to connect to
        };

        var fiwareObjectStorage = require('fiware-object-storage');

        fios = fiwareObjectStorage(fiwareObjectStorageConfig);

        fios.connectToObjectStorage(function() {
            console.log(fios.getFileList());
        });

        mev Manuel Escriche made changes -
        Resolution Done [ 10000 ]
        Status Answered [ 10104 ] Closed [ 6 ]
        mev Manuel Escriche made changes -
        Assignee Guillermo Jimenez [ guillermo.jimenez ]
        backlogmanager Backlog Manager made changes -
        Status In Progress [ 3 ] Answered [ 10104 ]
        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 ]
        backlogmanager Backlog Manager created issue -

          People

          • Assignee:
            gjimenez Guillermo Jimenez
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: