Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-2687

Intellij IDEA devfile workspace failed to fetch plugin meta.yaml

    XMLWordPrintable

Details

    • False
    • False

    Description

      CRW 2.15.0.ER-01-27 failed to start IntelliJ IDEA workspace on fetching meta.yaml:

      Add eth0 [10.128.1.84/23] from openshift-sdn
      Pulling image "registry.redhat.io/codeready-workspaces/pluginbroker-metadata-rhel8@sha256:de8ede01ce5d3b06ae8b1866bb482bb937f020f7dee5dfb20b041f02c1e63f68"
      Successfully pulled image "registry.redhat.io/codeready-workspaces/pluginbroker-metadata-rhel8@sha256:de8ede01ce5d3b06ae8b1866bb482bb937f020f7dee5dfb20b041f02c1e63f68" in 1.631775481s
      Created container pluginbroker-metadata-rhel8-de8ede01ce
      Started container pluginbroker-metadata-rhel8-de8ede01ce
      Starting plugin metadata broker
      Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'http://plugin-registry.crw-crwctl.svc:8080/v3/plugins/che-incubator/intellij-community/2020.3.3/meta.yaml': Downloading http://plugin-registry.crw-crwctl.svc:8080/v3/plugins/che-incubator/intellij-community/2020.3.3/meta.yaml failed. Status code 404. Response body: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
      <html><head>
      <title>404 Not Found</title>
      </head><body>
      <h1>Not Found</h1>
      <p>The requested URL was not found on this server.</p>
      </body></html>
      
      Failed to run the workspace: "Plugins installation process failed. Error: Plugin brokering process for workspace workspaceexhbeis3xymqho2p failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'http://plugin-registry.crw-crwctl.svc:8080/v3/plugins/che-incubator/intellij-community/2020.3.3/meta.yaml': Downloading http://plugin-registry.crw-crwctl.svc:8080/v3/plugins/che-incubator/intellij-community/2020.3.3/meta.yaml failed. Status code 404. Response body: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> </body></html> "
      

      Devfile content: https://github.com/redhat-developer/codeready-workspaces/blob/crw-2.15-rhel-8/dependencies/che-devfile-registry/devfiles/06_idea_rhel/devfile.yaml

      IntelliJ IDEA meta.yaml is placed into v3/plugins/che-incubator/intellij-community/latest directory in CRW 2.15.0.ER-01-27 plugin registry:

      sh-4.4$ cat v3/plugins/che-incubator/intellij-community/latest/meta.yaml 
      apiVersion: v2
      publisher: che-incubator
      name: intellij-community
      version: latest
      type: Che Editor
      displayName: IntelliJ IDEA Community Edition
      title: IntelliJ IDEA Community as Editor for Eclipse Che
      description: IntelliJ IDEA Community running using Projector
      icon: /images/default.png
      category: Editor
      repository: https://github.com/che-incubator/jetbrains-editor-images
      firstPublicationDate: '2020-09-29'
      latestUpdateDate: '2022-01-25'
      spec:
        endpoints:
          - name: intellij
            targetPort: 8887
            attributes:
              type: ide
              cookiesAuthEnabled: true
              urlRewriteSupported: true
              discoverable: false
              path: /?backgroundColor=434343&wss
              protocol: http
              secure: true
            public: true
        containers:
          - image: registry.redhat.io/codeready-workspaces/idea-rhel8@sha256:e5a1db7d04d0a036ee271453b0e9b1d3672e7de7025769ffbf04401f2a515d9e
            mountSources: true
            memoryRequest: 32Mi
            memoryLimit: 2048M
            cpuLimit: 1500m
            cpuRequest: 100m
            volumes:
              - name: projector-user
                mountPath: /home/projector-user
            name: intellij
            ports:
              - exposedPort: 8887
        initContainers: []
      

      Fix: https://github.com/redhat-developer/codeready-workspaces/pull/681

      Metadata:

      • codeready-workspaces-rhel8-operator-metadata-container-2.15-47
      • Index image v4.9: registry-proxy.engineering.redhat.com/rh-osbs/iib:166509

      Attachments

        Activity

          People

            vzhukovs-1 Vladyslav Zhukovskyi (Inactive)
            dnochevn Dmytro Nochevnov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: