-
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
Illegal Argument & TypeError #73
Comments
I can reproduce it every time when hovering over the |
I can't reproduce in master. This is most likely a duplicate of #67. |
Please check if you can reproduce this error with the new 0.0.6 release |
I've tried. However, now the java server will not start and logs:
My code does not contain any .project files. It's a maven project. This is a different problem of course. do you want me to create a separate issue? |
I tried it in another repo (so not a full recheck) and the error was no longer present. Feel free to close this issue. |
Please open a new issue if you see a different error |
VSCode: v1.6.1
Plugin: v0.0.5
Project Type: Maven Project or Maven + Eclipse Project
Workstation: Home (I have also raised another issue for corporate installation)
Mostly on mouse hover with control key,
shell.ts:441 Illegal argument: Error: Illegal argument
at new e (z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:9:28858)
at asHover (C:\Users\Santhosh.vscode\extensions\redhat.java-0.0.5\node_modules\vscode-languageclient\lib\protocolConverter.js:71:16)
at process._tickCallback (internal/process/next_tick.js:103:7)
Cannot read property 'start' of undefined: TypeError: Cannot read property 'start' of undefined
at Object.f as fromRange
at Function.e._convertLocation (z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:12:22335)
at z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:12:22244
at Object.m as _notify
at Object.enter (z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:6:8580)
at _run (z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:6:10408)
at _completed (z:\Developer\vscode\resources\app\out\vs\workbench\node\extensionHostProcess.js:6:9849)
at process._tickCallback (internal/process/next_tick.js:103:7)e.onUnexpectedError @ shell.ts:441(anonymous function) @ shell.ts:354e.onUnexpectedError @ errors.ts:68o @ errors.ts:83(anonymous function) @ goToDeclaration.ts:28v @ winjs.base.raw.js:1209enter @ winjs.base.raw.js:901_run @ winjs.base.raw.js:1068_error @ winjs.base.raw.js:1041v @ winjs.base.raw.js:1209enter @ winjs.base.raw.js:901_run @ winjs.base.raw.js:1068_error @ winjs.base.raw.js:1041(anonymous function) @ async.ts:358done @ winjs.base.raw.js:1378v @ winjs.base.raw.js:1224enter @ winjs.base.raw.js:901_run @ winjs.base.raw.js:1068_error @ winjs.base.raw.js:1041e.resolveErr @ ipcRemoteCom.ts:110f @ ipcRemoteCom.ts:198_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
output:
[Error - 9:04:31 AM] Request textDocument/definition failed.
Error: The received response has neither a result nor an error property.
at handleInvalidMessage (C:\Users\Santhosh.vscode\extensions\redhat.java-0.0.5\node_modules\vscode-languageclient\node_modules\vscode-jsonrpc\lib\main.js:294:40)
at StreamMessageReader.callback (C:\Users\Santhosh.vscode\extensions\redhat.java-0.0.5\node_modules\vscode-languageclient\node_modules\vscode-jsonrpc\lib\main.js:366:13)
at StreamMessageReader.onData (C:\Users\Santhosh.vscode\extensions\redhat.java-0.0.5\node_modules\vscode-languageclient\node_modules\vscode-jsonrpc\lib\messageReader.js:197:18)
at Socket. (C:\Users\Santhosh.vscode\extensions\redhat.java-0.0.5\node_modules\vscode-languageclient\node_modules\vscode-jsonrpc\lib\messageReader.js:164:19)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at Pipe.onread (net.js:543:20)
The text was updated successfully, but these errors were encountered: