error when opening a new IDE window with file opened
See original GitHub issuejava.lang.NullPointerException
at java.util.concurrent.ConcurrentHashMap.replaceNode(ConcurrentHashMap.java:1106)
at java.util.concurrent.ConcurrentHashMap.remove(ConcurrentHashMap.java:1097)
at org.wso2.lsp4intellij.client.languageserver.wrapper.LanguageServerWrapper.disconnect(LanguageServerWrapper.java:355)
at org.wso2.lsp4intellij.client.languageserver.wrapper.LanguageServerWrapper.disconnect(LanguageServerWrapper.java:591)
at org.wso2.lsp4intellij.IntellijLanguageClient.lambda$editorClosed$1(IntellijLanguageClient.java:217)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
This happen when you are working with the one IDE window with a file bounded to LS and then you decide to open a different project in a new IDE window which also has a opened file which will bounded to a LS.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
IDE tells me 'This document is opened by another project ...
There's several ways to open a file in the IDE: eg. You can click on it in Solution Explorer, double-click an error message,...
Read more >The project doesn't open in a new window
The problem with pycharm. The project doesn't open in a new window, always opens a tab in the current window, how can I...
Read more >FIX: Error opening file for writing in Windows 10
How do I fix the Error opening file for writing on Windows 10? · 1. Run the Compatibility troubleshooter · 2. Run program...
Read more >Error opening file for writing during installation in Windows 10 ...
... writing during installation in Windows 10 & Windows 11Source: https://thegeekpage.com/fix- error - opening - file -for-writing-on- windows -10/
Read more >Linker Tools Error LNK1104 - Microsoft Learn
Windows libraries, such as kernel32.lib ... If the file that can't be opened is one of the standard library files provided by Microsoft,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Related to https://github.com/ballerina-platform/lsp4intellij/issues/70
Some times this error is thrown as well, i got this twice today 😃