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

        Hide
        backlogmanager Backlog Manager added a comment -

        2015-10-28 21:05|CREATED monitor | # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2015-10-28 21:05|CREATED monitor | # answers= 1, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2015-10-29 00:05|UPDATED status: transition Answer| # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2015-10-29 00:05|UPDATED status: transition Answer| # answers= 1, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2015-10-29 03:05|UPDATED status: transition Answered| # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2015-10-29 03:05|UPDATED status: transition Answered| # answers= 1, accepted answer= True

          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: