Che 7.17.0 - empty theia with TLS enable and proxy set
See original GitHub issueDescribe the bug
After deploy fresh CHE 7.17.0 on K8S with helm, and after deploy the first workspace go
, theia is empty (no repo, no plugin, no terminal, etc …).
We deploy CHE with following topology:
- multiuser
- Enterprise proxy to access on Internet (cheWorkspaceHttpProxy, cheWorkspaceHttpsProxy, cheWorkspaceNoProxy)
- Server strategy: single-host
- tls enable with internal PKI certs (so we use useSelfSignedCerts to true)
We found only errors on theia pod:
2020-08-10 06:59:09.764 root INFO Deploy plugins list took: 3227.5 ms
2020-08-10 06:59:12.847 root ERROR Error: Unable to get workspace containers. Cause: [object Object]
at CheApiServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:185:31)
at step (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:42:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:23:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:15:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:12.952 root ERROR Request getUserPreferences failed with error: unable to verify the first certificate Params:
2020-08-10 06:59:12.954 root ERROR Request getCurrentWorkspacesContainers failed with error: Unable to get workspace containers. Cause: [object Object] Params: Error: Unable to get workspace containers. Cause: [object Object]
at CheApiServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:185:31)
at step (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:42:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:23:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:15:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:12.955 root ERROR Request getUserPreferences failed with error: unable to verify the first certificate Params:
2020-08-10 06:59:12.960 root ERROR Request findUniqueServerByAttribute failed with error: Unable to get workspace containers. Cause: [object Object] Params: Error: Unable to get workspace containers. Cause: [object Object]
at CheApiServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:185:31)
at step (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:42:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:23:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:15:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:12.966 root ERROR Uncaught Exception: Params: [object Object]
2020-08-10 06:59:12.971 root ERROR TypeError: Cannot read property 'logo' of undefined
at t.getLogo (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:480511)
at t.renderHeader (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:480393)
at t.render (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:480214)
at t.onUpdateRequest (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3257828)
at t.e.processMessage (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:54:28272)
at _ (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:8:418713)
at n (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:8:417765)
at m (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:8:418945)
2020-08-10 06:59:13.016 root INFO Error: Request 'getUserPreferences' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at e.checkGitCommiterSettings (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3564957)
at e.initialize (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3564780)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:71763
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:74752)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:65340
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:65445)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:64357
at new Promise (<anonymous>)
at a (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:64102)
2020-08-10 06:59:13.020 root INFO Error: Request 'getUserPreferences' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at e.checkGitCommiterSettings (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3564957)
at e.initialize (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3564780)
at https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:77:5294
at Object.t.resolveInstance (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:77:5366)
at https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:1:3556
at https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:1:2504
at Array.map (<anonymous>)
at https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:1:2476
at Object.t.resolve (https://static.developers.redhat.com/che/theia_artifacts/vendors.89eeb19ea2ec8e75a3fe.js:1:3819)
2020-08-10 06:59:13.045 root INFO [nsfw-watcher: 30] Started watching: /projects
2020-08-10 06:59:13.053 root ERROR Could not initialize contribution Params: Error: Request 'findUniqueServerByAttribute' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2273095)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2272185
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2272290)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2271202
at new Promise (<anonymous>)
at o (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2270947)
at e.getSyncServiceURL (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2272978)
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2272858)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2272185
2020-08-10 06:59:13.056 root ERROR Request findTerminalServer failed with error: Unable to get list workspace containers. Cause: [object Object] Params: Error: Unable to get list workspace containers. Cause: [object Object]
at CHEWorkspaceServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:126:31)
at step (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:65:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:46:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:38:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:13.083 root ERROR Request findTerminalServer failed with error: Unable to get list workspace containers. Cause: [object Object] Params: Error: Unable to get list workspace containers. Cause: [object Object]
at CHEWorkspaceServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:126:31)
at step (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:65:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:46:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:38:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:13.092 root WARN Failed to obtain keyboard layout map. Params: Error: Failed to execute 'getLayoutMap' on 'Keyboard': getLayoutMap() must be called from a top-level browsing context.
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:969226)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:964464
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:964569)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:963481
at new Promise (<anonymous>)
at E3lP.o (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:963226)
at e.autodetect (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:969026)
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:967761)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:964464
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:964569)
2020-08-10 06:59:13.097 root ERROR Request findTerminalServer failed with error: Unable to get list workspace containers. Cause: [object Object] Params: Error: Unable to get list workspace containers. Cause: [object Object]
at CHEWorkspaceServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:126:31)
at step (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:65:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:46:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-terminal/lib/node/workspace-service-impl.js:38:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:13.134 root WARN A handler with prefix term is already registered.
2020-08-10 06:59:13.277 root INFO [nsfw-watcher: 30] Started watching: /projects
2020-08-10 06:59:13.390 root INFO [nsfw-watcher: 30] Started watching: /home/theia/.theia
2020-08-10 06:59:13.391 root ERROR Failed to get remote terminal server api end point url. Cause: Params: Error: Request 'findTerminalServer' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611253
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1608919
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1609024)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607936
at new Promise (<anonymous>)
at SRfV.i (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607681)
at n.termApiEndPointProvider (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611003)
at n.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3106520)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3104958
2020-08-10 06:59:13.396 root ERROR Failed to get remote terminal server api end point url. Cause: Params: Error: Request 'findTerminalServer' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611253
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1608919
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1609024)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607936
at new Promise (<anonymous>)
at SRfV.i (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607681)
at n.termApiEndPointProvider (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611003)
at n.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3112714)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3104958
2020-08-10 06:59:13.401 root ERROR Failed to get remote terminal server api end point url. Cause: Params: Error: Request 'findTerminalServer' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611253
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1608919
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1609024)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607936
at new Promise (<anonymous>)
at SRfV.i (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1607681)
at n.termApiEndPointProvider (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1611003)
at n.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3112076)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3104958
2020-08-10 06:59:13.411 root WARN Frontend e.onStart is slow, took: 267.2 ms
2020-08-10 06:59:13.484 root ERROR Could not start contribution Params: TypeError: Cannot read property 'breakpointsEnabled' of null
at t.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:607808)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:601241
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:601346)
at a (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:600060)
2020-08-10 06:59:13.506 root ERROR Request currentWorkspace failed with error: unable to verify the first certificate Params:
2020-08-10 06:59:13.594 root ERROR Request findUniqueServerByAttribute failed with error: Unable to get workspace containers. Cause: [object Object] Params: Error: Unable to get workspace containers. Cause: [object Object]
at CheApiServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:185:31)
at step (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:42:23)
at Object.throw (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:23:53)
at rejected (/home/theia/node_modules/@eclipse-che/theia-plugin-ext/lib/node/che-api-service.js:15:65)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-08-10 06:59:13.668 root ERROR Could not start contribution Params: Error: Request 'currentWorkspace' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2168401)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2165681
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2165786)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2164698
at new Promise (<anonymous>)
at a (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2164443)
at e.restorePluginProperties (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2168289)
at e.onStart (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2168561)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:73544
2020-08-10 06:59:13.669 root INFO Changed application state from 'init' to 'started_contributions'.
2020-08-10 06:59:13.669 root INFO [hosted-plugin: 47] PLUGIN_HOST_CHE_THEIA(47) starting instance
2020-08-10 06:59:13.671 root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2020-08-10 06:59:13.671 root INFO >>> Restoring the layout state...
2020-08-10 06:59:14.259 root INFO [70170aac-4df8-4126-88c7-9feaf072631c] Sync of 73 plugins took: 794.0 ms
2020-08-10 06:59:14.280 root ERROR Could not restore layout Params: Error: could not resolve a layout version
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2605372)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2601337
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2601442)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2600354
at new Promise (<anonymous>)
at s (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2600099)
at e.inflate (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2605142)
at e.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2604191)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2601337
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2601442)
2020-08-10 06:59:14.644 root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2020-08-10 06:59:14.646 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/github-auth-plugin]: Loaded contributions.
2020-08-10 06:59:14.647 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/ports-plugin]: Loaded contributions.
2020-08-10 06:59:14.649 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/telemetry-plugin]: Loaded contributions.
2020-08-10 06:59:14.650 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/theia-containers-plugin]: Loaded contributions.
2020-08-10 06:59:14.652 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/theia-ssh-plugin]: Loaded contributions.
2020-08-10 06:59:14.655 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/welcome-plugin]: Loaded contributions.
2020-08-10 06:59:14.656 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.@eclipse-che/workspace-plugin]: Loaded contributions.
2020-08-10 06:59:14.658 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][eclipse che.task-plugin]: Loaded contributions.
2020-08-10 06:59:14.660 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][theia.@theia/yeoman-plugin]: Loaded contributions.
2020-08-10 06:59:14.661 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.bat]: Loaded contributions.
2020-08-10 06:59:14.663 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.clojure]: Loaded contributions.
2020-08-10 06:59:14.665 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.coffeescript]: Loaded contributions.
2020-08-10 06:59:14.666 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.configuration-editing]: Loaded contributions.
2020-08-10 06:59:14.668 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.cpp]: Loaded contributions.
2020-08-10 06:59:14.670 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.csharp]: Loaded contributions.
2020-08-10 06:59:14.672 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.css]: Loaded contributions.
2020-08-10 06:59:14.674 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.css-language-features]: Loaded contributions.
2020-08-10 06:59:14.675 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.debug-auto-launch]: Loaded contributions.
2020-08-10 06:59:14.677 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.docker]: Loaded contributions.
2020-08-10 06:59:14.679 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.fsharp]: Loaded contributions.
2020-08-10 06:59:14.680 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.go]: Loaded contributions.
2020-08-10 06:59:14.682 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.groovy]: Loaded contributions.
2020-08-10 06:59:14.684 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.grunt]: Loaded contributions.
2020-08-10 06:59:14.685 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.gulp]: Loaded contributions.
2020-08-10 06:59:14.687 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.handlebars]: Loaded contributions.
2020-08-10 06:59:14.688 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.hlsl]: Loaded contributions.
2020-08-10 06:59:14.690 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.html]: Loaded contributions.
2020-08-10 06:59:14.692 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.html-language-features]: Loaded contributions.
2020-08-10 06:59:14.694 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.ini]: Loaded contributions.
2020-08-10 06:59:14.696 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.jake]: Loaded contributions.
2020-08-10 06:59:14.697 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.java]: Loaded contributions.
2020-08-10 06:59:14.699 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.javascript]: Loaded contributions.
2020-08-10 06:59:14.700 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.json]: Loaded contributions.
2020-08-10 06:59:14.702 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.json-language-features]: Loaded contributions.
2020-08-10 06:59:14.704 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.less]: Loaded contributions.
2020-08-10 06:59:14.705 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.log]: Loaded contributions.
2020-08-10 06:59:14.707 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.lua]: Loaded contributions.
2020-08-10 06:59:14.710 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.make]: Loaded contributions.
2020-08-10 06:59:14.711 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Loaded contributions.
2020-08-10 06:59:14.712 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.merge-conflict]: Loaded contributions.
2020-08-10 06:59:14.714 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.npm]: Loaded contributions.
2020-08-10 06:59:14.715 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.objective-c]: Loaded contributions.
2020-08-10 06:59:14.717 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.perl]: Loaded contributions.
2020-08-10 06:59:14.719 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.php]: Loaded contributions.
2020-08-10 06:59:14.721 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.powershell]: Loaded contributions.
2020-08-10 06:59:14.722 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.pug]: Loaded contributions.
2020-08-10 06:59:14.723 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.python]: Loaded contributions.
2020-08-10 06:59:14.726 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.r]: Loaded contributions.
2020-08-10 06:59:14.728 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.razor]: Loaded contributions.
2020-08-10 06:59:14.729 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.ruby]: Loaded contributions.
2020-08-10 06:59:14.730 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.rust]: Loaded contributions.
2020-08-10 06:59:14.732 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.scss]: Loaded contributions.
2020-08-10 06:59:14.733 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.shaderlab]: Loaded contributions.
2020-08-10 06:59:14.735 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.shellscript]: Loaded contributions.
2020-08-10 06:59:14.737 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.sql]: Loaded contributions.
2020-08-10 06:59:14.739 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.swift]: Loaded contributions.
2020-08-10 06:59:14.740 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-abyss]: Loaded contributions.
2020-08-10 06:59:14.742 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-defaults]: Loaded contributions.
2020-08-10 06:59:14.744 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-monokai-dimmed]: Loaded contributions.
2020-08-10 06:59:14.745 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-kimbie-dark]: Loaded contributions.
2020-08-10 06:59:14.747 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-monokai]: Loaded contributions.
2020-08-10 06:59:14.748 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-quietlight]: Loaded contributions.
2020-08-10 06:59:14.750 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-red]: Loaded contributions.
2020-08-10 06:59:14.752 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-solarized-dark]: Loaded contributions.
2020-08-10 06:59:14.753 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.theme-tomorrow-night-blue]: Loaded contributions.
2020-08-10 06:59:14.755 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.typescript]: Loaded contributions.
2020-08-10 06:59:14.757 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.vb]: Loaded contributions.
2020-08-10 06:59:14.758 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.xml]: Loaded contributions.
2020-08-10 06:59:14.760 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.yaml]: Loaded contributions.
2020-08-10 06:59:14.763 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][editorconfig.editorconfig]: Loaded contributions.
2020-08-10 06:59:14.765 root WARN 'vscode.git' plugin contributes items to a menu with invalid identifier: scm/sourceControl
2020-08-10 06:59:14.767 root WARN 'vscode.git' plugin contributes items to a menu with invalid identifier: scm/change/title
2020-08-10 06:59:14.862 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][vscode.git]: Loaded contributions.
2020-08-10 06:59:14.863 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][ms-vscode.references-view]: Loaded contributions.
2020-08-10 06:59:14.865 root WARN A contributed preference schema has validation issues : data.properties['go.playground'].properties['description'] should be object,boolean
2020-08-10 06:59:14.867 root ERROR Preference name collision detected in the schema for property: [go]
2020-08-10 06:59:14.868 root INFO [70170aac-4df8-4126-88c7-9feaf072631c][golang.go]: Loaded contributions.
2020-08-10 06:59:14.868 root INFO [70170aac-4df8-4126-88c7-9feaf072631c] Load contributions of 73 plugins took: 258.5 ms
2020-08-10 06:59:14.868 root WARN Frontend e.onDidInitializeLayout is slow, took: 259.2 ms
2020-08-10 06:59:14.872 root WARN Error: 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
at e.mapLanguageIdToTextmateGrammar (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3462586)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784119
at x (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2781739)
at n (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784048)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784444
2020-08-10 06:59:14.872 root WARN Error: a registered grammar configuration for 'cpp' language is overridden
at e.registerGrammarConfiguration (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3463257)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784243
at x (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2781739)
at n (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784164)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784444
2020-08-10 06:59:14.873 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.html]: Language for 'source.smarty' not found.
2020-08-10 06:59:14.874 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Language for 'meta.embedded.block.vs_net' not found.
2020-08-10 06:59:14.874 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Language for 'meta.embedded.block.dosbatch' not found.
2020-08-10 06:59:14.874 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Language for 'meta.embedded.block.coffee' not found.
2020-08-10 06:59:14.875 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Language for 'meta.embedded.block.objc' not found.
2020-08-10 06:59:14.875 root ERROR [70170aac-4df8-4126-88c7-9feaf072631c][vscode.markdown]: Language for 'meta.embedded.block.scala' not found.
2020-08-10 06:59:14.875 root WARN Error: 'php' language is remapped from 'source.php' to 'text.html.php' scope
at e.mapLanguageIdToTextmateGrammar (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3462586)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784119
at x (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2781739)
at n (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784048)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784444
2020-08-10 06:59:14.876 root WARN Error: a registered grammar configuration for 'php' language is overridden
at e.registerGrammarConfiguration (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:3463257)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784243
at x (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2781739)
at n (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784164)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:2784444
2020-08-10 06:59:15.291 root ERROR Failed to load plugins: Params: Error: Request 'findUniqueServerByAttribute' failed
at Proxy.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1443661)
at t.<anonymous> (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1756226)
at https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1755599
at Object.next (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1755704)
at a (https://static.developers.redhat.com/che/theia_artifacts/theia.15bb56065293651fb5e3.js:1:1754418)
2020-08-10 06:59:15.478 root INFO Changed application state from 'initialized_layout' to 'ready'.
2020-08-10 06:59:24.648 root INFO >>> Storing the layout...
2020-08-10 06:59:24.649 root INFO <<< The layout has been successfully stored.
2020-08-10 07:02:06.903 root ERROR Uncaught Exception: Params: [object Object]
2020-08-10 07:03:07.398 root ERROR Uncaught Exception: Params: [object Object]
Che version
- latest
- nightly
- other: 7.17.0
Steps to reproduce
- Deploy eclipse che from helm. We use this values.yaml
---
cheWorkspaceHttpProxy: "http://user:password@proxy.company.local:8080"
cheWorkspaceHttpsProxy: "http://user:password@proxy.company.local:8080"
cheWorkspaceNoProxy: "che.rancher-hpd.company.local,localhost,10.0.0.0/8,.company.local"
global:
multiuser: true
ingressDomain: che.rancher-hpd.company.local
serverStrategy: single-host
cheWorkspacesPVCStrategy: "common"
pvcClaim: "20Gi"
cheWorkspacePVCStorageClassName: "nfs-client"
cheWorkspacesNamespace: "che"
machineStartTimeout: "15"
cheWorkspacePluginBrokerWaitTimeout: "10"
workspaceIdleTimeout: "1800000"
tracingEnabled: false
metricsEnabled: false
chePostgresPVCStorageClassName: "nfs-client"
tls:
enabled: true
useCertManager: false
secretName: che-tls
useSelfSignedCerts: true
cheDevfileRegistry:
deploy: true
chePluginRegistry:
deploy: true
prometheus:
nodeExporter:
enabled: true
- Then connect on CHE and deploy workspace
go
.
Expected behavior
access to theiga, with sample project, go cli terminal and go plugins to support go language dev.
Runtime
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: Rancher 2.4.5 with kubernetes 1.18.3
Screenshots
Installation method
- chectl
- provide a full command that was used to deploy Eclipse Che (including the output)
- provide an output of
chectl version
command
- OperatorHub
- I don’t know
- helm
Environment
- my computer
- Windows
- Linux
- macOS
- Cloud
- Amazon
- Azure
- GCE
- other (please specify)
- other: Rancher 2.4.5 self hosted on Redhat 7
Eclipse Che Logs
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:41 (19 by maintainers)
Top Results From Across the Web
Preferences - Theia - Cloud and Desktop IDE Platform
Preferences. Theia has a preference service which allows modules to get preference values, contribute default preferences and listen for preference changes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No, proxy server not open https flow.
Based on close date and sprint details, I’ve set milestone to 7.18.