che: Error: Failed to run the workspace: "Server 'theia' in container 'theia-idejve' not available
Describe the bug
Deployed the Eclipse Che 7.20.0 by chectl , k8s v1.16.6 by TKE Stack platform, when creating workspace, after pulling done all images needed console show ‘Error: Failed to run the workspace: “Server ‘theia’ in container ‘theia-idejve’ not available.”’
Che Version
7.20.0(nightly)
Steps to reproduce
deploy k8s
chectl server:start -a helm -b che.com -p k8s --multiuser --k8spodreadytimeout=13000000 --k8spodwaittimeout=30000000
Meet Error
I found I cannot entry by domain che-che.che.com/dashboard , just caused by ingress, so I deleted ingress che-dashboard then I entried successfully. When creating workspace I found websocket is not abled.So I added this to ingress yaml
nginx.org/websocket-services: che-host
so my ingress yaml now is
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
meta.helm.sh/release-name: che
meta.helm.sh/release-namespace: che
nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.org/websocket-services: che-host
labels:
app.kubernetes.io/managed-by: Helm
name: che-ingress
namespace: che
spec:
rules:
- host: che-che.che.com
http:
paths:
- backend:
serviceName: che-host
servicePort: 8080
path: /
- backend:
serviceName: che-host
servicePort: 8080
path: /dashboard/next
tls:
- hosts:
- che-che.che.com
secretName: che-tls
then websocket is abled. I chosed a workspace to run(SpringBoot)
then it started pulling images and about minutes later all pulling done then It show like the picture blow

Logs
theia-ide9uq
2020-11-24T06:47:54.947592498Z chown: /projects: Operation not permitted
2020-11-24T06:47:55.508682661Z 2020-11-24 06:47:55.507 root INFO Configuration directory URI: 'file:///home/theia/.theia'
2020-11-24T06:47:55.510676133Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/body-parser
2020-11-24T06:47:55.510761543Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/cookie
2020-11-24T06:47:55.510802089Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/express
2020-11-24T06:47:55.510863043Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/fs-extra
2020-11-24T06:47:55.510897918Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/lodash.debounce
2020-11-24T06:47:55.510949414Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/lodash.throttle
2020-11-24T06:47:55.510981664Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/react
2020-11-24T06:47:55.511044262Z 2020-11-24 06:47:55.510 root WARN Failed to resolve module: @types/react-dom
2020-11-24T06:47:55.511081642Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/react-virtualized
2020-11-24T06:47:55.511140452Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/route-parser
2020-11-24T06:47:55.511193722Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/safer-buffer
2020-11-24T06:47:55.511239929Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/ws
2020-11-24T06:47:55.511287297Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/yargs
2020-11-24T06:47:55.511332892Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: font-awesome
2020-11-24T06:47:55.51136891Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: react
2020-11-24T06:47:55.511405148Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: react-dom
2020-11-24T06:47:55.511452316Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: react-virtualized
2020-11-24T06:47:55.511498372Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/base64-arraybuffer
2020-11-24T06:47:55.51152921Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @theia/monaco
2020-11-24T06:47:55.511574645Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/rimraf
2020-11-24T06:47:55.511629788Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/tar-fs
2020-11-24T06:47:55.511663381Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/uuid
2020-11-24T06:47:55.511735185Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/p-queue
2020-11-24T06:47:55.51175906Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/mime-types
2020-11-24T06:47:55.511799356Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/diff
2020-11-24T06:47:55.511840853Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/connect
2020-11-24T06:47:55.511862454Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/mime
2020-11-24T06:47:55.511906517Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/serve-static
2020-11-24T06:47:55.511943625Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/request
2020-11-24T06:47:55.511973982Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/dompurify
2020-11-24T06:47:55.512013656Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/highlight.js
2020-11-24T06:47:55.512051968Z 2020-11-24 06:47:55.511 root WARN Failed to resolve module: @types/markdown-it
2020-11-24T06:47:55.51208494Z 2020-11-24 06:47:55.512 root WARN Failed to resolve module: @types/markdown-it-anchor
2020-11-24T06:47:55.512917428Z 2020-11-24 06:47:55.512 root WARN The directory referenced by local-dir:/home/theia/.theia/plugins does not exist.
2020-11-24T06:47:55.51292389Z 2020-11-24 06:47:55.512 root WARN The directory referenced by local-dir:/home/theia/.theia/extensions does not exist.
2020-11-24T06:47:55.514577786Z 2020-11-24 06:47:55.514 root INFO Theia app listening on http://127.0.0.1:3100.
2020-11-24T06:47:55.517291557Z 2020-11-24 06:47:55.517 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /plugins/installed.json
2020-11-24T06:47:55.517331702Z 2020-11-24 06:47:55.517 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /plugins/sidecars
2020-11-24T06:47:55.521447788Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_github_auth_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_github_auth_plugin.theia"...
2020-11-24T06:47:55.521485448Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_ports_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_ports_plugin.theia"...
2020-11-24T06:47:55.521522587Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_telemetry_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_telemetry_plugin.theia"...
2020-11-24T06:47:55.521557322Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_theia_containers_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_theia_containers_plugin.theia"...
2020-11-24T06:47:55.521596024Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_theia_ssh_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_theia_ssh_plugin.theia"...
2020-11-24T06:47:55.521637622Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_welcome_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_welcome_plugin.theia"...
2020-11-24T06:47:55.52166293Z 2020-11-24 06:47:55.521 root INFO [eclipse_che_workspace_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/eclipse_che_workspace_plugin.theia"...
2020-11-24T06:47:55.521699218Z 2020-11-24 06:47:55.521 root INFO [task_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/task_plugin.theia"...
2020-11-24T06:47:55.521745164Z 2020-11-24 06:47:55.521 root INFO [theia_yeoman_plugin.theia]: trying to decompress into "/tmp/theia-unpacked/theia_yeoman_plugin.theia"...
2020-11-24T06:47:55.522419597Z 2020-11-24 06:47:55.522 root ERROR Failed to load plugin dependencies from '/plugins/installed.json' path Params: Error: ENOTDIR: not a directory, open '/plugins/installed.json/package.json'
2020-11-24T06:47:55.523355398Z 2020-11-24 06:47:55.523 root ERROR Failed to load plugin dependencies from '/plugins/sidecars' path Params: Error: ENOENT: no such file or directory, open '/plugins/sidecars/package.json'
2020-11-24T06:47:55.566660214Z 2020-11-24 06:47:55.566 root INFO Configuring to accept webviews on 'server5os335jo-jwtproxy-webviews.che.com' hostname.
2020-11-24T06:47:55.646698806Z 2020-11-24 06:47:55.646 root INFO [eclipse_che_github_auth_plugin.theia]: decompressed
2020-11-24T06:47:55.646808571Z 2020-11-24 06:47:55.646 root INFO [eclipse_che_telemetry_plugin.theia]: decompressed
2020-11-24T06:47:55.674687921Z 2020-11-24 06:47:55.674 root INFO [eclipse_che_theia_containers_plugin.theia]: decompressed
2020-11-24T06:47:55.763102902Z 2020-11-24 06:47:55.762 root INFO [eclipse_che_ports_plugin.theia]: decompressed
2020-11-24T06:47:55.897996041Z 2020-11-24 06:47:55.897 root INFO [eclipse_che_workspace_plugin.theia]: decompressed
2020-11-24T06:47:56.0193591Z 2020-11-24 06:47:56.019 root INFO [eclipse_che_theia_ssh_plugin.theia]: decompressed
2020-11-24T06:47:56.622668347Z 2020-11-24 06:47:56.621 root INFO [task_plugin.theia]: decompressed
2020-11-24T06:47:58.567447889Z 2020-11-24 06:47:58.566 root INFO [eclipse_che_welcome_plugin.theia]: decompressed
2020-11-24T06:48:03.795573049Z 2020-11-24 06:48:03.794 root INFO [theia_yeoman_plugin.theia]: decompressed
2020-11-24T06:48:03.797168165Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_github_auth_plugin.theia
2020-11-24T06:48:03.797221164Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_ports_plugin.theia
2020-11-24T06:48:03.797287659Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_telemetry_plugin.theia
2020-11-24T06:48:03.797307696Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_theia_containers_plugin.theia
2020-11-24T06:48:03.797360886Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_theia_ssh_plugin.theia
2020-11-24T06:48:03.797404447Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_welcome_plugin.theia
2020-11-24T06:48:03.797444231Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/eclipse_che_workspace_plugin.theia
2020-11-24T06:48:03.797479057Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/task_plugin.theia
2020-11-24T06:48:03.797518551Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /tmp/theia-unpacked/theia_yeoman_plugin.theia
2020-11-24T06:48:03.797559608Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-bat
2020-11-24T06:48:03.797616084Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-bat" to a VS Code extension "bat@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.797660707Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-clojure
2020-11-24T06:48:03.797695703Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-clojure" to a VS Code extension "clojure@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.797756406Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-coffeescript
2020-11-24T06:48:03.797787975Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-coffeescript" to a VS Code extension "coffeescript@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.797813813Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-configuration-editing
2020-11-24T06:48:03.797858076Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-configuration-editing" to a VS Code extension "configuration-editing@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.797889996Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-cpp
2020-11-24T06:48:03.797926344Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.797972922Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-csharp
2020-11-24T06:48:03.798015562Z 2020-11-24 06:48:03.797 root INFO Resolved "vscode-builtin-csharp" to a VS Code extension "csharp@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798056719Z 2020-11-24 06:48:03.797 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-css
2020-11-24T06:48:03.798096613Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-css" to a VS Code extension "css@1.44.2" with engines: Params: [object Object]
2020-11-24T06:48:03.798137459Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-css-language-features
2020-11-24T06:48:03.798173717Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-css-language-features" to a VS Code extension "css-language-features@1.45.1" with engines: Params: [object Object]
2020-11-24T06:48:03.798209685Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-debug-auto-launch
2020-11-24T06:48:03.798236645Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-debug-auto-launch" to a VS Code extension "debug-auto-launch@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798274877Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-docker
2020-11-24T06:48:03.798323568Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-docker" to a VS Code extension "docker@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798340911Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-fsharp
2020-11-24T06:48:03.798380575Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-fsharp" to a VS Code extension "fsharp@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798421461Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-go
2020-11-24T06:48:03.798441598Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-go" to a VS Code extension "go@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798470182Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-groovy
2020-11-24T06:48:03.798520787Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-groovy" to a VS Code extension "groovy@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798547517Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-grunt
2020-11-24T06:48:03.798572414Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-grunt" to a VS Code extension "grunt@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798606458Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-gulp
2020-11-24T06:48:03.798628048Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-gulp" to a VS Code extension "gulp@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798665989Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-handlebars
2020-11-24T06:48:03.798702478Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-handlebars" to a VS Code extension "handlebars@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798727974Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-hlsl
2020-11-24T06:48:03.79875768Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-hlsl" to a VS Code extension "hlsl@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798786945Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-html
2020-11-24T06:48:03.798810319Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-html" to a VS Code extension "html@1.48.0-next.4a1bcdafe9" with engines: Params: [object Object]
2020-11-24T06:48:03.79884801Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-html-language-features
2020-11-24T06:48:03.798889107Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-html-language-features" to a VS Code extension "html-language-features@1.48.0-next.4a1bcdafe9" with engines: Params: [object Object]
2020-11-24T06:48:03.798903413Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-ini
2020-11-24T06:48:03.798935403Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-ini" to a VS Code extension "ini@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.798963997Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-jake
2020-11-24T06:48:03.798998872Z 2020-11-24 06:48:03.798 root INFO Resolved "vscode-builtin-jake" to a VS Code extension "jake@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799030882Z 2020-11-24 06:48:03.798 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-java
2020-11-24T06:48:03.799058484Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-java" to a VS Code extension "java@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799084221Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-javascript
2020-11-24T06:48:03.799109148Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-javascript" to a VS Code extension "javascript@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799133975Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-json
2020-11-24T06:48:03.799189489Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines: Params: [object Object]
2020-11-24T06:48:03.799223212Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-json-language-features
2020-11-24T06:48:03.799239743Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines: Params: [object Object]
2020-11-24T06:48:03.799292792Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-less
2020-11-24T06:48:03.799317809Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-less" to a VS Code extension "less@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799334771Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-log
2020-11-24T06:48:03.799383132Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-log" to a VS Code extension "log@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799409049Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-lua
2020-11-24T06:48:03.79942545Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-lua" to a VS Code extension "lua@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799475143Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-make
2020-11-24T06:48:03.799501122Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-make" to a VS Code extension "make@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799527842Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-markdown
2020-11-24T06:48:03.799552198Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-markdown" to a VS Code extension "markdown@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799591441Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-merge-conflicts
2020-11-24T06:48:03.799615837Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-merge-conflicts" to a VS Code extension "merge-conflict@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.79964381Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-npm
2020-11-24T06:48:03.799667935Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-npm" to a VS Code extension "npm@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799713489Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-objective-c
2020-11-24T06:48:03.799744608Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-objective-c" to a VS Code extension "objective-c@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799770105Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-perl
2020-11-24T06:48:03.799794161Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-perl" to a VS Code extension "perl@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799819107Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-php
2020-11-24T06:48:03.799861557Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-php" to a VS Code extension "php@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799886113Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-powershell
2020-11-24T06:48:03.799909827Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-powershell" to a VS Code extension "powershell@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.799953309Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-pug
2020-11-24T06:48:03.799978807Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-pug" to a VS Code extension "pug@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800002932Z 2020-11-24 06:48:03.799 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-python
2020-11-24T06:48:03.800046433Z 2020-11-24 06:48:03.799 root INFO Resolved "vscode-builtin-python" to a VS Code extension "python@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800067111Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-r
2020-11-24T06:48:03.800105153Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-r" to a VS Code extension "r@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800139196Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-razor
2020-11-24T06:48:03.800163692Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-razor" to a VS Code extension "razor@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800187417Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-ruby
2020-11-24T06:48:03.800227672Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-ruby" to a VS Code extension "ruby@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800252499Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-rust
2020-11-24T06:48:03.800275041Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-rust" to a VS Code extension "rust@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800321969Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-scss
2020-11-24T06:48:03.800346615Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-scss" to a VS Code extension "scss@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800370439Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-shaderlab
2020-11-24T06:48:03.800413941Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-shaderlab" to a VS Code extension "shaderlab@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800439919Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-shellscript
2020-11-24T06:48:03.800464195Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-shellscript" to a VS Code extension "shellscript@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800496105Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-sql
2020-11-24T06:48:03.800520731Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-sql" to a VS Code extension "sql@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800544696Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-swift
2020-11-24T06:48:03.800590652Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-swift" to a VS Code extension "swift@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800629164Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-abyss
2020-11-24T06:48:03.800634524Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-abyss" to a VS Code extension "theme-abyss@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.80068615Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-defaults
2020-11-24T06:48:03.800704134Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-defaults" to a VS Code extension "theme-defaults@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.80071798Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-dimmed
2020-11-24T06:48:03.800781839Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-dimmed" to a VS Code extension "theme-monokai-dimmed@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800786628Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-kimbie-dark
2020-11-24T06:48:03.800831703Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-kimbie-dark" to a VS Code extension "theme-kimbie-dark@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800867059Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-monokai
2020-11-24T06:48:03.800872289Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-monokai" to a VS Code extension "theme-monokai@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800928094Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-quietlight
2020-11-24T06:48:03.800972567Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-quietlight" to a VS Code extension "theme-quietlight@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.800989218Z 2020-11-24 06:48:03.800 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-red
2020-11-24T06:48:03.801030074Z 2020-11-24 06:48:03.800 root INFO Resolved "vscode-builtin-theme-red" to a VS Code extension "theme-red@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801043499Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-solarized-dark
2020-11-24T06:48:03.801095937Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-theme-solarized-dark" to a VS Code extension "theme-solarized-dark@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801107569Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-theme-tomorrow-night-blue
2020-11-24T06:48:03.801150219Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-theme-tomorrow-night-blue" to a VS Code extension "theme-tomorrow-night-blue@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.80119327Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-typescript
2020-11-24T06:48:03.801207807Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-typescript" to a VS Code extension "typescript@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801245107Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-vb
2020-11-24T06:48:03.80128416Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-vb" to a VS Code extension "vb@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801296243Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-xml
2020-11-24T06:48:03.801337299Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-xml" to a VS Code extension "xml@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801360222Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-builtin-yaml
2020-11-24T06:48:03.801404836Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-builtin-yaml" to a VS Code extension "yaml@1.39.1-prel" with engines: Params: [object Object]
2020-11-24T06:48:03.801410256Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-editorconfig
2020-11-24T06:48:03.801457835Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-editorconfig" to a VS Code extension "EditorConfig@0.14.4" with engines: Params: [object Object]
2020-11-24T06:48:03.801488743Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-git
2020-11-24T06:48:03.80152466Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-git" to a VS Code extension "git@1.44.2" with engines: Params: [object Object]
2020-11-24T06:48:03.801558313Z 2020-11-24 06:48:03.801 root INFO PluginTheiaDirectoryHandler: accepting plugin with path Params: /default-theia-plugins/vscode-references-view
2020-11-24T06:48:03.801574654Z 2020-11-24 06:48:03.801 root INFO Resolved "vscode-references-view" to a VS Code extension "references-view@0.0.47" with engines: Params: [object Object]
2020-11-24T06:48:03.832049351Z 2020-11-24 06:48:03.831 root INFO Deploying backend plugin "@eclipse-che/github-auth-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_github_auth_plugin.theia/lib/github-auth-plugin.js"
2020-11-24T06:48:03.833070954Z 2020-11-24 06:48:03.832 root INFO Deploying backend plugin "@eclipse-che/ports-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_ports_plugin.theia/lib/ports-plugin.js"
2020-11-24T06:48:03.833433452Z 2020-11-24 06:48:03.833 root INFO Deploying backend plugin "@eclipse-che/telemetry-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_telemetry_plugin.theia/lib/telemetry-plugin.js"
2020-11-24T06:48:03.834283835Z 2020-11-24 06:48:03.834 root INFO Deploying backend plugin "@eclipse-che/theia-containers-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_theia_containers_plugin.theia/lib/containers-plugin.js"
2020-11-24T06:48:03.834573727Z 2020-11-24 06:48:03.834 root INFO Deploying backend plugin "@eclipse-che/theia-ssh-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_theia_ssh_plugin.theia/lib/ssh-plugin-backend.js"
2020-11-24T06:48:03.834911259Z 2020-11-24 06:48:03.834 root INFO Deploying backend plugin "@eclipse-che/welcome-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_welcome_plugin.theia/lib/welcome-plugin.js"
2020-11-24T06:48:03.835332538Z 2020-11-24 06:48:03.835 root INFO Deploying backend plugin "@eclipse-che/workspace-plugin@7.20.0" from "/tmp/theia-unpacked/eclipse_che_workspace_plugin.theia/lib/workspace-plugin.js"
2020-11-24T06:48:03.83561681Z 2020-11-24 06:48:03.835 root INFO Deploying backend plugin "task-plugin@7.20.0" from "/tmp/theia-unpacked/task_plugin.theia/lib/task-plugin-backend.js"
2020-11-24T06:48:03.835885293Z 2020-11-24 06:48:03.835 root INFO Deploying backend plugin "@theia/yeoman-plugin@0.0.1-1578930705" from "/tmp/theia-unpacked/theia_yeoman_plugin.theia/lib/theia-yeoman-backend-plugin.js"
2020-11-24T06:48:03.838141085Z 2020-11-24 06:48:03.838 root INFO Deploying backend plugin "bat@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-bat/extension"
2020-11-24T06:48:03.838970849Z 2020-11-24 06:48:03.838 root INFO Deploying backend plugin "clojure@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-clojure/extension"
2020-11-24T06:48:03.839967415Z 2020-11-24 06:48:03.839 root INFO Deploying backend plugin "coffeescript@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-coffeescript/extension"
2020-11-24T06:48:03.840284418Z 2020-11-24 06:48:03.840 root INFO Deploying backend plugin "configuration-editing@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-configuration-editing/extension/dist/extension"
2020-11-24T06:48:03.848290175Z 2020-11-24 06:48:03.848 root INFO Deploying backend plugin "cpp@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-cpp/extension"
2020-11-24T06:48:03.850167148Z 2020-11-24 06:48:03.850 root INFO Deploying backend plugin "csharp@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-csharp/extension"
2020-11-24T06:48:03.851253021Z 2020-11-24 06:48:03.851 root INFO Deploying backend plugin "css@1.44.2" from "/default-theia-plugins/vscode-builtin-css/extension"
2020-11-24T06:48:03.852280233Z 2020-11-24 06:48:03.852 root INFO Deploying backend plugin "css-language-features@1.45.1" from "/default-theia-plugins/vscode-builtin-css-language-features/extension/client/dist/cssMain"
2020-11-24T06:48:03.852676605Z 2020-11-24 06:48:03.852 root INFO Deploying backend plugin "debug-auto-launch@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-debug-auto-launch/extension/dist/extension"
2020-11-24T06:48:03.85330929Z 2020-11-24 06:48:03.853 root INFO Deploying backend plugin "docker@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-docker/extension"
2020-11-24T06:48:03.854284135Z 2020-11-24 06:48:03.854 root INFO Deploying backend plugin "fsharp@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-fsharp/extension"
2020-11-24T06:48:03.855153973Z 2020-11-24 06:48:03.855 root INFO Deploying backend plugin "go@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-go/extension"
2020-11-24T06:48:03.856035774Z 2020-11-24 06:48:03.855 root INFO Deploying backend plugin "groovy@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-groovy/extension"
2020-11-24T06:48:03.856396549Z 2020-11-24 06:48:03.856 root INFO Deploying backend plugin "grunt@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-grunt/extension/dist/main"
2020-11-24T06:48:03.856653881Z 2020-11-24 06:48:03.856 root INFO Deploying backend plugin "gulp@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-gulp/extension/dist/main"
2020-11-24T06:48:03.85795707Z 2020-11-24 06:48:03.857 root INFO Deploying backend plugin "handlebars@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-handlebars/extension"
2020-11-24T06:48:03.858555591Z 2020-11-24 06:48:03.858 root INFO Deploying backend plugin "hlsl@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-hlsl/extension"
2020-11-24T06:48:03.860780015Z 2020-11-24 06:48:03.860 root INFO Deploying backend plugin "html@1.48.0-next.4a1bcdafe9" from "/default-theia-plugins/vscode-builtin-html/extension"
2020-11-24T06:48:03.861265754Z 2020-11-24 06:48:03.861 root INFO Deploying backend plugin "html-language-features@1.48.0-next.4a1bcdafe9" from "/default-theia-plugins/vscode-builtin-html-language-features/extension/client/dist/node/htmlClientMain"
2020-11-24T06:48:03.862258753Z 2020-11-24 06:48:03.862 root INFO Deploying backend plugin "ini@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-ini/extension"
2020-11-24T06:48:03.86259391Z 2020-11-24 06:48:03.862 root INFO Deploying backend plugin "jake@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-jake/extension/dist/main"
2020-11-24T06:48:03.864845186Z 2020-11-24 06:48:03.864 root INFO Deploying backend plugin "java@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-java/extension"
2020-11-24T06:48:03.867906195Z 2020-11-24 06:48:03.867 root INFO Deploying backend plugin "javascript@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-javascript/extension"
2020-11-24T06:48:03.869519606Z 2020-11-24 06:48:03.869 root INFO Deploying backend plugin "json@1.46.1" from "/default-theia-plugins/vscode-builtin-json/extension"
2020-11-24T06:48:03.869860484Z 2020-11-24 06:48:03.869 root INFO Deploying backend plugin "json-language-features@1.46.1" from "/default-theia-plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain"
2020-11-24T06:48:03.870569231Z 2020-11-24 06:48:03.870 root INFO Deploying backend plugin "less@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-less/extension"
2020-11-24T06:48:03.871298606Z 2020-11-24 06:48:03.871 root INFO Deploying backend plugin "log@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-log/extension"
2020-11-24T06:48:03.871880877Z 2020-11-24 06:48:03.871 root INFO Deploying backend plugin "lua@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-lua/extension"
2020-11-24T06:48:03.872487983Z 2020-11-24 06:48:03.872 root INFO Deploying backend plugin "make@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-make/extension"
2020-11-24T06:48:03.874367431Z 2020-11-24 06:48:03.874 root INFO Deploying backend plugin "markdown@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-markdown/extension"
2020-11-24T06:48:03.874739838Z 2020-11-24 06:48:03.874 root INFO Deploying backend plugin "merge-conflict@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-merge-conflicts/extension/dist/extension"
2020-11-24T06:48:03.875192164Z 2020-11-24 06:48:03.875 root INFO Deploying backend plugin "npm@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-npm/extension/dist/main"
2020-11-24T06:48:03.878500808Z 2020-11-24 06:48:03.878 root INFO Deploying backend plugin "objective-c@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-objective-c/extension"
2020-11-24T06:48:03.879863589Z 2020-11-24 06:48:03.879 root INFO Deploying backend plugin "perl@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-perl/extension"
2020-11-24T06:48:03.881976525Z 2020-11-24 06:48:03.881 root INFO Deploying backend plugin "php@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-php/extension"
2020-11-24T06:48:03.882799255Z 2020-11-24 06:48:03.882 root INFO Deploying backend plugin "powershell@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-powershell/extension"
2020-11-24T06:48:03.883667661Z 2020-11-24 06:48:03.883 root INFO Deploying backend plugin "pug@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-pug/extension"
2020-11-24T06:48:03.887433911Z 2020-11-24 06:48:03.887 root INFO Deploying backend plugin "python@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-python/extension/dist/pythonMain"
2020-11-24T06:48:03.888242665Z 2020-11-24 06:48:03.888 root INFO Deploying backend plugin "r@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-r/extension"
2020-11-24T06:48:03.888938748Z 2020-11-24 06:48:03.888 root INFO Deploying backend plugin "razor@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-razor/extension"
2020-11-24T06:48:03.890538573Z 2020-11-24 06:48:03.890 root INFO Deploying backend plugin "ruby@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-ruby/extension"
2020-11-24T06:48:03.89133295Z 2020-11-24 06:48:03.891 root INFO Deploying backend plugin "rust@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-rust/extension"
2020-11-24T06:48:03.892612285Z 2020-11-24 06:48:03.892 root INFO Deploying backend plugin "scss@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-scss/extension"
2020-11-24T06:48:03.893236834Z 2020-11-24 06:48:03.893 root INFO Deploying backend plugin "shaderlab@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-shaderlab/extension"
2020-11-24T06:48:03.894844834Z 2020-11-24 06:48:03.894 root INFO Deploying backend plugin "shellscript@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-shellscript/extension"
2020-11-24T06:48:03.896038179Z 2020-11-24 06:48:03.895 root INFO Deploying backend plugin "sql@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-sql/extension"
2020-11-24T06:48:03.897867402Z 2020-11-24 06:48:03.897 root INFO Deploying backend plugin "swift@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-swift/extension"
2020-11-24T06:48:03.898253105Z 2020-11-24 06:48:03.898 root INFO Deploying backend plugin "theme-abyss@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-abyss/extension"
2020-11-24T06:48:03.898566992Z 2020-11-24 06:48:03.898 root INFO Deploying backend plugin "theme-defaults@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-defaults/extension"
2020-11-24T06:48:03.898809205Z 2020-11-24 06:48:03.898 root INFO Deploying backend plugin "theme-monokai-dimmed@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-dimmed/extension"
2020-11-24T06:48:03.899045047Z 2020-11-24 06:48:03.898 root INFO Deploying backend plugin "theme-kimbie-dark@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-kimbie-dark/extension"
2020-11-24T06:48:03.899274356Z 2020-11-24 06:48:03.899 root INFO Deploying backend plugin "theme-monokai@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-monokai/extension"
2020-11-24T06:48:03.899496783Z 2020-11-24 06:48:03.899 root INFO Deploying backend plugin "theme-quietlight@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-quietlight/extension"
2020-11-24T06:48:03.899731181Z 2020-11-24 06:48:03.899 root INFO Deploying backend plugin "theme-red@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-red/extension"
2020-11-24T06:48:03.899935113Z 2020-11-24 06:48:03.899 root INFO Deploying backend plugin "theme-solarized-dark@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-solarized-dark/extension"
2020-11-24T06:48:03.900886895Z 2020-11-24 06:48:03.900 root INFO Deploying backend plugin "theme-tomorrow-night-blue@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-theme-tomorrow-night-blue/extension"
2020-11-24T06:48:03.903719167Z 2020-11-24 06:48:03.903 root INFO Deploying backend plugin "typescript@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-typescript/extension"
2020-11-24T06:48:03.904267494Z 2020-11-24 06:48:03.904 root INFO Deploying backend plugin "vb@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-vb/extension"
2020-11-24T06:48:03.905737836Z 2020-11-24 06:48:03.905 root INFO Deploying backend plugin "xml@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-xml/extension"
2020-11-24T06:48:03.906369157Z 2020-11-24 06:48:03.906 root INFO Deploying backend plugin "yaml@1.39.1-prel" from "/default-theia-plugins/vscode-builtin-yaml/extension"
2020-11-24T06:48:03.90672325Z 2020-11-24 06:48:03.906 root INFO Deploying backend plugin "EditorConfig@0.14.4" from "/default-theia-plugins/vscode-editorconfig/extension/out/editorConfigMain.js"
2020-11-24T06:48:03.909811792Z 2020-11-24 06:48:03.909 root INFO Deploying backend plugin "git@1.44.2" from "/default-theia-plugins/vscode-git/extension/dist/main"
2020-11-24T06:48:03.910616488Z 2020-11-24 06:48:03.910 root INFO Deploying backend plugin "references-view@0.0.47" from "/default-theia-plugins/vscode-references-view/extension/dist/extension"
2020-11-24T06:48:03.910680258Z 2020-11-24 06:48:03.910 root INFO Deploy plugins list took: 8401.2 ms
console
Successfully pulled image "quay.io/eclipse/che-plugin-metadata-broker:v3.4.0"
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
- redhat/java/latest - Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more...
- eclipse/che-machine-exec-plugin/7.20.0 - Che Plug-in with che-machine-exec service to provide creation terminal or tasks for Eclipse Che workspace containers.
- eclipse/che-theia/7.20.0 - Eclipse Theia
All plugin metadata has been successfully processed
Pulling image "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.20.0"
Successfully pulled image "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.20.0"
Created container remote-runtime-injector89c
Started container remote-runtime-injector89c
Pulling image "quay.io/eclipse/che-plugin-artifacts-broker:v3.4.0"
Successfully pulled image "quay.io/eclipse/che-plugin-artifacts-broker:v3.4.0"
Created container che-plugin-artifacts-broker-v3-4-0
Started container che-plugin-artifacts-broker-v3-4-0
Starting plugin artifacts broker
Saving log of installed plugins
All plugin artifacts have been successfully downloaded
Processing plugin redhat/java/latest
Installing plugin extension 1/3
Plugin already downloaded
Installing plugin extension 2/3
Plugin already downloaded
Installing plugin extension 3/3
Plugin already downloaded
Pulling image "quay.io/eclipse/che-jwtproxy:0.10.0"
Successfully pulled image "quay.io/eclipse/che-jwtproxy:0.10.0"
Created container che-jwtproxyxtppr1u7
Started container che-jwtproxyxtppr1u7
Pulling image "quay.io/eclipse/che-java11-maven:7.21.2"
Successfully pulled image "quay.io/eclipse/che-java11-maven:7.21.2"
Created container tools
Started container tools
Pulling image "quay.io/eclipse/che-sidecar-java:11-7bd8c8c"
Successfully pulled image "quay.io/eclipse/che-sidecar-java:11-7bd8c8c"
Created container vscode-javatcl
Started container vscode-javatcl
Pulling image "quay.io/eclipse/che-machine-exec:7.20.0"
Successfully pulled image "quay.io/eclipse/che-machine-exec:7.20.0"
Created container che-machine-exec1ma
Started container che-machine-exec1ma
Pulling image "quay.io/eclipse/che-theia:7.20.0"
Error: Failed to run the workspace: "Server 'theia' in container 'theia-ide9uq' not available."
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (4 by maintainers)
Thank You Very Much @sparkoo I’ve solved this problem It’s caused by my Kubernetes Platform (Default installed Ingress makes domain hard to find for the services) So I just updated some ingress yaml config and It runs well now
hello @KubeLouis , I’ve got the same problem. Eclipse-che with kubernetes and helm caused the same problem. Can you please share the solution about ingress configuration to make it easy to find the service?