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

FileSystemNotFoundException: Provider "jdt" not installed #1435

Closed
martinlippert opened this issue Dec 9, 2024 · 1 comment
Closed

FileSystemNotFoundException: Provider "jdt" not installed #1435

martinlippert opened this issue Dec 9, 2024 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode status: needs-investigation type: bug

Comments

@martinlippert
Copy link
Member

Not sure how to reproduce this, but I came across this:

21:42:44.634 [Reconciler-1] ERROR o.s.i.v.c.l.u.SimpleLanguageServer - 
java.nio.file.FileSystemNotFoundException: Provider "jdt" not installed
	at java.base/java.nio.file.Path.of(Path.java:213)
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Assembly trace from producer [reactor.core.publisher.MonoRunnable] :
	reactor.core.publisher.Mono.fromRunnable(Mono.java:702)
	org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.validateWith(SimpleLanguageServer.java:756)
Error has been observed at the following site(s):
	*__Mono.fromRunnable ⇢ at org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.validateWith(SimpleLanguageServer.java:756)
Original Stack Trace:
		at java.base/java.nio.file.Path.of(Path.java:213)
		at java.base/java.nio.file.Paths.get(Paths.java:98)
		at org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp$3.computeLanguage(BootLanguageServerBootApp.java:372)
		at org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.lambda$13(SimpleLanguageServer.java:767)
		at reactor.core.publisher.MonoRunnable.subscribe(MonoRunnable.java:49)
		at reactor.core.publisher.InternalMonoOperator.subscribe(InternalMonoOperator.java:76)
		at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:241)
		at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:204)
		at reactor.core.publisher.MonoPublishOn$PublishOnSubscriber.run(MonoPublishOn.java:182)
		at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
		at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
		at java.base/java.lang.Thread.run(Thread.java:1583)
@martinlippert martinlippert added type: bug status: needs-investigation for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode labels Dec 9, 2024
@martinlippert martinlippert added this to the 4.28.0.RELEASE milestone Dec 9, 2024
@BoykoAlex
Copy link
Contributor

Fixed via 8d2ba77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode status: needs-investigation type: bug
Projects
None yet
Development

No branches or pull requests

2 participants