redhat-developer / redhat-developer/vscode-java
extension fails to activate on Windows
オープン
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 2.3k
- フォーク
- 546
- 平均マージ
- 20時間 1分
- マージ済み PR(30日)
- 11
説明
Here's a trimmed version of the error logs (with stack traced omitted). The only thing that stands out as possibly relevant is this:
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=25))"
Anything else I can try to debug or fix?
!ENTRY org.eclipse.core.resources 2 10035 2025-10-07 08:38:01.063
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
!ENTRY org.eclipse.osgi 4 0 2025-10-07 08:38:01.418
!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (31).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
!ENTRY org.eclipse.jdt.ls.core 4 0 2025-10-07 08:38:01.423
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Error starting module. osgi.identity; type="osgi.bundle"; version:Version="1.52.0.202510040804"; osgi.identity="org.eclipse.jdt.ls.core"; singleton:="true" [id=58]
!ENTRY org.eclipse.osgi 4 0 2025-10-07 08:38:01.428
!MESSAGE Bundle org.eclipse.jdt.ls.core_1.52.0.202510040804 [58] is not active.
!ENTRY org.eclipse.osgi 4 0 2025-10-07 08:38:01.453
!MESSAGE An error occurred while automatically activating bundle org.eclipse.jdt.core (50).
!STACK 0
org.osgi.framework.BundleException: Error starting module. osgi.identity; type="osgi.bundle"; version:Version="3.44.0.v20251001-0848"; osgi.identity="org.eclipse.jdt.core"; singleton:="true" [id=50]
!ENTRY org.eclipse.osgi 4 0 2025-10-07 08:38:01.457
!MESSAGE An error occurred while automatically activating bundle org.eclipse.jdt.ls.core (58).
!STACK 0
org.osgi.framework.BundleException: Error starting module. osgi.identity; type="osgi.bundle"; version:Version="1.52.0.202510040804"; osgi.identity="org.eclipse.jdt.ls.core"; singleton:="true" [id=58]
!ENTRY org.eclipse.jdt.core.javac 2 0 2025-10-07 08:38:01.469
!MESSAGE Could not resolve module: org.eclipse.jdt.core.javac [52]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=25))"
!ENTRY org.eclipse.osgi 4 0 2025-10-07 08:38:01.470
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ls.core was unable to load class org.eclipse.jdt.ls.core.internal.LanguageServerApplication.
See full log at https://gist.github.com/kevinushey/58783b118028d3a07edb0da67be8534d.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Windows のアクティベーション失敗を再現し、JavaSE 25 要件に関する org.eclipse.jdt.core.javac の解決エラーを調査します。org.eclipse.jdt.ls.core と org.eclipse.core.resources がどのようにアクティベートされるかを追跡し、その後、未解決の要件や bundle エラーなしで拡張機能が起動することを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, vscode
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100