-
Notifications
You must be signed in to change notification settings - Fork 448
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
Unable to build the maven project after upgrading to the latest release version. #3926
Comments
|
I have same issue, java publish diagnostics stuck at 0% ad9caec0 Building [Done] |
I found a temporary solution. |
Switch to pre-release version can solve the problem. |
First error reported seems to happen at https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/fdced4b93a1b9fb37b599581376d26af4c049e5e/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/JavaLanguageServerPlugin.java#L196 and implies the Buildship bundle didn't start correctly . Second error seems to imply the M2E integration didn't start correctly. @snjeza , could the above plugin really be causing this ? |
I saw this in my logs. I was opening the lemminx project and hitting completion in stacktrace
|
@rgrunber Do you use Eclipse PDE support? |
No, this doesn't work for me. I upgraded the plugin to the pre-release version, and it always gets stuck at 78% during the loading process:
|
I’d like to add some more info. I have uploaded a project that can reproduce the issue: https://github.com/CloudSen/vscode_java_build_hang_demo.
With my project, it should get stuck at:
Hope the info above is helpful. |
What's more important is that this time, I'm on Windows 11, using the same VSCode profile to modify the demo project, and it still gets stuck during the "Searching" process. Here are the steps to build the project:
|
Environment Information
OS: MACOS 15.2 (24C101) M1
IDE Version: VSCODE 1.96.4
Plugin Version: 1.39.0 (January 22nd, 2025)
User Config:
What Happend
When I open the project, the build always gets stuck at:
I tried running
Java: Clean Java Language Server Workspace
andmvn clean
, and even reinstalled the plugin, but none of it worked.LOG
plugin log:
plugin syntax server log:
The text was updated successfully, but these errors were encountered: