che: Eclipse-Che-7.41.2-In restricted environemnt is failing to open workspace on K8 Cluster

Summary

We are trying setup eclipse che on 3 node k8s cluster. Version we are using is 7.41.2.

After installation, while trying to create workspace, we are getting the below error.

Failed to run the workspace: "Server 'terminal' in container 'che-machine-execz5p' not available."

Could someone point us in right direction? We are not able to find a concrete answer from previous reported bugs of similar kind.

Relevant information

Some of points note are:

All containers images are 7.41.2 Plugin and devfile registry are off line.

This is our minimal config file

apiVersion: org.eclipse.che/v1
kind: CheCluster
metadata:
  name: eclipse-che
spec:
  server:

    cheHostTLSSecret: wildcertsha2
    workspaceNamespaceDefault: "<username>-lab"
    useInternalClusterSVCNames: true
    airGapContainerRegistryHostname: 'XXXXX'
    airGapContainerRegistryOrganization: 'YYYY'
    customCheProperties:
      CHE_LIMITS_USER_WORKSPACES_RUN_COUNT: "-1"
  database:
    chePostgresUser: 'zzzzz'
    chePostgresPassword: 'zzzzz'
    chePostgresDb: 'zzzz'
  storage:
    pvcStrategy: 'per-workspace'
  auth:
    externalIdentityProvider: false
  k8s:
    tlsSecretName: 'wildcert'
  metrics:
    enabled: true

Below are logs I see in workspace browser. After waiting for sometime, I see failedto create workspace error. Would this be something to do with jwttoken or wss protocol issue? Not able to narrowdown from previous similar issues


Pulling image "xxx.xxx.io/myorg/che-plugin-metadata-broker:v3.4.0"

Successfully pulled image "xxx.xxx.io/myorg/che-plugin-metadata-broker:v3.4.0" in 65.946101ms

Created container che-plugin-metadata-broker-v3-4-0

Started container che-plugin-metadata-broker-v3-4-0

Starting plugin metadata broker

List of plugins and editors to install

- eclipse/che-theia/latest - Eclipse Theia

All plugin metadata has been successfully processed
ulling image "xxx.xxx.io/myorg/che-theia-endpoint-runtime-binary:7.41.2"

Successfully pulled image "xxx.xxx.io/myorg/che-theia-endpoint-runtime-binary:7.41.2" in 114.144833ms

Created container remote-runtime-injectorvcb

Started container remote-runtime-injectorvcb

Pulling image "xxx.xxx.io/myorg/che-plugin-artifacts-broker:v3.4.0"

Successfully pulled image "xxx.xxx.io/myorg/che-plugin-artifacts-broker:v3.4.0" in 72.95137ms

Created container che-plugin-artifacts-broker-v3-4-0

Started container che-plugin-artifacts-broker-v3-4-0

Starting plugin artifacts broker

Cleaning /plugins dir

Saving log of installed plugins

All plugin artifacts have been successfully downloaded

Pulling image "xxx.xxx.io/myorg/che-jwtproxy:0.10.0"

Successfully pulled image "xxx.xxx.io/myorg/che-jwtproxy:0.10.0" in 86.330412ms

Created container che-jwtproxy6edhba66

Started container che-jwtproxy6edhba66

Pulling image "xxx.xxx.io/myorg/che-theia:7.41.2"

Successfully pulled image "xxx.xxx.io/myorg/che-theia:7.41.2" in 110.531905ms

Created container theia-idelz6

Started container theia-idelz6

Pulling image "xxx.xxx.io/myorg/che-machine-exec:7.41.2"

Successfully pulled image "xxx.xxx.io/myorg/che-machine-exec:7.41.2" in 671.204571ms

Created container che-machine-execo1f

Started container che-machine-execo1f

[theia-idelz6] -> chown: /projects: Operation not permitted

[theia-idelz6] -> Configuring to accept webviews on '^.+\.webview\..+$' hostname.

[theia-idelz6] -> 2022-06-03 17:03:45.990 root INFO Configuration directory URI: 'file:///home/theia/.theia'

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/body-parser

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/cookie

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/dompurify

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/express

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/fs-extra

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/lodash.debounce

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/lodash.throttle

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/react

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/react-dom

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/react-virtualized

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/route-parser

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/safer-buffer

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/ws

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: @types/yargs

[theia-idelz6] -> 2022-06-03 17:03:45.992 root WARN Failed to resolve module: font-awesome

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: react

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: react-dom

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: react-virtualized

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/base64-arraybuffer

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @theia/monaco

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/multer

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/rimraf

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/tar-fs

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/uuid

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/p-queue

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/mime-types

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/diff

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/markdown-it

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/mime

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: filenamify

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/request

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/highlight.js

[theia-idelz6] -> 2022-06-03 17:03:45.993 root WARN Failed to resolve module: @types/markdown-it-anchor

[theia-idelz6] -> 2022-06-03 17:03:46.006 root INFO Theia app listening on http://127.0.0.1:3100.

[theia-idelz6] -> 2022-06-03 17:03:46.007 root WARN The local plugin referenced by local-dir:/home/theia/.theia/plugins does not exist.

[theia-idelz6] -> 2022-06-03 17:03:46.007 root WARN The local plugin referenced by local-dir:/home/theia/.theia/extensions does not exist.

[theia-idelz6] -> 2022-06-03 17:03:46.010 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /plugins/installed.json

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_github_auth_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_github_auth_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_ports_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_ports_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_recommendations_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_recommendations_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_resource_monitor_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_resource_monitor_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_telemetry_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_telemetry_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.017 root INFO [eclipse_che_theia_containers_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_theia_containers_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [eclipse_che_theia_ssh_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_theia_ssh_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [eclipse_che_welcome_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_welcome_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [eclipse_che_workspace_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_workspace_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [ext_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/ext_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [task_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/task_plugin.theia"...

[theia-idelz6] -> 2022-06-03 17:03:46.018 root INFO [theia_yeoman_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/theia_yeoman_plugin.theia"...

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="Default 'info' log level is applied"

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="Exec containers configuration:"

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="==> Debug level info"

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="==> Application url 127.0.0.1:3333"

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="==> Absolute path to folder with static resources "

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="==> Use bearer token: false"

[che-machine-execo1f] -> time="2022-06-03T17:03:45Z" level=info msg="==> Pod selector: che.workspace_id=workspace36v6w9c6qkx8jb9f"

[che-machine-execo1f] -> [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.

[che-machine-execo1f] ->

[che-machine-execo1f] -> [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

[che-machine-execo1f] -> - using env: export GIN_MODE=release

[che-machine-execo1f] -> - using code: gin.SetMode(gin.ReleaseMode)

[che-machine-execo1f] ->

[che-machine-execo1f] -> [GIN-debug] GET /connect --> main.main.func2 (3 handlers)

[che-machine-execo1f] -> [GIN-debug] GET /attach/:id --> main.main.func3 (3 handlers)

[che-jwtproxy6edhba66] -> time="2022-06-03T17:03:44Z" level=info msg="Starting reverse proxy (Listening on ':4401')"

[che-jwtproxy6edhba66] -> time="2022-06-03T17:03:44Z" level=info msg="Starting reverse proxy (Listening on ':4400')"

[che-jwtproxy6edhba66] -> time="2022-06-03T17:03:44Z" level=info msg="Starting reverse proxy (Listening on ':4402')"

[che-jwtproxy6edhba66] -> time="2022-06-03T17:03:44Z" level=info msg="Starting reverse proxy (Listening on ':4403')"

[theia-idelz6] -> 2022-06-03 17:03:46.022 root ERROR Failed to load plugin dependencies from '/plugins/installed.json' path Params: Error: ENOTDIR: not a directory, open '/plugins/installed.json/package.json'

[theia-idelz6] -> 2022-06-03 17:03:46.086 root INFO Configuring to accept webviews on 'serverzlhnobr0-jwtproxy-webviews.lab.a2c.myorg.com' hostname.

[theia-idelz6] -> 2022-06-03 17:03:46.086 root WARN Backend PluginApiContributionIntercepted.onStart is slow, took: 90.3 ms

[theia-idelz6] -> 2022-06-03 17:03:46.273 root INFO [eclipse_che_telemetry_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:46.291 root INFO [ext_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:46.397 root INFO [eclipse_che_theia_containers_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:46.473 root INFO [eclipse_che_github_auth_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:46.819 root INFO [eclipse_che_ports_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:47.195 root INFO [eclipse_che_workspace_plugin.theia]: decompressed

[che-machine-execo1f] -> [GIN-debug] POST /exec/config --> main.main.func4 (3 handlers)

[che-machine-execo1f] -> [GIN-debug] POST /exec/init --> main.main.func5 (3 handlers)

[che-machine-execo1f] -> [GIN-debug] POST /activity/tick --> main.main.func6 (3 handlers)

[che-machine-execo1f] -> [GIN-debug] GET /healthz --> main.main.func7 (3 handlers)

[che-machine-execo1f] -> ⇩ Registered RPCRoutes:

[che-machine-execo1f] ->

[che-machine-execo1f] -> Json-rpc MachineExec Routes:

[che-machine-execo1f] -> ✓ create

[che-machine-execo1f] -> ✓ check

[che-machine-execo1f] -> ✓ resize

[che-machine-execo1f] -> ✓ listContainers

[che-machine-execo1f] -> [GIN-debug] Listening and serving HTTP on 127.0.0.1:3333

[theia-idelz6] -> 2022-06-03 17:03:50.463 root INFO [eclipse_che_theia_ssh_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:50.477 root INFO [task_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:50.478 root INFO [eclipse_che_recommendations_plugin.theia]: decompressed

[theia-idelz6] -> 2022-06-03 17:03:54.299 root INFO [eclipse_che_welcome_plugin.theia]: decompressed
heia-idelz6] -> 2022-06-03 17:04:12.909 root INFO Resolved "vscode-builtin-ini" to a VS Code extension "ini@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-jake

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO Resolved "vscode-builtin-jake" to a VS Code extension "jake@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-java

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO Resolved "vscode-builtin-java" to a VS Code extension "java@1.50.1" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-javascript

[theia-idelz6] -> 2022-06-03 17:04:12.909 root INFO Resolved "vscode-builtin-javascript" to a VS Code extension "javascript@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-js-debug

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-js-debug" to a VS Code extension "js-debug@1.49.8" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-json

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.50.1" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-json-language-features

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.50.1" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-less

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-less" to a VS Code extension "less@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-log

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-log" to a VS Code extension "log@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-lua

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-lua" to a VS Code extension "lua@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-make

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-make" to a VS Code extension "make@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-markdown

[theia-idelz6] -> 2022-06-03 17:04:12.910 root INFO Resolved "vscode-builtin-markdown" to a VS Code extension "markdown@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-markdown-language-features

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-markdown-language-features" to a VS Code extension "markdown-language-features@1.39.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-merge-conflicts

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-merge-conflicts" to a VS Code extension "merge-conflict@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-npm

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-npm" to a VS Code extension "npm@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-objective-c

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-objective-c" to a VS Code extension "objective-c@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-perl

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-perl" to a VS Code extension "perl@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-php

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-php" to a VS Code extension "php@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-powershell

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-powershell" to a VS Code extension "powershell@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-pug

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-pug" to a VS Code extension "pug@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-python

[theia-idelz6] -> 2022-06-03 17:04:12.911 root INFO Resolved "vscode-builtin-python" to a VS Code extension "python@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-r

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-r" to a VS Code extension "r@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-razor

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-razor" to a VS Code extension "razor@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-ruby

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-ruby" to a VS Code extension "ruby@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-rust

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-rust" to a VS Code extension "rust@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-scss

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-scss" to a VS Code extension "scss@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-shaderlab

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-shaderlab" to a VS Code extension "shaderlab@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-shellscript

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-shellscript" to a VS Code extension "shellscript@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-sql

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-sql" to a VS Code extension "sql@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-swift

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO Resolved "vscode-builtin-swift" to a VS Code extension "swift@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.912 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-abyss

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO Resolved "vscode-builtin-theme-abyss" to a VS Code extension "theme-abyss@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-defaults

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO Resolved "vscode-builtin-theme-defaults" to a VS Code extension "theme-defaults@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-kimbie-dark

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO Resolved "vscode-builtin-theme-kimbie-dark" to a VS Code extension "theme-kimbie-dark@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-monokai

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO Resolved "vscode-builtin-theme-monokai" to a VS Code extension "theme-monokai@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-monokai-dimmed

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO Resolved "vscode-builtin-theme-monokai-dimmed" to a VS Code extension "theme-monokai-dimmed@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.913 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-quietlight

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO Resolved "vscode-builtin-theme-quietlight" to a VS Code extension "theme-quietlight@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-red

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO Resolved "vscode-builtin-theme-red" to a VS Code extension "theme-red@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-solarized-dark

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO Resolved "vscode-builtin-theme-solarized-dark" to a VS Code extension "theme-solarized-dark@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-solarized-light

[theia-idelz6] -> 2022-06-03 17:04:12.914 root INFO Resolved "vscode-builtin-theme-solarized-light" to a VS Code extension "theme-solarized-light@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-tomorrow-night-blue

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-builtin-theme-tomorrow-night-blue" to a VS Code extension "theme-tomorrow-night-blue@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-typescript

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-builtin-typescript" to a VS Code extension "typescript@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-vb

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-builtin-vb" to a VS Code extension "vb@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-xml

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-builtin-xml" to a VS Code extension "xml@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-yaml

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-builtin-yaml" to a VS Code extension "yaml@1.44.2" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-git

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-git" to a VS Code extension "git@1.52.1" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-github

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-github" to a VS Code extension "github@1.50.1" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-references-view

[theia-idelz6] -> 2022-06-03 17:04:12.915 root INFO Resolved "vscode-references-view" to a VS Code extension "references-view@0.0.47" with engines: Params: [object Object]

[theia-idelz6] -> 2022-06-03 17:04:12.982 root INFO Deploying backend plugin "@eclipse-che/github-auth-plugin@7.41.2" from "/tmp/theia-unpacked/eclipse_che_github_auth_plugin.theia/lib/github-auth-plugin.js"

[theia-idelz6] -> 2022-06-03 17:04:12.983 root INFO Deploying backend plugin "@eclipse-che/ports-plugin@7.41.2" from "/tmp/theia-unpacked/eclipse_che_ports_plugin.theia/lib/main.js"

[theia-idelz6] -> 2022-06-03 17:04:12.983 root INFO Deploying backend plugin "@eclipse-che/recommendations-plugin@7.41.2" from "/tmp/theia-unpacked/eclipse_che_recommendations_plugin.theia/lib/plugin.js"

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 50 (9 by maintainers)

Most upvoted comments

Hi @tolusha,

Thank you for your help. I figured out that the issue was one DNS IP misconfiguration in cloud. Corresponding to that domain, all internal calls are going to an IP which was NOT mapped to my loadBalancerIP. After replacing it with my loadBalancerIP, it is working fine.