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

Errors in Che Theia container log when start a terminal #13630

Closed
mmorhun opened this issue Jun 21, 2019 · 1 comment · Fixed by eclipse-che/che-theia#531
Closed

Errors in Che Theia container log when start a terminal #13630

mmorhun opened this issue Jun 21, 2019 · 1 comment · Fixed by eclipse-che/che-theia#531
Assignees
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.

Comments

@mmorhun
Copy link
Contributor

mmorhun commented Jun 21, 2019

Description

When start a terminal in Che Theia, a lot of error logs appears in the Che Theia IDE logs:

root ERROR Request getCwdURI failed with error: terminal "1" does not exist Error: terminal "1" does not exist
  at ShellTerminalServer.<anonymous> (/home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:117:27)
  at step (/home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:59:23)
  at Object.next (/home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:40:53)
  at /home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:34:71
  at new Promise (<anonymous>)
  at __awaiter (/home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:30:12)
  at ShellTerminalServer.BaseTerminalServer.getCwdURI (/home/theia/node_modules/@theia/terminal/lib/node/base-terminal-server.js:112:16)
  at JsonRpcProxyFactory.<anonymous> (/home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.js:217:73)
  at step (/home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.js:47:23)
  at Object.next (/home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.js:28:53)

The error is repeated many times.

Reproduction Steps

  1. Create a workspace with Che Theia editor and start it.
  2. Open a terminal in any container
  3. See theia-ide container logs.
@mmorhun mmorhun transferred this issue from eclipse-che/che-theia Jun 26, 2019
@slemeur slemeur added the kind/bug Outline of a bug - must adhere to the bug report template. label Jul 1, 2019
This was referenced Oct 11, 2019
@evidolob evidolob added area/editor/theia Issues related to the che-theia IDE of Che team/ide2 labels Oct 16, 2019
@mmorhun mmorhun self-assigned this Oct 30, 2019
@mmorhun
Copy link
Contributor Author

mmorhun commented Nov 1, 2019

During investigation I found that the error is not directly related to hosted instance and happens on a terminal creation. Updated description.

@mmorhun mmorhun changed the title Errors in Che Theia container log when start another instance Errors in Che Theia container log when start a terminal Nov 1, 2019
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants