-
Notifications
You must be signed in to change notification settings - Fork 454
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
"Opening Java Projects" notification never ends #3051
Comments
@huco95 Can you reproduce the issue if you disable the Spring extensions? |
@Eskibear Do you have any idea about this? |
switch to the pre-release version of spring tools extension. It should be fixed. |
Close as it's caused by other extension. Please follow the suggestion. You can leave comments here if it's not working. |
See spring-projects/sts4#1012 (comment) in case you want to know the details. |
I have switch to spring tools pre-release but the issue persists. |
cc @BoykoAlex |
By saying "the issue persists", do you mean: a) "Open java projects" notification never ends. or b) you still see error log like If b) applies, then I would invite @BoykoAlex to also take a look. Otherwise I assume it might be an issue of jdtls itself and we need to take a further look. |
I have just added back log statements in the classpath listener logic on the Boot LS side to help us diagnose issues like this. If ut looks like a b) we'd need the Boot LS log attached here as well. |
I have check it again and the error log does not show the error anymore. But the notification still never ends. |
@huco95 Looks like an a) case then. Perhaps try creating a brand new workspace... I recall there was a problem with workspace getting corrupted... perhaps it is that issue. |
I have created a new workspace but nothing has changed. The never ending notification is still there and I have those errors in the logs again:
|
@huco95 Uninstall Spring Tools extension, reload the window, see if it gets back to work. If so, we can almost confirm it's due to spring extensions and proceed further analysis e.g. by turning on spring extension's verbose log. Otherwise please share the sample project if it's ok for you. See if we can reproduce on our side. |
I also encountered the same problem. Have you fixed it? |
"Opening Java Projects" notification never ends:
![image](https://user-images.githubusercontent.com/2738365/230799121-a98b9c06-d090-4439-b774-a2927d95b75a.png)
If I click on "check details" I can see that the project is opened and the project builiding is correct:
![image](https://user-images.githubusercontent.com/2738365/230799181-83417e32-32c0-474a-8ded-3b5e5465142b.png)
Environment
Steps To Reproduce
The only error I see on the logs is:
The text was updated successfully, but these errors were encountered: