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

Kubernetes Tooling Plugin: error when executing the commands that rely on Theia terminal #12887

Closed
azatsarynnyy opened this issue Mar 14, 2019 · 1 comment
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@azatsarynnyy
Copy link
Member

Description

Kubernetes Tooling Plugin provides several commands that output into the Theia terminal:

  • Kubernetes: Get
  • Kubernetes: Follow Logs
  • Kubernetes: Follow Events
  • Kubernetes: Show Events
  • Kubernetes: Terminal
  • Kubernetes: Exec

When the plugin is running in Theia sidecar, executing any of these commands causes the following error:

root WARN Error: Possible Emitter memory leak detected. 30 exit listeners added. Use event.maxListeners to increase limit
    at e.checkMaxListeners (https://assets.openshift.net/che/theia_artifacts/theia.cb16a4d1b46987772e91.js:1:3450225)
    at e._event._event.Object.assign.maxListeners [as onPreferenceChanged] (https://assets.openshift.net/che/theia_artifacts/theia.cb16a4d1b46987772e91.js:1:3449778)
    at Object.Sauk.t.createPreferenceProxy (https://assets.openshift.net/che/theia_artifacts/theia.cb16a4d1b46987772e91.js:1:1795574)
    at o (https://assets.openshift.net/che/theia_artifacts/theia.cb16a4d1b46987772e91.js:1:3783303)
    at e.dynamicValue (https://assets.openshift.net/che/theia_artifacts/theia.cb16a4d1b46987772e91.js:1:3784983)
    at https://assets.openshift.net/che/theia_artifacts/vendors.cb5951303382d3f1a4db.js:1:4319
    at l (https://assets.openshift.net/che/theia_artifacts/vendors.cb5951303382d3f1a4db.js:1:3368)
    at https://assets.openshift.net/che/theia_artifacts/vendors.cb5951303382d3f1a4db.js:1:4260
    at Array.map (<anonymous>)
    at https://assets.openshift.net/che/theia_artifacts/vendors.cb5951303382d3f1a4db.js:79:10909
@azatsarynnyy azatsarynnyy added kind/task Internal things, technical debt, and to-do tasks to be performed. team/ide labels Mar 14, 2019
@azatsarynnyy azatsarynnyy self-assigned this Mar 14, 2019
@azatsarynnyy
Copy link
Member Author

fixed by eclipse-che/che-theia#157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

1 participant