1. Importing the plugins

Importing the plugins

Home Forums FABRIC General Questions and Discussion Importing the plugins

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3677
    Arash SARABI
    Participant

      When I try to import plugins to use the storage
      from plugins import Plugins
      It gives me the following error. Any help would be appreciated.
      ModuleNotFoundError: No module named 'plugins'

      #3678
      Komal Thareja
      Participant

        Hi,

        Could you please try to use the following notebook as indicated on jupyter-examples-rel1.4.1/start_here.ipynb ?

        Persistent Storage: Connect to your project’s persisent storage volume.

        Thanks,
        Komal

        #3679
        Arash SARABI
        Participant

          Thank you I am still unable to run the experiment with the following error:

          Exception: Failed to submit slice: Status.FAILURE, (500)
          Reason: INTERNAL SERVER ERROR
          HTTP response headers: HTTPHeaderDict({'Server': 'nginx/1.21.6', 'Date': 'Sat, 28 Jan 2023 17:39:55 GMT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '311', 'Connection': 'keep-alive', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Headers': 'DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization', 'Access-Control-Allow-Methods': 'GET, POST, PUT, PATCH, DELETE, OPTIONS', 'Access-Control-Allow-Origin': '*', 'Access-Control-Expose-Headers': 'Content-Length, Content-Range, X-Error', 'X-Error': 'PDP Authorization check failed - Policy Violation: Your project is lacking Component.Storage tag to provision a VM with attached storage.'})
          HTTP response body: b'{\n    "errors": [\n        {\n            "details": "PDP Authorization check failed - Policy Violation: Your project is lacking Component.Storage tag to provision a VM with attached storage.",\n            "message": "Internal Server Error"\n        }\n    ],\n    "size": 1,\n    "status": 500,\n    "type": "error"\n}'
          #3680
          Komal Thareja
          Participant

            Looks like your project doesn’t have permissions for the Persistent Storage.
            You would need to request Component.Storage permissions and persistent storage from the Portal by going to the Contact Us tab.

            Thanks
            Komal

            #3681
            Arash SARABI
            Participant

              Yesterday our project received confirmation that the volumes are created. How should I proceed?
              Volumes are created on FABRIC-UTAH, FABRIC-TACC, FABRIC-STAR, FABRIC-MICH, FABRIC-FIU with the following information on all sites.

              • This reply was modified 1 year, 3 months ago by Arash SARABI.
              #3686
              Komal Thareja
              Participant

                Could you please verify from the Portal, that project for which storage volumes were created has the Tag: Component.Storage available? Also, Please make sure you are using the same project ID in JH.

                If your project does not have the tag: Component.Storage, Please raise a request to enable that for your project.

                #3692
                Paul Ruth
                Keymaster

                  @Arash: Try again now.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.