redhat-developer / redhat-developer/vscode-java

Language Support for Java fails to initialize: command 'sts.java.addClasspathListener' already exists

未关闭
#4,505 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

bug
主要语言
TypeScript
星标
2.3k
派生
547
平均合并
20 小时 1 分钟
30 天内合并 PR
11

描述

Describe the bug
Language Support for Java never finishes loading in VS Code. The Java status remains in an infinite loading state, and the Java language server client reports that it could not create a connection to the server.

The following error is displayed on every startup:
Language Support for Java client: couldn't create connection to server.
Error: command 'sts.java.addClasspathListener' already exists

The issue was first observed with Java extension version 1.56.0 and persists after updating to version 1.57.2026090408.

To Reproduce

  1. Start Visual Studio Code with both Language Support for Java by Red Hat and Spring Boot Tools enabled.
  2. Open a Maven-based Spring Boot Java workspace.
  3. Wait for Language Support for Java to initialize.
  4. Observe that the Java loading status never completes.
  5. Observe the notification reporting:
    Language Support for Java client: couldn't create connection to server.
    Error: command 'sts.java.addClasspathListener' already exists

I have run Java: Clean Java Language Server Workspace with restart and deletion numerous times. The workspace is recreated, but the error and infinite loading state persist.

JDT Language Server log
The following initialization and error cycle is repeated multiple times:
!ENTRY org.eclipse.jdt.ls.core 1 0 2026-09-10 02:53:14.677
!MESSAGE >> initialize
!ENTRY org.eclipse.jdt.ls.core 1 0 2026-09-10 02:53:14.678
!MESSAGE Initializing JDT Language Server (Standard)

Version: 1.62.0-SNAPSHOT (OSGi 1.62.0.202609040812)
Git Commit: 126afcd - Upversion to 1.62.0

!ENTRY org.eclipse.jdt.ls.core 1 0 2026-09-10 02:53:14.738
!MESSAGE Importers: GradleBuildServerProjectImporter, GradleProjectImporter, MavenProjectImporter, EclipseProjectImporter, InvisibleProjectImporter
!ENTRY org.eclipse.jdt.ls.core 1 0 2026-09-10 02:53:14.824
!MESSAGE Progressive import: reporting 1 new project(s)
!ENTRY org.eclipse.jdt.ls.core 1 0 2026-09-10 02:53:14.827
!MESSAGE Workspace initialized in 98ms
!ENTRY org.eclipse.jdt.ls.core 4 0 2026-09-10 02:53:16.795
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unhandled method workspace/executeClientCommand
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unhandled method workspace/executeClientCommand
at java.base/java.util.concurrent.CompletableFuture.reportJoin(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.join(Unknown Source)
at org.eclipse.jdt.ls.core.internal.JavaClientConnection.executeClientCommand(JavaClientConnection.java:89)
at org.eclipse.jdt.ls.core.internal.handlers.JDTLanguageServer.synchronizeBundles(JDTLanguageServer.java:464)
at org.eclipse.jdt.ls.core.internal.handlers.JDTLanguageServer$2.run(JDTLanguageServer.java:324)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unhandled method workspace/executeClientCommand
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:214)
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:198)
at org.eclipse.jdt.ls.core.internal.ParentProcessWatcher.lambda$1(ParentProcessWatcher.java:86)
at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:189)
at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:97)
at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:97)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

Expected behavior
Language Support for Java should connect to the Java language server successfully, register its commands only once, and finish loading the Maven project without an infinite loading state.

Environment

  • Operating System: Windows 11 x64
  • JDK version: Oracle JDK 25.0.4.1+1 LTS
  • Visual Studio Code version: 1.137.0 (commit 645f29cc3176500b4b5762ba887cf2a7f0ffdf2c)
  • Java extension version: 1.57.2026090408 (win32-x64)
  • Spring Boot Tools version: 2.4.0
  • Project type: Private Maven-based Spring Boot project using Spring Boot 4.0.8 and Java 25

Additional Information
The affected project is private, so I cannot attach it. I have not yet isolated a minimal reproducible project.

The JDT Language Server log also repeatedly contains the following error during initialization:
org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unhandled method workspace/executeClientCommand

The stack trace points to JDTLanguageServer.synchronizeBundles.
Spring Boot Tools is installed and enabled. The sts.java.addClasspathListener command name suggests that the failure may involve the Spring Tools integration, but this is only a hypothesis; I have not confirmed the root cause.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从重复出现的 JDT Language Server 日志开始,检查 JDTLanguageServer.synchronizeBundles 和 JavaClientConnection.java:89,报告的故障会在这里显现。启用 Language Support for Java 和 Spring Boot Tools 后重现问题,然后跟踪 sts.java.addClasspathListener 和 workspace/executeClientCommand 的注册;完成标准是服务器建立连接、命令只注册一次,并且 Maven 工作区加载完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
java, spring-boot, typescript, vscode
领域
developer-experience, tooling
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。