-
Notifications
You must be signed in to change notification settings - Fork 446
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
Error in the console - response has neither result nor error #55
Comments
Can you verify this still exists with the new 0.0.5 release? |
Don't see this any more after upgrading. |
Spoke too soon: [Error - 7:16:28 PM] Request textDocument/definition failed. |
I experience the same error message. Also there are some local java classes the plugin can't recognise and marks with error. The project compiles otherwise. |
@tszebeni is there a pattern to those local classes. Do you have an example project that I can use to repro. |
I'm still getting this same error: 2024-04-28 12:28:08.022 [error] [redhat.java] provider FAILED |
[Error - 8:14:38 AM] Request textDocument/definition failed.
Error: The received response has neither a result nor an error property.
at handleInvalidMessage (/Users/navneet/.vscode/extensions/redhat.java-0.0.4/node_modules/vscode-languageclient/node_modules/vscode-jsonrpc/lib/main.js:294:40)
at StreamMessageReader.callback (/Users/navneet/.vscode/extensions/redhat.java-0.0.4/node_modules/vscode-languageclient/node_modules/vscode-jsonrpc/lib/main.js:366:13)
at StreamMessageReader.onData (/Users/navneet/.vscode/extensions/redhat.java-0.0.4/node_modules/vscode-languageclient/node_modules/vscode-jsonrpc/lib/messageReader.js:197:18)
at Socket. (/Users/navneet/.vscode/extensions/redhat.java-0.0.4/node_modules/vscode-languageclient/node_modules/vscode-jsonrpc/lib/messageReader.js:164:19)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at readableAddChunk (_stream_readable.js:153:18)
at Socket.Readable.push (_stream_readable.js:111:10)
at Pipe.onread (net.js:531:20)
The text was updated successfully, but these errors were encountered: