question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VSCode extension broker killed when processing 2 extensions

See original GitHub issue

Description

Start a workspace using this devfile:

specVersion: 0.0.1
name: che-k8s-plugin
projects:
  - name: simple-nodejs-weather-app
    source:
      type: git
      location: 'https://github.com/azatsarynnyy/simple-nodejs-weather-app.git'
tools:
  - name: theia-ide
    type: cheEditor
    id: org.eclipse.che.editor.theia:1.0.0
  - name: exec-plugin
    type: chePlugin
    id: che-machine-exec-plugin:0.0.1
  - name: yaml-plugin
    type: chePlugin
    id: https://raw.githubusercontent.com/azatsarynnyy/che7-plugin-registry/master/org.eclipse.che.vscode.yaml:1.0.0
  - name: k8s-plugin
    type: chePlugin
    id: https://raw.githubusercontent.com/azatsarynnyy/che7-plugin-registry/master/ms-kubernetes-tools.vscode-kubernetes-tools:0.1.16

fails with the following error:

image

Reproduction Steps

Copy/paste the devfile content above in a file and call it devfile.yaml

chectl server:start
chectl workspace:start --devfile `devfile.yaml`

OS and version:

minikube started with the following command:

minikube start --memory=8192 \
                           --cpus=4 --disk-size=50g \
                           --kubernetes-version=v1.12.0 \
                          -v7 --insecure-registry "10.0.0.0/24"

Diagnostics:

The vscode extension broker containers logs:

2019/02/11 16:01:14 Broker configuration
2019/02/11 16:01:14   Push endpoint: ws://che-kube-che.192.168.99.100.nip.io/api/websocket
2019/02/11 16:01:14   Auth enabled: false
2019/02/11 16:01:14   Runtime ID:
2019/02/11 16:01:14     Workspace: workspace4aweeyri0hpbq8yt
2019/02/11 16:01:14     Environment:
2019/02/11 16:01:14     OwnerId: che
2019/02/11 16:01:14 Started VS Code Plugin Broker
2019/02/11 16:01:14 List of plugins and editors to install
- org.eclipse.che.vscode.yaml:1.0.0 - YAML extension
- org.eclipse.che.vscode.k8s:1.0.0 - k8s extension
2019/02/11 16:01:14 Starting VS Code extensions processing
2019/02/11 16:01:14 Stared processing plugin 'org.eclipse.che.vscode.yaml:1.0.0'
2019/02/11 16:01:14 Downloading extension 'vscode:extension/redhat.vscode-yaml' for plugin 'org.eclipse.che.vscode.yaml:1.0.0' to '/tmp/vscode-extension-broker427933837/pluginArchive'
2019/02/11 16:01:17 Unzipping archive '/tmp/vscode-extension-broker427933837/pluginArchive' for plugin 'org.eclipse.che.vscode.yaml:1.0.0' to '/tmp/vscode-extension-broker427933837/plugin'
2019/02/11 16:01:18 Copying VS Code extension 'org.eclipse.che.vscode.yaml:1.0.0' from '/tmp/vscode-extension-broker427933837/plugin' to '/plugins/org.eclipse.che.vscode.yaml.1.0.0'
2019/02/11 16:01:18 Stared processing plugin 'org.eclipse.che.vscode.k8s:1.0.0'
2019/02/11 16:01:18 Downloading extension 'vscode:extension/ms-kubernetes-tools.vscode-kubernetes-tools' for plugin 'org.eclipse.che.vscode.k8s:1.0.0' to '/tmp/vscode-extension-broker351331464/pluginArchive'
2019/02/11 16:01:23 Unzipping archive '/tmp/vscode-extension-broker351331464/pluginArchive' for plugin 'org.eclipse.che.vscode.k8s:1.0.0' to '/tmp/vscode-extension-broker351331464/plugin'
2019/02/11 16:01:24 Copying VS Code extension 'org.eclipse.che.vscode.k8s:1.0.0' from '/tmp/vscode-extension-broker351331464/plugin' to '/plugins/org.eclipse.che.vscode.k8s.1.0.0'
2019/02/11 16:01:31 signal: killed

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
l0rdcommented, Feb 12, 2019

@ibuziuk @garagatyi yeah this doesn’t need to be fixed in this sprint. Just wanted to track it anyway.

0reactions
garagatyicommented, Mar 11, 2019

Thanks for checking!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Extensions in Visual Studio Code
Discover, add, update, disable and uninstall Visual Studio Code extensions (plug-ins) through the Extension Marketplace.
Read more >
vscode crashes when starting up at ubuntu 20.04 #118727
The vscode was installed by apt. And it could be open for a few seconds, then it crashes automatically. ... The last line...
Read more >
VSCode crashes when starting up in Ubuntu - Stack Overflow
I'm using Pop OS 20.04 LTS and Visual Studio Code would crash after startup. It seems the problem might be related to mixing...
Read more >
Getting Started with VS Code and PlatformIO IDE for ESP32 ...
Follow the next steps to install the PlatformIO IDE extension. Open VS Code: Click on the Extensions icon or press Ctrl+Shift+X to open...
Read more >
VS Code or VS Codium? - Rob O'Leary
Some VS Code extensions have licenses that restrict their use to the official Visual Studio Code builds. If you ignore the licenses and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found