Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Che Theia remote plugins aren't started #16412

Closed
1 of 3 tasks
azatsarynnyy opened this issue Mar 20, 2020 · 0 comments · Fixed by eclipse-che/che-theia#682
Closed
1 of 3 tasks

Che Theia remote plugins aren't started #16412

azatsarynnyy opened this issue Mar 20, 2020 · 0 comments · Fixed by eclipse-che/che-theia#682
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.

Comments

@azatsarynnyy
Copy link
Member

Describe the bug

When starting plugin-remote-endpoint binary in a plugin sidecar an error message is reported:

Error while starting endpoint:  Error: No matching bindings found for serviceIdentifier: Symbol(EnvVariablesServer)
    at _validateActiveBindingCount (/remote-endpoint/node_modules/inversify/lib/planning/planner.js:62:23)
    at _getActiveBindings (/remote-endpoint/node_modules/inversify/lib/planning/planner.js:48:5)
    at _createSubRequests (/remote-endpoint/node_modules/inversify/lib/planning/planner.js:91:26)
    at /remote-endpoint/node_modules/inversify/lib/planning/planner.js:115:17
    at Array.forEach (<anonymous>)
    at /remote-endpoint/node_modules/inversify/lib/planning/planner.js:114:26
    at Array.forEach (<anonymous>)
    at _createSubRequests (/remote-endpoint/node_modules/inversify/lib/planning/planner.js:94:20)
    at /remote-endpoint/node_modules/inversify/lib/planning/planner.js:115:17
    at Array.forEach (<anonymous>)

Most likely, it's related to the latest Theia upstream changes https://github.com/eclipse-theia/theia/pull/6655/files

Che version

  • latest
  • nightly
  • che-theia:next

Steps to reproduce

Start any remote plugin and see the logs in a sidecar.

@azatsarynnyy azatsarynnyy added kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. area/editor/theia Issues related to the che-theia IDE of Che labels Mar 20, 2020
@azatsarynnyy azatsarynnyy mentioned this issue Mar 20, 2020
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant