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

Configuring java project stuck in 69% #2763

Closed
jcolladosp opened this issue Oct 27, 2022 · 3 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#2301
Closed

Configuring java project stuck in 69% #2763

jcolladosp opened this issue Oct 27, 2022 · 3 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#2301
Assignees

Comments

@jcolladosp
Copy link

This happens when I open a new cloned Java project
It gets stuck in Opening java Project...

Environment
  • Operating System: Ubuntu 20.04
  • JDK version: 17
  • Visual Studio Code version:
  • Java extension version: 1.12
Steps To Reproduce
  1. Open a Java project

Complete log en verbose mode: https://pastebin.com/JqA4iTWs

Current Result

image
image

image

Expected Result
Additional Informations
@snjeza
Copy link
Contributor

snjeza commented Oct 27, 2022

@jcolladosp Could you show Java Stack trace?

$ jps
...
40189 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
...
$ jstack -l 40189

@jcolladosp
Copy link
Author

@snjeza
I think the problem is when I have 2 java projects open

$ jps
28161 Jps
25858 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
17846 BootLanguageServerBootApp
27463 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
13832 sonarlint-ls.jar
27849 sonarlint-ls.jar
25819 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
13643 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
27503 org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
jstack -l 27503

https://pastebin.com/GBL1gwTb

@snjeza
Copy link
Contributor

snjeza commented Oct 30, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants