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

[Typescript] Unexpected exception in dev-machine console #12017

Closed
SkorikSergey opened this issue Nov 21, 2018 · 4 comments
Closed

[Typescript] Unexpected exception in dev-machine console #12017

SkorikSergey opened this issue Nov 21, 2018 · 4 comments
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@SkorikSergey
Copy link
Contributor

SkorikSergey commented Nov 21, 2018

Reproduction Steps

  • Create a workspace based on Node stack with enabled TypeScript language server
  • Create typescript file and add content:
function greeter(person) {
    return "Hello, " + person;
}
  • Type greeter(, wait for signatures proposal and type any symbol.

Actual result: There is Exception occurred in op java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Request textDocument/signatureHelp failed with message: No content available. exception in dev-machine console.

Che version: 6.14.0
OS and version: Fedora 28

Additional information:

  • Problem can be reliably reproduced, doesn't happen randomly: [Yes]
  • See the attachment:

Screenshot:
selection_162

Screencast:
screencast-172 19 20 234-8080-2018 11 21-17-53-07

@SkorikSergey SkorikSergey added kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system. labels Nov 21, 2018
@dkuleshov
Copy link

Need to check if this is related to #10699 fix

@SkorikSergey
Copy link
Contributor Author

This issue started to reproduce from CHE 6.14.0.

@dkuleshov
Copy link

Okay, I see that #10699 was merged in 6.13.0 so it is not related, this is strange.

@SkorikSergey
Copy link
Contributor Author

Not relevant anymore. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

2 participants